summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog82
1 files changed, 64 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e052ade7..5fc499a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,31 +1,77 @@
-strongswan (4.6.4-9) unstable; urgency=low
+strongswan (5.1.0-1) unstable; urgency=low
+ * New upstream release.
+ * debian/libstrongswan.install:
+ - install new rc2, pkcs12 and sshkey plugins.
* debian/control:
- - protect strongswan-ikev1 dependencies using linux-any since it's only
- available there.
- - switch strongswan package to arch:any because of that change.
- - update standards version to 3.9.4.
- - add build-dep on autotools-dev
+ - update standards version to 3.9.4.
+ - add build-dep on dh-autoreconf.
* debian/rules:
- - use autotools-dev addon to update config.{guess,sub}.
+ - use autoreconf addon to refresh autotools helper files and gain support
+ for ARM64.
+ - enable charon-cmd command line tool.
+ * debian/source/options: ignore files regenerated by autoreconf addon.
+ * debian/strongswan-ike.install:
+ - install charon-cmd command and manpage.
+ * debian/NEWS:
+ - warn users about charon replacing pluto as IKEv1 daemon and provide some
+ migration pointers.
- -- Yves-Alexis Perez <corsac@debian.org> Wed, 26 Jun 2013 21:57:53 +0200
+ -- Yves-Alexis Perez <corsac@debian.org> Mon, 30 Sep 2013 20:59:04 +0200
-strongswan (4.6.4-8) unstable; urgency=low
+strongswan (5.0.4-3) experimental; urgency=low
- * debian/control:
- - strongswan-ikev{1,2}: only depends on iproute on Linux arches.
- closes: #708686
+ * debian/rules, debian/libstrongswan.install:
+ - only install rdrand plugin on i386 and amd64.
- -- Yves-Alexis Perez <corsac@debian.org> Fri, 17 May 2013 23:04:15 +0200
+ -- Yves-Alexis Perez <corsac@debian.org> Sat, 18 May 2013 09:26:22 +0200
-strongswan (4.6.4-7) unstable; urgency=high
+strongswan (5.0.4-2) experimental; urgency=low
- * debian/patches:
- - 0001-Check-return-value-of-ECDSA_Verify-correctly added. Fix ECDSA
- signature verification when using openssl plugin (CVE-2013-2944).
+ * debian/rules:
+ - only enable RdRand on i386 and amd64.
+
+ -- Yves-Alexis Perez <corsac@debian.org> Mon, 06 May 2013 13:14:03 +0200
- -- Yves-Alexis Perez <corsac@debian.org> Tue, 30 Apr 2013 09:47:27 +0200
+strongswan (5.0.4-1) experimental; urgency=low
+
+ * New upstream release.
+ - Fix for ECDSA signature verification vulnerability (CVE-2013-2944).
+ * debian/patches:
+ - 01_fix-manpages refreshed.
+ - 02_add-LICENSE dropped, included upstream.
+ - 03_Pass-lo-as-faked-tundev-to-NM-as-it-now-needs-a-vali removed,
+ included upstream.
+ - 04-Fixed-IPv6-source-address-lookup dropped, included upstream.
+ * debian/rules:
+ - --enable-smartcard, --with-default-pkcs11 and --enable-nat-transport not
+ valid anymore for ./configure, remove them.
+ - add --enable-xauth-eap and --enable-xauth-pam.
+ - remove pluto handling since it's gone
+ - don't special-case XAuth on kFreeBSD anymore.
+ - add --enable-attr-sql and --enable-rdrand.
+ - build using all hardening flags.
+ - use -Wl,--as-needed -Wl,-O1 for LDFLAGS.
+ * debian/control:
+ - drop strongswan-ikev1 package
+ - rename strongswan-ikev2 package to strongswan-ike for now and makes it
+ replace strongswan-ikev1 and strongswan-ikev2.
+ - rephrase long description to remove references to pluto.
+ - provide transition -ikev{1,2} packages for upgrades.
+ * debian/strongswan-ikev1.install removed.
+ * debian/strongswan-ikev2.* renamed to strongswan-ike.
+ * debian/strongswan-nm.install:
+ - NetworkManager plugin is now a separate executable.
+ * debian/libstrongswan.install:
+ - install new pkcs7, xauth-eap, xauth-generic, xauth-pam and nonce plugins.
+ - install libpttls files (experimental implementation of PT-TLS, RFC 6876)
+ - install rdrand plugin.
+ * debian/strongswan.docs: CREDITS file is gone.
+ * debian/ipsec.secrets.proto: remove reference to pluto.
+ * debian/strongswan-starter.* remove references to pluto.
+ * debian/po: update potfiles for new phrasing.
+
+ -- Yves-Alexis Perez <corsac@debian.org> Sun, 05 May 2013 11:06:20 +0200
strongswan (4.6.4-6) unstable; urgency=low