summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-11user/qt-creator: Patch missing headerA. Wilcox2-2/+31
2024-06-11user/libnatpmp: Update domainsA. Wilcox1-2/+2
Same as user/miniupnpc in prior commit, tuxfamily.org needs replacing.
2024-06-11user/miniupnpc: Update domainsA. Wilcox1-2/+2
tuxfamily.org seems to be MIA, so use their alt mirror.
2024-06-11user/clearsans: Use our mirrorA. Wilcox1-1/+1
Intel has discontinued all their fonts, so use our mirrored copy.
2024-06-11user/strongswan: Add missing test depA. Wilcox1-0/+1
2024-06-11user/ncftp: Update to 3.2.7, fix URLA. Wilcox1-4/+4
2024-06-11user/mosh: Update to 1.4.0A. Wilcox2-59/+4
2024-06-11user/postfix: Update to 3.9.0A. Wilcox3-32/+6
Also, update source download URL; that mirror is returning 404 now.
2024-06-11user/pidgin: Fixes for test suiteA. Wilcox2-3/+59
* Add missing check-dev dep. * Patch failing test. Closes: #1190
2024-06-11user/rspamd: Update to 3.8.4A. Wilcox2-6/+9
2024-06-11user/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-06-11user/mimetic: Patch for newer C++ standardA. Wilcox2-4/+17
2024-06-11user/minicom: Update to 2.9A. Wilcox1-2/+2
Forced by upstream, who 410'd 2.8's tarballs.
2024-06-11user/squashfs-tools: Update to 4.6.1A. Wilcox2-22/+21
Also, move tools to /usr/sbin because lzo/lz4 are in /usr/lib.
2024-06-11user/mdadm: Update to 4.3A. Wilcox6-39/+110
Closes: #1183
2024-06-11user/libstaroffice: Update to 0.0.7A. Wilcox2-3/+28
Also integrate upstream patch to fix 'mistake' that causes warning.
2024-06-11user/xapian-core: Update to 1.4.25A. Wilcox2-4/+20
Finally fixed the test suite, too!
2024-06-11user/liborcus: Update to 0.19.2A. Wilcox1-9/+5
Needed for GCC compat. Also needed for new mdds. Use upstream dist tarball, ala mdds and libixion.
2024-06-11user/libixion: Update to 0.19.0A. Wilcox1-7/+5
Use upstream dist tarball, ala mdds. Update needed for new mdds.
2024-06-11user/libetonyek: Update for new mddsA. Wilcox1-3/+3
2024-06-11user/mdds: Update to 2.1.1A. Wilcox1-5/+5
Use upstream dist tarballs so we don't have to autogen.
2024-06-11user/openttd: Update download URLA. Wilcox1-1/+1
2024-06-11user/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-06-11user/libmspub: Integrate upstream patch for <cstdint>A. Wilcox2-3/+16
2024-06-11user/liblbxutil: Patch for -fno-commonA. Wilcox2-3/+24
No upstream any more, so not submitted.
2024-06-11user/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-06-11user/libpfm: Update to 4.13.0A. Wilcox1-3/+3
* New CPUs supported, including Zen3/4 and Power10. * Fix for GCC build.
2024-06-11user/xf86-video-openchrome: Use -fcommonA. Wilcox1-0/+1
Yeah, it's not clean, but this is a very crusty codebase.
2024-06-11user/xf86-video-vmware: Update to 13.4.0A. Wilcox1-7/+4
2024-06-11user/xf86-video-ati: Update to 22.0.0A. Wilcox2-84/+4
2024-06-11user/xf86-video-amdgpu: Update to 23.0.0A. Wilcox1-3/+3
2024-06-11user/olm: [CVE] Update to 3.2.16A. Wilcox1-2/+2
2024-06-11user/yubikey-personalization: PatchesA. Wilcox4-2/+266
* Update for GCC 10 compatibility. * Memory safety issues.
2024-06-11user/x11vnc: Integrate upstream GCC 10 patchA. Wilcox2-3/+47
2024-06-11user/i3lock: Update to 2.15A. Wilcox1-22/+7
* New build system based on Meson. * We have a proper 'login' PAM config, so we don't need that sed. * Security update (don't show Shift indicator).
2024-06-11user/htop: Update to 3.3.0A. Wilcox3-99/+6
* New upstream URL and source. * Remove patches that were integrated upstream.
2024-06-11user/horizon: Temporary workaround for JSON compatA. Wilcox1-1/+1
2024-06-11user/grfcodec: Update to 6.1.0A. Wilcox2-26/+16
PowerPC fixes upstream, and compatibility with newer GCC.
2024-06-11user/rttr: Bring upstream patches in for newer C++A. Wilcox6-3/+359
Also, change the warnings we disable to ensure it builds with GCC 13. Also, replaces '-Werror' with '-Wextra' for more verbosity without causing the build to fail. Closes: #1196
2024-06-11user/vlc: Update to 3.0.20A. Wilcox1-3/+3
Security fixes and GCC 13 compat.
2024-06-11user/gdbm: Update to 1.23A. Wilcox1-2/+2
Many improvements, including support for newer GCC releases.
2024-06-11user/fluxbox: Pull in GCC patch from upstreamA. Wilcox2-3/+31
2024-06-11user/{mozilla}: Add GCC 13 compatibility to gfxA. Wilcox4-3/+27
2024-06-11user/mariadb: Add patch for build on GCC 13A. Wilcox2-1/+15
2024-06-11user/digikam: Fix issue with GCC C++ STLA. Wilcox2-2/+16
2024-06-11user/sane: Update to 1.3.1 for GCC + other fixesA. Wilcox5-43/+16
Also, they have dropped the SANE Exception from the genesys backend's license. Everything is GPL-2.0+ or Public-Domain now. Closes: #1186
2024-06-11user/opencv: Fix GCC 10+ compile issueA. Wilcox2-3/+18
We have to patch after CMake because it's in the 3rdparty zip.
2024-06-11user/freeglut: Update to 3.2.2 for GCC 10+A. Wilcox1-4/+4
2024-06-11user/readstat: Update to 1.1.9 and fix issuesA. Wilcox4-3/+149
1.1.9 includes many big-endian fixes and other improvements. * Fix use-after-free found after 1.1.9 release that causes GCC to error. * Fix buffer overflow that might cause a crash. * Fix two more big endian issues.
2024-06-11user/dhcpcd: Update to 9.5.2A. Wilcox1-3/+3
Security fixes and new download URL.