Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-04 | Merge branch 'remove-paxmark' into 'master' | A. Wilcox | 3 | -57/+1 | |
Move system/paxmark to legacy/ See merge request adelie/packages!335 | |||||
2019-10-04 | Merge branch 'sudo-insults' into 'master' | A. Wilcox | 1 | -2/+4 | |
system/sudo: Compile insults in, but leave them off by default See merge request adelie/packages!352 | |||||
2019-10-04 | user/iproute2: bump to 5.3.0 | A. Wilcox | 1 | -3/+3 | |
2019-10-04 | system/libcap-ng: bump to 0.7.10 | A. Wilcox | 1 | -5/+2 | |
2019-10-03 | system/zstd: bump to 1.4.3 | A. Wilcox | 1 | -2/+2 | |
2019-10-03 | system/xfsprogs: bump to 5.2.1 | A. Wilcox | 1 | -3/+3 | |
2019-10-03 | system/tzdata: bump to 2019c | A. Wilcox | 1 | -4/+4 | |
2019-10-03 | system/ruby: [CVE] bump to 2.5.7 | A. Wilcox | 1 | -3/+10 | |
2019-10-03 | system/strace: bump to 5.3 | A. Wilcox | 1 | -2/+2 | |
2019-10-03 | system/nss: bump to 3.46.1 | A. Wilcox | 1 | -2/+2 | |
2019-10-03 | system/binutils: fix upstream 25056 (ARM PIE bug) | A. Wilcox | 2 | -1/+27 | |
2019-10-03 | user/nspr: bump to 4.22 | A. Wilcox | 1 | -2/+2 | |
2019-10-03 | system/mawk: bump to 20190203 | A. Wilcox | 1 | -5/+2 | |
2019-10-02 | system/gdb: bump to 8.3.1 | A. Wilcox | 1 | -4/+5 | |
2019-10-02 | system/expat: bump to 2.2.9 | A. Wilcox | 2 | -187/+4 | |
2019-10-02 | system/e2fsprogs: bump to 1.45.4 | A. Wilcox | 2 | -217/+4 | |
2019-10-02 | system/bc: bump to 2.1.3 | A. Wilcox | 1 | -2/+2 | |
2019-10-02 | Merge branch 'bumps.perl.20190930' into 'master' | A. Wilcox | 3 | -9/+9 | |
Perl bumps for 30 Sep 2019 See merge request adelie/packages!343 | |||||
2019-10-02 | system/sudo: Compile insults in, but leave them off by default | Luis Ressel | 1 | -2/+4 | |
2019-09-30 | system/skalibs: bump to 2.9.0.0 + related skaware bumps | Laurent Bercot | 7 | -52/+22 | |
contains upgrades to: system/skalibs system/utmps system/execline system/s6 user/s6-dns user/s6-networking | |||||
2019-09-30 | system/binutils: patch CVE-2019-14444 (#174) | Max Rees | 2 | -1/+33 | |
2019-09-30 | system/python3: patch CVE-2019-16056 (#197) | Max Rees | 2 | -2/+137 | |
2019-09-30 | system/e2fsprogs: patch CVE-2019-5094 (#204) | Max Rees | 2 | -2/+219 | |
2019-09-30 | system/perl-test-simple: upgrade to 1.302168 | Kiyoshi Aman | 1 | -2/+2 | |
2019-09-29 | system/perl-http-daemon: upgrade to 6.06 | Kiyoshi Aman | 1 | -5/+5 | |
2019-09-29 | system/perl-error: upgrade to 0.17028 | Kiyoshi Aman | 1 | -2/+2 | |
2019-09-29 | system/vim: upgrade to 8.1.2100 | Kiyoshi Aman | 1 | -2/+2 | |
2019-09-28 | Prefer ssmtp over netqmail and postfix for cmd:sendmail | Luis Ressel | 1 | -0/+1 | |
This is required to automatically build fcron. | |||||
2019-09-28 | system/binutils: disable further tests that rely on the failing pmmx ones (#196) | Max Rees | 2 | -2/+52 | |
2019-09-28 | system/binutils: disable failing pmmx tests (#196) | Max Rees | 3 | -3/+178 | |
2019-09-28 | system/cmake: disable CTestTestUpload in check() | Max Rees | 1 | -1/+2 | |
2019-09-28 | system/libssh2: kneecap test that relies on tty group access | Max Rees | 2 | -2/+37 | |
2019-09-28 | system/binutils: disable static 1d test for now (#170, #196) | Max Rees | 2 | -0/+44 | |
2019-09-28 | system/coreutils: skip bogus gnulib LOGNAME test | Max Rees | 2 | -1/+13 | |
It is not necessarily true that LOGNAME will match the owner of the tty to which stdin is connected (sudo, su, ...) | |||||
2019-09-28 | system/fakeroot: sharty fire burning on the dance floor (checkdepends=sharutils) | Max Rees | 1 | -2/+2 | |
2019-09-28 | system/coreutils: fix test failure with bind mounts | Max Rees | 2 | -1/+14 | |
df-symlink tests whether df output is consistent in regards to where devices are mounted. Specifically, it tries to ensure that if there is a 1:1 mapping of the device ("source") corresponding to the current directory "." ("target"), then `df --output=source,target .` should be the same as `df --output=source,target $(df --out=source . | tail -n1)`. However, this is not necessarily the case in the presence of bind mounts. For example: $ df --out=source . Filesystem /dev/sda4 $ df --out=source,target /dev/sda4 Filesystem Mounted on /dev/sda4 / $ df --out=source,target . Filesystem Mounted on /dev/sda4 /git This can be fixed by adding the --all flag to ensure that duplicate devices are printed, so that the 1:1-checking if statement actually checks it correctly. | |||||
2019-09-28 | system/pcre*: use official URL and download | Max Rees | 2 | -5/+4 | |
2019-09-28 | system/easy-kernel: $srcdir/.. != $startdir | Max Rees | 1 | -1/+1 | |
2019-09-28 | system/zstd: +checkdepends=file | Max Rees | 1 | -0/+1 | |
2019-09-28 | system/ssmtp: HTTP only source | Max Rees | 1 | -1/+2 | |
2019-09-28 | system/fcron: depends=vim | Max Rees | 1 | -2/+2 | |
2019-09-28 | system/python3: fix test suite network access | Max Rees | 1 | -1/+7 | |
2019-09-28 | Merge branch 'cves.2019.08.29' into 'master' | A. Wilcox | 6 | -53/+209 | |
Misc. security updates See merge request adelie/packages!336 | |||||
2019-09-17 | system/openssl: [CVE] bump to 1.0.2t (#198) | Max Rees | 1 | -7/+5 | |
2019-09-17 | system/expat: [CVE] patch CVE-2019-15903 (#192) | Max Rees | 2 | -3/+188 | |
2019-09-17 | system/curl: enable libssh2 support | Max Rees | 1 | -0/+1 | |
2019-09-17 | system/curl: [CVE] bump to 7.66.0, fix network access violation | Max Rees | 2 | -35/+8 | |
2019-09-17 | system/libgcrypt: [CVE] bump to 1.8.5 (#119) | Max Rees | 1 | -8/+7 | |
2019-09-17 | user/dejagnu: merge into system/dejagnu | Max Rees | 1 | -10/+7 | |
2019-09-17 | system/paxmark: move to legacy/ | Max Rees | 2 | -56/+0 | |