summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 'sysv.ffx.20190903' into 'master'A. Wilcox1-4/+24
Bump firefox-esr to 68.1.0 See merge request adelie/packages!330
2019-09-28Merge branch 'rust' into 'master'A. Wilcox21-218/+619
user/rust: Bump to 1.37.0 See merge request adelie/packages!270
2019-09-28Merge branch 'lr.20190925' into 'master'A. Wilcox1-2/+2
user/i3wm: Bump to 4.17.1 See merge request adelie/packages!338
2019-09-28Merge branch 'lr.20190919' into 'master'A. Wilcox6-12/+12
Lr.20190919 package bumps See merge request adelie/packages!337
2019-09-28Merge branch 'cves.2019.08.29' into 'master'A. Wilcox28-199/+837
Misc. security updates See merge request adelie/packages!336
2019-09-28Merge branch 'sr.2019.08.29' into 'master'A. Wilcox4-47/+110
Add experimental/patchelf, user/spice-gtk; merge user/dejagnu into system/ See merge request adelie/packages!329
2019-09-28Merge branch 'poopler' into 'master'A. Wilcox12-44/+197
Bump poppler* and rebuild some of its dependencies See merge request adelie/packages!333
2019-09-28experimental/patchelf: clarify licenseMax Rees1-1/+1
2019-09-28Merge branch 'sysv.cbindgen.20190913' into 'master'A. Wilcox1-42/+38
user/cbindgen: bump to 0.9.0 See merge request adelie/packages!332
2019-09-28Merge branch 'update-grub' into 'master'A. Wilcox6-2/+110
user/grub: add radeon quirk (#49) and trigger See merge request adelie/packages!331
2019-09-28Merge branch 'mqtt' into 'master'A. Wilcox8-0/+259
Add mosquitto and py3-paho-mqtt See merge request adelie/packages!328
2019-09-25user/i3wm: Bump to 4.17.1Luis Ressel1-2/+2
2019-09-24user/djvulibre: patch multiple CVEs (#185)Max Rees5-6/+310
2019-09-24user/mosquitto: [CVE] bump to 1.6.6Max Rees1-2/+4
2019-09-23user/vlc: no, really, I mean it this time :TM:Max Rees1-1/+6
2019-09-23user/vlc: fix initd / confd installMax Rees1-2/+2
2019-09-19user/nsd: Bump to 4.2.2Luis Ressel1-2/+2
2019-09-19user/unbound: Bump to 1.9.3Luis Ressel1-2/+2
2019-09-19user/wireguard-*: Bump to 0.0.20190913Luis Ressel4-8/+8
2019-09-17user/opencv: patch CVE-2019-16249Max Rees2-2/+65
2019-09-17user/faad2: 2.8.8-r2 no longer existsMax Rees1-5/+4
2019-09-17user/wpa_supplicant: patch CVE-2019-16275Max Rees2-1/+78
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-17user/links: [NO CVE] bump to 2.20.1Max Rees1-2/+2
This update fixes a DNS leak when using tor. For more information, consult the changelog: http://links.twibright.com/download/ChangeLo
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
2019-09-17system/libgcrypt: [CVE] bump to 1.8.5 (#119)Max Rees1-8/+7
2019-09-17user/vlc: [CVE] bump to 3.0.8 (#182)Max Rees1-11/+20
2019-09-17user/mpg123: bump to 1.25.12Max Rees1-2/+2
This update fixes an out-of-bounds read and an invalid write. For more information, see http://www.mpg123.de/cgi-bin/news.cgi#2019-08-24
2019-09-17user/pango: patch for CVE-2019-1010238 (#133)Max Rees2-5/+43
2019-09-17user/libvorbis: new patch for CVE-2018-10392 (#157)Max Rees4-65/+62
Also, use upstream patch for CVE-2017-14160
2019-09-17user/dejagnu: merge into system/dejagnuMax Rees2-47/+7
2019-09-17user/spice-gtk: new packageMax Rees1-0/+69
2019-09-17experimental/patchelf: new packageMax Rees1-0/+34
At least one test fails on x86_64. GitHub indicates that there are probably other test failures on other arches. https://github.com/NixOS/patchelf/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+set-rpath-library.sh
2019-09-17user/irssi: [CVE] bump to 1.2.2Max Rees1-5/+4
2019-09-17user/faad2: [CVE] bump to 2.9.0Max Rees3-46/+37
2019-09-13user/tumbler: rebuild for popplerMax Rees1-1/+1
2019-09-13user/tellico: rebuild for popplerMax Rees1-1/+1
2019-09-13user/calligra: rebuild for popplerMax Rees1-1/+1
2019-09-13user/qpdfview: rebuild for popplerMax Rees1-1/+1
2019-09-13user/evince: [CVE] patch CVE-2019-11459 (#148)Max Rees2-6/+81
2019-09-13user/atril: [CVE] patch CVE-2019-11459 (#148)Max Rees3-27/+99
Also, add secfixes comment and use upstream patch for CVE-2019-1010006 (#178)