Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-14 | curl: update to 7.50.3 | Waldemar Brodkorb | |
2016-09-09 | curl: update to 7.50.2 | Waldemar Brodkorb | |
2016-08-05 | curl: update to 7.50.1 | Waldemar Brodkorb | |
2016-07-21 | curl: update to 7.50.0 | Waldemar Brodkorb | |
2016-07-17 | curl: update to 7.49.1 | Waldemar Brodkorb | |
2016-05-25 | curl: update to 7.49.0 | Waldemar Brodkorb | |
2016-04-13 | curl: fix with latest libressl | Waldemar Brodkorb | |
2016-04-01 | curl: update to 7.48.0 | Waldemar Brodkorb | |
2016-02-29 | curl: update to latest stable version | Waldemar Brodkorb | |
2016-02-01 | curl: update to latest stable version | Waldemar Brodkorb | |
2015-12-21 | curl: add host variant | 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-12 | curl: allow libressl to be choosen | Waldemar Brodkorb | |
2015-09-03 | update curl to latest stable version | Waldemar Brodkorb | |
2015-07-13 | enable curl ssl, fixes youtube playback | Waldemar Brodkorb | |
2015-07-02 | update curl to latest upstream | Waldemar Brodkorb | |
2015-05-02 | update curl to latest stable version | Waldemar Brodkorb | |
2015-04-25 | update curl to latest stable version | Waldemar Brodkorb | |
2015-04-06 | rename cyassl-> wolfssl | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-02-03 | add support for cyassl, update to latest upstream | 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-12-21 | no ssl as default | Waldemar Brodkorb | |
2014-12-05 | update to latest upstream version | Waldemar Brodkorb | |
2014-10-22 | update to latest stable upstream version | Waldemar Brodkorb | |
2014-07-22 | update to latest stable upstream | Waldemar Brodkorb | |
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-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | update to latest upstream | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-02 | update to latest upstream version | Waldemar Brodkorb | |
2014-03-19 | prefer gnutls, smaller then openssl | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-07-11 | disable axTLS | Waldemar Brodkorb | |
2012-10-14 | update to latest curl upstream version | Waldemar Brodkorb | |
2012-03-13 | add libgmp dependency | Waldemar Brodkorb | |
2012-03-11 | add gnutls support to curl package, add depends to ca-certificates package | Waldemar Brodkorb | |
2011-11-10 | fix make bulk on OpenADK buildserver | Waldemar Brodkorb | |
2011-10-15 | update to latest upstream | Waldemar Brodkorb | |
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-01-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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. | |||
2011-01-17 | fix packages to be compile with stack protector | Waldemar 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 |