head 1.6; access; symbols pkgsrc-2016Q1:1.5.0.30 pkgsrc-2016Q1-base:1.5 pkgsrc-2015Q4:1.5.0.28 pkgsrc-2015Q4-base:1.5 pkgsrc-2015Q3:1.5.0.26 pkgsrc-2015Q3-base:1.5 pkgsrc-2015Q2:1.5.0.24 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.22 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.20 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.18 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.5.0.16 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.14 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.12 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.10 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.6 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.4 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.2 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.4.0.2 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.3.0.8 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.4 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.2.0.2 pkgsrc-2011Q1-base:1.2; locks; strict; comment @# @; 1.6 date 2016.05.25.16.24.54; author schnoebe; state dead; branches; next 1.5; commitid IpqtYxEBuJ3oJS7z; 1.5 date 2012.08.26.18.25.47; author adam; state Exp; branches; next 1.4; 1.4 date 2012.05.12.05.44.46; author adam; state Exp; branches; next 1.3; 1.3 date 2011.06.01.11.16.09; author adam; state Exp; branches; next 1.2; 1.2 date 2011.02.12.18.50.14; author adam; state Exp; branches; next 1.1; 1.1 date 2011.02.06.19.23.51; author schnoebe; state Exp; branches; next ; desc @@ 1.6 log @ Update to jabberd2 2.4.0. Note: there is a change in the numbering scheme, the third digit will only be used for patches/bug fixes in the future. Note: websockets support isn't available in pkgsrc (yet. the required library still needs packaged.) hanges: * Check for C99 support in compiler * Count RIO bytes and check against max stanza size * Gracefully drop unhandled HTTP connections * wss:// (WebSocket over SSL) support in c2s * Allow BareJID S10N packets * Fallback to connecting S2S using local.ip when none of the origin.ip works * Removed explicit SQLite transactions * SQLite postconnect SQL support * SQLite DB setup script improvements * Many Coverity Scan and cppcheck detected issues fixed * Properly lowercase SASL mechanisms in c2s * Support out-of-source build @ text @$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 @@@@ -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; } -if echo $CFLAGS | grep '.*-O[3s].*' >/dev/null 2>&1; then +if echo $CFLAGS | grep '.*-O[3].*' >/dev/null 2>&1; then as_fn_error $? "maximum allowed optimization level is -O2" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: fine" >&5 @ 1.5 log @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 @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.4 2012/05/12 05:44:46 adam Exp $ @ 1.4 log @Changes 2.2.16: * Implemented --enable-tests configure option * Fixed 'make dist' packaging * Fixed domain name in punycode resolution * Expand @@package@@ in etc/*.xml.dist.in * storage_ldapvcard compilation fixes * Implement debug logging into file * Fix invalid default router.xml (Unterminated XML comment tag) * Fixed libstorage_la_SOURCES * Implemented support for fake (PBX) sessions in SM * PBX integration priority setting support * Fix a crash that occurs when c2s connecting clients passed the defined connection limit * Log S2S retry timeout to main log * Do not log messages when not enabled or empty logfile configured @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.3 2011/06/01 11:16:09 adam Exp $ d7 1 a7 1 @@@@ -15431,7 +15431,7 @@@@ fi @ 1.3 log @Changes 2.2.14: * Prevent the "billion laughs" attack against expat by disabling internal entity expansion. * Shortcut DNS resolution failure in cases when given domain name is invalid * Explicitly link libcrypt to authreg_mysql * Removed xconfig - it's not used anywhere @ text @d1 3 a3 1 $NetBSD$ d7 1 a7 1 @@@@ -10896,7 +10896,7 @@@@ fi @ 1.2 log @Changes 2.2.12: Many stability fixes, memory leak fixes, and connection handling fixes. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2011/02/06 19:23:51 schnoebe Exp $ d3 1 a3 1 --- configure.orig 2010-08-08 15:51:09.000000000 +0000 d5 1 a5 1 @@@@ -10875,7 +10875,7 @@@@ fi d11 1 a11 1 as_fn_error "maximum allowed optimization level is -O2" "$LINENO" 5 @ 1.1 log @ Bumped PKGREVSION to 1; Changed MAINTAINER to my netbsd.org address (from eric@@cirr.com) Renamed existing patches to follow new convention patch-aa -> patch-Makefile patch-af -> patch-configure Added patches to cure segfaults found since 2.2.11's release patch-router_router.c correct a segfault in the router patch-s2s_out.c Resolver doesn't return IPv4 Address if resolve_aaaa (IPv6) is enabled patch-sm_sm.c fix segfault when debugging is turned on/up @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.7 2010/11/09 07:33:11 adam Exp $ d5 1 a5 1 @@@@ -10878,7 +10878,7 @@@@ fi @