From 1e89414bae261894eb2b0621fc35d08d66039848 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 23 Mar 2024 19:34:02 +0000 Subject: Sat Mar 23 19:34:02 UTC 2024 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ap/vim-9.1.0199-x86_64-1.txz: Upgraded. Dropped python2 support. Thanks to Audrius Kažukauskas. l/duktape-2.7.0-x86_64-1.txz: Added. Needed by polkit. l/gjs-1.80.1-x86_64-1.txz: Upgraded. l/libdeflate-1.20-x86_64-1.txz: Upgraded. l/mozjs102-102.15.1esr-x86_64-2.txz: Removed. l/mozjs115-115.9.1esr-x86_64-1.txz: Upgraded. l/polkit-123-x86_64-2.txz: Rebuilt. Use duktape instead of mozjs102 as the JavaScript engine. x/iceauth-1.0.10-x86_64-2.txz: Rebuilt. It's never too early to build with --enable-year2038. Thanks to bigbadaboum. xap/geeqie-2.4-x86_64-1.txz: Upgraded. xap/mozilla-firefox-115.9.1esr-x86_64-1.txz: Upgraded. This update fixes a critical security issue: An attacker was able to inject an event handler into a privileged object that would allow arbitrary JavaScript execution in the parent process. For more information, see: https://www.mozilla.org/en-US/firefox/115.9.1esr/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2024-16/ https://www.cve.org/CVERecord?id=CVE-2024-29944 (* Security fix *) xap/vim-gvim-9.1.0199-x86_64-1.txz: Upgraded. Dropped python2 support. Thanks to Audrius Kažukauskas. --- source/x/x11/build/iceauth | 2 +- source/x/x11/configure/iceauth | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 source/x/x11/configure/iceauth (limited to 'source/x/x11') diff --git a/source/x/x11/build/iceauth b/source/x/x11/build/iceauth index d00491fd7..0cfbf0888 100644 --- a/source/x/x11/build/iceauth +++ b/source/x/x11/build/iceauth @@ -1 +1 @@ -1 +2 diff --git a/source/x/x11/configure/iceauth b/source/x/x11/configure/iceauth new file mode 100644 index 000000000..61a80c318 --- /dev/null +++ b/source/x/x11/configure/iceauth @@ -0,0 +1,14 @@ +CFLAGS=$SLKCFLAGS \ +CXXFLAGS=$SLKCFLAGS \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --with-udev-rules-dir=/lib/udev/rules.d \ + --disable-static \ + --enable-year2038 \ + --build=$ARCH-slackware-linux -- cgit v1.2.3-80-g2a13