Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
33
Merge Requests
33
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
261f6338
Commit
261f6338
authored
Mar 07, 2016
by
Jeff Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nss: update to 3.23
parent
7a6150c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
20 deletions
+6
-20
nss/PKGBUILD
nss/PKGBUILD
+6
-20
No files found.
nss/PKGBUILD
View file @
261f6338
...
...
@@ -2,13 +2,13 @@
pkgbase
=
nss
pkgname
=(
nss ca-certificates-mozilla
)
pkgver
=
3.2
2
pkgrel
=
2
pkgver
=
3.2
3
pkgrel
=
1
pkgdesc
=
"Mozilla Network Security Services"
arch
=(
'x86_64'
)
url
=
"http://www.mozilla.org/projects/security/pki/nss/"
license
=(
'MPL'
'GPL'
)
_nsprver
=
4.1
1
_nsprver
=
4.1
2
depends
=(
"nspr>=
${
_nsprver
}
"
'sqlite3'
'zlib'
'sh'
'p11-kit'
)
makedepends
=(
'perl'
'python2'
)
options
=(
'!strip'
'!makeflags'
'staticlibs'
)
...
...
@@ -16,32 +16,18 @@ source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RT
certdata2pem.py
bundle.sh
nss.pc.in
nss-config.in
ssl-renegotiate-transitional.patch
legacy-certs.patch
)
sha256sums
=(
'30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611'
nss-config.in
)
sha256sums
=(
'94b383e31c9671e9dfcca81084a8a813817e8f05a57f54533509b318d26e11cf'
'880b10445a9472826698fd186ca870a6492c1bbd264bbeed95cbedc6ee6041b2'
'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97'
'704a9608a58d129d8afac787a12f3c46e9fef3025ff3ab9ecacbc35d1f663a8c'
)
'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
)
prepare
()
{
mkdir
certs
cd
nss-
$pkgver
# Adds transitional SSL renegotiate support - patch from Debian
patch
-Np3
-i
../ssl-renegotiate-transitional.patch
# Temporarily reenable several weak certificates until OpenSSL
# and GnuTLS manage to handle multiple intermediates
# https://bugzilla.redhat.com/show_bug.cgi?id=1144808
# https://gist.github.com/grawity/15eabf67191e17080241
# Altered again to readd trust removed in 3.17.3
patch nss/lib/ckfw/builtins/certdata.txt ../legacy-certs.patch
# Respect LDFLAGS
sed
-e
's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/'
\
-i
nss/coreconf/rules.mk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment