[Pkg-gnupg-commit] [gnupg2] 01/02: avoid using adns due to lack of security support (Closes: #845078)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 19:14:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit c9e33c54db42c77b0aa9ef7494153938abeeeeba
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Nov 21 09:57:59 2016 -0500

    avoid using adns due to lack of security support (Closes: #845078)
---
 debian/changelog | 6 ++++++
 debian/control   | 1 -
 debian/rules     | 3 +++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3e6960e..e77c539 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnupg2 (2.1.16-2) unstable; urgency=medium
+
+  * avoid using adns, due to lack of security support (Closes: #845078)
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Mon, 21 Nov 2016 09:57:26 -0500
+
 gnupg2 (2.1.16-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index ae86b33..5484ab0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Build-Depends:
  gettext,
  ghostscript,
  imagemagick,
- libadns1-dev,
  libassuan-dev (>= 2.4.3),
  libbz2-dev,
  libcurl4-gnutls-dev,
diff --git a/debian/rules b/debian/rules
index 501bd3f..99c3015 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,11 @@ WIN32_FLAGS=LDFLAGS="-Xlinker --no-insert-timestamp -static" CFLAGS="-g -Os" CPP
 override_dh_auto_configure:
 	dh_auto_configure --builddirectory=build-gpgv-udeb -- \
 		--enable-gpg2-is-gpg \
+		--with-adns=no \
 	   	$(foreach x, $(GPGV_UDEB_UNNEEDED), --disable-$(x))
 	dh_auto_configure --builddirectory=build -- --libexecdir=\$${prefix}/lib/gnupg \
 		--enable-gpg2-is-gpg \
+		--with-adns=no \
 		--enable-symcryptrun --enable-large-secmem
 
 override_dh_auto_build-arch:
@@ -42,6 +44,7 @@ override_dh_auto_build-indep:
 	cd build-gpgv-win32 && $(WIN32_FLAGS) ../configure \
 	   	$(foreach x, $(GPGV_UDEB_UNNEEDED), --disable-$(x)) \
 		$(foreach x, libgpg-error libgcrypt libassuan ksba npth, --with-$x-prefix=/usr/i686-w64-mingw32) \
+		--with-adns=no \
 		--enable-gpg2-is-gpg \
 		--with-zlib=/usr/i686-w64-mingw \
 		--prefix=/usr/i686-w64-mingw32 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list