diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-02 15:41:16 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-02 15:41:53 +0200 |
commit | 1ad7db82d5016c43353dc2dff02d6c422c080c60 (patch) | |
tree | a525fabf68a7c48d0a1eaf8a02d2d5983d84e9fa /debian/changelog | |
parent | 7cdc5510e163b66be3b6379d1b3a785f2c91e4e5 (diff) | |
download | vyos-strongswan-1ad7db82d5016c43353dc2dff02d6c422c080c60.tar.gz vyos-strongswan-1ad7db82d5016c43353dc2dff02d6c422c080c60.zip |
correcty hande non linux arches:
* debian/rules:
- and finally libcap-dev linux-any too...
- make -ikev1 linux-any since pluto can't be build on FreeBSD.
- handle non kFreeBSD more carefully closes: #640928
+ don't enable NM and Linux capabilities drop;
+ disable pluto (and xauth plugin);
+ don't enable farp and dhcp, enable kernel-pf{key,route} plugins
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c531e8989..7ac0d3f49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ strongswan (4.6.4-5) UNRELEASED; urgency=low * debian/control: - - and finally libcap-dev linux-any too... (really) closes: #640928 + - and finally libcap-dev linux-any too... + - make -ikev1 linux-any since pluto can't be build on FreeBSD. * debian/rules: - stop installing logcheck rules manually. + - handle non kFreeBSD more carefully closes: #640928 + + don't enable NM and Linux capabilities drop; + + disable pluto (and xauth plugin); + + don't enable farp and dhcp, enable kernel-pf{key,route} plugins * Handle logcheck files from dh_installlogcheck and thus name them correctly so they are not installed in the wrong package. closes: #679745 * debian/po |