Comment 11 for bug 109725

Revision history for this message
In , Javier Fernández-Sanguino (jfs) wrote : Fixed in NMU of ifupdown 0.6.4-4.7

tag 101204 + fixed
tag 113338 + fixed
tag 129003 + fixed
tag 135502 + fixed
tag 148666 + fixed
tag 164823 + fixed
tag 169194 + fixed
tag 171981 + fixed
tag 172147 + fixed
tag 196366 + fixed
tag 196865 + fixed
tag 198841 + fixed
tag 207727 + fixed
tag 208607 + fixed
tag 210436 + fixed
tag 213068 + fixed
tag 213723 + fixed
tag 216716 + fixed
tag 224468 + fixed
tag 229503 + fixed
tag 229527 + fixed
tag 231404 + fixed
tag 231910 + fixed
tag 231995 + fixed
tag 232347 + fixed
tag 232594 + fixed
tag 235993 + fixed
tag 239142 + fixed
tag 241248 + fixed
tag 57830 + fixed
tag 76142 + fixed
tag 81150 + fixed
tag 82339 + fixed
tag 84602 + fixed
tag 86902 + fixed
tag 92993 + fixed
tag 96265 + fixed
tag 97782 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.7
Date: Mon, 5 Apr 2004 21:12:05 +0200
Source: ifupdown
Binary: ifupdown
Architecture: source i386
Version: 0.6.4-4.7
Distribution: unstable
Urgency: low
Maintainer: Anthony Towns <email address hidden>
Changed-By: Javier Fernandez-Sanguino Pen~a <email address hidden>
Description:
 ifupdown - High level tools to configure network interfaces
Closes: 57830 76142 81150 82339 84602 86902 92993 96265 97782 101204 113338 129003 135502 148666 164823 169194 171981 172147 196366 196865 198841 207727 208607 210436 213068 213723 216716 224468 229503 229527 231404 231910 231995 232347 232594 235993 239142 241248
Changes:
 ifupdown (0.6.4-4.7) unstable; urgency=low
 .
   * Non-maintainer upload. This is mostly a bug-fix release, no new
     features have been added and the behaviour of ifupdown has only changed
     slightly. Content has been reviewed by both the maintainer and several
     other maintainers (who have NMUed this package previously)
     - Ifupdown.dvi now depends on *eps files (Closes: #101204)
     - Added missing Build-Dep to noweb since the Makefile calls makenwdep.sh
       (and it calls 'noroots') on build.
     - Remove the undocumented (and unused) -s option from the manpage and the
       main.c code. (Closes: #231404)
     - inet6.defn
       + Make it possible to run an v4tunnel without an address (Closes: #96265)
     - inet.defn
       + Included different handling of dhclient3 versus dhclient.
       + Avoids inconsistency in interface state if the command run
        by ifup fails, also added -e option to dhclient in order to
        have it return an error if it cannot get an address.
        Notice that this is not yet done with dhclient3 (-1) since that would
        mean not running dhclient3 as a daemon and renews not being done.
        (Closes: #97782, #82339, #113338, #148666, #169194)
       + An independent lease file is created per interface so that dhclient
        can be used in more than one interface (Closes: #196366)
       + If dhcp3-client is installed (the binary /sbin/dhclient3 is available)
        then use the -r option instead of with a KILL signal, this enables
        it to release the DHCP release an execute the hook script before
        exiting. Also, the package now suggests 'dhcp-client | dhcp3-client'
        (since dhcp3-client does not provide dhcp-client as pump does)
        (Closes: #196865)
       + Added a metric option for routes, notice, however, the dhclient's
        -e (undocumented) option is not included from the provided patch.
        (Closes: #235993)
       + Use -r instead of -k when DHCP interfaces using pump are downed in
        order to avoid killing all interfaces (only release the one asked for)
        (Closes: #198841)
       + Properly implement the 'hw' option in interfaces by defining the
        hardware address before upping the interface.
        (Closes: #224468, #84602)
       + Allow setting of the hw address in the dhcp method as suggested.
        (Closes: #135502)
     - examples:
       + Added an example in the interfaces file on how to setup an interface
        with multiple IP addresses. I've added a warning, though, since this
        is expected not to work in some cases and might generate inconsistencies
        between the real state and the one noted down in the interfaces state
        file. It is worth documenting this option (with known caveats) rather
        than have users figure it out for themselves.
        (Closes: #172147)
       + Added sample scripts ('ensureifup' and 'ifstate') to ensure that
        interfaces are always up (might be useful for crappy ISP providers)
        as provided by Yann Dirson (Closes: #86902)
       + Provide a 'generate-interfaces.pl' script under the examples dir
        in order to facilitate migration of network configuration in
        pre-woody systems. This script might also be useful to migrate other
        Linux systems to Debian.
        (Closes: #57830)
       + Added a sample 'ifstate-complex' command. Since it is not documented
         I'm adding it to the examples and not closing #153222 with it (yet)
       + Fixed a syntax error in the 'check-mac-address.sh' script and added
         both a little bit of comment code and proper usage.
       + Provided an example on how to setup an interface without IP address
         using the 'manual' method. This is suitable for some cases where we
         only want to have the interface to be up. This example can be used
         to setup PPPOE interfaces or network IDS listening on a network.
         This might not be as good as providing a specific method but the
         maintainer considers that this is the way it should be handled.
         (Closes: #76142, #92993, #129003, #164823, #171981)
       + Also, provided an example bridge configuration script that can
         be setup in /e/n/if-{pre-up,down}.d/ in order to setup bridges.
     - Interfaces(5).pre:
       + Slight improvement in to better describe mapping and point to
        the examples available. (Closes: #232594)
       + Minor changes in the manpage to avoid people being misled .
         (Closes: #232347)
       + Better description of mappings (Closes: #216716)
       + Document IFACE=LIFACE syntax (Closes: #213068)
       + Documented known bugs or limitations.
       + Reference the location of the network examples.
       + Reference also the "Debian Reference" manual since it is more
         verbose in how /e/n/interfaces and ifupdown works.
     - Ifup(8):
       + Document that the -a option will take down all interfaces.
        (Closes: #208607)
       + Also describe in which order are interfaces started/stopped when
         using -a which might avoid confusion, see #208700 for example.
       + Changed manpage name to ifup (instead of ifupdown).
        (Closes: #81150)
       + Document known bugs in the manpage: state maintained is sometimes
        lost, the ifstate needs to be writable and there is a known deadlock
        issue.
       + Document known "limitations" and refer readers to alternatives to
         monitor interface changes such as ifupd and hotplug.
       + Minor formatting changes and rewrites for better comprehension.
     - Translations:
       + Added Spanish debconf translation provided by Carlos Valdivia.
        (Closes: #207727)
       + Added Japanese debconf translation provided by Kenshi Muto.
        (Closes: #210436)
       + Added Dutch debconf translation provided by Tim Dijkstra.
        (Closes: #213723)
       + Added Greek debconf translation provided by Konstantinos Margaritis.
        (Closes: #229503, #229527)
       + Added simplified Chinese debconf translation provided by Hiei Xu.
        (Closes: #231910)
       + Added Czech debconf translation provided by Miroslav Kure.
        (Closes: #231995)
       + Added Turkish debconf translation provided by Recai Oktas.
        (Closes: #239142)
       + Added Danish debconf translation provided by Morten Brix Pedersen.
        (Closes: #241248)
Files:
 4d73de0f375d60d019ebc395d7ec6c82 682 net important ifupdown_0.6.4-4.7.dsc
 7770d9df492f16beac6073fb8e4145b6 50316 net important ifupdown_0.6.4-4.7.diff.gz
 f79a0784231ab6850a8cea5b888f7a36 42246 net important ifupdown_0.6.4-4.7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQCVAwUBQHGxN/tEPvakNq0lAQElvAQAqNqwWGdfwmTIyFCXja/lhi5EAbFXJTlS
xWvFq5dOsTJSE2GL8cjOMUXAlzQs/lQmcEFwdBuc9yf3jCsOBL6w5sRG2aCOcrCT
oLVtP/+9XSfPkKg16B+HifRf0atkfD4TwF1yUtPutImRndMvv22du1hgh8eQxtGZ
9d1smYmAeHA=
=c8Is
-----END PGP SIGNATURE-----