summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2019-10-04system/s6-rc: remove useless _execline_version variableLaurent Bercot1-1/+0
2019-10-04system/lz4: bump to 1.9.2Dan Theisen1-2/+2
2019-10-04user/iproute2: bump to 5.3.0A. Wilcox1-3/+3
2019-10-04system/libcap-ng: bump to 0.7.10A. Wilcox1-5/+2
2019-10-03system/zstd: bump to 1.4.3A. Wilcox1-2/+2
2019-10-03system/xfsprogs: bump to 5.2.1A. Wilcox1-3/+3
2019-10-03system/tzdata: bump to 2019cA. Wilcox1-4/+4
2019-10-03system/ruby: [CVE] bump to 2.5.7A. Wilcox1-3/+10
2019-10-03system/strace: bump to 5.3A. Wilcox1-2/+2
2019-10-03system/nss: bump to 3.46.1A. Wilcox1-2/+2
2019-10-03system/binutils: fix upstream 25056 (ARM PIE bug)A. Wilcox2-1/+27
2019-10-03user/nspr: bump to 4.22A. Wilcox1-2/+2
2019-10-03system/mawk: bump to 20190203A. Wilcox1-5/+2
2019-10-03system/s6-linux-init: make early getty configurable. PLEASE REVIEW.Laurent Bercot3-17/+53
Also touches gettys-openrc to avoid spawning the same getty twice.
2019-10-03system/s6-rc: new packageLaurent Bercot1-0/+71
2019-10-03system/mdevd: new package. PLEASE REVIEW.Laurent Bercot4-0/+179
2019-10-02system/gdb: bump to 8.3.1A. Wilcox1-4/+5
2019-10-02system/expat: bump to 2.2.9A. Wilcox2-187/+4
2019-10-02system/e2fsprogs: bump to 1.45.4A. Wilcox2-217/+4
2019-10-02system/bc: bump to 2.1.3A. Wilcox1-2/+2
2019-10-02Merge branch 'bumps.perl.20190930' into 'master'A. Wilcox3-9/+9
Perl bumps for 30 Sep 2019 See merge request adelie/packages!343
2019-10-02system/sudo: Compile insults in, but leave them off by defaultLuis Ressel1-2/+4
2019-09-30system/skalibs: bump to 2.9.0.0 + related skaware bumpsLaurent Bercot7-52/+22
contains upgrades to: system/skalibs system/utmps system/execline system/s6 user/s6-dns user/s6-networking
2019-09-30system/binutils: patch CVE-2019-14444 (#174)Max Rees2-1/+33
2019-09-30system/python3: patch CVE-2019-16056 (#197)Max Rees2-2/+137
2019-09-30system/e2fsprogs: patch CVE-2019-5094 (#204)Max Rees2-2/+219
2019-09-30system/perl-test-simple: upgrade to 1.302168Kiyoshi Aman1-2/+2
2019-09-29system/perl-http-daemon: upgrade to 6.06Kiyoshi Aman1-5/+5
2019-09-29system/perl-error: upgrade to 0.17028Kiyoshi Aman1-2/+2
2019-09-29system/vim: upgrade to 8.1.2100Kiyoshi Aman1-2/+2
2019-09-28Prefer ssmtp over netqmail and postfix for cmd:sendmailLuis Ressel1-0/+1
This is required to automatically build fcron.
2019-09-28system/binutils: disable further tests that rely on the failing pmmx ones (#196)Max Rees2-2/+52
2019-09-28system/binutils: disable failing pmmx tests (#196)Max Rees3-3/+178
2019-09-28system/cmake: disable CTestTestUpload in check()Max Rees1-1/+2
2019-09-28system/libssh2: kneecap test that relies on tty group accessMax Rees2-2/+37
2019-09-28system/binutils: disable static 1d test for now (#170, #196)Max Rees2-0/+44
2019-09-28system/coreutils: skip bogus gnulib LOGNAME testMax Rees2-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-28system/fakeroot: sharty fire burning on the dance floor (checkdepends=sharutils)Max Rees1-2/+2
2019-09-28system/coreutils: fix test failure with bind mountsMax Rees2-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-28system/pcre*: use official URL and downloadMax Rees2-5/+4
2019-09-28system/easy-kernel: $srcdir/.. != $startdirMax Rees1-1/+1
2019-09-28system/zstd: +checkdepends=fileMax Rees1-0/+1
2019-09-28system/ssmtp: HTTP only sourceMax Rees1-1/+2
2019-09-28system/fcron: depends=vimMax Rees1-2/+2
2019-09-28system/python3: fix test suite network accessMax Rees1-1/+7
2019-09-28Merge branch 'cves.2019.08.29' into 'master'A. Wilcox6-53/+209
Misc. security updates See merge request adelie/packages!336
2019-09-17system/openssl: [CVE] bump to 1.0.2t (#198)Max Rees1-7/+5
2019-09-17system/expat: [CVE] patch CVE-2019-15903 (#192)Max Rees2-3/+188
2019-09-17system/curl: enable libssh2 supportMax Rees1-0/+1
2019-09-17system/curl: [CVE] bump to 7.66.0, fix network access violationMax Rees2-35/+8