Explorar el Código

nss: update to 3.14.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7315 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke hace 11 años
padre
commit
0173a2c7c2
Se han modificado 1 ficheros con 12 adiciones y 6 borrados
  1. 12 6
      n/nss/nss-vl.spec

+ 12 - 6
n/nss/nss-vl.spec

@@ -5,8 +5,8 @@
 
 Summary:          Network Security Services
 Name:             nss
-Version:          3.13.6
-Release:          2%{?_dist_release}
+Version:          3.14.1
+Release:          1%{?_dist_release}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -17,11 +17,11 @@ Source2:          nss-config.in
 Source3:          blank-cert8.db
 Source4:          blank-key3.db
 Source5:          blank-secmod.db
-Source12:         %{name}-pem-20091210.tar.bz2
+Source12:         %{name}-pem-20120811.tar.bz2
 Source101:	  nss-util.pc.in
 Source102:	  nss-util-config.in
 
-Patch1:           nss-no-rpath.patch
+#Patch1:           nss-no-rpath.patch
 Patch6:           nss-enable-pem.patch
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -96,7 +96,7 @@ v3 certificates, and other security standards.
 %prep
 %setup -q
 %setup -q -T -D -n %{name}-%{version} -a 12
-%patch1 -p0
+#%patch1 -p0
 %patch6 -p0 -b .libpem
 
 %build
@@ -402,7 +402,10 @@ done
 %{_includedir}/nss3/sslproto.h
 %{_includedir}/nss3/sslt.h
 %{_includedir}/nss3/utilrename.h
-
+%{_includedir}/nss3/utilmodt.h
+%{_includedir}/nss3/utilpars.h
+%{_includedir}/nss3/utilparst.h
+	 
 
 %files pkcs11-devel
 %defattr(-, root, root)
@@ -432,6 +435,9 @@ done
 
 
 %changelog
+* Wed Jan 09 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.14.1-1
+- update to 3.14.1
+
 * Sat Sep 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.13.6-2
 - add Source101 (nss-util.pc.in)
 - add Source102 (nss-util-config.in)