Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | strongswan: update to 5.8.1 | Waldemar Brodkorb | |
2018-06-11 | strongswan: update to 5.6.3 | Waldemar Brodkorb | |
2018-03-07 | strongswan: update to 5.6.2, add some kernel module dependencies | Waldemar Brodkorb | |
2017-05-15 | strongswan: update to 5.5.2 | Waldemar Brodkorb | |
2016-12-31 | strongswan: update to 5.5.1 | Waldemar Brodkorb | |
2016-09-30 | remove OpenSSL support | Waldemar 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-24 | strongswan: update to 5.5.0 | Waldemar Brodkorb | |
2016-04-02 | strongswan: update to 5.4.0 | Waldemar Brodkorb | |
2015-11-27 | strongswan: update to latest stable version | Waldemar Brodkorb | |
2015-11-17 | strongswan: update to latest stable version | Waldemar Brodkorb | |
2015-11-15 | add new ADK Symbol PKG_NEEDS | Waldemar 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-22 | ssl: rework ssl support | Waldemar Brodkorb | |
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build. | |||
2015-06-13 | update strongswan to latest stable version | Waldemar Brodkorb | |
2015-06-04 | update strongswan to latest stable version | Waldemar Brodkorb | |
2015-05-01 | update strongswan to latest stable version, simplify makefile | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar 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-21 | s/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-04 | update to latest stable version | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-03-19 | prefer gnutls, smaller then openssl | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2013-12-28 | disable for musl, update. | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2012-07-26 | update to latest version, tested with transport mode on alix1c | Waldemar Brodkorb | |
2012-07-24 | autoselect needed libopenssl flavours | Waldemar Brodkorb | |
2011-01-18 | rework PKG_FLAVOURS. Subpackages can have flavours, so | Waldemar Brodkorb | |
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter. | |||
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-14 | replace mksh scripts with faster C programs | Waldemar 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-01 | fix cross-compile on non-Linux systems | Waldemar Brodkorb | |
2010-07-20 | do not choose ipcomp automatically, select openssl ec, when openssl is chosen | Waldemar Brodkorb | |
2010-07-19 | enable choices for crypto backends | Waldemar Brodkorb | |
2010-07-16 | fix strongswan package, ESP now works. | Waldemar Brodkorb | |
2010-07-15 | fix kernel module choices for strongswan | Waldemar Brodkorb | |
2010-07-14 | add strongswan package | Waldemar Brodkorb | |
2009-05-30 | optimize ipkg package management | Waldemar 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 anymore | Waldemar Brodkorb | |
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG | |||
2009-05-17 | Initial import | wbx | |