summaryrefslogtreecommitdiff
path: root/package/strongswan
AgeCommit message (Collapse)Author
2019-10-08strongswan: update to 5.8.1Waldemar Brodkorb
2018-06-11strongswan: update to 5.6.3Waldemar Brodkorb
2018-03-07strongswan: update to 5.6.2, add some kernel module dependenciesWaldemar Brodkorb
2017-05-15strongswan: update to 5.5.2Waldemar Brodkorb
2016-12-31strongswan: update to 5.5.1Waldemar 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-07-24strongswan: update to 5.5.0Waldemar Brodkorb
2016-04-02strongswan: update to 5.4.0Waldemar Brodkorb
2015-11-27strongswan: update to latest stable versionWaldemar Brodkorb
2015-11-17strongswan: update to latest stable versionWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
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-13update strongswan to latest stable versionWaldemar Brodkorb
2015-06-04update strongswan to latest stable versionWaldemar Brodkorb
2015-05-01update strongswan to latest stable version, simplify makefileWaldemar 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-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-04update to latest stable versionWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04rename init scripts so their basename matches their enabler variableThorsten Glaser
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-19prefer gnutls, smaller then opensslWaldemar Brodkorb
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2013-12-28disable for musl, update.Waldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2012-07-26update to latest version, tested with transport mode on alix1cWaldemar Brodkorb
2012-07-24autoselect needed libopenssl flavoursWaldemar Brodkorb
2011-03-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
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.
2010-08-01fix cross-compile on non-Linux systemsWaldemar Brodkorb
2010-07-20do not choose ipcomp automatically, select openssl ec, when openssl is chosenWaldemar Brodkorb
2010-07-19enable choices for crypto backendsWaldemar Brodkorb
2010-07-19add init scriptWaldemar Brodkorb
2010-07-16fix strongswan package, ESP now works.Waldemar Brodkorb
2010-07-15fix kernel module choices for strongswanWaldemar Brodkorb
2010-07-14add strongswan packageWaldemar Brodkorb
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx