Source: dnsmasq
Version: 2.80-1
Severity: wishlist
User: help-lib...@gnu.org
Usertags: libidn2

Hi,

Currently dnsmasq depends against libidn but also supports libidn2.

libidn2 is already installed by default on a fresh debian system, would
it be possible to switch to libidn2 instead of libidn?

The changes in the package don't look to big.

Kind regards,

Laurent Bigonville

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
diff -u dnsmasq-2.80/debian/control dnsmasq-2.80/debian/control
--- dnsmasq-2.80/debian/control
+++ dnsmasq-2.80/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Build-depends: gettext, libnetfilter-conntrack-dev [linux-any],
-               libidn11-dev, libdbus-1-dev (>=0.61), libgmp-dev, 
+               libidn2-dev, libdbus-1-dev (>=0.61), libgmp-dev, 
                nettle-dev (>=2.4-3), libbsd-dev [!linux-any],
               liblua5.2-dev
 Maintainer: Simon Kelley <si...@thekelleys.org.uk>
diff -u dnsmasq-2.80/debian/rules dnsmasq-2.80/debian/rules
--- dnsmasq-2.80/debian/rules
+++ dnsmasq-2.80/debian/rules
@@ -49,7 +49,7 @@
 endif
 
 ifeq (,$(filter noidn, $(DEB_BUILD_OPTIONS)))
-       DEB_COPTS += -DHAVE_IDN
+       DEB_COPTS += -DHAVE_LIBIDN2
 endif
 
 ifeq (,$(filter noconntrack,$(DEB_BUILD_OPTIONS)))

Reply via email to