diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-05-20 10:01:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-05-20 10:01:55 +0000 |
commit | 7dde1715ae5dc5f15b4fc1c1c9489f7e4caff23f (patch) | |
tree | b86dddae05eb7e96f94ca64acdda0ea1771cd03b /security/nss/files/sqlite3-system.patch | |
parent | The massXpert project aims at providing (bio)chemists with a software (diff) |
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
Notes
Notes:
svn path=/head/; revision=254639
Diffstat (limited to 'security/nss/files/sqlite3-system.patch')
-rw-r--r-- | security/nss/files/sqlite3-system.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/nss/files/sqlite3-system.patch b/security/nss/files/sqlite3-system.patch deleted file mode 100644 index b1e95c2ab887..000000000000 --- a/security/nss/files/sqlite3-system.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/softoken/manifest.mn.orig 2009-08-31 18:15:14.000000000 +0200 -+++ lib/softoken/manifest.mn 2009-08-31 18:15:30.000000000 +0200 -@@ -47,9 +47,7 @@ - - DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\" - --ifdef MOZILLA_CLIENT --INCLUDES += -I$(DIST)/include/sqlite3 --endif -+INCLUDES += -I/usr/local/include - - EXPORTS = \ - secmodt.h \ |