Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-29 | user/caja: upgrade to 1.22.2 | Kiyoshi Aman | 1 | -2/+2 | |
2019-09-29 | user/atril: upgrade to 1.22.2 | Kiyoshi Aman | 2 | -59/+3 | |
2019-09-28 | Merge branch 'auto-system' into 'master' | A. Wilcox | 19 | -18/+358 | |
Fixes for auto-building system/, part one See merge request adelie/packages!339 | |||||
2019-09-28 | Prefer ssmtp over netqmail and postfix for cmd:sendmail | Luis Ressel | 3 | -0/+3 | |
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 'sysv.ffx.20190903' into 'master' | A. Wilcox | 1 | -4/+24 | |
Bump firefox-esr to 68.1.0 See merge request adelie/packages!330 | |||||
2019-09-28 | Merge branch 'rust' into 'master' | A. Wilcox | 21 | -218/+619 | |
user/rust: Bump to 1.37.0 See merge request adelie/packages!270 | |||||
2019-09-28 | Merge branch 'lr.20190925' into 'master' | A. Wilcox | 1 | -2/+2 | |
user/i3wm: Bump to 4.17.1 See merge request adelie/packages!338 | |||||
2019-09-28 | Merge branch 'lr.20190919' into 'master' | A. Wilcox | 6 | -12/+12 | |
Lr.20190919 package bumps See merge request adelie/packages!337 | |||||
2019-09-28 | Merge branch 'cves.2019.08.29' into 'master' | A. Wilcox | 28 | -199/+837 | |
Misc. security updates See merge request adelie/packages!336 | |||||
2019-09-28 | Merge branch 'sr.2019.08.29' into 'master' | A. Wilcox | 4 | -47/+110 | |
Add experimental/patchelf, user/spice-gtk; merge user/dejagnu into system/ See merge request adelie/packages!329 | |||||
2019-09-28 | Merge branch 'poopler' into 'master' | A. Wilcox | 12 | -44/+197 | |
Bump poppler* and rebuild some of its dependencies See merge request adelie/packages!333 | |||||
2019-09-28 | experimental/patchelf: clarify license | Max Rees | 1 | -1/+1 | |
2019-09-28 | Merge branch 'sysv.cbindgen.20190913' into 'master' | A. Wilcox | 1 | -42/+38 | |
user/cbindgen: bump to 0.9.0 See merge request adelie/packages!332 | |||||
2019-09-28 | Merge branch 'update-grub' into 'master' | A. Wilcox | 6 | -2/+110 | |
user/grub: add radeon quirk (#49) and trigger See merge request adelie/packages!331 | |||||
2019-09-28 | Merge branch 'mqtt' into 'master' | A. Wilcox | 8 | -0/+259 | |
Add mosquitto and py3-paho-mqtt See merge request adelie/packages!328 | |||||
2019-09-25 | user/i3wm: Bump to 4.17.1 | Luis Ressel | 1 | -2/+2 | |
2019-09-24 | user/djvulibre: patch multiple CVEs (#185) | Max Rees | 5 | -6/+310 | |
2019-09-24 | user/mosquitto: [CVE] bump to 1.6.6 | Max Rees | 1 | -2/+4 | |
2019-09-23 | user/vlc: no, really, I mean it this time :TM: | Max Rees | 1 | -1/+6 | |
2019-09-23 | user/vlc: fix initd / confd install | Max Rees | 1 | -2/+2 | |
2019-09-19 | user/nsd: Bump to 4.2.2 | Luis Ressel | 1 | -2/+2 | |
2019-09-19 | user/unbound: Bump to 1.9.3 | Luis Ressel | 1 | -2/+2 | |
2019-09-19 | user/wireguard-*: Bump to 0.0.20190913 | Luis Ressel | 4 | -8/+8 | |
2019-09-17 | user/opencv: patch CVE-2019-16249 | Max Rees | 2 | -2/+65 | |
2019-09-17 | user/faad2: 2.8.8-r2 no longer exists | Max Rees | 1 | -5/+4 | |
2019-09-17 | user/wpa_supplicant: patch CVE-2019-16275 | Max Rees | 2 | -1/+78 | |
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 | user/links: [NO CVE] bump to 2.20.1 | Max Rees | 1 | -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-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/vlc: [CVE] bump to 3.0.8 (#182) | Max Rees | 1 | -11/+20 | |
2019-09-17 | user/mpg123: bump to 1.25.12 | Max Rees | 1 | -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-17 | user/pango: patch for CVE-2019-1010238 (#133) | Max Rees | 2 | -5/+43 | |
2019-09-17 | user/libvorbis: new patch for CVE-2018-10392 (#157) | Max Rees | 4 | -65/+62 | |
Also, use upstream patch for CVE-2017-14160 |