diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-05-04 21:24:57 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-05-05 06:59:47 +0200 |
commit | 5e165e2460523e473fd3e4c770766483f1f76eb7 (patch) | |
tree | ff7764c29c46ce7932944629811cd6fe54c5cf34 /source/l | |
parent | 4ef9f40654fe764b9073519c96c22258cc875f76 (diff) | |
download | current-5e165e2460523e473fd3e4c770766483f1f76eb7.tar.gz current-5e165e2460523e473fd3e4c770766483f1f76eb7.tar.xz |
Wed May 4 21:24:57 UTC 202220220504212457
a/openssl-solibs-1.1.1o-x86_64-1.txz: Upgraded.
ap/sqlite-3.38.4-x86_64-1.txz: Upgraded.
d/mercurial-6.1.2-x86_64-1.txz: Upgraded.
l/libnice-0.1.19-x86_64-1.txz: Upgraded.
n/openssl-1.1.1o-x86_64-1.txz: Upgraded.
Fixed a bug in the c_rehash script which was not properly sanitising shell
metacharacters to prevent command injection.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1292
(* Security fix *)
x/libxcb-1.15-x86_64-1.txz: Upgraded.
x/xcb-proto-1.15-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-91.9.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.9.0/releasenotes/
(* Security fix *)
xap/seamonkey-2.53.12-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.seamonkey-project.org/releases/seamonkey2.53.12
(* Security fix *)
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libnice/libnice.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libnice/libnice.SlackBuild b/source/l/libnice/libnice.SlackBuild index 9ac27e597..253ae9793 100755 --- a/source/l/libnice/libnice.SlackBuild +++ b/source/l/libnice/libnice.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libnice 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 |