Your message dated Sat, 22 Jul 2017 13:18:56 +0100
with message-id <1500725936.14212.4.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 8.9 fixes
has caused the Debian Bug report #868241,
regarding jessie-pu: package netcfg/1.131+deb8u2
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 ow...@bugs.debian.org
immediately.)
--
868241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu
Hi,
I'd like to fix two issues in netcfg: memory corruption with NTP server
name handling, and rdnssd's getting installed, which conflicts with
network-manager and prevents some desktops from being correctly installed.
Changelog entry:
| netcfg (1.131+deb8u2) jessie; urgency=medium
|
| * IPv6 autoconfiguration: fix NTP server name handling, which would be
| stored as the DHCP-provided hostname, with many thanks to Malcolm
| Scott for the bug report and the patch (Closes: #862745).
| * Stop queueing rdnssd's installation with IPv6 setups. This component
| conflicts with network-manager and installing it from the network
| configuration step might prevents large parts of desktop environments
| from being installed. This isn't a perfect solution but this should be
| way better than the current status quo (Closes: #854801).
|
| -- Cyril Brulebois <k...@debian.org> Thu, 13 Jul 2017 17:28:42 +0200
Fixes are in stretch already.
Thanks for considering.
KiBi.
diff -Nru netcfg-1.131+deb8u1/autoconfig.c netcfg-1.131+deb8u2/autoconfig.c
--- netcfg-1.131+deb8u1/autoconfig.c 2013-01-13 14:23:24.000000000 +0100
+++ netcfg-1.131+deb8u2/autoconfig.c 2017-07-13 17:27:47.000000000 +0200
@@ -347,7 +347,7 @@
ns_idx++;
} else if (!strncmp("NTP server[", l, 11) && ntp_idx < NETCFG_NTPSERVERS_MAX) {
p = strstr(l, "] ") + 2;
- strncpy(interface->ntp_servers[ns_idx++], p, sizeof(interface->ntp_servers[ntp_idx]));
+ strncpy(interface->ntp_servers[ntp_idx], p, sizeof(interface->ntp_servers[ntp_idx]));
ntp_idx++;
} else if (!strncmp("Domain search list[0] ", l, 21)) {
p = strstr(l, "] ") + 2;
@@ -470,7 +470,7 @@
if (ipv6) {
read_rdnssd_nameservers(interface);
if (nameserver_count(interface) > 0) {
- di_exec_shell_log("apt-install rdnssd");
+ di_debug("Not queueing rdnssd installation to make sure not to interfere with network-manager");
}
}
diff -Nru netcfg-1.131+deb8u1/debian/changelog netcfg-1.131+deb8u2/debian/changelog
--- netcfg-1.131+deb8u1/debian/changelog 2015-10-03 20:53:48.000000000 +0200
+++ netcfg-1.131+deb8u2/debian/changelog 2017-07-13 17:28:49.000000000 +0200
@@ -1,3 +1,16 @@
+netcfg (1.131+deb8u2) jessie; urgency=medium
+
+ * IPv6 autoconfiguration: fix NTP server name handling, which would be
+ stored as the DHCP-provided hostname, with many thanks to Malcolm
+ Scott for the bug report and the patch (Closes: #862745).
+ * Stop queueing rdnssd's installation with IPv6 setups. This component
+ conflicts with network-manager and installing it from the network
+ configuration step might prevents large parts of desktop environments
+ from being installed. This isn't a perfect solution but this should be
+ way better than the current status quo (Closes: #854801).
+
+ -- Cyril Brulebois <k...@debian.org> Thu, 13 Jul 2017 17:28:42 +0200
+
netcfg (1.131+deb8u1) stable; urgency=medium
* Fix is_layer3_qeth on s390x to avoid bailing out if the network
--- End Message ---
--- Begin Message ---
Version: 8.9
Hi,
These bugs all relate for updates which were included in today's jessie
point release.
Regards,
Adam
--- End Message ---