Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-04 | system/vim: upgrade to 8.1.1461 | Kiyoshi Aman | 1 | -2/+2 | |
2019-06-04 | system/file: upgrade to 5.37 | Kiyoshi Aman | 1 | -2/+2 | |
2019-06-02 | system/easy-kernel-power8-64k: this commit is a mirage | A. Wilcox | 2 | -2/+2 | |
2019-06-02 | system/easy-kernel*: unify config options, fix config stuff | A. Wilcox | 12 | -501/+3396 | |
2019-06-02 | system/easy-kernel: enable FB_SIMPLE etc and RETPOLINE on x86es | A. Wilcox | 3 | -29/+36 | |
2019-06-02 | system/binutils: patch S-records properly for ppc64 | A. Wilcox | 3 | -16/+131 | |
2019-06-01 | Merge branch 'master' into 'master' | A. Wilcox | 1 | -2/+2 | |
bc: update to 2.0.0 This release fixes some POSIX incompatibilities and also gives massive performance improvements. See merge request !231 | |||||
2019-06-01 | system/libffi: more PowerPC fixes, courtesy of @smaeul | A. Wilcox | 2 | -9/+84 | |
2019-06-01 | system/coreutils: fix check, once and for all | A. Wilcox | 4 | -2/+109 | |
2019-06-01 | system/apk-tools: add --deep to upgrade applet | A. Wilcox | 2 | -1/+87 | |
2019-06-01 | system/adelie-base: reset PATH in addgroup, adduser | Max Rees | 3 | -3/+5 | |
Since addgroup and adduser can potentially be called by any user in the "abuild" group with an arbitrary PATH via the setuid binary abuild-sudo (by way of the abuild-adduser and abuild-addgroup symlinks, used in the "mkusers" step of abuild), PATH should be reset before execing groupadd and useradd. | |||||
2019-05-31 | system/musl: fix TLS accesses, add %l to strftime | A. Wilcox | 3 | -1/+146 | |
2019-05-25 | bc: update to 2.0.0 | Gavin Howard | 1 | -2/+2 | |
This release fixes some POSIX incompatibilities and also gives massive performance improvements. | |||||
2019-05-14 | system/xfsprogs: bump to 5.0.0; ensure ownership by root, not build user1.0-BETA3 | A. Wilcox | 1 | -2/+3 | |
2019-05-08 | user/linux-pam: harden configuration | A. Wilcox | 8 | -17/+35 | |
Refuse to allow logins for accounts with no password. | |||||
2019-05-03 | system/adelie-base: bump to 0.9.2 | A. Wilcox | 1 | -2/+2 | |
2019-05-03 | system/icu: fix URL | A. Wilcox | 1 | -1/+1 | |
2019-05-03 | system/tcl: fix URL | A. Wilcox | 1 | -1/+1 | |
2019-05-02 | system/sqlite: bump to 3.28.0 | A. Wilcox | 1 | -5/+5 | |
2019-05-01 | system/libuv: bump to 1.28.0 | A. Wilcox | 1 | -2/+2 | |
2019-05-01 | system/cmake: bump to 3.14.3 | A. Wilcox | 1 | -2/+2 | |
2019-05-01 | system/bison: bump to 3.3.2 | A. Wilcox | 1 | -3/+3 | |
2019-05-01 | system/bc: bump to 1.2.8 | A. Wilcox | 1 | -2/+2 | |
2019-05-01 | system/apk-tools: update list patch | A. Wilcox | 2 | -1/+3 | |
2019-04-28 | system/libucontext: bump to 0.9.0 | A. Wilcox | 1 | -11/+6 | |
2019-04-28 | system/libucontext: fix on PowerPC platforms (thanks @koorogi) | A. Wilcox | 2 | -2/+540 | |
2019-04-26 | system/vim: upgrade to 8.1.1206 | Kiyoshi Aman | 1 | -2/+2 | |
2019-04-25 | system/gcc: fix more GCC Go bugs | A. Wilcox | 3 | -0/+164 | |
2019-04-24 | system/libucontext: build static library | A. Wilcox | 2 | -2/+80 | |
2019-04-19 | system/gcc: fix gomp/itm TLS model | A. Wilcox | 2 | -0/+53 | |
2019-04-18 | system/bc: remove -locale subpkg; musl don't ship gencat(1) yet | A. Wilcox | 1 | -1/+1 | |
2019-04-18 | Merge branch 'master' into 'master' | A. Wilcox | 1 | -2/+2 | |
system/bc: update to 1.2.6 This release removes a rare and subtle use-after-free bug. It also adds some locales and removes the use of `local` from all shell scripts. I did not know that `local` was not in POSIX. See merge request !217 | |||||
2019-04-18 | Merge branch 'bump.aerdan.20190416' into 'master' | A. Wilcox | 4 | -9/+9 | |
Package bumps for 16 April 2019. See merge request !216 | |||||
2019-04-18 | system/util-linux: bump to 2.33.2 | A. Wilcox | 1 | -2/+2 | |
2019-04-18 | system/tzdata: bump to 2019a | A. Wilcox | 1 | -4/+4 | |
2019-04-17 | system/pkgconf: bump to 1.6.1 | A. Wilcox | 2 | -61/+3 | |
2019-04-17 | system/pcre: bump to 8.43, upstream ELFv2 fix (woo) | A. Wilcox | 2 | -45/+4 | |
2019-04-17 | system/nss: bump to 3.43 | A. Wilcox | 1 | -2/+2 | |
2019-04-17 | system/yaml: bump to 0.2.2 | A. Wilcox | 3 | -76/+4 | |
2019-04-17 | system/bc: update to 1.2.6 | Gavin Howard | 1 | -2/+2 | |
This release removes a rare and subtle use-after-free bug. It also adds some locales and removes the use of `local` from all shell scripts. I did not know that `local` was not in POSIX. | |||||
2019-04-17 | system/libgpg-error: bump to 1.36 | A. Wilcox | 1 | -2/+2 | |
2019-04-17 | system/libedit: bump to 20190324 patchset | A. Wilcox | 1 | -2/+2 | |
2019-04-16 | system/libcap: upgrade to 2.27 | Kiyoshi Aman | 1 | -2/+2 | |
2019-04-16 | system/perl-module-build: upgrade to 0.4229 | Kiyoshi Aman | 1 | -2/+2 | |
2019-04-17 | system/help2man: bump to 1.47.10 | A. Wilcox | 1 | -2/+2 | |
2019-04-16 | system/vim: upgrade to 8.1.1177 | Kiyoshi Aman | 1 | -2/+2 | |
2019-04-16 | system/ncurses: upgrade to 6.1.20190413 | Kiyoshi Aman | 1 | -3/+3 | |
2019-04-16 | system/coreutils: bump to 8.31 | A. Wilcox | 1 | -2/+2 | |
2019-04-16 | system/console-setup: bump to 1.191 | A. Wilcox | 1 | -2/+2 | |
2019-04-16 | system/cmake: bump to 3.14.2 | A. Wilcox | 1 | -2/+2 | |