netcfg 1.127ubuntu1 source package in Ubuntu

Changelog

netcfg (1.127ubuntu1) vivid; urgency=medium

  [ Mathieu Trudel-Lapierre ]
  * Resynchronise with Debian.  Remaining changes:
    - Set default hostname to 'ubuntu'.
    - Set priority for get_domain to high for static configurations.
    - Set priority for get_domain to medium for non-static configurations.
    - Use 'auto <interface>' for all interfaces, dropping allow-hotplug
      which doesn't work with current udev.
    - Set DHCP and DHCPv6 timeout to 30s.
    - Use isc-dhcp-client-udeb on all architectures.
    - Flush all addresses and routes before configuring interfaces
      (LP: #848072)
    - Don't copy /etc/resolv.conf to target if resolvconf is installed.  (We
      already write resolvconf configuration to /etc/network/interfaces.)
    - Add a post-base-install hook to detect resolvconf and copy
      /run/resolvconf/resolv.conf to outside the target so that when /run is
      bind-mounted DNS resolving continues to work. (LP: #926447)
    - Apply patch from Alec Warner making netcfg respect
      netcfg/dhcpv6_timeout and running dhclient in one-shot mode (-1).
      (LP: #917905)
    - Fix FTBFS by checking the return value of fgets and fscanf.
    - Fix nm-conf to generate a valid NetworkManager static configuration
      file.
    - Always allow fe80::/64 for the default gateway. (LP: #1382295)

netcfg (1.128) UNRELEASED; urgency=medium

  * Pacify GCC 5 misdetecting link_waits as uninitialised (closes: #778023).

netcfg (1.127) unstable; urgency=medium

  * Add support for /etc/network/interfaces.d/ by adding a "source"
    directive (Closes: #770078). It can be replaced with a
    "source-directory" one during the next release cycle.

netcfg (1.126) unstable; urgency=low

  [ Updated translations ]
  * Spanish (es.po) by Javier Fernández-Sanguino Peña
  * Simplified Chinese (zh_CN.po) by YunQiang Su

netcfg (1.125) unstable; urgency=medium

  * Re-upload without stray files.

netcfg (1.124) unstable; urgency=low

  [ Updated translations ]
  * Galician (gl.po) by Jorge Barreiro

netcfg (1.123) unstable; urgency=medium

  * Fix missing bounds check on nameserver array iteration, leading to a
    crash when 4 (or more) nameservers are available (Closes: #768218).
    Thanks, Kjell Braden, for the bug report, patch, and tests!

netcfg (1.122) unstable; urgency=medium

  * netcfg-static.c: call netcfg_interface_init() on struct
    netcfg_interface before using it to avoid calling free() on a random
    pointer.

netcfg (1.121) unstable; urgency=low

  [ Updated translations ]
  * Turkish (tr.po) by Mert Dirik

netcfg (1.120) unstable; urgency=medium

  [ Steven Chamberlain ]
  * Do not kill_dhcp_client after setting the hostname and domain,
    otherwise Linux udhcpc will stop renewing its lease, and on other
    platforms dhclient will de-configure the network interface
    (Closes: #757711, #757988)

netcfg (1.119ubuntu2) utopic; urgency=medium

  * Always allow fe80::/64 for the default gateway. (LP: #1382295)
 -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 06 Mar 2015 10:36:15 -0500

Upload details

Uploaded by:
Mathieu Trudel-Lapierre
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
debian-installer
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netcfg_1.127ubuntu1.tar.xz 388.6 KiB bbd36c5a3ba69227026b272e873c78553a1c4419e64cb6ed11ce6888ee8be9ab
netcfg_1.127ubuntu1.dsc 1.9 KiB 3818bc1670a0b7303b9c5b16eba4c031d4f44536d721a7f4b7f5e07d9d27329f

Available diffs

View changes file

Binary packages built by this source

netcfg: No summary available for netcfg in ubuntu vivid.

No description available for netcfg in ubuntu vivid.

netcfg-static: Configure a static network

 If you have information such as IP address, netmask, gateway, then you will be
 able to configure a static network. If you don't know this information, you
 should ask your system administrator, or look at configuration via DHCP.