- Fix off-by-one error in the PEM module
This commit is contained in:
parent
8f343923c1
commit
726c3f6e3b
5
nss.spec
5
nss.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.11.7
|
Version: 3.11.7
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -453,6 +453,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 06 2007 Rob Crittenden <rcritten@redhat.com> - 3.11.7-9
|
||||||
|
- Fix off-by-one error in the PEM module
|
||||||
|
|
||||||
* Thu Sep 06 2007 Kai Engert <kengert@redhat.com> - 3.11.7-8
|
* Thu Sep 06 2007 Kai Engert <kengert@redhat.com> - 3.11.7-8
|
||||||
- fix a C++ mode compilation error
|
- fix a C++ mode compilation error
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
68c5e1bd8ba091e5a50babcd9e552bc5 nss-3.11.5-fbst-stripped.tar.gz
|
68c5e1bd8ba091e5a50babcd9e552bc5 nss-3.11.5-fbst-stripped.tar.gz
|
||||||
c1053d1e001a5b1eb4b7c296a968ca5c nss-3.11.7-no-fbst-with-ckbi-1.64.tar.gz
|
c1053d1e001a5b1eb4b7c296a968ca5c nss-3.11.7-no-fbst-with-ckbi-1.64.tar.gz
|
||||||
baa96599af6f0a2b656479d8e4efd58f nss-3.12-alpha-ckfw.tar.gz
|
baa96599af6f0a2b656479d8e4efd58f nss-3.12-alpha-ckfw.tar.gz
|
||||||
84bad7e42304a6d4fdf2b83f5295b938 nss-3.12-alpha-pem.tar.gz
|
cb4e4fc7c06ad3b02178ed453273abec nss-3.12-alpha-pem.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user