diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-06-02 19:42:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-06-03 07:00:13 +0200 |
commit | 2cda176f5f7a6f76ff5dbf9cf5ad59c3e3c3b457 (patch) | |
tree | 0a7e3237913129305b42c65b5e11c6d11b2fe084 /source/l | |
parent | f7ccccdcba28b2e09d0c9731e7761990f1bf6a8e (diff) | |
download | current-2cda176f5f7a6f76ff5dbf9cf5ad59c3e3c3b457.tar.gz |
Thu Jun 2 19:42:06 UTC 202220220602194206
a/hwdata-0.360-noarch-1.txz: Upgraded.
a/kernel-firmware-20220531_eaee2da-noarch-1.txz: Upgraded.
a/libblockdev-2.27-x86_64-1.txz: Upgraded.
ap/alsa-utils-1.2.7-x86_64-1.txz: Upgraded.
ap/tmux-3.3-x86_64-1.txz: Upgraded.
d/mercurial-6.1.3-x86_64-1.txz: Upgraded.
l/alsa-lib-1.2.7-x86_64-1.txz: Upgraded.
l/iso-codes-4.10.0-noarch-1.txz: Upgraded.
l/mozilla-nss-3.79-x86_64-1.txz: Upgraded.
l/nodejs-16.15.1-x86_64-1.txz: Upgraded.
l/pulseaudio-16.0-x86_64-1.txz: Upgraded.
n/nftables-1.0.3-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-91.10.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/91.10.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-22/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31736
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31737
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31738
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31739
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31740
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31741
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1834
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31742
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31747
(* Security fix *)
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/iso-codes/iso-codes.SlackBuild | 9 | ||||
-rw-r--r-- | source/l/iso-codes/slack-desc | 2 | ||||
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 4 | ||||
-rw-r--r-- | source/l/pulseaudio/030_posix-completion.diff | 4 | ||||
-rwxr-xr-x | source/l/pulseaudio/pulseaudio.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/pulseaudio/pulseaudio.url | 1 |
6 files changed, 11 insertions, 11 deletions
diff --git a/source/l/iso-codes/iso-codes.SlackBuild b/source/l/iso-codes/iso-codes.SlackBuild index 31e40ba0..a906da5d 100755 --- a/source/l/iso-codes/iso-codes.SlackBuild +++ b/source/l/iso-codes/iso-codes.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=iso-codes -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev | tr -d v)} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ARCH=${ARCH:-noarch} BUILD=${BUILD:-1} @@ -43,9 +43,9 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} rm -rf $PKG mkdir -p $TMP $PKG cd $TMP -rm -rf $PKGNAM-v${VERSION} -tar xvf $CWD/$PKGNAM-v${VERSION}.tar.?z || exit 1 -cd $PKGNAM-v${VERSION} || exit 1 +rm -rf $PKGNAM-${VERSION} +tar xvf $CWD/$PKGNAM-${VERSION}.tar.?z || exit 1 +cd $PKGNAM-${VERSION} || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -81,4 +81,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/l/iso-codes/slack-desc b/source/l/iso-codes/slack-desc index 6f5e9cc1..f02f72ec 100644 --- a/source/l/iso-codes/slack-desc +++ b/source/l/iso-codes/slack-desc @@ -5,7 +5,7 @@ iso-codes: This package provides lists of various ISO standards (e.g. iso-codes: country, language, language scripts, and currency names) in one iso-codes: place, rather than repeated in many programs throughout the system. iso-codes: -iso-codes: Homepage: https://salsa.debian.org/iso-codes-team/iso-codes +iso-codes: Homepage: http://ftp.debian.org/debian/pool/main/i/iso-codes iso-codes: iso-codes: iso-codes: diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index d999f60d..ac4eccb3 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.78} -NSPR=${NSPR:-4.32} +VERSION=${VERSION:-3.79} +NSPR=${NSPR:-4.34} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: diff --git a/source/l/pulseaudio/030_posix-completion.diff b/source/l/pulseaudio/030_posix-completion.diff index de1ef055..963522d0 100644 --- a/source/l/pulseaudio/030_posix-completion.diff +++ b/source/l/pulseaudio/030_posix-completion.diff @@ -1,5 +1,5 @@ ---- shell-completion/bash/pulseaudio.orig 2015-02-13 00:10:35.000000000 +1000 -+++ shell-completion/bash/pulseaudio 2015-09-12 11:09:36.948222926 +1000 +--- ./shell-completion/bash/pactl.orig 2022-05-28 10:18:37.000000000 -0500 ++++ ./shell-completion/bash/pactl 2022-06-02 13:55:52.301595146 -0500 @@ -1,39 +1,45 @@ #!/bin/bash diff --git a/source/l/pulseaudio/pulseaudio.SlackBuild b/source/l/pulseaudio/pulseaudio.SlackBuild index 863504a2..910670e3 100755 --- a/source/l/pulseaudio/pulseaudio.SlackBuild +++ b/source/l/pulseaudio/pulseaudio.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pulseaudio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/l/pulseaudio/pulseaudio.url b/source/l/pulseaudio/pulseaudio.url new file mode 100644 index 00000000..0f5fc6c7 --- /dev/null +++ b/source/l/pulseaudio/pulseaudio.url @@ -0,0 +1 @@ +http://freedesktop.org/software/pulseaudio/releases/ |