aboutsummaryrefslogtreecommitdiffstats
path: root/main/ipsec-tools/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/ipsec-tools: rebuild against openssl 1.1Natanael Copa2018-11-071-5/+10
|
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/ipsec-tools: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/ipsec-tools: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/ipsec-tools: modernize abuildtmpfile2017-06-091-33/+8
|
* main/ipsec-tools: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/ipsec-tools: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/ipsec-tools: linux and bsd-compat headers build fixNatanael Copa2015-04-291-1/+1
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-4/+4
|
* main/ipsec-tools: fix buildTimo Teräs2014-04-151-4/+8
|
* main/ipsec-tools: fix musl buildTimo Teräs2014-03-211-4/+4
|
* main/ipsec-tools: upgrade to 0.8.2Timo Teräs2014-03-071-17/+5
| | | | remove patches cherry-picked early from upstream
* main/ipsec-tools: fix musl buildTimo Teräs2013-12-181-2/+28
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/ipsec-tools: cherry-pick fixes from upstreamTimo Teräs2013-02-051-2/+6
|
* main/ipsec-tools: apply a security fix from upstream commitTimo Teräs2013-01-241-1/+3
|
* main/ipsec-tools: upgrade to 0.8.1Timo Teräs2013-01-081-13/+3
| | | | remove patches present upstream
* main/ipsec-tools: cherry-pick fixes from upstream CVSTimo Teräs2012-08-231-1/+11
|
* main/ipsec-tools: add patch to execute phase1 dead hook on initial-contactTimo Teräs2011-12-131-2/+4
|
* main/ipsec-tools: remove *.la filesWilliam Pitcock2011-06-291-2/+3
|
* main/ipsec-tools: one more fix for grekey supportTimo Teräs2011-03-301-2/+2
| | | | sainfo matching needs to allow wildcard matching.
* main/ipsec-tools: refresh gre-support patchTimo Teräs2011-03-301-2/+2
| | | | | It was missing some ulport swaps that caused isakmp quick mode as responder to fail under certain cases.
* main/ipsec-tools: update to 0.8.0Timo Teräs2011-03-191-7/+4
| | | | Remove one patch merged upstream.
* main/ipsec-tools: update to 0.8.0 RC, and include additional patchesTimo Teräs2011-03-041-4/+8
| | | | | | * improve handling of setups where single node participates to multiple dmvpn networks. enable using of grekey in setkey, SPD and sainfo; also match remoteconfs using sainfo ph1id
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/ipsec-tools: upgrade to snapshot 2010-12-08Timo Teräs2010-12-081-13/+5
| | | | * remove patches merged upstream
* main/ipsec-tools: fix for improving delete notify handlingTimo Teräs2010-11-151-2/+4
| | | | | the old one could crash under some rare circumstances (deleting responder mode ph1 in very early state).
* main/ipsec-tools: add a patch to improve delete notify handlingTimo Teräs2010-11-041-2/+4
| | | | | | | if phase1 rekeying is enabled, remote side deleting the last phase1 will result in deletion of all the ipsec-sa's and will execute the phase1_dead script hook too (so every one knows the traffic between the two nodes has ceased).
* main/ipsec-tools: two new fixesTimo Teräs2010-10-291-3/+5
| | | | | | | | * update adminport to work with huge replies * defer handling of DH calculations for isakmp identity reponse (this helps to handle things in right order if we are getting multiple simultaneous connection requests; this also makes the previous receive buffer size change mostly irrelevant)
* main/ipsec-tools: update to 2010-10-22 snapshotTimo Teräs2010-10-271-13/+6
| | | | | remove patches committed upstream. and add a patch for dpd related minor fix.
* main/ipsec-tools: racoonctl socket buffer size patchTimo Teräs2010-10-141-1/+3
| | | | | will fix certain racoonctl errors if there are multiple simultaneous connections and the system socket buffer size is set low.
* main/ipsec-tools: add a patch to modify receive buffer sizeTimo Teräs2010-08-201-1/+3
| | | | | this fixing behaviour on long backbuffer of packets to start dropping packets instead of processing them late.
* main/ipsec-tools: use openssl in oneshot modeTimo Teräs2010-06-041-2/+4
| | | | | | Use the highlevel EVP and HMAC functions to calculate oneshot digest and HMAC. This enable the use of crypto accelerators for these operations.
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/ipsec-tools: add patch for fd prioritiesTimo Teras2010-03-091-2/+4
| | | | it improves admin port responsiveness under high load.
* main/ipsec-tools: start after ntp-clientNatanael Copa2010-02-081-4/+12
| | | | fixes #261
* main/ipsec-tools: fix a memleak in the initial-contact patchNatanael Copa2009-12-101-2/+2
| | | | | the patch should fix reconnection on unstable lines but contained a memory leak. This is an update of the same patch.
* main/ipsec-tools: initial contact fixNatanael Copa2009-12-091-2/+6
| | | | | | | Reset remote node contacted state if all related security associates are purged. Fixes issues with unstable internet connections.
* main/ipsec-tools: provide ipsecNatanael Copa2009-09-251-2/+2
| | | | so opennhrp start after racoon.
* main/ipsec-tools: start service after firewallNatanael Copa2009-09-151-2/+2
|
* main/ipsec-tools: update to 20090903 snapshotTimo Teras2009-09-031-5/+3
| | | | remove the patch merged upstream.
* main/ipsec-tools: bump up to 20080820 snapshotTimo Teras2009-08-201-13/+7
| | | | | | remove patches merged upstream, minor fix to reverse-connect patch and add new "phase1 hints when rekeying" patch to help rekeying in some nat scenarios.
* main/ipsec-tools: update checksum and bump pkgrelNatanael Copa2009-08-051-4/+4
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+59
and fixed misc build issues