Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-21 | user/thunderbird: Update to 91.13.0 | A. Wilcox | 14 | -256/+260 | |
2022-11-21 | user/firefox-esr: Update to 91.13.0 | A. Wilcox | 15 | -525/+205 | |
It still works on ppc64! Even with VP8/VP9 video! | |||||
2022-11-21 | user/libsigc++3: Add docbook-xsl dependency | A. Wilcox | 1 | -1/+1 | |
Otherwise, we fail to build trying to load the external entity. Closes: #857 | |||||
2022-11-21 | user/trojita: Fix build and add patches | A. Wilcox | 12 | -3/+1404 | |
* Ensures Trojitá does not crash using attachments. * Port to Qt 5.15. * Fix a security issue with STARTTLS. * Ensure passwords are stored correctly. * Fix signedness on unsigned char platforms (ARM, Power). Closes: #856 | |||||
2022-11-21 | user/openjdk8: Use RC2 for bootstrap binaries | A. Wilcox | 2 | -3/+63 | |
The bootstrap packages are taken from the user/openjdk8 packages built in 1.0-RC2. This has been smoke-tested on PPC64. It only unpacks the target arch and will print an error if the target arch is not yet bootstrapped. The bootstrap packages were created using the 'maintain' script. | |||||
2022-11-19 | user/sddm: Drop rootless X patch | A. Wilcox | 3 | -2206/+16 | |
It doesn't work and causes KDE to spawn with root privs. | |||||
2022-11-17 | user/mcpp: remove erroneous checksum. | Zach van Rijn | 1 | -3/+2 | |
2022-11-15 | user/mbuffer: add patch to clamp 32-bit parameters. fixes #834. | Zach van Rijn | 2 | -3/+45 | |
The number of physical and available pages will of course be correct on real 32-bit systems, but mbuffer does not account for the case of when a 64-bit system with more memory is running with a 32-bit personality. In this scenario, dynamic detection of system memory limits yields values that are not safe for use in a 32-bit environment. | |||||
2022-11-14 | user/spack: bump { 0.17.2 --> 0.19.0_p1 }. | Zach van Rijn | 2 | -8/+34 | |
2022-11-12 | user/libexif: bump { 0.6.22 --> 0.6.24 }. fixes #371. | Zach van Rijn | 1 | -12/+4 | |
2022-11-12 | user/tmux: bump { 3.0a --> 3.3a }. fixes #369. | Zach van Rijn | 1 | -3/+3 | |
2022-11-12 | system/perl-dbi: patch CVE-2014-10402. fixes #378. | Zach van Rijn | 2 | -3/+102 | |
2022-11-12 | user/cups: bump { 2.4.1 --> 2.4.2 }. fixes #844. | Zach van Rijn | 1 | -2/+2 | |
2022-11-12 | user/raptor2: apply upstream CVE patches. fixes #366. | Zach van Rijn | 3 | -4/+78 | |
2022-11-12 | user/openjpeg: bump { 2.3.1 --> 2.5.0 }. fixes #329. | Zach van Rijn | 4 | -236/+5 | |
2022-11-12 | user/imagemagick: bump { 7.0.8.68 --> 7.1.0.52 }. fix typo. fixes #319. | Zach van Rijn | 1 | -5/+5 | |
2022-11-12 | user/jasper: bump { 2.0.16 --> 2.0.33 }. fixes #253. closes !549. | Zach van Rijn | 1 | -5/+7 | |
This is the latest 2.x release. There are now 3.x and 4.x releases. The CVEs are now mitigated, but there's more bumping/testing to do. | |||||
2022-11-12 | user/unbound: bump { 1.9.6 --> 1.17.0 }. fixes #291. | Zach van Rijn | 1 | -4/+4 | |
2022-11-12 | user/nsd: bump { 4.3.2 --> 4.6.1 }. fixes #291. | Zach van Rijn | 1 | -2/+2 | |
2022-11-12 | user/ctags: switch { exuberant --> universal } implementation. fixes #270. | Zach van Rijn | 1 | -10/+21 | |
2022-11-11 | user/poppler: bump { 22.06.0 --> 22.11.0 }. fixes #842. | Zach van Rijn | 1 | -3/+3 | |
2022-11-11 | user/fastjar: add patch for CVE-2010-{0831,2322} and updater. fixes #136, #841. | Zach van Rijn | 4 | -36/+98 | |
2022-11-11 | user/mcpp: pull miscellaneous patches. fixes #169. | Zach van Rijn | 4 | -5/+103 | |
2022-11-11 | user/audiofile: multiple CVE patches. fixes #124. | Zach van Rijn | 8 | -2/+543 | |
2022-11-06 | user/slang: bump { 2.3.2 --> 2.3.3 }. fixes #765. | Zach van Rijn | 1 | -2/+2 | |
2022-11-05 | user/a52dec: bump { 0.7.4 --> 0.8.0 }. fixes #793. | Zach van Rijn | 4 | -55/+19 | |
2022-11-04 | user/gsl: disable 'complex' test for ppc. closes #764. | Zach van Rijn | 1 | -1/+9 | |
2022-11-04 | user/gsl: selectively disable optimizations. disable one test. fixes #763. | Zach van Rijn | 1 | -2/+27 | |
2022-11-04 | user/libffcall: move to 'experimental/'. see #761. | Zach van Rijn | 2 | -0/+0 | |
2022-11-03 | user/libetonyek: use explicit MDDS version. fixes #827. | Zach van Rijn | 1 | -2/+3 | |
We need to be explicit with the MDDS version (major.minor only). The default of 1.5 only worked by coincidence, and there does not appear to be a mechanism to automatically detect a compatible one. This (0.1.10) is the latest release as of writing. ./configure.ac: AS_HELP_STRING([--with-mdds=1.5|1.4|1.2|1.0|0.x], [Specify which version of mdds to use (1.5 is the default)]), | |||||
2022-11-03 | user/liborcus: bump { 0.15.3 --> 0.17.2 }. fixes #825. | Zach van Rijn | 1 | -9/+10 | |
2022-11-03 | user/libixion: bump { 0.15.0 --> 0.17.0 }. update upstream URL. fixes #824. | Zach van Rijn | 2 | -33/+8 | |
2022-11-03 | user/mdds: bump { 1.5.0 --> 2.0.3 }. fixes #823. | Zach van Rijn | 1 | -5/+5 | |
2022-11-03 | user/minizip: bump { 1.2.12 --> 1.2.13 }. fixes #822. | Zach van Rijn | 1 | -2/+2 | |
2022-11-01 | system/expat: bump { 2.4.9 --> 2.5.0 }. fixes #821. | Zach van Rijn | 1 | -2/+4 | |
2022-11-01 | system/adelie-keys: relbump for rc3 (signing with keys contained within). | Zach van Rijn | 1 | -1/+1 | |
2022-11-01 | system/adelie-keys: all new keys. | Zach van Rijn | 20 | -140/+187 | |
2022-11-01 | system/zlib: bump { 1.2.12 --> 1.2.13 }. fixes #820. | Zach van Rijn | 3 | -83/+3 | |
2022-10-31 | scripts/deplist: add 'cmd:xsltproc' exception. do not scan 'legacy/' repo. | Zach van Rijn | 2 | -1/+2 | |
2022-10-21 | user/openvpn 2.5.7 | Lee Starnes | 1 | -2/+2 | |
2022-10-21 | user/strongswan 5.9.8 | Lee Starnes | 1 | -2/+4 | |
2022-10-21 | system/curl: bump { 7.83.1 --> 7.85.0 }. fixes #813. | Zach van Rijn | 1 | -3/+3 | |
2022-10-21 | system/curl: pull in nghttp2 development package. fixes #819. | Zach van Rijn | 1 | -2/+2 | |
See commit d045b5bca8cd983b9512fd45e19d2c5770323a32. | |||||
2022-10-21 | user/dovecot: update checksum. fixes #818. | Zach van Rijn | 1 | -1/+1 | |
2022-10-21 | user/alpine: bump { 2.25 --> 2.26 }. update URLs. fixes #817. | Zach van Rijn | 1 | -5/+9 | |
2022-10-21 | user/ftmenu: use canonical source tarball URL. | Zach van Rijn | 1 | -2/+1 | |
2022-10-21 | system/mpfr3: use canonical source tarball URL. | Zach van Rijn | 1 | -2/+1 | |
2022-10-21 | user/fbset: use distfiles. fixes #816. | Zach van Rijn | 1 | -1/+2 | |
2022-10-21 | user/numactl: bump { 2.0.14 --> 2.0.15 }. | Zach van Rijn | 3 | -25/+15 | |
2022-10-21 | system/libaio: re-enable test 18. see #405. | Zach van Rijn | 1 | -2/+1 | |