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

Alex Dupre ale at FreeBSD.org
Thu May 20 10:01:55 UTC 2010


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


More information about the cvs-ports mailing list