[ubuntu/oneiric] ipsec-tools 1:0.8.0-3ubuntu1 (Accepted)
Serge Hallyn
serge.hallyn at ubuntu.com
Wed Jun 8 20:25:19 UTC 2011
ipsec-tools (1:0.8.0-3ubuntu1) oneiric; urgency=low
* Merge from debian unstable (LP: #787114), remaining changes:
- debian/control: Depend on lsb-base
* Dropped patches, applied upstream:
- debian/patches/fix-address-already-in-use.patch
- fix-several-formating-errors-in-setkey-manpage.patch
* debian/rules: switch -U_FORTIFY_SOURCE for -D_FORTIFY_SOURCE=0, bc the
latter breaks in oneiric, claiming _FORTIFY_SOURCE is redefined.
* Modify configure.ac to not convert -RXYZ to -Wl,-RXYZ, and regenerate
configure.
* debian/ipsec-tools.setkey.init: Re-write LSB init script
* debian/racoon.init: LSB init script
ipsec-tools (1:0.8.0-3) unstable; urgency=low
* Apply patch from Mats Erik Andersson to fix build problems on *BSD
This patch also addresses nat-t related issues for this arch
ipsec-tools (1:0.8.0-2) unstable; urgency=low
* Skip dependency on libssl-dev and move back to libssl-dev (>= 0.9.6) to
provide an update to unstable. This will temporary remove the support for
camellia encryption algorithm until libssl-dev 1.x enters unstable
* Adjust racoon-init-script (Closes: #619151)
* Apply patch to fix build problems on *BSD
Thanks to Mats Erik Andersson
ipsec-tools (1:0.8.0-1) experimental; urgency=low
* New upstream release
o Fix authentication method ambiguity with kerberos and xauth
o RFC2253 compliant escaping of asn1dn identifiers (Cyrus Rahman)
o Local address code rewrite to speed things up
o Improved MIPv6 support (Arnaud Ebalard)
o ISAKMP SA (phase1) rekeying
o Improved scheduler (faster algorithm, support monotonic clock)
o Handle RESPONDER-LIFETIME in quick mode
o Handle INITIAL-CONTACT in from main mode too
o Rewritten event handling framework for admin port
o Ability to initiate IPsec SA through admin port
o NAT-T Original Address handling (transport mode NAT-T support)
o clean NAT-T - PFkey support
o support for multiple anonymous remoteconfs
o Remove various obsolete configuration options
o A lot of other bug fixes, performance improvements and clean ups
* Remove patches as they are now part of upstream release
ipsec-tools (1:0.7.3-18) experimental; urgency=low
* Lower the log level for racoon to notify to keep syslog clear
* Reupload because build dir was tainted
* Skip --enable-xauth on build, as this is covered by --enable-hybrid
ipsec-tools (1:0.7.3-16) experimental; urgency=low
* Adjust racoon init-script to handle the start with kFreeBSD kernel
as well. Thanks to Mats Erik Andersson (Closes: #613726)
* Enable --with-libldap at build time
ipsec-tools (1:0.7.3-15) experimental; urgency=low
* Fix build problems on *bsd (Closes: #612676)
* Include configuration example to tunnel with OpenBSD (Closes: #612448)
Thanks to Mats Erik Andersson
ipsec-tools (1:0.7.3-14) experimental; urgency=low
* Fix build problems on *bsd
* Include converter for plainrsa to pem file format (Closes: #612021)
ipsec-tools (1:0.7.3-13) experimental; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
* Fix typo in README-file
* Bump Standards to 3.9.1
* Include /usr/share/common-licenses/BSD in packages copyright file
as base-files might drop the licenses in future versions
* Added support for camellia encryption algorithm
* Ship /etc/ipsec-tools.d/ with the package (Closes: #598426)
Date: Mon, 06 Jun 2011 08:06:28 -0500
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Andres Rodriguez <andreserl at ubuntu-pe.org>
https://launchpad.net/ubuntu/oneiric/+source/ipsec-tools/1:0.8.0-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 06 Jun 2011 08:06:28 -0500
Source: ipsec-tools
Binary: ipsec-tools racoon
Architecture: source
Version: 1:0.8.0-3ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description:
ipsec-tools - IPsec tools for Linux
racoon - IPsec IKE keying daemon
Closes: 598426 612021 612448 612676 613726 619151
Launchpad-Bugs-Fixed: 787114
Changes:
ipsec-tools (1:0.8.0-3ubuntu1) oneiric; urgency=low
.
* Merge from debian unstable (LP: #787114), remaining changes:
- debian/control: Depend on lsb-base
* Dropped patches, applied upstream:
- debian/patches/fix-address-already-in-use.patch
- fix-several-formating-errors-in-setkey-manpage.patch
* debian/rules: switch -U_FORTIFY_SOURCE for -D_FORTIFY_SOURCE=0, bc the
latter breaks in oneiric, claiming _FORTIFY_SOURCE is redefined.
* Modify configure.ac to not convert -RXYZ to -Wl,-RXYZ, and regenerate
configure.
* debian/ipsec-tools.setkey.init: Re-write LSB init script
* debian/racoon.init: LSB init script
.
ipsec-tools (1:0.8.0-3) unstable; urgency=low
.
* Apply patch from Mats Erik Andersson to fix build problems on *BSD
This patch also addresses nat-t related issues for this arch
.
ipsec-tools (1:0.8.0-2) unstable; urgency=low
.
* Skip dependency on libssl-dev and move back to libssl-dev (>= 0.9.6) to
provide an update to unstable. This will temporary remove the support for
camellia encryption algorithm until libssl-dev 1.x enters unstable
.
* Adjust racoon-init-script (Closes: #619151)
* Apply patch to fix build problems on *BSD
Thanks to Mats Erik Andersson
.
ipsec-tools (1:0.8.0-1) experimental; urgency=low
.
* New upstream release
o Fix authentication method ambiguity with kerberos and xauth
o RFC2253 compliant escaping of asn1dn identifiers (Cyrus Rahman)
o Local address code rewrite to speed things up
o Improved MIPv6 support (Arnaud Ebalard)
o ISAKMP SA (phase1) rekeying
o Improved scheduler (faster algorithm, support monotonic clock)
o Handle RESPONDER-LIFETIME in quick mode
o Handle INITIAL-CONTACT in from main mode too
o Rewritten event handling framework for admin port
o Ability to initiate IPsec SA through admin port
o NAT-T Original Address handling (transport mode NAT-T support)
o clean NAT-T - PFkey support
o support for multiple anonymous remoteconfs
o Remove various obsolete configuration options
o A lot of other bug fixes, performance improvements and clean ups
.
* Remove patches as they are now part of upstream release
.
ipsec-tools (1:0.7.3-18) experimental; urgency=low
.
* Lower the log level for racoon to notify to keep syslog clear
* Reupload because build dir was tainted
* Skip --enable-xauth on build, as this is covered by --enable-hybrid
.
ipsec-tools (1:0.7.3-16) experimental; urgency=low
.
* Adjust racoon init-script to handle the start with kFreeBSD kernel
as well. Thanks to Mats Erik Andersson (Closes: #613726)
.
* Enable --with-libldap at build time
.
ipsec-tools (1:0.7.3-15) experimental; urgency=low
.
* Fix build problems on *bsd (Closes: #612676)
* Include configuration example to tunnel with OpenBSD (Closes: #612448)
Thanks to Mats Erik Andersson
.
ipsec-tools (1:0.7.3-14) experimental; urgency=low
.
* Fix build problems on *bsd
* Include converter for plainrsa to pem file format (Closes: #612021)
.
ipsec-tools (1:0.7.3-13) experimental; urgency=low
.
* Switch to dpkg-source 3.0 (quilt) format
* Fix typo in README-file
* Bump Standards to 3.9.1
* Include /usr/share/common-licenses/BSD in packages copyright file
as base-files might drop the licenses in future versions
* Added support for camellia encryption algorithm
* Ship /etc/ipsec-tools.d/ with the package (Closes: #598426)
Checksums-Sha1:
9b82623622920732088d1eb92e8f772af4494cd5 1940 ipsec-tools_0.8.0-3ubuntu1.dsc
2f8057f12cc8b0697fc0cc6826df1bccd2292291 1057292 ipsec-tools_0.8.0.orig.tar.gz
6b78dac017a7866f0cdb69e10edac82e8a2ea633 60422 ipsec-tools_0.8.0-3ubuntu1.debian.tar.gz
Checksums-Sha256:
f04b60bb910baaf70c0719454c6f42cf2aed0481270bf2eb42563e8f274a84ba 1940 ipsec-tools_0.8.0-3ubuntu1.dsc
985297bd91c73eeb83e60cea7b6404e12fc4d93b215ded8232a5c1c230332c4f 1057292 ipsec-tools_0.8.0.orig.tar.gz
525593a34b600789eac7edc4c6aa4f705c93139216ac2cb9e901a870db93f1ab 60422 ipsec-tools_0.8.0-3ubuntu1.debian.tar.gz
Files:
e0700201403a3d8ad90501084f3b6f0d 1940 net extra ipsec-tools_0.8.0-3ubuntu1.dsc
c9a318cdbc0946f4e51464866d529739 1057292 net extra ipsec-tools_0.8.0.orig.tar.gz
1f364e23b7e22370762aa350a343cb49 60422 net extra ipsec-tools_0.8.0-3ubuntu1.debian.tar.gz
Original-Maintainer: Stefan Bauer <stefan.bauer at cubewerk.de>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJN79kOAAoJEEirKvcsSO5On2gP/0DYxXJZ3C8zxukicmaX9req
+jEvlgi66cxyBMN70u6i0yDVR4ZJRBOP18pee18aRvyp7Bf7flf84UVpxxkXJSnx
EW0MJMkmBlZGtOYWz7j7tmrNnvP8nqdB7CHOx7IVlGCv9mjUwhFfbGmLOTB70EHU
ld6t+aW7jGvQSv8mTfj4JW1eA5UykShLBAGgO23Ahb8F6DhY4nUoiJhM+2vX9aD6
iokyPjNULrW9BOjCnhVzE4iqI5BvAS3W+jVm7w98nkL3/90TxmqH8eDo6DQoEf7m
RD3pWtxSbgAu7ZBoK3RN9I/2z/Bvnst5KJwezNssRnAWyLGn7C7dtXKfY9LaXKmh
vfYV1DtVBhxnql/P56dnVrdjD6nciMePtkF8TQy/8SIBeuhoLYcjzXH5tIm3vG2V
QuzS34tBC3Qchee0pYmbVFUFyTwUzoBE7+PHw7Zuy77C/0QpUkKvdMpx8alKZxRU
PJ2xrLuk+zr9s73vuHBVA4B0sFnCrcr4OnnOsrDxCmw9o14TYSKRJThv/qR7JeRi
RdhFEq1ejmjrM70jd7f1ThCHr7yLGUmp8VYNivpYJpvF5rHYjcQogdoYnL0YXx/C
sDaPB+FHFWgimD/9fB/L9UKAWRA24cAbyAuaNpv3gmAs4iDgcY+bh1TPEXMx0C0R
wNuJ7XZFPkusYF9dhr2Y
=ZguG
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list