Source: systemd
Version: 229-1
Severity: wishlist
Tags: patch
Hi,
Would be nice if networkd was built with IDN support, it's adding
support for non ASCII DNS names.
https://wiki.debian.org/IDN
The attached patch should enable it. The only problem for the time being
is that libidn is installed in /usr/lib and not /lib so I guess it
should be moved before this can be enabled (?).
Cheers,
Laurent Bigonville
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.4.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd is related to:
ii udev 229-1
-- no debconf information
diff -Nru systemd-229/debian/control systemd-229/debian/control
--- systemd-229/debian/control 2016-02-11 21:02:43.000000000 +0100
+++ systemd-229/debian/control 2016-02-12 14:07:31.000000000 +0100
@@ -26,6 +26,7 @@
libcap-dev (>= 1:2.24-9~),
libpam0g-dev,
libapparmor-dev (>= 2.9.0-3+exp2) <!stage1>,
+ libidn11-dev <!stage1>,
libaudit-dev <!stage1>,
libdbus-1-dev (>= 1.3.2) <!nocheck>,
libcryptsetup-dev (>= 2:1.6.0) <!stage1>,
diff -Nru systemd-229/debian/rules systemd-229/debian/rules
--- systemd-229/debian/rules 2016-02-11 21:02:43.000000000 +0100
+++ systemd-229/debian/rules 2016-02-12 14:06:29.000000000 +0100
@@ -37,7 +37,6 @@
--enable-split-usr \
--disable-compat-libs \
--disable-qrencode \
- --disable-libidn \
--disable-vconsole \
--disable-sysusers \
--disable-firstboot \
@@ -61,6 +60,7 @@
--enable-coredump \
--enable-elfutils \
--enable-apparmor \
+ --enable-libidn \
--enable-libcurl \
--enable-importd \
--enable-microhttpd \
@@ -72,6 +72,7 @@
--disable-coredump \
--disable-elfutils \
--disable-apparmor \
+ --disable-libidn \
--disable-libcurl \
--disable-importd \
--disable-microhttpd \
@@ -86,6 +87,7 @@
--disable-audit \
--disable-selinux \
--disable-apparmor \
+ --disable-libidn \
--disable-smack \
--disable-ima \
--disable-binfmt \
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers