tags 405565 patch thanks Attached is the trivial patch for this bug.
Since this bug was introduced in an NMU, I'm taking the liberty of uploading the fix straight to incoming as a 0-day NMU. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u jabber-1.4.3/debian/rules jabber-1.4.3/debian/rules --- jabber-1.4.3/debian/rules +++ jabber-1.4.3/debian/rules @@ -17,7 +17,7 @@ build: build-stamp build-stamp: patch-stamp dh_testdir - ./configure --enable-ssl --enable-ipv6 + ./configure --enable-ssl $(MAKE) # cd docs ; ${MAKE} html touch build-stamp diff -u jabber-1.4.3/debian/changelog jabber-1.4.3/debian/changelog --- jabber-1.4.3/debian/changelog +++ jabber-1.4.3/debian/changelog @@ -1,3 +1,14 @@ +jabber (1.4.3-3.3) unstable; urgency=high + + * Non-maintainer upload. + * High-urgency upload for RC bugfix. + * Revert the change in -3.1 to enable IPv6 support, because jabberd + currently only supports IPv4 *or* IPv6, you can't enable both at the + same time -- and obviously we need IPv4 support to work. + Closes: #405565, reopens: #334414. + + -- Steve Langasek <[EMAIL PROTECTED]> Fri, 2 Mar 2007 03:24:58 -0800 + jabber (1.4.3-3.2) unstable; urgency=high * Non-maintainer upload.