From 2847e9a23a255c992a1d39952610fc6482ea69a2 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 24 Oct 2018 16:45:28 +0000 Subject: security/nss: update to 3.40 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.40_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_40_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ --- security/nss/files/patch-tests | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 security/nss/files/patch-tests (limited to 'security/nss/files/patch-tests') diff --git a/security/nss/files/patch-tests b/security/nss/files/patch-tests deleted file mode 100644 index a5b9a3f4e38f..000000000000 --- a/security/nss/files/patch-tests +++ /dev/null @@ -1,12 +0,0 @@ ---- tests/common/init.sh.orig 2018-08-31 12:55:53 UTC -+++ tests/common/init.sh -@@ -366,7 +366,8 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRU - if [ -z "${DOMSUF}" ]; then - DOMSUF=`echo $HOST | sed -e "s/^[^.]*\.//"` - fi -- HOST=`echo $HOST | sed -e "s/\..*//"` -+ DOMSUF=${HOST#*.} # remove Smallest Prefix matching ``*.'' -+ HOST=${HOST%%.*} # remove Largest Suffix ``.*''. See sh(1) - ;; - ?*) - ;; -- cgit v1.2.3