summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07user/llvm18: New packageA. Wilcox13-0/+725
2024-08-07system/binutils: Update to 2.42A. Wilcox19-214/+192
Closes: #1221, #1206
2024-08-07system/gcc: Add sanitizer supportA. Wilcox2-3/+172
Based-ish on Chimera's patches, but a bit more thorough. * 32-bit ports don't have liblsan or libtsan. * We can't dep on utmps-dev for utmpx, so hard-code size. The size is the same on all six arches per my testing.
2024-08-07system/binutils: Fix format specifiers in libctfA. Wilcox2-1/+30
Closes: #1181
2024-08-07user/assimp: bump { 5.2.5 --> 5.4.1 }. fixes #1184.Zach van Rijn2-18/+2
2024-08-07user/lilo: add patch for GCC 10+. fixes #1179.Zach van Rijn2-1/+54
2024-08-07user/redis: bump { 6.0.16 --> 7.2.5 }. fixes #1178.Zach van Rijn1-2/+2
2024-08-07user/gitlab-runner: Update to 15.0.0A. Wilcox8-319/+52
* Parallel build on as many cores as normal builds use. * The module cache is contained within the builddir instead of polluting HOME.
2024-08-07user/gprbuild: Update to 24.0.0A. Wilcox1-11/+14
2024-08-07user/mbedtls: [CVE] Update to 3.6.0A. Wilcox2-319/+3
2024-08-07user/gnucobol: Use local mirror for testsA. Wilcox1-1/+1
The test data has changed upstream. We use our locally cached version for now, since we haven't updated GNU Cobol itself yet.
2024-08-07user/aspell-dict-lv: Use local mirrorA. Wilcox1-1/+1
Closes: #1173
2024-08-07user/supertux: Fix missing headerA. Wilcox2-2/+34
Patch from upstream.
2024-08-07user/range-v3: Update to 0.12.0A. Wilcox1-2/+2
2024-08-07user/the_silver_searcher: PatchesA. Wilcox4-4/+321
* Fix when reading symlinks to pipes. * Fix build with newer GCC.
2024-08-07user/rxvt-unicode: [CVE] Update to 9.31A. Wilcox2-9/+9
Closes: #1185
2024-08-07user/libptytty: New packageA. Wilcox2-0/+55
This is a dependency of newer releases of user/rxvt-unicode. Closes: #1180
2024-08-07user/xsane: Use our own cacheA. Wilcox1-1/+1
Gentoo's distfile cache for xsane is now a 404.
2024-08-07user/xmoto: Fix URLsA. Wilcox1-2/+2
Upstream site is down.
2024-08-07user/quassel: Fix split packagesA. Wilcox1-2/+27
2024-08-07user/qt-creator: Patch missing headerA. Wilcox2-2/+31
2024-08-07user/libnatpmp: Update domainsA. Wilcox1-2/+2
Same as user/miniupnpc in prior commit, tuxfamily.org needs replacing.
2024-08-07user/miniupnpc: Update domainsA. Wilcox1-2/+2
tuxfamily.org seems to be MIA, so use their alt mirror.
2024-08-07user/clearsans: Use our mirrorA. Wilcox1-1/+1
Intel has discontinued all their fonts, so use our mirrored copy.
2024-08-07user/strongswan: Add missing test depA. Wilcox1-0/+1
2024-08-07user/ncftp: Update to 3.2.7, fix URLA. Wilcox1-4/+4
2024-08-07user/mosh: Update to 1.4.0A. Wilcox2-59/+4
2024-08-07user/postfix: Update to 3.9.0A. Wilcox3-32/+6
Also, update source download URL; that mirror is returning 404 now.
2024-08-07user/pidgin: Fixes for test suiteA. Wilcox2-3/+59
* Add missing check-dev dep. * Patch failing test. Closes: #1190
2024-08-07user/rspamd: Update to 3.8.4A. Wilcox2-6/+9
2024-08-07user/wget: Update to 1.24.5A. Wilcox1-2/+2
* HSTS fixes for 32-bit x86 and 64-bit PPC. * Compatibility with newer GCC releases. * Security and privacy fixes.
2024-08-07user/mimetic: Patch for newer C++ standardA. Wilcox2-4/+17
2024-08-07user/minicom: Update to 2.9A. Wilcox1-2/+2
Forced by upstream, who 410'd 2.8's tarballs.
2024-08-07user/squashfs-tools: Update to 4.6.1A. Wilcox2-22/+21
Also, move tools to /usr/sbin because lzo/lz4 are in /usr/lib.
2024-08-07user/mdadm: Update to 4.3A. Wilcox6-39/+110
Closes: #1183
2024-08-07user/libstaroffice: Update to 0.0.7A. Wilcox2-3/+28
Also integrate upstream patch to fix 'mistake' that causes warning.
2024-08-07user/xapian-core: Update to 1.4.25A. Wilcox2-4/+20
Finally fixed the test suite, too!
2024-08-07user/liborcus: Update to 0.19.2A. Wilcox1-8/+7
Needed for GCC compat. Also needed for new mdds. Use upstream dist tarball, ala mdds and libixion. Also, restore pre-GCC 13 x87 FPU behavior. Closes: #1215
2024-08-07user/libixion: Update to 0.19.0A. Wilcox1-7/+8
Use upstream dist tarball, ala mdds. Update needed for new mdds. Also, restore pre-GCC 13 x87 FPU behavior Closes: #1214
2024-08-07user/libetonyek: Update for new mddsA. Wilcox1-3/+3
2024-08-07user/mdds: Update to 2.1.1A. Wilcox1-5/+8
Use upstream dist tarballs so we don't have to autogen. Also, restore pre-GCC 13 x87 FPU behavior. Closes: #1205
2024-08-07user/openttd: Update download URLA. Wilcox1-1/+1
2024-08-07user/seatd: Update to 0.8.0 and improveA. Wilcox1-10/+9
* Add test suite. * Use meson commands instead of hardcoding ninja (hoping samu someday). * Add scdoc dep and build docs.
2024-08-07user/libmspub: Integrate upstream patch for <cstdint>A. Wilcox2-3/+16
2024-08-07user/liblbxutil: Patch for -fno-commonA. Wilcox2-3/+24
No upstream any more, so not submitted.
2024-08-07user/libgnt: Update to 2.14.3 and patchA. Wilcox2-4/+68
Upstream has an unreleased 2.14.4 with this patch, that fixes an attempted access on an internal ncurses struct.
2024-08-07user/libpfm: Update to 4.13.0A. Wilcox1-3/+3
* New CPUs supported, including Zen3/4 and Power10. * Fix for GCC build.
2024-08-07user/xf86-video-intel: add patch for '-fno-common'Zach van Rijn2-2/+29
Closes: #1187
2024-08-07user/xf86-video-geode: Update to 2.11.21Zach van Rijn3-86/+3
Closes: #1216
2024-08-07user/xf86-video-openchrome: Use -fcommonA. Wilcox1-0/+1
Yeah, it's not clean, but this is a very crusty codebase.