summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-10 19:47:59 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-11 07:00:07 +0100
commit03afa6e49a5fe1057ad109295e88912e34f643ac (patch)
treeb011f96ea9ee67d55ccc1752b3284ee3a323d33e /source
parente519d8d2c69426feefc2ee207e3b14940fad2d2a (diff)
downloadcurrent-03afa6e49a5fe1057ad109295e88912e34f643ac.tar.gz
current-03afa6e49a5fe1057ad109295e88912e34f643ac.tar.xz
Thu Nov 10 19:47:59 UTC 202220221110194759
ap/texinfo-7.0-x86_64-1.txz: Upgraded. l/iso-codes-4.12.0-noarch-1.txz: Upgraded. l/lcms2-2.14-x86_64-1.txz: Upgraded. l/mozilla-nss-3.85-x86_64-1.txz: Upgraded. l/pipewire-0.3.60-x86_64-1.txz: Upgraded. n/php-7.4.33-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: GD: OOB read due to insufficient input validation in imageloadfont(). Hash: buffer overflow in hash_update() on long parameter. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-31630 https://www.cve.org/CVERecord?id=CVE-2022-37454 (* Security fix *) x/ibus-table-1.16.14-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/texinfo/texinfo.SlackBuild6
-rw-r--r--source/ap/texinfo/texinfo.fix.pt_BR.patch12
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild4
-rwxr-xr-xsource/l/pipewire/pipewire.SlackBuild3
-rwxr-xr-xsource/n/php/fetch-php.sh4
-rwxr-xr-xsource/n/php/php.SlackBuild2
6 files changed, 9 insertions, 22 deletions
diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild
index d90fb1e27..6b83f1a5b 100755
--- a/source/ap/texinfo/texinfo.SlackBuild
+++ b/source/ap/texinfo/texinfo.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2016, 2018, 2019, 2022 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=texinfo
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -87,8 +87,6 @@ find . \
# The --disable-perl-xs below prevents some perl extensions from being replaced
# by C versions which have been known to choke over UTF-8 issues:
-zcat $CWD/texinfo.fix.pt_BR.patch.gz | patch -p1 --verbose || exit 1
-
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
diff --git a/source/ap/texinfo/texinfo.fix.pt_BR.patch b/source/ap/texinfo/texinfo.fix.pt_BR.patch
deleted file mode 100644
index 81cc90af2..000000000
--- a/source/ap/texinfo/texinfo.fix.pt_BR.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urpN a/po/pt_BR.po b/po/pt_BR.po
---- a/po/pt_BR.po 2021-11-07 11:40:22.811103576 -0300
-+++ b/po/pt_BR.po 2021-11-07 11:38:34.141101550 -0300
-@@ -1039,7 +1039,7 @@ msgid ""
- "Welcome to Info version %s. Type \\[get-help-window] for help, \\[get-info-"
- "help-node] for tutorial."
- msgstr ""
--"Bem vindo à versão Info %s. Digite \\[get-help-window] p/ ajuda,\\[get-inffo-"
-+"Bem vindo à versão Info %s. Digite \\[get-help-window] p/ ajuda,\\[get-info-"
- "help-node] p/ tutorial."
-
- #: info/session.c:1257
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index 2dc89c522..ceefb90c8 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.84}
+VERSION=${VERSION:-3.85}
NSPR=${NSPR:-4.35}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
diff --git a/source/l/pipewire/pipewire.SlackBuild b/source/l/pipewire/pipewire.SlackBuild
index 50a817c2a..a601917b7 100755
--- a/source/l/pipewire/pipewire.SlackBuild
+++ b/source/l/pipewire/pipewire.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pipewire
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
@@ -110,6 +110,7 @@ meson setup \
-Dvulkan=enabled \
-Djack=disabled \
-Dpipewire-jack=disabled \
+ -Dsession-managers=media-session \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index 46f9f31f8..e44524800 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-7.4.32.tar.xz.asc
-lftpget http://us.php.net/distributions/php-7.4.32.tar.xz
+lftpget http://us.php.net/distributions/php-7.4.33.tar.xz.asc
+lftpget http://us.php.net/distributions/php-7.4.33.tar.xz
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild
index c25e7d043..c0bd2413b 100755
--- a/source/n/php/php.SlackBuild
+++ b/source/n/php/php.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=php
VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
ALPINE=2.26
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then