From 70b6ea6c35e9d650c625877428b790ed3502bd8f Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Fri, 30 Jun 2006 23:10:12 +0000 Subject: [PATCH] - Update to 3.11.2 - Enable executable bit on shared libs, also fixes debug info. --- .cvsignore | 2 +- nss.spec | 19 +++++++++++++------ sources | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1e1318c..5ce474c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nss-3.11.1.tar.gz +nss-3.11.2.tar.gz diff --git a/nss.spec b/nss.spec index eb0f57e..2e91d93 100644 --- a/nss.spec +++ b/nss.spec @@ -2,8 +2,8 @@ Summary: Network Security Services Name: nss -Version: 3.11.1 -Release: 2 +Version: 3.11.2 +Release: 1 License: MPL/GPL/LGPL URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -19,8 +19,6 @@ Source0: %{name}-%{version}.tar.gz Source1: nss.pc.in Source2: nss-config.in -Patch1: nss-limit-suite-b.patch - %description Network Security Services (NSS) is a set of libraries designed to @@ -70,7 +68,6 @@ low level services. %prep %setup -q -%patch1 -p0 %build @@ -149,7 +146,13 @@ chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nss-config %{__mkdir_p} $RPM_BUILD_ROOT/%{_libdir} # Copy the binary libraries we want -for file in libnss3.so libssl3.so libsmime3.so libsoftokn3.so libsoftokn3.chk libnssckbi.so libfreebl3.so libfreebl3.chk +for file in libnss3.so libssl3.so libsmime3.so libsoftokn3.so libnssckbi.so libfreebl3.so +do + %{__install} -m 755 mozilla/dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir} +done + +# Copy the chk files we want +for file in libsoftokn3.chk libfreebl3.chk do %{__install} -m 644 mozilla/dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir} done @@ -311,6 +314,10 @@ done %changelog +* Fri Jun 30 2006 Kai Engert - 3.11.2-1 +- Update to 3.11.2 +- Enable executable bit on shared libs, also fixes debug info. + * Wed Jun 14 2006 Kai Engert - 3.11.1-2 - Enable Elliptic Curve Cryptography (ECC) diff --git a/sources b/sources index fe87590..0084a3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cb32527df232a62a7aed61336c8c373 nss-3.11.1.tar.gz +f423aa9543b3b0dd747c010d6afdc01c nss-3.11.2.tar.gz