mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
4
security/nss/tests/tlsfuzzer/tlsfuzzer.sh
Normal file → Executable file
4
security/nss/tests/tlsfuzzer/tlsfuzzer.sh
Normal file → Executable file
|
|
@ -44,11 +44,11 @@ tlsfuzzer_init()
|
|||
if [ ! -d "$TLSFUZZER" ]; then
|
||||
# Can't use git-copy.sh here, as tlsfuzzer doesn't have any tags
|
||||
git clone -q https://github.com/tomato42/tlsfuzzer/ "$TLSFUZZER"
|
||||
git -C "$TLSFUZZER" checkout 80d7932ead1d8dae6e555cfd2b1c4c5beb2847df
|
||||
git -C "$TLSFUZZER" checkout 21fd6522f695693a320a1df3c117fd7ced1352a5
|
||||
|
||||
# We could use tlslite-ng from pip, but the pip command installed
|
||||
# on TC is too old to support --pre
|
||||
${QADIR}/../fuzz/config/git-copy.sh https://github.com/tomato42/tlslite-ng/ v0.8.0-alpha27 tlslite-ng
|
||||
${QADIR}/../fuzz/config/git-copy.sh https://github.com/tomato42/tlslite-ng/ v0.8.0-alpha42 tlslite-ng
|
||||
|
||||
pushd "$TLSFUZZER"
|
||||
ln -s ../tlslite-ng/tlslite tlslite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue