summaryrefslogtreecommitdiff
path: root/package/openvpn
AgeCommit message (Collapse)Author
2022-03-21openvpn: update to 2.5.6Waldemar Brodkorb
2019-10-08openvpn: update to 2.4.7Waldemar Brodkorb
2017-06-24openvpn: update to 2.4.3Waldemar Brodkorb
2017-05-15openvpn: update to 2.4.2Waldemar Brodkorb
2017-03-25openvpn: update to 2.4.1, add lz4 supportWaldemar Brodkorb
2017-01-11openvpn: update to 2.4.0Waldemar Brodkorb
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-05-10openvpn: update to 2.3.11Waldemar Brodkorb
2016-02-16openvpn: do not link with libnslWaldemar Brodkorb
2016-02-08openvpn: update to latest stable versionWaldemar Brodkorb
2015-12-22openvpn: update to latest stable versionWaldemar Brodkorb
2015-12-03use new PKG_KDEPENDS variableWaldemar Brodkorb
2015-10-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-06-13a lot of bugfixes and package updatesWaldemar Brodkorb
2015-06-04make small and non-debug optionalWaldemar Brodkorb
2015-06-03busybox ip should be good enough?Waldemar Brodkorb
2015-03-27add openssl dependencyWaldemar Brodkorb
2015-03-26update to latest upstreamWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-11-12update to latest upstream, polarssl need more workWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-14update to latest upstream versionWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-15remove server/client flavour, just install both examplesWaldemar Brodkorb
2014-02-15more Darwin compat fixes, add java as build dependency check for xbmcWaldemar Brodkorb
2013-12-08update libpcap & tcpdumpWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-08-20openvpn musl patchesWaldemar Brodkorb
2013-08-20update to latest upstream version, separate easy-rsa package, add polarssl ↵Waldemar Brodkorb
support
2012-07-27full build on Darwin fixesWaldemar Brodkorb
2011-12-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-12-03add vpn-client package collectionWaldemar Brodkorb
2011-12-03fix download urlWaldemar Brodkorb
2011-12-03use writable .rndWaldemar Brodkorb
2011-12-03add better examples for server and clientWaldemar Brodkorb
2011-12-03add better examples for server and clientWaldemar Brodkorb
2011-12-02add missing patchesWaldemar Brodkorb
2011-12-02update openvpn to latest upstream, fix broken path to ipWaldemar Brodkorb
2011-03-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-09-21update some package to latest upstreamWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.