mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-24 00:42:49 +00:00
commit
c71204722b
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
|
||||
|
|
14
nss.spec
14
nss.spec
|
@ -15,13 +15,13 @@
|
|||
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null || echo 0)
|
||||
|
||||
%define build_empty 0
|
||||
%{?_with_empty: %{expand: %%global build_empty 1}}
|
||||
%{?_without_empty: %{expand: %%global build_empty 0}}
|
||||
%{?_with_empty: %{expand: %%global build_empty 1}}
|
||||
%{?_without_empty: %{expand: %%global build_empty 0}}
|
||||
|
||||
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+
|
||||
|
@ -45,7 +45,6 @@ Source9: http://www.icpbrasil.gov.br/certificadoACRaiz.crt
|
|||
Patch0: nss-no-rpath.patch
|
||||
Patch1: nss-fixrandom.patch
|
||||
Patch2: renegotiate-transitional.patch
|
||||
Patch3: nss-cross.patch
|
||||
# (tpg) be carefull with last nspr4-4.10 because prtypes.h was moved to include/nspr4/
|
||||
Patch4: nss-3.15.1-correct-path-to-prtypes.h.patch
|
||||
|
||||
|
@ -88,8 +87,8 @@ 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}/fbectest
|
||||
%attr(0755,root,root) %{_bindir}/fipstest
|
||||
%attr(0755,root,root) %{_bindir}/httpserv
|
||||
%attr(0755,root,root) %{_bindir}/listsuites
|
||||
|
@ -106,6 +105,7 @@ libraries.
|
|||
%attr(0755,root,root) %{_bindir}/p7env
|
||||
%attr(0755,root,root) %{_bindir}/p7sign
|
||||
%attr(0755,root,root) %{_bindir}/p7verify
|
||||
%attr(0755,root,root) %{_bindir}/pk11ectest
|
||||
%attr(0755,root,root) %{_bindir}/pk11gcmtest
|
||||
%attr(0755,root,root) %{_bindir}/pk11mode
|
||||
%attr(0755,root,root) %{_bindir}/pk12util
|
||||
|
@ -127,6 +127,7 @@ libraries.
|
|||
%attr(0755,root,root) %{_bindir}/tstclnt
|
||||
%attr(0755,root,root) %{_bindir}/vfychain
|
||||
%attr(0755,root,root) %{_bindir}/vfyserv
|
||||
|
||||
%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