mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 16:32:48 +00:00
update to v3.13.3 from upstream
This commit is contained in:
parent
e9b9ee65ca
commit
b91e71f3c2
2 changed files with 13 additions and 13 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"nss-3.13.1.tar.gz": d8e7ee9f9f1e0bfa2ea8b72d25727634fea130a6
|
||||
"nss-3.13.3.tar.gz": 6b8b92d3de893ae67dc04ce9a14ab5c9495dd4a6
|
||||
|
|
24
nss.spec
24
nss.spec
|
@ -7,15 +7,14 @@
|
|||
%define cvsver 3_13
|
||||
|
||||
%define nspr_libname %mklibname nspr 4
|
||||
%define nspr_version 4.8.8
|
||||
%define nspr_version 4.9
|
||||
|
||||
%if %mandriva_branch == Cooker
|
||||
# Cooker
|
||||
%define release %mkrel 3
|
||||
%define release %mkrel 2
|
||||
%else
|
||||
# Old distros
|
||||
%define subrel 1
|
||||
%define release %mkrel 2
|
||||
%define release %mkrel 1
|
||||
%endif
|
||||
|
||||
# this seems fragile, so require the exact version or later (#58754)
|
||||
|
@ -27,7 +26,7 @@
|
|||
%{?_without_empty: %{expand: %%global build_empty 0}}
|
||||
|
||||
Name: nss
|
||||
Version: 3.13.1
|
||||
Version: 3.13.3
|
||||
Release: %{release}
|
||||
Epoch: 2
|
||||
Summary: Netscape Security Services
|
||||
|
@ -53,10 +52,10 @@ Patch0: nss-no-rpath.patch
|
|||
Patch1: nss-fixrandom.patch
|
||||
Patch3: nss-3.12.7-format_not_a_string_literal_and_no_format_arguments.patch
|
||||
Patch4: renegotiate-transitional.patch
|
||||
BuildRequires: rootcerts >= 1:20111103.00
|
||||
BuildRequires: libnspr-devel >= 2:4.8.8
|
||||
BuildRequires: rootcerts >= 1:20120218.00
|
||||
BuildRequires: libnspr-devel >= 2:4.9.0
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libsqlite3-devel >= 3.6.22
|
||||
BuildRequires: libsqlite3-devel >= 3.7.7.1
|
||||
BuildRequires: zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
|
@ -525,11 +524,12 @@ install -m0755 libnssckbi_empty.so %{buildroot}/%{_lib}/libnssckbi_empty.so
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2012 abf
|
||||
- The release updated by ABF
|
||||
* Thu Mar 15 2012 Oden Eriksson <oeriksson@mandriva.com> 2:3.13.3-0.1
|
||||
- 3.13.3
|
||||
- fix deps
|
||||
|
||||
* Tue Feb 21 2012 abf
|
||||
- The release updated by ABF
|
||||
* Thu Feb 23 2012 Oden Eriksson <oeriksson@mandriva.com> 2:3.13.1-0.2
|
||||
- rebuilt to pickup the fixes in rootcerts-20120218.00
|
||||
|
||||
* Tue Nov 08 2011 Oden Eriksson <oeriksson@mandriva.com> 2:3.13.1-0.1
|
||||
- built for updates
|
||||
|
|
Loading…
Add table
Reference in a new issue