ppp (2.4.2+20040202-3osso5) unstable; urgency=low

  * Fixed ppp.postinst and ppp.postrm to work with busybox.

 -- Kalle Valo <Kalle.Valo@nokia.com>  Wed,  6 Apr 2005 13:47:49 +0300

ppp (2.4.2+20040202-3osso4) unstable; urgency=low

  * Remove dependency to PAM, patch from Ed Bartosh.

 -- Kalle Valo <Kalle.Valo@nokia.com>  Tue,  2 Nov 2004 11:17:22 +0200

ppp (2.4.2+20040202-3osso3) unstable; urgency=low

  * Fix alignment issue for MS-CHAP and MS-CHAP-v2 authentications

 -- Timo Ters <ext-timo.teras@nokia.com>  Tue, 12 Oct 2004 18:29:14 +0300

ppp (2.4.2+20040202-3osso2) unstable; urgency=low

  * Don't build udeb and -dev packages, this time for real. Also the ppp
    sources are now in CVS, so they don't get lost again.

 -- Kalle Valo <Kalle.Valo@nokia.com>  Thu,  9 Sep 2004 15:06:03 +0300

ppp (2.4.2+20040202-3osso1) unstable; urgency=low

  * Sources for the original 2.4.2+20040202-3osso1 were lost and I try
    copy all the changes to a new -3osso1. Let's see how this goes.
  * Disabled udeb build.
  * Disabled usage of libpcap and removed build dependency to it.
  * Disabled IPv6.
  * Disabled pppoatm.

 -- Kalle Valo <Kalle.Valo@nokia.com>  Thu,  9 Sep 2004 12:35:45 +0300

ppp (2.4.2+20040202-3) unstable; urgency=medium

  * Fixed the dependencies of ppp-udeb/ppp-dev. (Closes: #243774)
  * New debconf translation: tr. (Closes: #243684)
  * Added ipv6-{up,down} scripts. (Closes: #243330)

 -- Marco d'Itri <md@linux.it>  Thu, 15 Apr 2004 19:53:16 +0200

ppp (2.4.2+20040202-2) unstable; urgency=medium

  * Enabled the postinst script in ppp-udeb, now it should be almost
    useful.
  * Add a workaround to the 0000usepeerdns scripts to not fail if
    /etc/resolv.conf does not exist. (Closes: #235583)
  * Added new debconf translations: fr, nl, ja.
    (Closes: #236726, #239458, #237176)
  * Fixed *again* the $PID regexp in poff, to be compatible with mawk.
    (Closes: #238667, #239766)

 -- Marco d'Itri <md@linux.it>  Sun, 11 Apr 2004 16:22:24 +0200

ppp (2.4.2+20040202-1) unstable; urgency=medium

  * New upstream release, with updates from CVS. (Closes: #102876)
  * Patches removed because they have been merged upstream:
    009_SETUP.diff 012_secure-card.diff 053_pppoe-fix-persist
    054_pppoe-no-dead-code 055_pppoe-update-3.5 056_pppoe-nas-tap
    devnam_path disable_evil_slprintf_r makefiles_use_copts
    parisc_eagain_fix peerdns-env-always ppp-2.4.0-ttyperms.dif
    pppd.8-filters warning_ipv6cp.
  * Removed patch 005_fsm.c.diff, the upstream author thinks it violates
    RFC1661.
  * Removed patch 006_ipcp.c.diff, it appears to be useless.
  * Fixed the $PID regexp in poff. (Closes: #219442, #225443)
  * Use mv -f in 0000usepeerdns. (Closes: #225792)
  * Added debian/po/. (Closes: #233758)
  * New patch fix_closed_fds: make sure that fd numbers 0, 1 and 2 are not
    used for a socket. (Closes: #235192)

 -- Marco d'Itri <md@linux.it>  Sun, 29 Feb 2004 18:54:34 +0100

ppp (2.4.2+20031127-2) unstable; urgency=medium

  * New upstream snapshot, only documentation changes.
  * New patch pppoe-nas-tap: make the pppoe plugin accept nas and tap
    devices too, from Carlos Fonseca. (Closes: #221759)
  * New patch pppoe-interface-up: make the pppoe plugin set the interface up.
    (Closes: #222558)
  * Do not make 0000usepeerdns-up fail if resolv.conf is empty.
    (Closes: #221121)
  * Removed patch use_system_logwtmp: it breaks utmp updates.
    (Closes: #222261)
  * Resurrected ppp.udeb.
  * Removed patch: ppp-2.4.1-MSCHAPv2-fix.patch (was applied to dead code).
  * New patch: ppp-2.4.2-stripMSdomain (I ported the old patch to the new
    CHAP code).
  * New patch: no_crypt_hack, because the d-i libc does not have crypt(3).
  * Clean up the APM script. (Closes: #222008, #222436)
  * New patch: parisc_eagain_fix to fix the EAGAIN != EWOULDBLOCK bug on
    parisc, by James Bottomley. (Closes: #224982)

 -- Marco d'Itri <md@linux.it>  Thu,  4 Dec 2003 11:54:35 +0100

ppp (2.4.2+20031002-4) unstable; urgency=medium

  * Deprecate /etc/ppp/ppp_on_boot in favour of ifupdown.
  * Added /etc/apm/event.d/ppp to support APM. (Closes: #217821)
  * Remove the logrotate entry for ppp.log, as syslog daemons manage
    logging by themselves. (Closes: #216786, #217190)
  * Add documentation about setting the default route. (Closes: #85426)

 -- Marco d'Itri <md@linux.it>  Thu, 30 Oct 2003 21:04:15 +0100

ppp (2.4.2+20031002-3) unstable; urgency=medium

  * New patch 043_pppoatm-no-modprobe: do not run modprobe inside pppd.
  * Removed the run-parts --report option from ip-{up,down} because it
    caused it to wait for childs. (Closes: #214473)
  * Suggests: libatm1. (Closes: #215874)
  * Allow / in the poff parameter. (Closes: #215972)
  * New example file per-linkname, from Eyal Rozenberg.

 -- Marco d'Itri <md@linux.it>  Sat, 18 Oct 2003 12:34:26 +0200

ppp (2.4.2+20031002-2) unstable; urgency=medium

  * Fixed poff regexp. (Closes: #214051)

 -- Marco d'Itri <md@linux.it>  Mon,  6 Oct 2003 20:21:10 +0200

ppp (2.4.2+20031002-1) unstable; urgency=low

  * Fresh CVS checkout.
  * Removed the part of 040_pppoatm.diff which added a remove_option
    member to struct protent in pppd.h. This has no apparent meaning
    and breaks many other users of protent, like IPCP.
    Debugged by Benjamin Heuer. (Closes: #213352)
  * Conflict with incompatible versions of pppdcapiplugin. (Closes: #213217)

 -- Marco d'Itri <md@linux.it>  Tue, 30 Sep 2003 23:06:12 +0200

ppp (2.4.2+20030811-6) unstable; urgency=low

  * Fix run-parts call in ip-{up,down}. (Closes: #213059)
  * Removed ppp.udeb because it's apparently useless.
  * New patch 042_pppoatm-libatm-workaround: work around a bug in
    libatm1-dev which caused libatm.a to be statically linked (see #213146).
    Now libatm1 needs to be installed if this plugin is used.
  * Some obsolete information has been removed from README.Debian.

 -- Marco d'Itri <md@linux.it>  Sun, 28 Sep 2003 19:48:32 +0200

ppp (2.4.2+20030811-5) unstable; urgency=low

  * Fix usage of ps in poff. (Closes: #58896)
  * Add an example configuration file for the pppoe plugin.
  * New patch pppoe-no-dead-code: disable some dead code in the pppoe plugin.
  * Close the bugs fixed in the releases uploaded to experimental.
    (Closes: #101616, #157214, #173546, #183221, #197489, #61717, #155668)
    (Closes: #148156, #133809, #137964, #52913, #81511, #100665, #171137)
    (Closes: #75797, #211485, #162163, #209146)

 -- Marco d'Itri <md@linux.it>  Sat, 27 Sep 2003 16:05:49 +0200

ppp (2.4.2+20030811-4) experimental; urgency=low

  * New patch peerdns-env-always: always set $DNS1 and $DNS2 if name
    server addresses are received with IPCP. (Closes: #209146)
  * New patch pppoe-fix-persist: fixes the persist option, but watch
    for side effects.
  * Improved the parsing of the device name when / is a ramdisk.
    (Closes: #162163)
  * Build-Depend on a newer debhelper. (Closes: #211485)
  * Renamed the pppoatm* patches because DBS is sensible to $LC_COLLATE.
  * Updated the pppoe plugin with a fix from rp-pppoe 3.5.

 -- Marco d'Itri <md@linux.it>  Sat, 20 Sep 2003 18:00:44 +0200

ppp (2.4.2+20030811-3) experimental; urgency=low

  * Add --report and $@ to the run-parts command line in ip-{up,down}.
    (Suggestions from Dan Jacobson, Closes: #209133)
  * Move /etc/ppp/options.ttyXX to /usr/share/doc/ppp/, it's documentation.
    (Closes: #209275)
  * Remove from postinst some compatibility code introduced in 2.3b3-2,
    2.3.5-2 and 2.3.6-1.
  * Change the serial device permissions only when really needed.
    Patch ppp-2.4.0-ttyperms.dif from the SuSE package.
    (Closes: #22284, #36789, #51974, #62567, #74789)
  * Use the system logwtmp() function. From the Red Hat and SuSE packages.
  * Add the pppoatm-disconnection patch. From the Mandrake package.
  * Add an example active-filter from the SuSE package.
  * Add ppp-2.4.1-stripMSdomain.patch and ppp-2.4.1-MSCHAPv2-fix.patch
    from the SuSE package. They say that these patches are described at
    http://www.heise.de/ct/Redaktion/ps/pptp.html, but I don't know german.
    I also don't use MSCHAP or MPPE, so I do not know if they will work.
    Please report any success or insuccess of MPPE and related features.
  * Add ppp-2.3.11-oedod.dif from the SuSE package to fix dial on demand
    with sync PPP. (Closes: #75797)

 -- Marco d'Itri <md@linux.it>  Sun, 14 Sep 2003 12:48:02 +0200

ppp (2.4.2+20030811-2) experimental; urgency=low

  * I'm the new maintainer.
  * Fix FTBFS bug on S/390.
  * Add a copy of chap-secrets to install. (#207417)
  * Fix a little pon bug. (#207442)
  * Clarify the active-filter description in pppd(8). (#207023)
  * Make some files readable again by group dip. (#207407)
  * Link pppoatm.so with libresolv. PPP over ATM has been reported to work.

 -- Marco d'Itri <md@linux.it>  Wed, 27 Aug 2003 15:30:16 +0200

ppp (2.4.2+20030811-1) experimental; urgency=low

  * New CVS snapshot. (Closes: #171137)
    New features:
    - MPPE (Closes: #52913, #81511, #100665)
    - kernel space PPPoE (Closes: #133809, #137964)
    - CBCP (Closes: #148156)
    - CHAP hooks for plugins (Closes: #155668)
    - misc fixes (Closes: #61717)
  * The following patches have been merged upstream:
    002_chat.c.diff 003_cbcp.diff 004_auth.c.diff 016_chat_manpage.diff
    017_memory_management.diff 020_IPPROTO_TCP_undefine.diff
    021_setipaddr.diff 022_lockfile-fix.diff 023_lcp-max-termintate.diff
    024_pppd.8-persist-maxfail.diff 025_packet_count.diff
    026_pppd.8-active-filter.diff 027_child_debugging.diff
    028_options_segv.diff 029_chap_plugin.diff 030_more_minor_warnings.diff
    031_ipv6cp-use-persistent.diff 032_flush_fd.diff etc_networks pppd.8
    pppiocdetach (?) reset-sigpipe (?)
  * Added the PPP over ATM patch from
    http://linux-usb.sourceforge.net/SpeedTouch/. Untested!
    (Closes: #101616, #157214, #173546, #183221, #197489)

 -- Marco d'Itri <md@linux.it>  Sun, 24 Aug 2003 13:40:16 +0200

ppp (2.4.1.uus2-3) unstable; urgency=low

  * Fix error in postinst. (Closes: #206978)

 -- Marco d'Itri <md@linux.it>  Sun, 24 Aug 2003 13:23:01 +0200

ppp (2.4.1.uus2-2) unstable; urgency=low

  * New co-maintainer. (Closes: #180720)
  * Switch to DBS.
  * PAM configuration updated to the new style.
  * Stop deleting /etc/ppp/* on purge, this is evil. (Closes: #202680)
  * Kill pppd at K86 instead of K14. (Closes: #200639)
  * Add a generic chatscript for PAP/CHAP sites. (Closes: #182107)
  * Add a newline at the end of /etc/pam.d/ppp. (Closes: #182103)
  * Add two ip-{up,down} scripts to support usepeerdns and the resolvconf
    package. (Closes: #187756, #203243)
  * Add a patch from Herbert Xu to fix the PPPIOCDETACH bug. This is
    not the same bug of "Inappropriate ioctl for device(25)".
    (Closes: #172317, #175480)
  * 2.0 kernels are not supported by debian, remove kernel.fix-2.0.30-2.
    (Closes: #171200)
  * Add bash completion script. (Closes: #170771)
  * Restore SIGPIPE for childs (Herbert Xu). (Closes: #169697)
  * Fix the holdoff option (Herbert Xu). (Closes: #128875, #169694)
  * Add a logrotate file. (Closes: #162895)
  * Make pon print an error message if the user is not in the dip group.
    (Closes: #156672)
  * Improve the ability of poff of finding the right process.
    (Closes: #160169)
  * Remove deflate support from pppdump, just to be sure. (Closes: #144368)
  * Use poff -a at shutdown time. (Closes: #140587)
  * Add the popp example script from Tomas Pospisek. (Closes: #130716)
  * Clarify pon(1). (Closes: #126656)
  * Fix the code which reads /etc/networks/ (Closes: #125697)
  * Add support for /var/log/ppp-ipupdown.log. (Closes: #152398)
  * Add support for /etc/ppp/ip-{up,down}.local. (Closes: #85173, #119878)
  * Create a new ppp-dev package for headers. (Closes: #101618)
  * Add an example script from Brian May which implements exponential
    redialing retries. (Closes: #56963, #140587, #205046)
  * Add example scripts to support per-user ip-{up,down}.d directories.
    (Closes: #46896, #60250)
  * Export the call options as an environment variable. (Closes: #51880)
  * Restore support for the 'quick' argument to pon.
  * Add the cifdefroute.dif patch (from the SuSE ppp package).
    (Closes: #93936)

 -- Marco d'Itri <md@linux.it>  Thu, 21 Aug 2003 17:33:21 +0200

ppp (2.4.1.uus-5) unstable; urgency=low

  * Officially taking over the package.

  * Applied patch to stop pppd hanging on exit.
    Closes: #33997

  * Made the appropriate copyright notice change regarding the new BSD license.
    Closes: #123831

  * Fixed the download location in the copyright file.
    Closes: #144348, #160116

  * Added documentation for unit parameter for pppd.8.
    Closes: #169385

  * Change permissions on /etc/ppp to 0755.
    Closes: #169258, #169259

  * Check for /dev/.devfsd before checking for /dev/ppp

 -- Russell Coker <russell@coker.com.au>  Sun, 24 Nov 2002 12:58:00 +0100

ppp (2.4.1.uus-4.3) unstable; urgency=low

  * NMU with permission.
  * Fix for numeric out of bounds giving a SEGV.
    Closes: #34180
  * Back-port some plugin interfaces from ppp 2.4.2 for Portslave.

 -- Russell Coker <russell@coker.com.au>  Sat, 14 Sep 2002 08:46:00 +0200

ppp (2.4.1.uus-4.2) unstable; urgency=low

  * NMU
  * Simple rebuild to deal with libpcap0->libpcap0.7 transition.
    Closes: #156183

 -- LaMont Jones <lamont@debian.org>  Wed, 14 Aug 2002 21:45:43 -0600

ppp (2.4.1.uus-4.1) unstable; urgency=low

  * Non maintainer upload
  * Rebuilt with new libpcap to remove dependency on libpcap0, which I
    got removed from unstable by accident. Sorry about this...

 -- Torsten Landschoff <torsten@debian.org>  Sat, 10 Aug 2002 11:37:27 +0200

ppp (2.4.1.uus-4) unstable; urgency=low

  * Use MAKEDEV in postinst, not mknod. (Closes: #122574)

 -- Michael Beattie <mjb@debian.org>  Tue, 11 Dec 2001 00:24:05 +1300

ppp (2.4.1.uus-3) unstable; urgency=low

  * Enhanced init script for restarting connection.
  * removed debconf note, the specifics are in README.Debian,
    which should be read by users anyway. (Closes: #118871)
  * Removed postinst question about very very old and obsolete
    /etc/ppp/ppp-connect
  * Removed debian/suid
  * Updated README.Debian with info about ppp packet filtering,
    and ipv6 support
  * Added "active-filter" with a description to /etc/ppp/options

 -- Michael Beattie <mjb@debian.org>  Mon, 12 Nov 2001 19:15:08 +1300

ppp (2.4.1.uus-2) unstable; urgency=low

  * Added versioned build dependency on debhelper (Closes: #117497)
  * Enabled IPV6 support (Closes: #117727)
  * Changed /etc/init.d/ppp to fully stop and restart pppd.
    Not just signal a redial. (Closes: #117220)
  * Corrected pppd(8) with respects to the active-filter option.
    (Closes: #116809)
  * Applied patch from Russell Coker to add extra debugging info for
    child processes

 -- Michael Beattie <mjb@debian.org>  Wed,  7 Nov 2001 20:53:26 +1300

ppp (2.4.1.uus-1) unstable; urgency=low

  * The Lets-get-rid-of-dbs release. Now using perl's patching method.
    "uus" in upstream version to allow replacement of current 2.4.1 source
    package. (unadulterated upstream source)
  * Fixes to memory management patch (Closes: #113323, #106913, #111052)
  * Removed kernel mode pppoe patch. Breaks demand dialling. Upstream
    is planning on native pppoe support for 2.4.2 (Closes: #103843)
  * Enabled PPP packet filtering. (Closes: #111522)
  * Added Russian debconf template. (Closes: #112654)
  * Completely remove /etc/ppp and /etc/chatscripts on purge, instead of
    just removing selected files within. (Closes: #107910)

 -- Michael Beattie <mjb@debian.org>  Sat, 29 Sep 2001 23:15:44 +1200
