pkgsrc/devel/xulrunner/patches/patch-mn
tnn 8ca3dbd641 Security and bugfix update of firefox (to 3.5.4) and xulrunner (to 1.9.1.4)
Also fix broken DESTDIR support.

Fixes the following security issues:
MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/ 1.9.0.15)
MFSA 2009-63 Upgrade media libraries to fix memory safety bugs
MFSA 2009-62 Download filename spoofing with RTL override
MFSA 2009-61 Cross-origin data theft through document.getSelection()
MFSA 2009-59 Heap buffer overflow in string to number conversion
MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS()
MFSA 2009-56 Heap buffer overflow in GIF color map parser
MFSA 2009-55 Crash in proxy auto-configuration regexp parsing
MFSA 2009-54 Crash with recursive web-worker calls
MFSA 2009-53 Local downloaded file tampering
MFSA 2009-52 Form history vulnerable to stealing
2009-10-28 11:36:36 +00:00

15 lines
421 B
Text

$NetBSD: patch-mn,v 1.2 2009/10/28 11:36:36 tnn Exp $
Make sure we link correctly with sqlite3 from pkgsrc.
--- security/nss/lib/softoken/config.mk.orig 2009-10-16 17:14:19.000000000 +0200
+++ security/nss/lib/softoken/config.mk
@@ -83,7 +83,7 @@ EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
-L$(NSSUTIL_LIB_DIR) \
-lnssutil3 \
- -lsqlite3 \
+ `pkg-config --libs sqlite3` \
-L$(NSPR_LIB_DIR) \
-lplc4 \
-lplds4 \