2007
cipe (1.5.4free-12) unstable; urgency=medium
* QA upload.
* Really add module-init-tools to depends, sight.
Closes: #398567
-- Michael Ablassmeier <abi@debian.org> Wed, 24 Jan 2007 12:46:53 +0100
2006
cipe (1.5.4free-11) unstable; urgency=medium
* QA upload.
* cipe-common: add module-init-tools | modutils to depends.
Closes: #398567
-- Michael Ablassmeier <abi@debian.org> Wed, 15 Nov 2006 09:35:37 +0100
cipe (1.5.4free-10) unstable; urgency=low
* QA Upload * Set Maintainer to QA Group, Orphaned: #381162 * Add Czech debconf translation (Closes: #304918) * Add Portuguese debconf translation (Closes: #336702) * Add Vietnamese debconf translation (Closes: #313336)
-- Michael Ablassmeier <abi@debian.org> Sun, 20 Aug 2006 13:24:42 +0200
2004
cipe (1.5.4free-9) unstable; urgency=low
* debian/changelog:
+ Converted to UTF-8.
* debian/control:
+ Set policy to 3.6.1.1.
* debian/po:
+ Danish debconf translation by Michael Kristensen (Closes: #253215).
+ French debconf translation by Christian Perrier (Closes: #239885).
+ Japanese debconf translation by Hideki Yamane (Closes: #239213).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 25 Jul 2004 23:31:02 +0200
cipe (1.5.4free-8) unstable; urgency=low
* debian/rules:
+ Added touch calls to avoid calling autoconf (Closes: #235234).
+ Install example scripts as executables.
* debian/pkcipe.init:
+ New script to launch pkcipe connections upon startup (Closes: #195575).
* debian/init:
+ Do not kill pkcipe sessions, they're pkcipe.init's playground.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 14 Mar 2004 15:27:40 +0100
2003
cipe (1.5.4free-7) unstable; urgency=low
* debian/control:
+ Set policy to 3.6.1.0.
* debian/postinst.mod.in:
+ Run "depmod -a -F /boot/System.map-2.4.21 2.4.21" instead of "depmod -a".
+ Added "|| true" after the depmod call (Closes: #204150).
* debian/po/nl.po:
+ Dutch po-debconf translation from <cobaco@linux.be> (Closes: #204914).
* cipe/output.c:
+ Tried to detect a Debian-patched kernel to fix FTBFS (Closes: #200755).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 9 Dec 2003 11:21:34 +0100
cipe (1.5.4free-6) unstable; urgency=low
* debian/copyright:
+ OpenSSL exception was added to the pkcipe license. Goodbye non-US!
* debian/control:
+ Changed section to net.
+ Downgraded "Recommends: cipe-source" which mysteriously reappeared to a
mere "Suggests: cipe-source" (Closes: #191321).
+ cipe-common no longer depends on po-debconf.
+ Set policy to 3.5.10.
* Removed the fuzzy attribute of the po-debconf header entries.
* Applied a correction to a patch that broke things for protocol=4,
courtesy of Hans Steegers.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 13 Jun 2003 01:32:41 +0200
cipe (1.5.4free-5) unstable; urgency=low
* Barfed upload.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 12 Jun 2003 22:03:22 +0200
cipe (1.5.4free-4) unstable; urgency=low
* The "kick some additional lazy maintainer's ass" release.
* Applied a patch from upstream that fixes a race condition on ciped startup.
* Added a build-dependency on po-debconf instead of debhelper, and fixed the
installation of the po-debconf templates.
* Removed the debhelper build-dependency. We don't use no debhelper anyway!
* Removed the po-debconf dependency. That was very stupid of me.
* Applied a user-contributed patch to support /etc/cipe/ip-{up|down}.d/
directories in addition to the ip-up and ip-down scripts (Closes: #147802).
* Stopped setting the /usr/doc symlink.
* Fixed a bashism in configure.in.
* Fixed NKCFLAGS detection on kernels >= 2.5.47.
* Fixed the pmtu retrieving on kernels >= 2.5.45.
* Replaced ip_send() with dst_output() on kernels >= 2.5.45.
* Added support for .ko modules on kernels >= 2.5.47.
-- Samuel Hocevar <sam@zoy.org> Mon, 7 Apr 2003 00:51:40 +0200
cipe (1.5.4free-3) unstable; urgency=low
* Updated standards version to 3.5.9.0.
* Slightly reworked the package description texts.
* Reworked the pkcipe manpage.
* Changed the packaging to use po-debconf for template translation, courtesy
of Andre Luis Lopes (Closes: #187769).
* Added Brazilian Portuguese debconf translation from Andre Luis Lopes.
* We now depend on debhelper (>=4.1.16) because of po-debconf.
-- Samuel Hocevar <sam@zoy.org> Sun, 6 Apr 2003 00:23:04 +0200
cipe (1.5.4free-2) unstable; urgency=low
* Fixed a bad char signedness assumption in pkcipe/lock.c (Closes: #182156). * Fixed compilation for kernels between 2.1.15 and 2.3.14 (Closes: #181391).
-- Samuel Hocevar <sam@zoy.org> Mon, 24 Mar 2003 17:05:58 +0100
cipe (1.5.4free-1) unstable; urgency=low
* The "kick the lazy maintainer's ass" release. * New upstream version (Closes: #177072, #177073). * Added a missing dir creation in debian/rules (Closes: #146569, #151112). * Fixed a bashism in debian/rules. * Applied CIPE+Masquerading+IPTables patch (Closes: #168207). * Added magic to guess kernel version when no debian changelog is present in the kernel tree, ie. when not using make-kpkg (Closes: #151116). * cipe-common now merely suggests cipe-source (Closes: #146622). * Fixed an rmdir that should have been rm in postinst (Closes: #151114).
-- Samuel Hocevar <sam@zoy.org> Fri, 7 Feb 2003 23:27:21 +0100
2002
cipe (1.5.2free-9) unstable; urgency=low
* Wrote a quickstart document for pkcipe and put it in README.Debian.
* Don't duplicate documentation in the generated cipe-* packages, instead
symlink it to cipe-common which they depend on anyway; also provide smooth
upgrade from directory -> symlink.
* Removed a bashism in the init.d script (Closes: #146359).
* cipe_syslog() logs to stderr until openlog() is called, which prevents
losing useful error messages.
* Fixed pkcipe installation and path to ciped (Closes: #143228).
* Set better dependencies (user suggestion): pkcipe depends on cipe-common
which itself recommends cipe-source.
* Fixed compilation issues on 2.5.x kernels.
* Added russian template file (Closes: #137161).
* Fixed documentation about the use of the KVERS variable (Closes: #138128).
-- Samuel Hocevar <sam@zoy.org> Sat, 4 May 2002 00:47:35 +0200
cipe (1.5.2free-8) unstable; urgency=low
* Made the modules package dependency on cipe-module less strict
(Closes: #136710).
* Fixed a missing 'Depends: openssl' line (Closes: #135838).
* CIPE now builds on 2.4.18rcX+ kernels (Closes: #135912).
-- Samuel Hocevar <sam@zoy.org> Thu, 7 Feb 2002 03:06:00 +0100
cipe (1.5.2free-7) unstable; urgency=low
* Activated the pkcipe package (Closes: #95248, #111334, #131067). * Removed stale autoconf files from the package (Closes: #130672). * Clean /etc/cipe on purge (Closes: #121047).
-- Samuel Hocevar <sam@zoy.org> Thu, 7 Feb 2002 03:06:00 +0100
cipe (1.5.2free-6) unstable; urgency=high
* Security upload: fixed a remote crash when CIPE receives too small
packets (Closes: #128842, #128919).
-- Samuel Hocevar <sam@zoy.org> Wed, 16 Jan 2002 04:53:44 +0100
2001
cipe (1.5.2free-5) unstable; urgency=low
* Activated PKCIPE.
-- Samuel Hocevar <sam@zoy.org> Sun, 28 Oct 2001 13:14:56 +0100
cipe (1.5.2free-4) unstable; urgency=low
* Added spanish template file (Closes: #104004).
-- Samuel Hocevar <sam@zoy.org> Thu, 9 Aug 2001 15:34:38 +0200
cipe (1.5.2free-3) unstable; urgency=low
* postinst doesn't fail if current kernel version doesn't match the
one CIPE was compiled for (Closes: #104512).
-- Samuel Hocevar <sam@zoy.org> Tue, 7 Aug 2001 10:38:54 +0200
cipe (1.5.2free-2) unstable; urgency=low
* Fixed an epoch parsing mistake.
-- Samuel Hocevar <sam@zoy.org> Fri, 6 Jul 2001 15:31:53 +0200
cipe (1.5.2free-1) unstable; urgency=low
* New upstream release (Closes: #99210). * CIPE now properly compiles under 2.4.x kernels (Closes: #98360, #99412). * CIPE now has a C Blowfish implementation (Closes: #81049). * Added german template file (Closes: #84260). * We now properly parse kernel versions with epochs (Closes: #84421). * Package is lintian-clean (wrote a small manpage and fixed permissions).
-- Samuel Hocevar <sam@zoy.org> Wed, 4 Jul 2001 10:49:51 +0200
cipe (1.4.5free-2) unstable; urgency=low
* Added Swedish translation of the debconf messages thanks to André
Dahlqvist <anedah-9@sm.luth.se> (Closes: #83480).
-- Samuel Hocevar <sam@zoy.org> Thu, 25 Jan 2001 13:31:23 +0100
2000
cipe (1.4.5free-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Fri, 22 Dec 2000 15:50:08 +0100
cipe (1.4.3free-1) unstable; urgency=low
* Removed the patented IDEA code -- quick kludge waiting for the author's
release of an IDEA-free tarball (Closes: #79097).
-- Samuel Hocevar <sam@zoy.org> Fri, 8 Dec 2000 19:17:07 +0100
cipe (1.4.3-4) unstable; urgency=low
* init.d script passes absolute filenames to ciped (Closes: #77284).
-- Samuel Hocevar <sam@zoy.org> Fri, 17 Nov 2000 16:07:48 +0100
cipe (1.4.3-3) unstable; urgency=low
* Fixed the #@*@#!#@%$£*#@!@# new maintainer field. * Removed a ~ file.
-- Samuel Hocevar <sam@zoy.org> Wed, 15 Nov 2000 21:26:37 +0100
cipe (1.4.3-2) unstable; urgency=low
* Fixed the new maintainer field.
-- Samuel Hocevar <sam@zoy.org> Wed, 15 Nov 2000 13:34:24 +0100
cipe (1.4.3-1) unstable; urgency=low
* New maintainer. * New upstream release (Closes: #67639). * Init script now ignores peer files with a trailing ~ (Closes: #71727). * Added a debconf warning for the key handling bug that was fixed in 1.4.3.
-- Samuel Hocevar <sam@zoy.org> Sat, 11 Nov 2000 18:49:20 +0100
cipe (1.3.0-4) unstable; urgency=low
* Downgrade kernel-package dependency to Suggests:
Closes: #63772.
-- Tommi Virtanen <tv@debian.org> Sun, 23 Jul 2000 16:38:14 +0300
cipe (1.3.0-3) unstable; urgency=low
* Added information to README.Debian about /etc/cipe/peers
* Added call to update-modules to cipe-common postinst.
* Reworked the kernel-package integration
* Incorporated arch-specific settings for CFLAGS and configure
arguments. Initial Alpha support thanks to John Goerzen.
(Closes: #61711)
* Added cipci* entries to debian/modutils
* Get around CVS drain bamage that messes up file modification
times and causes configure to be regenerated (thus making
cipe-source falsely depend on autoconf). (Closes: #57275)
* Upgraded to policy 3.1.1.
* Added -isp to dpkg-gencontrol parameters.
* Changed Section to non-US/main
-- Tommi Virtanen <tv@debian.org> Sun, 16 Apr 2000 21:30:09 +0300
1999
cipe (1.3.0-2) unstable; urgency=low
* Disable the build-time depmod run.
* Show the peer names at /etc/init.d/cipe start.
* FHS.
* Module compiling can be done without write access to
/usr/src/modules/cipe.
* Don't use debian/tmp anymore.
-- Tommi Virtanen <tv@debian.org> Sat, 30 Oct 1999 13:48:46 +0300
cipe (1.3.0-1) unstable; urgency=low
* New upstream version
* Get rid of an ugly conflict between make and shell syntax,
that made SMP builds fail.
-- Tommi Virtanen <tv@debian.org> Tue, 15 Jun 1999 02:37:20 +0300
cipe (1.2.0-5) unstable; urgency=low
* Gzip and register the info file * Modify debian/rules a bit so can build from CVS work dir also
-- Tommi Virtanen <tv@debian.org> Wed, 2 Jun 1999 11:01:06 +0300
cipe (1.2.0-4) unstable; urgency=low
* Create /usr/src/cipe.tar.gz instead of /usr/src/modules/cipe/* * Put the .deb generated by make-kpkg modules_image in $(KSRC)/.. * Make sure SMP and MODVERSIONS settings will be correct
-- Tommi Virtanen <tv@debian.org> Tue, 1 Jun 1999 19:59:59 +0300
cipe (1.2.0-3) unstable; urgency=low
* prerm calls /etc/init.d/cipe maybe-stop, it is now implemented
-- Tommi Virtanen <tv@debian.org> Tue, 18 May 1999 01:08:54 +0300
cipe (1.2.0-2) unstable; urgency=low
* /etc/init.d/cipe stop works now
-- Tommi Virtanen <tv@debian.org> Wed, 12 May 1999 15:51:28 +0300
cipe (1.2.0-1) unstable; urgency=low
* Initial release
-- Tommi Virtanen <tv@debian.org> Mon, 19 Apr 1999 01:48:34 +0300