mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 16:32:48 +00:00
Updated to 3.28.1
This commit is contained in:
parent
c218b15bda
commit
eeab88507d
2 changed files with 8 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -3,5 +3,5 @@ sources:
|
|||
blank-key3.db: 7f78b5bcecdb5005e7b803604b2ec9d1a9df2fb5
|
||||
blank-secmod.db: bd748cf6e1465a1bbe6e751b72ffc0076aff0b50
|
||||
certificadoACRaiz.crt: 8efdcabc93e61e925d4d1ded181a4320a467a139
|
||||
nss-3.27.2.tar.gz: b63dc5ab4608b9954ffe3edd4152c90e1b93bf6a
|
||||
nss-3.28.1.tar.gz: 75f220c1c20d8346cde43fb96726d3447c11cf22
|
||||
verisign-class-3-secure-server-ca.der: 188590e94878478e33b6194e59fbbb28ff0888d5
|
||||
|
|
10
nss.spec
10
nss.spec
|
@ -21,7 +21,7 @@
|
|||
Summary: Netscape Security Services
|
||||
Name: nss
|
||||
Epoch: 2
|
||||
Version: 3.27.2
|
||||
Version: 3.28.1
|
||||
Release: 1
|
||||
Group: System/Libraries
|
||||
License: MPL or GPLv2+ or LGPLv2+
|
||||
|
@ -29,7 +29,6 @@ Url: http://www.mozilla.org/projects/security/pki/nss/index.html
|
|||
Source0: http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{url_ver}_RTM/src/nss-%{version}.tar.gz
|
||||
#Source1: http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{url_ver}_RTM/src/nss-%{version}.tar.gz.asc
|
||||
Source2: nss.pc.in
|
||||
Source3: nss-config.in
|
||||
Source4: blank-cert8.db
|
||||
Source5: blank-key3.db
|
||||
Source6: blank-secmod.db
|
||||
|
@ -88,7 +87,6 @@ libraries.
|
|||
%attr(0755,root,root) %{_bindir}/dertimetest
|
||||
%attr(0755,root,root) %{_bindir}/digest
|
||||
%attr(0755,root,root) %{_bindir}/ecperf
|
||||
%attr(0755,root,root) %{_bindir}/ectest
|
||||
%attr(0755,root,root) %{_bindir}/encodeinttest
|
||||
%attr(0755,root,root) %{_bindir}/fipstest
|
||||
%attr(0755,root,root) %{_bindir}/httpserv
|
||||
|
@ -127,6 +125,9 @@ libraries.
|
|||
%attr(0755,root,root) %{_bindir}/tstclnt
|
||||
%attr(0755,root,root) %{_bindir}/vfychain
|
||||
%attr(0755,root,root) %{_bindir}/vfyserv
|
||||
%{_bindir}/fbectest
|
||||
%{_bindir}/pk11ectest
|
||||
|
||||
%dir %{_sysconfdir}/pki/nssdb
|
||||
%config(noreplace) %{_sysconfdir}/pki/nssdb/cert8.db
|
||||
%config(noreplace) %{_sysconfdir}/pki/nssdb/key3.db
|
||||
|
@ -243,7 +244,6 @@ Static libraries for doing development with Network Security Services.
|
|||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
%patch2 -p0 -b .transitional
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
find . -type d -perm 0700 -exec chmod 755 {} \;
|
||||
|
@ -346,7 +346,7 @@ pushd nss/lib/ckfw/builtins
|
|||
# *ALL* of the mozilla based softwares that support SSL has to link against
|
||||
# the NSS library.
|
||||
# recreate certificates
|
||||
perl ./certdata.perl < /etc/pki/tls/mozilla/certdata.txt
|
||||
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt
|
||||
|
||||
%make clean
|
||||
%make -j1
|
||||
|
|
Loading…
Add table
Reference in a new issue