diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-05-25 19:27:30 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-05-25 19:27:30 +0000 |
commit | 7bd71d9bc6d6a321797350bde751887383d6ca83 (patch) | |
tree | d7db48594e27dcaccedc2811babe2d4f149cfb6c /debian/changelog | |
parent | 4e55071879aae604b7b61c93dc815a357571cd88 (diff) | |
download | vyos-strongswan-7bd71d9bc6d6a321797350bde751887383d6ca83.tar.gz vyos-strongswan-7bd71d9bc6d6a321797350bde751887383d6ca83.zip |
- Call adduser in postinst and deluser in postrm to manage "strongswan" user.
- Enable switching to this user.
- Build some more plugins.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cc5126331..d4876a4a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ strongswan (4.4.0-1) unstable; urgency=low - * New upstream release + * New upstream release, now with a high-availability plugin. + * Enable building of android, ha, dhcp, and farp plugins. + * Enable capability dropping (now depends on libcap) and switching + user to new system user strongswan (with nogroup) after startup. + * Enable PF_KEY and KLIPS kernel interfaces as an alternative to + the standard NETKEY interface. This should allow interoperability + with the KLIPS kernel module built by openswan modules source + packages. -- Rene Mayrhofer <rmayr@debian.org> Tue, 25 May 2010 21:03:52 +0200 |