Your message dated Wed, 29 Jun 2016 13:40:29 +0000
with message-id <[email protected]>
and subject line Bug#814528: fixed in systemd 230-4
has caused the Debian Bug report #814528,
regarding systemd: Please build with IDN support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
814528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814528
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 \
--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 230-4
We believe that the bug you reported is fixed in the latest version of
systemd, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <[email protected]> (supplier of updated systemd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 29 Jun 2016 15:23:32 +0200
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote
systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines
libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb
libudev1-udeb
Architecture: source
Version: 230-4
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers
<[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
libnss-myhostname - nss module providing fallback resolution for the current
hostname
libnss-mymachines - nss module to resolve hostnames for local container
instances
libnss-resolve - nss module to resolve names via systemd-resolved
libpam-systemd - system and service manager - PAM module
libsystemd-dev - systemd utility library - development files
libsystemd0 - systemd utility library
libudev-dev - libudev development files
libudev1 - libudev shared library
libudev1-udeb - libudev shared library (udeb)
systemd - system and service manager
systemd-container - systemd container/nspawn tools
systemd-coredump - tools for storing and retrieving coredumps
systemd-journal-remote - tools for sending and receiving remote journal logs
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 814528 826377
Launchpad-Bugs-Fixed: 1587489
Changes:
systemd (230-4) unstable; urgency=medium
.
[ Martin Pitt ]
* tmp.mount: Add nosuid and nodev mount options. This restores compatibility
with the original SysV int RAMTMP defaults. (Closes: #826377)
* debian/tests/upstream: Some tests fail on platforms without QEMU at the
moment due to upstream PR#3587; blacklist these for now if QEMU is not
available.
* debian/rules: Don't run the "anything links against /usr" check for
upstream tests, as those run on Ubuntu 16.04 LTS which does not yet have
libidn moved to /lib.
* debian/tests/upstream: Clean up old journals before running a test, to
avoid printing a wrong one on failure.
* debian/tests/upstream: Do not run the QEMU tests on i386. Nested QEMU on
i386 causes testbed hangs on Ubuntu's cloud infrastructure, which is the
only place where these actually run.
* resolved: Fix SERVFAIL handling and introduce a new "Cache=" option to
disable local caching.
* resolved: Support IPv6 zone indices in resolv.conf. (LP: #1587489)
* resolved: Update resolv.conf when calling SetLinkDNS().
* debian/tests/storage: Sync and settle udev after luksFormat, to reduce the
chance of seeing some half-written signatures.
* debian/tests/networkd: Stop skipping the two DHCP6 tests, this regression
seems to have been fixed now.
* resolved: respond to local resolver requests on 127.0.0.53:53. This
provides compatibility with clients that don't use NSS but do DNS queries
directly, such as Chrome.
* resolved: Don't add route-only domains to /etc/resolv.conf.
* systemd-resolve: Add --flush-caches and --status commands.
* Add debian/extra/units/systemd-resolved.service.d/resolvconf.conf to tell
resolvconf about resolved's builtin DNS server on 127.0.0.53. With that,
DNS servers picked up via networkd are respected when using resolvconf,
and software like Chrome that does not do NSS (libnss-resolve) still gets
proper DNS resolution. Drop the brittle and ugly
systemd-networkd-resolvconf-update.{path,service} hack instead.
* debian/tests/boot-smoke: Run in containers as well.
.
[ Laurent Bigonville ]
* Build with IDN support. (Closes: #814528)
Checksums-Sha1:
99869bfcb6c435176b4b390a68baa5c295ae0012 4040 systemd_230-4.dsc
d64f452c0f62173aa083791200b58ffc84bede61 159984 systemd_230-4.debian.tar.xz
Checksums-Sha256:
24fb70e0540a56d414681611613f15faaece3b9d7fb55482b873367803a3aeab 4040
systemd_230-4.dsc
c190edd8ba57f71cd722e765f18998d5ae19e0d7281c57a0c17c6b34b4ec6f4a 159984
systemd_230-4.debian.tar.xz
Files:
7b119aa8c54b776464d308c268ffaaf4 4040 admin optional systemd_230-4.dsc
c91f0e9358c7b302b5e7c253bf2f611b 159984 admin optional
systemd_230-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXc8wbAAoJENFO8V2v4RNHLgIQAIhP8sBeS41weaoJQ4OHcRiz
vBEjiZnJ55e7NcXfMktTgKAov/tgYsCgNvv9HvYky4uusq7eYKea694Q5+n8xEFv
8O+AA1Tjy2dG8RbRBJ0/Kqx7fX/eeC6UUFm+lqh1dyYy2lnOgcLxuln7rlXnNquD
DxMaa6sAlejesf9qkssVgXxhYs/0quBbbhMiX/uXzmQ4m2Hn3mkkq1QaI1EGJfDm
w+MzrK2S/4BKnEFE/BdX2RmdOPMF7xqVNCx6VcZFBFAhOQnjX6mmIG1bgsWFvSTS
Rff0Y6tK6Lg0vnKKIdYGvN3qgsh/EkA/ybguQgsL0J9fjaelTwooxDilF7qnTDkG
CTxXstyraJCfol7iEmo88FXiFG3cFMAYwuhPoacL1hbHqUPyLghN0VVODCi1OWAE
h5lzy+Cqj66YpvrzD+dWKfAkWjBtU4ZrpNr9wSXt4LWp9cb1N7vTaou4cKkgq8Kp
mfkO3agSCichp3ovsB83U38BpUT95VP4fOwJenCCeQEHLX2kO/jOBANIGMDvXt//
vF2kDTnYSzPPPnrDF/oECU6m4ZVAOW7p9gEREz8jRSODUBT9a8W6yAembPrGoqKL
V9GMjwG6KHfGGCffflbLtdehYE7eLgv90tIAUtPeuiA2SMT5CEHDJzTXV3FNrT4j
UILMEYMYl314WKMd+jKR
=sFdZ
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers