diff --git a/mod_nss.spec b/mod_nss.spec index d24546c..79e090f 100644 --- a/mod_nss.spec +++ b/mod_nss.spec @@ -1,6 +1,6 @@ Name: mod_nss Version: 1.0.8 -Release: 12%{?dist} +Release: 13%{?dist} Summary: SSL/TLS module for the Apache HTTP server Group: System Environment/Daemons License: ASL 2.0 @@ -20,6 +20,7 @@ Patch4: mod_nss-negotiate.patch Patch5: mod_nss-reverseproxy.patch Patch6: mod_nss-pcachesignal.h Patch7: mod_nss-reseterror.patch +Patch8: mod_nss-lockpcache.patch %description The mod_nss module provides strong cryptography for the Apache Web @@ -36,6 +37,7 @@ security library. %patch5 -p1 -b .reverseproxy %patch6 -p1 -b .pcachesignal.h %patch7 -p1 -b .reseterror +%patch8 -p1 -b .lockpcache # Touch expression parser sources to prevent regenerating it touch nss_expr_*.[chyl] @@ -120,6 +122,11 @@ fi %{_sbindir}/gencert %changelog +======= +* Wed Mar 2 2011 Rob Crittenden - 1.0.8-13 +- Lock around the pipe to nss_pcache for retrieving the token PIN + (#677701) + * Tue Feb 08 2011 Fedora Release Engineering - 1.0.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild