summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-25 18:58:10 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-25 20:28:22 +0100
commit9433c582a08172ea522d92c7e1fdce2dc1aa5370 (patch)
treea67215f2ece13b85c5b2bc055c2f745f6e0274aa /source
parent4e0c3bd469a4a438952438b13e170396a2bb299c (diff)
downloadcurrent-9433c582a08172ea522d92c7e1fdce2dc1aa5370.tar.gz
current-9433c582a08172ea522d92c7e1fdce2dc1aa5370.tar.xz
Mon Mar 25 18:58:10 UTC 202420240325185810
a/shadow-4.15.1-x86_64-1.txz: Upgraded. The main point of this release is to fix a bug that caused spurious error messages about unknown login.defs configuration options. a/sysvinit-3.09-x86_64-1.txz: Upgraded. l/python-trove-classifiers-2024.3.25-x86_64-1.txz: Upgraded. x/libX11-1.8.8-x86_64-1.txz: Upgraded. x/libXmu-1.2.0-x86_64-1.txz: Upgraded. x/lndir-1.0.5-x86_64-1.txz: Upgraded. x/xf86-video-savage-2.4.1-x86_64-1.txz: Upgraded. x/xman-1.2.0-x86_64-1.txz: Upgraded. x/xorg-docs-1.7.3-noarch-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r--source/a/shadow/shadow.url2
-rw-r--r--source/x/x11/configure/configure1
-rw-r--r--source/x/x11/configure/iceauth14
3 files changed, 2 insertions, 15 deletions
diff --git a/source/a/shadow/shadow.url b/source/a/shadow/shadow.url
index 133534586..b49486f5a 100644
--- a/source/a/shadow/shadow.url
+++ b/source/a/shadow/shadow.url
@@ -1,2 +1,2 @@
https://github.com/shadow-maint/shadow
-https://github.com/shadow-maint/shadow/releases/download/4.15.0/shadow-4.15.0.tar.xz
+https://github.com/shadow-maint/shadow/releases/download/4.15.1/shadow-4.15.1.tar.xz
diff --git a/source/x/x11/configure/configure b/source/x/x11/configure/configure
index dcb1109bd..61a80c318 100644
--- a/source/x/x11/configure/configure
+++ b/source/x/x11/configure/configure
@@ -10,4 +10,5 @@ CXXFLAGS=$SLKCFLAGS \
--docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \
--with-udev-rules-dir=/lib/udev/rules.d \
--disable-static \
+ --enable-year2038 \
--build=$ARCH-slackware-linux
diff --git a/source/x/x11/configure/iceauth b/source/x/x11/configure/iceauth
deleted file mode 100644
index 61a80c318..000000000
--- a/source/x/x11/configure/iceauth
+++ /dev/null
@@ -1,14 +0,0 @@
-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