diff options
author | adam <adam@pkgsrc.org> | 2012-08-26 18:25:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-08-26 18:25:47 +0000 |
commit | 8783a46bf9c3f02d2937491f4db287fb4c3c8f3b (patch) | |
tree | d4645638f470825776470ceb5629fe274700d670 /chat/jabberd2/patches/patch-configure | |
parent | 05b5c71554491bb0f17e43820e74b4da79dce379 (diff) | |
download | pkgsrc-8783a46bf9c3f02d2937491f4db287fb4c3c8f3b.tar.gz |
Changes 2.2.17:
* Fixed possibility of Unsolicited Dialback Attacks
* Use XML_SetHashSalt with expat 2.1.x only
* Fix s2s crash with witelist enabled
Diffstat (limited to 'chat/jabberd2/patches/patch-configure')
-rw-r--r-- | chat/jabberd2/patches/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd2/patches/patch-configure b/chat/jabberd2/patches/patch-configure index 651fb51ebda..14c940fde0a 100644 --- a/chat/jabberd2/patches/patch-configure +++ b/chat/jabberd2/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.4 2012/05/12 05:44:46 adam Exp $ +$NetBSD: patch-configure,v 1.5 2012/08/26 18:25:47 adam Exp $ Allow -Os in CFLAGS. --- configure.orig 2011-05-31 22:11:47.000000000 +0000 +++ configure -@@ -15431,7 +15431,7 @@ fi +@@ -11762,7 +11762,7 @@ fi # check for optimisation level { $as_echo "$as_me:${as_lineno-$LINENO}: checking CFLAGS optimization level" >&5 $as_echo_n "checking CFLAGS optimization level... " >&6; } |