summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Collapse)AuthorFilesLines
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.
2024-06-11user/cups-filters: Update to 1.28.16A. Wilcox1-6/+6
Upstream has dropped the font requirement from runtime deps, so we do the same in our packaging. Fixes for GCC, but also fixes various printing issues and NULL derefs.
2024-06-11user/vte: Fix build on modern GCCSíle Ekaterin Liszka2-2/+49
2024-06-11user/libgphoto2: Add hidden libxml2-dev depA. Wilcox1-2/+2
2024-06-11user/libnih: Fix for GCC -fno-commonA. Wilcox2-2/+19
2024-06-11user/libplist: Serialise test suiteA. Wilcox1-1/+2
Closes: #1175
2024-06-11user/qca: Update for GCC 11+A. Wilcox3-3/+111
2024-06-11user/openal-soft: Update to 1.23.1 for GCC 10+A. Wilcox1-4/+4
2024-06-11user/awesome: Backport GCC 10+ patch from upstreamA. Wilcox2-4/+243
There was a difference in the context due to other upstream changes, but it was simple to change the patch to apply anyway. I didn't want to start poking with signal argument changes..
2024-06-11user/menu-cache: Integrate upstream GCC 10+ patchA. Wilcox2-3/+109
2024-06-11user/xorg-server: Update for GCC 12+ compatA. Wilcox3-2/+165
2024-06-11user/qt5-qtbase: Don't use deprecated egrepA. Wilcox1-1/+1
2024-06-11user/v4l-utils: Update to 1.26.1A. Wilcox6-154/+15
* Convert to Meson build system. * Use upstream provided .desktop/icon files. * Add qvidcap to qv4l2 package and auto-install when v4l-utils and Qt5::X11 are installed. * Remove patches which have all been applied to upstream.
2024-06-11user/qt5-qtwebkit: Patch missing headerA. Wilcox2-1/+14
GCC 13 C++ STL doesn't bring in <cstdint>, needed by ANGLE for uint32_t.
2024-06-11user/akonadi-search: Disable PGSQL tests as wellA. Wilcox1-1/+1
2024-06-11user/volume_key: Fix build against Python 3A. Wilcox1-2/+4
If the build environment has a /usr/bin/python, the build system believes it is Python 2. Ensure that does not happen.
2024-06-11user/bash-completion: Workaround for GCC 13A. Wilcox2-1/+25
Non-x86 arches don't have -march= or -mtune=generic. This has been reported upstream.
2024-06-11user/swig: Update to 4.1.1A. Wilcox2-31/+5
Needed for GCC 13 support, since the generated C++ code was not amenable to GCC 13 in its prior state. 4.1.1 is the last version to support PHP 7, so I stopped there until we are able to land PHP 8.
2024-06-11user/glm: TEMPORARY fix for #1170 - DO NOT MERGEA. Wilcox1-9/+10
This patch is ONLY to be able to build the entire tree for gcc13 trybuild. We will NOT ship it like this for beta6.
2024-06-11user/open-vm-tools: add time64 patch. fixes #1210.Zach van Rijn2-1/+61
2024-06-10user/xmlsec: bump { 1.3.3 --> 1.3.4 }. switch upstream. fixes #1209.Zach van Rijn1-3/+3
2024-06-10user/lynx: upgrade to 2.9.2Síle Ekaterin Liszka1-2/+2
2024-06-10user/libxfce4ui: upgrade to 4.18.6Síle Ekaterin Liszka1-2/+2
2024-06-10user/icewm: upgrade to 3.5.0Síle Ekaterin Liszka1-2/+2
2024-06-10user/gucharmap: upgrade to 15.1.5Síle Ekaterin Liszka1-2/+2
2024-06-10user/aspell-dict-da: upgrade to 4.3Síle Ekaterin Liszka1-2/+2
2024-06-10user/apache-httpd: upgrade to 2.4.59Síle Ekaterin Liszka1-2/+2
2024-06-10user/gvim: upgrade to 9.1.0378Síle Ekaterin Liszka1-2/+2
2024-06-07Skaware.20240531Laurent Bercot4-14/+18
2024-05-22user/open-vm-tools: New packageA. Wilcox15-0/+532