summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-11-15 22:01:26 +0000
committer Eric Hameleers <alien@slackware.com>2023-11-15 23:57:15 +0100
commit183c67ecca7c9545feb107a6a049af5524ec8d81 (patch)
tree59070003b2c264c54fc0333fc46899d260c90c99 /source
parent2ca3471fc332cb5e520c4950ffb7ce42db3cb323 (diff)
downloadcurrent-183c67ecca7c9545feb107a6a049af5524ec8d81.tar.gz
current-183c67ecca7c9545feb107a6a049af5524ec8d81.tar.xz
Wed Nov 15 22:01:26 UTC 202320231115220126
a/btrfs-progs-6.6.2-x86_64-1.txz: Upgraded. d/cmake-3.27.8-x86_64-1.txz: Upgraded. l/netpbm-11.04.04-x86_64-1.txz: Upgraded. l/woff2-20231106_0f4d304-x86_64-1.txz: Upgraded. Include the binary utilities. Thanks to TJ09. n/bind-9.18.20-x86_64-1.txz: Upgraded. n/c-ares-1.22.0-x86_64-1.txz: Upgraded. n/libgcrypt-1.10.3-x86_64-1.txz: Upgraded. n/p11-kit-0.25.3-x86_64-1.txz: Upgraded. x/xf86-video-ati-22.0.0-x86_64-1.txz: Upgraded. x/xf86-video-intel-20230201_b74b67f0-x86_64-1.txz: Upgraded. x/xf86-video-nouveau-20231005_827f1e2-x86_64-1.txz: Upgraded. x/xf86-video-r128-6.12.1-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.4.3-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.4.3/releasenotes/
Diffstat (limited to 'source')
-rw-r--r--source/d/cmake/cmake.url2
-rwxr-xr-xsource/l/woff2/woff2.SlackBuild12
-rwxr-xr-xsource/n/bind/bind.SlackBuild2
-rw-r--r--source/n/lftp/slack-desc2
-rw-r--r--source/n/p11-kit/p11-kit.url2
-rw-r--r--source/x/x11/configure/xf86-video-ati13
-rw-r--r--source/x/x11/configure/xf86-video-r12813
7 files changed, 14 insertions, 32 deletions
diff --git a/source/d/cmake/cmake.url b/source/d/cmake/cmake.url
index e61a4daf5..e26c1c38a 100644
--- a/source/d/cmake/cmake.url
+++ b/source/d/cmake/cmake.url
@@ -1,2 +1,2 @@
https://github.com/Kitware/CMake/releases
-https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz
+https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8.tar.gz
diff --git a/source/l/woff2/woff2.SlackBuild b/source/l/woff2/woff2.SlackBuild
index e553170ef..083f615b1 100755
--- a/source/l/woff2/woff2.SlackBuild
+++ b/source/l/woff2/woff2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2020, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=woff2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -101,6 +101,14 @@ cd cmake-build
make install DESTDIR=$PKG || exit 1
cd ..
+# Make sure that the tools get installed:
+for binary in woff2_compress woff2_decompress woff2_info ; do
+ if [ ! -x "$PKG/usr/bin/$binary" ]; then
+ mkdir -p $PKG/usr/bin
+ install -m 755 cmake-build/$binary $PKG/usr/bin
+ fi
+done
+
# Strip binaries:
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild
index e32294b1f..dbc4271f4 100755
--- a/source/n/bind/bind.SlackBuild
+++ b/source/n/bind/bind.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=bind
VERSION=${VERSION:-$(echo ${PKGNAM}-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/n/lftp/slack-desc b/source/n/lftp/slack-desc
index 910967391..a67f5e91f 100644
--- a/source/n/lftp/slack-desc
+++ b/source/n/lftp/slack-desc
@@ -15,5 +15,5 @@ lftp: is reliable, that is any non-fatal error is ignored and the operation
lftp: is retried. lftp has shell-like command syntax. lftp has a built in
lftp: mirror feature which can download or upload a whole directory tree.
lftp:
-lftp: Homepage: http://lftp.tech
+lftp: Homepage: http://lftp.yar.ru
lftp:
diff --git a/source/n/p11-kit/p11-kit.url b/source/n/p11-kit/p11-kit.url
index 016f64d84..cc0b54758 100644
--- a/source/n/p11-kit/p11-kit.url
+++ b/source/n/p11-kit/p11-kit.url
@@ -1,2 +1,2 @@
https://github.com/p11-glue/p11-kit/releases
-https://github.com/p11-glue/p11-kit/releases/download/0.25.2/p11-kit-0.25.2.tar.xz
+https://github.com/p11-glue/p11-kit/releases/download/0.25.3/p11-kit-0.25.3.tar.xz
diff --git a/source/x/x11/configure/xf86-video-ati b/source/x/x11/configure/xf86-video-ati
deleted file mode 100644
index 291eb9b94..000000000
--- a/source/x/x11/configure/xf86-video-ati
+++ /dev/null
@@ -1,13 +0,0 @@
-CFLAGS=$SLKCFLAGS \
-CXXFLAGS=$SLKCFLAGS \
-./autogen.sh \
- --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 \
- --build=$ARCH-slackware-linux
diff --git a/source/x/x11/configure/xf86-video-r128 b/source/x/x11/configure/xf86-video-r128
deleted file mode 100644
index 291eb9b94..000000000
--- a/source/x/x11/configure/xf86-video-r128
+++ /dev/null
@@ -1,13 +0,0 @@
-CFLAGS=$SLKCFLAGS \
-CXXFLAGS=$SLKCFLAGS \
-./autogen.sh \
- --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 \
- --build=$ARCH-slackware-linux