debdiff mod-gnutls_0.6-1.1.dsc mod-gnutls_0.6-1.2.dsc diff -Nru mod-gnutls-0.6/debian/changelog mod-gnutls-0.6/debian/changelog --- mod-gnutls-0.6/debian/changelog 2014-10-08 08:16:49.000000000 +0100 +++ mod-gnutls-0.6/debian/changelog 2014-11-13 10:41:23.000000000 +0000 @@ -1,3 +1,15 @@ +mod-gnutls (0.6-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Use ip6-loopback for TEST_IP and increment the timeout values so the tests + won't fail on slow build machines. + Drop test-ip.patch. + Add test-setup.patch. + Patch by Jurica Stanojkovic <jurica.stanojko...@imgtec.com>. + Closes: #750857. + + -- Anibal Monsalve Salazar <ani...@debian.org> Thu, 13 Nov 2014 10:41:16 +0000 + mod-gnutls (0.6-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru mod-gnutls-0.6/debian/patches/series mod-gnutls-0.6/debian/patches/series --- mod-gnutls-0.6/debian/patches/series 2014-10-08 08:10:50.000000000 +0100 +++ mod-gnutls-0.6/debian/patches/series 2014-11-11 07:36:13.000000000 +0000 @@ -1 +1 @@ -test-ip.patch +test-setup.patch diff -Nru mod-gnutls-0.6/debian/patches/test-ip.patch mod-gnutls-0.6/debian/patches/test-ip.patch --- mod-gnutls-0.6/debian/patches/test-ip.patch 2014-10-08 08:12:26.000000000 +0100 +++ mod-gnutls-0.6/debian/patches/test-ip.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ -From: Jurica Stanojkovic <jurica.stanojko...@imgtec.com> -Subject: Re: FTBFS on many architectures, test suite errors -Date: Mon, 29 Sep 2014 15:14:48 +0000 - -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750857 - -I have found while testing package on local build machine that package is -failing due to configuration in /etc/hosts - -ip6-loopback was configured with -127.0.0.1 localhost ip6-localhost ip6-loopback -after replacing that with following -::1 localhost ip6-localhost ip6-loopback -package was built successfully without changes to source. - -I do not know how is this configured in /etc/hosts on official buildd for -architectures that fail to build. - -Also if following patch is added to a source there is no need for changes in -/etc/hosts: - -Index: mod-gnutls-0.6/t/Makefile -=================================================================== ---- mod-gnutls-0.6.orig/t/Makefile -+++ mod-gnutls-0.6/t/Makefile -@@ -6,7 +6,7 @@ - # simple configuration choices. - - export TEST_HOST ?= localhost --export TEST_IP ?= ::1 -+export TEST_IP ?= 127.0.0.1 - # chosen at random: - export TEST_PORT ?= 9932 - export MSVA_PORT ?= 9933 diff -Nru mod-gnutls-0.6/debian/patches/test-setup.patch mod-gnutls-0.6/debian/patches/test-setup.patch --- mod-gnutls-0.6/debian/patches/test-setup.patch 1970-01-01 01:00:00.000000000 +0100 +++ mod-gnutls-0.6/debian/patches/test-setup.patch 2014-11-11 07:40:29.000000000 +0000 @@ -0,0 +1,30 @@ +From: Jurica Stanojkovic <jurica.stanojko...@imgtec.com> +Subject: Re: FTBFS on many architectures, test suite errors +Date: Wed, 29 Oct 2014 13:55:56 +0000 + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750857 + +Use ip6-loopback for TEST_IP and increment the timeout values so the tests +won't fail on slow build machines. + +Index: mod-gnutls-0.6/t/Makefile +=================================================================== +--- mod-gnutls-0.6.orig/t/Makefile ++++ mod-gnutls-0.6/t/Makefile +@@ -6,13 +6,13 @@ + # simple configuration choices. + + export TEST_HOST ?= localhost +-export TEST_IP ?= ::1 ++export TEST_IP ?= ip6-loopback + # chosen at random: + export TEST_PORT ?= 9932 + export MSVA_PORT ?= 9933 + +-export TEST_GAP ?= 1.5 +-export TEST_QUERY_DELAY ?= 2 ++export TEST_GAP ?= 4 ++export TEST_QUERY_DELAY ?= 5 + + all: setup.done + ./runtests
-- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org