Date: Thu, 20 May 2010 10:01:55 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nss Makefile pkg-plist ports/security/nss/files patch-lib_softoken_manifest.mn patch-lib_softoken_pkcs11c.c patch-lib_softoken_sdb.c patch-lib_softoken_sftkdb.c sqlite3-builtin.patch sqlite3-system.patch Message-ID: <201005201001.o4KA1tle001630@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ale 2010-05-20 10:01:55 UTC FreeBSD ports repository Modified files: security/nss Makefile pkg-plist Added files: security/nss/files patch-lib_softoken_manifest.mn patch-lib_softoken_pkcs11c.c patch-lib_softoken_sdb.c patch-lib_softoken_sftkdb.c Removed files: security/nss/files sqlite3-builtin.patch sqlite3-system.patch Log: A bunch of changes for the SQLITE3 backend: 1) fix for bug #528467 (C_UnwrapKey didn't work with DSA and EC private keys) 2) fix for bug #526231 (C_GetAttributeValue didn't correctly work) 3) partial fix for bug #564011 (object ID race on keypairgen) 4) use sqlite3 in ports (there is no reason to compile the bundled one) Approved by: no objections by marcus and gnome team Revision Changes Path 1.52 +6 -22 ports/security/nss/Makefile 1.1 +13 -0 ports/security/nss/files/patch-lib_softoken_manifest.mn (new) 1.1 +22 -0 ports/security/nss/files/patch-lib_softoken_pkcs11c.c (new) 1.1 +75 -0 ports/security/nss/files/patch-lib_softoken_sdb.c (new) 1.1 +26 -0 ports/security/nss/files/patch-lib_softoken_sftkdb.c (new) 1.3 +0 -63 ports/security/nss/files/sqlite3-builtin.patch (dead) 1.2 +0 -13 ports/security/nss/files/sqlite3-system.patch (dead) 1.11 +0 -2 ports/security/nss/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005201001.o4KA1tle001630>