summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/libqalculate/libqalculate.SlackBuild2
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild2
-rwxr-xr-xsource/l/v4l-utils/v4l-utils.SlackBuild8
-rwxr-xr-xsource/n/php/fetch-php.sh4
-rw-r--r--source/n/php/php.ini-development.diff8
-rwxr-xr-xsource/n/samba/samba.SlackBuild2
-rw-r--r--source/n/samba/samba.url4
-rw-r--r--source/x/libwacom/libwacom.url1
8 files changed, 19 insertions, 12 deletions
diff --git a/source/l/libqalculate/libqalculate.SlackBuild b/source/l/libqalculate/libqalculate.SlackBuild
index 4984f81f0..b49cbf620 100755
--- a/source/l/libqalculate/libqalculate.SlackBuild
+++ b/source/l/libqalculate/libqalculate.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libqalculate
VERSION=${VERSION:-$(echo $PKGNAM-*.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/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index fec258230..f32c443e3 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.94}
+VERSION=${VERSION:-3.95}
NSPR=${NSPR:-4.35}
BUILD=${BUILD:-1}
diff --git a/source/l/v4l-utils/v4l-utils.SlackBuild b/source/l/v4l-utils/v4l-utils.SlackBuild
index b7e6a3c38..866f2538c 100755
--- a/source/l/v4l-utils/v4l-utils.SlackBuild
+++ b/source/l/v4l-utils/v4l-utils.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=v4l-utils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -103,6 +103,12 @@ meson setup \
DESTDIR=$PKG $NINJA install || exit 1
cd ..
+# DO NOT overwrite gconv-modules from glibc!
+if [ -r $PKG/usr/lib${LIBDIRSUFFIX}/gconv/gconv-modules ]; then
+ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gconv/gconv-modules.d
+ mv $PKG/usr/lib${LIBDIRSUFFIX}/gconv/gconv-modules $PKG/usr/lib${LIBDIRSUFFIX}/gconv/gconv-modules.d/v4l-utils.conf
+fi
+
# 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/php/fetch-php.sh b/source/n/php/fetch-php.sh
index a4e46f9a5..efe507ae5 100755
--- a/source/n/php/fetch-php.sh
+++ b/source/n/php/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.2.13.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.2.13.tar.xz
+lftpget http://us.php.net/distributions/php-8.3.0.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.3.0.tar.xz
diff --git a/source/n/php/php.ini-development.diff b/source/n/php/php.ini-development.diff
index dbc7c7668..b64460d04 100644
--- a/source/n/php/php.ini-development.diff
+++ b/source/n/php/php.ini-development.diff
@@ -1,6 +1,6 @@
---- ./php.ini-development.orig 2023-02-13 19:06:39.000000000 -0600
-+++ ./php.ini-development 2023-03-11 13:29:08.667004041 -0600
-@@ -905,7 +905,49 @@
+--- ./php.ini-development.orig 2023-11-21 08:40:35.000000000 -0600
++++ ./php.ini-development 2023-11-25 12:56:46.764896688 -0600
+@@ -920,7 +920,49 @@
; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new ('extension=<ext>) syntax.
@@ -50,7 +50,7 @@
; Notes for Windows environments :
;
; - Many DLL files are located in the ext/
-@@ -1363,7 +1405,7 @@
+@@ -1379,7 +1421,7 @@
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
; https://php.net/session.save-path
diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild
index 099c1079f..7eed0b774 100755
--- a/source/n/samba/samba.SlackBuild
+++ b/source/n/samba/samba.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=samba
VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# This option may be set to "heimdal" or "mit".
# Upstream considers the use of MIT Kerberos for provisioning an AD DC
diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url
index e818aecb4..62c4fff8d 100644
--- a/source/n/samba/samba.url
+++ b/source/n/samba/samba.url
@@ -1,2 +1,2 @@
-https://download.samba.org/pub/samba/stable/samba-4.19.2.tar.gz
-https://download.samba.org/pub/samba/stable/samba-4.19.2.tar.asc
+https://download.samba.org/pub/samba/stable/samba-4.19.3.tar.gz
+https://download.samba.org/pub/samba/stable/samba-4.19.3.tar.asc
diff --git a/source/x/libwacom/libwacom.url b/source/x/libwacom/libwacom.url
index 94d53d201..6f4fd9382 100644
--- a/source/x/libwacom/libwacom.url
+++ b/source/x/libwacom/libwacom.url
@@ -1 +1,2 @@
https://github.com/linuxwacom/libwacom
+https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.9.0/libwacom-2.9.0.tar.xz