16 Commits

Author SHA1 Message Date
jow
2f91f13e44 [packages] strongswan4: add missing dependencies, depend on libmysqlclient-r instead of libmysqlclient
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-12 22:44:53 +00:00
jow
6ae933bd34 [packages] strongswan4: backport 4.6.3 patch (CVE-2012-2388, #11576)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-03 13:34:34 +00:00
nico
7165659d36 [packages] strongswan4: fix dependencies, cleanup
* make strongswan4-default & strongswan4-minimal installable again
 * mark strongswan4-full as DEVEL (closes: #9508)



git-svn-id: svn://svn.openwrt.org/openwrt/packages@28517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-22 13:04:19 +00:00
florian
567a92647a [package] strongswan4: add af-alg plugin
* Add kernel crypto user-space interface plugin (strongswan4-mod-af-alg)
* Requires kmod-crypto-user

Signed-off-by: Lars Hjersted <lars@hjersted.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 20:34:22 +00:00
florian
045cd768f5 [package] strongswan4: update to 4.5.3
Private libraries moved from /usr/lib to /usr/lib/ipsec.

Signed-off-by: Lars Hjersted <lars@hjersted.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 20:34:20 +00:00
florian
6a60ef1233 [package] update strongswan4 to 4.5.2
Update version of strongswan4 package from 4.5.1 to 4.5.2.

Add new strongswan4 plugins: coupling, duplicheck, whitelist.

Add strongswan4-libfast package and make build dependencies on
clearsilver and fcgi conditional. Previously libfast was being built,
but not packaged. Now libfast will only be built when the it's package
is selected.

Remove ipsec.conf and strongswan.conf and use configuration files from
upstream instead. The previously provided strongswan.conf was not
functional.

Omit strongswan4-mod-kernel-klips from strongswan4-full meta package in
favor of strongswan4-mod-kernel-netlink. Only one of these two kernel
interfaces should be installed.

Omit strongswan4-mod-socket-default from strongswan4-full meta package
in favor of strongswan4-mod-socket-raw. Only the raw socket allows
charon to run while pluto is also running.

Make all build dependencies on libraries required by strongswan4 plugins
conditional.

Signed-off-by: Lars Hjersted <lars@hjersted.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-02 14:24:20 +00:00
jow
cb4ee16e18 [PATCH] strongswan4 update to 4.5.1
This patch updates the strongswan4 package from 4.3.7 to 4.5.1. I have 
added the following plugins which get built as strongswan4-mod-<plugin> 
packages:

constraints - X.509 constraint checking
dhcp - DHCP-based IP and DNS
farp - Fake arp responses
led - LED blink on IKE activity
revocation - X.509 revocation checking
socket-default - Default socket for IKEv2
socket-raw - RAW socket of IKEv1 and IKEv2
xauth - XAUTH authentication

Upstream default plugins were added to the strongswan4-default meta 
package. "socket-default" and "kernel-netlink" plugins were added to the 
strongswan4-minimal meta package since a socket and a kernel interface are 
required for a working setup and these are the upstream defaults in this 
case. The whack command was moved to strongswan4-app-pluto.

The 202-clone.patch has been fixed upstream so it can be removed.  The 
other patches were rebased for the new strongswan4 release.

I have been using strongswan 4.5.1 with backfire and trunk for a couple 
weeks now. There are some missing kernel modules in trunk that are 
required for strongswan4 to work (also true for 4.3.7). There are already 
a couple of tickets on trac addressing these kernel modules:

https://dev.openwrt.org/ticket/9234
https://dev.openwrt.org/ticket/8928

I also have my own patch that just packages all of the missing modules 
into a single kmod-crypto-ipsec package. It would be nice to get some 
discussion how these modules should be packaged so we can get working 
ipsec support in trunk.

Signed-off-by: Lars Hjersted <lars at hjersted.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:26:26 +00:00
mb
e6fef1a1a5 strongswan4: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 00:51:55 +00:00
mb
ed74c897be strongswan4: uClibc-0.9.31 fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 00:50:47 +00:00
florian
8c35ab71f4 [package] update to strongswan4 4.3.7 (#7884)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 18:38:24 +00:00
nbd
3b09603ce1 strongswan4: make build dependencies on libraries required by plugins conditional
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-29 23:34:33 +00:00
nico
9d3d52de71 [packages] strongswan4: mark padlock plugin as x86 only
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23 10:56:37 +00:00
nico
f321d1f0b6 [packages] stronswan4: remove copy/paste leftovers (oops)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23 03:37:46 +00:00
nico
ec7a3346fb [packages] strongswan4: move in VPN submenu, add 2 more config options and changes from #2538:
* add a strongswan4-default package (matching upstream autoconf defaults)
 * add dependency on kmod-crypto-authenc
 * fix 2 typos


git-svn-id: svn://svn.openwrt.org/openwrt/packages@21099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23 03:31:40 +00:00
nico
73a1e193c4 [packages] strongswan4: rebuild when plugin selection is changed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-18 00:57:17 +00:00
nico
2b2f59ec37 [packages] add strongswan4 (closes: #2538)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-17 23:44:49 +00:00