summaryrefslogtreecommitdiffstats
path: root/patches/source/mozilla-nss/mozilla-nss.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/mozilla-nss/mozilla-nss.SlackBuild')
-rwxr-xr-xpatches/source/mozilla-nss/mozilla-nss.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/patches/source/mozilla-nss/mozilla-nss.SlackBuild b/patches/source/mozilla-nss/mozilla-nss.SlackBuild
index 34756cff5..ae1ed1e3e 100755
--- a/patches/source/mozilla-nss/mozilla-nss.SlackBuild
+++ b/patches/source/mozilla-nss/mozilla-nss.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2005, 2006, 2008, 2009, 2010, 2012 Eric Hameleers, Eindhoven, NL
-# Copyright 2013, 2014, 2015, 2017, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.84}
+VERSION=${VERSION:-3.87}
NSPR=${NSPR:-4.35}
BUILD=${BUILD:-1_slack15.0}
@@ -93,7 +93,6 @@ find . \
-exec chmod 644 {} \+
cd nss
-zcat $CWD/CVE-2022-3479.patch.gz | patch -p1 --verbose || exit 1
./build.sh -v $NUMJOBS --opt --system-sqlite --enable-libpkix --disable-tests
cd -