Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-28 | 1.14.6 ... | Mark Wagie | |
- Add patch to fix building with libtirpc - Remove old patches | |||
2024-02-11 | use system libelf & libtirpc | Mark Wagie | |
2024-02-10 | 1.14.5 | Mark Wagie | |
2023-11-20 | bump to v1.14.3 | Julie Shapiro | |
2023-09-07 | bump to 1.14, hopefully this fixes stuff | Julie Shapiro | |
2023-07-19 | bump to 1.13.5 | Kien Dang | |
2023-07-16 | bump to 1.13.4 | Kien Dang | |
2023-06-29 | bump to 1.13.3 | Kien Dang | |
2023-06-29 | Fix namcap warning | Kien Dang | |
PKGBUILD (libnvidia-container) W: Non-unique source name (v1.13.1.tar.gz). Use a unique filename. PKGBUILD (libnvidia-container) W: Non-unique source name (495.44.tar.gz). Use a unique filename. | |||
2023-06-29 | Don't need to manually untar the extra sources | Kien Dang | |
They are automatically untarred by makepkg | |||
2023-06-29 | bump to 1.13.2 | Kien Dang | |
2023-05-04 | bump to 1.13.1 | Julie Shapiro | |
2023-03-19 | bump to 1.12.1 | Julie Shapiro | |
2023-02-06 | bump to 1.12, fix bmake MAKESYSPATH issue | Julie Shapiro | |
2022-09-21 | bump to v1.11.0 | Kien Dang | |
2022-07-09 | bump to 1.10.0 | Julie Shapiro | |
2022-03-24 | bump to v1.9.0 | Kien Dang | |
2022-02-16 | bump to v1.8.1 | Julie Shapiro | |
2022-02-14 | add go as a makedep, fix lto flag | Julie Shapiro | |
2022-02-08 | bump to v1.8.0, cgroup v2 support | Julie Shapiro | |
2021-12-14 | bump to 1.7 | Julie Shapiro | |
2021-10-16 | bump to 1.5.1 | Julie Shapiro | |
2021-05-20 | forgot to update my name in git | Julie Shapiro | |
2021-05-19 | bump to v1.4.0 | Joel Shapiro | |
2021-02-13 | v1.3.3, fix bmake issue | Joel Shapiro | |
The patch files continue... Basically bmake was assuming flags for a default lib${LIB}.so target, but those flags were borked so now we just overwrite them. | |||
2020-12-26 | bump to v1.3.1, add pkgconf makedef, fix libelf name test if rebuilding from ↵ | Joel Shapiro | |
dirty | |||
2020-09-23 | bump to 1.3.0, bump nvidia-modprobe to 450.57 | Joel Shapiro | |
2020-07-09 | v1.2.0 | Kien Dang | |
2020-05-22 | fix pkgrel | Joel Shapiro | |
2020-05-22 | v1.1.1 | Kien Dang | |
2020-04-05 | wrap elf rename in a conditional check | Joel Shapiro | |
2020-04-02 | bump to 1.0.6, fix weird naming issue with libelf build | Joel Shapiro | |
2019-09-09 | repackage to Apache2, update to latest version | Joel Shapiro | |
2019-05-01 | bump to 1.0.2 | Joel Shapiro | |
2019-03-25 | Use _nvmpver in source url | kiendang | |
2019-03-25 | remove absolute references to patches | Joel Shapiro | |
2019-03-20 | patch common.mk so make is no longer dependent on the package begin inside a ↵ | Joel Shapiro | |
git branch | |||
2019-03-16 | Update .gitignore | kiendang | |
2019-03-15 | Merge branch 'format' | Joel Shapiro | |
2019-03-15 | Update .SRCINFO | kiendang | |
2019-03-15 | Reformat maintainer | kiendang | |
2019-03-15 | Add patch to source | kiendang | |
2019-03-15 | Move -lirpc flag | kiendang | |
2019-03-14 | license corrected to be bsd | Joel Shapiro | |
2019-03-14 | replace relative lib paths so they're absolute | Joel Shapiro | |
2019-03-11 | Re-include rpcsvc-proto | kiendang | |
oops | |||
2019-03-09 | Update .SRCINFO for 1.0.1 | kiendang | |
2019-03-08 | bump version to 1.0.1 | Joel Shapiro | |
2019-03-08 | Remove redundant dependencies | kiendang | |
libnvidia-container already includes libcap and libtirpc as dependencies so libnvidia-container-tools only needs to depend on libnvidia-container. namcap does not take into account that libnvidia-container-tools depends on libnvidia-container so if run namcap on libnvidia-container-tools without installing libnvidia-container first there will be error. The correct order is to run namcap on libnvidia-container then install libnvidia-container then run namcap on libnvidia-container-tools. | |||
2019-03-08 | Remove libtirpc from source | kiendang | |