diff --git a/cert9.db.xml b/cert9.db.xml index 6cff889..815d3f9 100644 --- a/cert9.db.xml +++ b/cert9.db.xml @@ -21,13 +21,13 @@ cert9.db - Legacy NSS certificate database + NSS certificate database Description cert9.db is an NSS certificate database. - This certificate database is the sqlite-based shared databse with support for concurrent access. + This certificate database is the sqlite-based shared database with support for concurrent access. diff --git a/key4.db.xml b/key4.db.xml index 960752f..9b65f41 100644 --- a/key4.db.xml +++ b/key4.db.xml @@ -21,7 +21,7 @@ key4.db - Legacy NSS certificate database + NSS certificate database diff --git a/nss.spec b/nss.spec index 39650f5..af6bf36 100644 --- a/nss.spec +++ b/nss.spec @@ -20,7 +20,7 @@ Summary: Network Security Services Name: nss Version: 3.15.1 -Release: 4%{?dist} +Release: 5%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -760,6 +760,10 @@ fi %changelog +* Mon Aug 19 2013 Elio Maldonado - 3.15.1-5 +- Resolves: rhbz#996639 - Minor bugs in nss man pages +- Fix some typos and improve description and see also sections + * Sun Aug 11 2013 Elio Maldonado - 3.15.1-4 - Cleanup spec file to address most rpmlint errors and warnings - Using double percent symbols to fix macro-in-comment warnings diff --git a/secmod.db.xml b/secmod.db.xml index a3d2c1e..afc9dce 100644 --- a/secmod.db.xml +++ b/secmod.db.xml @@ -27,7 +27,11 @@ Description secmod.db is an NSS security modules database. - This is a BerkeyDB legacy database format. The recommende way of tracking security modules is the pkcs11.txt configuration file used in conjunction thew shared database format certificate and key dtabases. + The security modules database is used to keep track of the NSS security modules. The NSS security modules export their services via the PKCS #11 API which NSS uses as its Services Provider Interface. + + The command line utility modutil is used for managing PKCS #11 module information both within secmod.db files and within hardware tokens. + + For new applications the recommended way of tracking security modules is via the pkcs11.txt configuration file used in conjunction the new sqlite-based shared database format for certificate and key databases. @@ -38,12 +42,12 @@ See also - cert9.db(5), key4.db(5), pkcs11.txt(5), + modutil(1), cert8.db(5), cert9.db(5), key3.db(5), key4.db(5), pkcs11.txt(5) Authors - The nss libraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. + The nss libraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. Authors: Elio Maldonado <emaldona@redhat.com>.