Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-05 | openssl: update to 1.0.2h | Waldemar Brodkorb | |
2016-03-04 | openssl: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-04 | openssl: update to latest stable version | Waldemar Brodkorb | |
2015-07-12 | update openssl to latest stable version | Waldemar Brodkorb | |
2015-06-16 | fix compile for x86_64 | Waldemar Brodkorb | |
2015-06-13 | update openssl to latest stable version | Waldemar Brodkorb | |
2015-05-25 | no parallel build, couldn't resolve it | Waldemar Brodkorb | |
2015-05-25 | Revert "add parallel patch from gentoo" | Waldemar Brodkorb | |
This reverts commit 255d6a56f2b8deb78ad671e2201f2634990b75c7. | |||
2015-05-25 | add parallel patch from gentoo | Waldemar Brodkorb | |
2015-05-23 | allow parallel building, do not install docs | Waldemar Brodkorb | |
2015-04-16 | fix static build | Waldemar Brodkorb | |
2015-04-06 | update openssl, fix Cygwin host build | Waldemar Brodkorb | |
2015-04-03 | fix host compile of openssl/wget on Darwin | Waldemar Brodkorb | |
2015-02-11 | diable parallel building for openssl | Waldemar Brodkorb | |
2015-02-05 | must be compiled with PIC, otherwise Ruby Hostbuild fails | Waldemar Brodkorb | |
2015-01-15 | openssl host required for u-boot mkimage | 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-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-17 | update libressl/openssl. allow to compile openssh with libressl | Waldemar Brodkorb | |
2014-10-17 | unbreak ssh/scp client, reenable ripemd160 | Waldemar Brodkorb | |
2014-08-16 | fix build for ppc | Waldemar Brodkorb | |
2014-08-12 | refresh patch | Waldemar Brodkorb | |
2014-08-07 | update to latest stable version | Waldemar Brodkorb | |
2014-07-09 | remove wrong patch, enable ssh client for git | 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-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-11 | update to latest stable upstream | Waldemar Brodkorb | |
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-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-08 | security update | Waldemar Brodkorb | |
2014-03-12 | threads required by tor | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-02-24 | add ld workaround for microblaze, too | Waldemar Brodkorb | |
2014-02-17 | update openssl&gnutls to latest upstream | Waldemar Brodkorb | |
2014-02-05 | fix memory exhausted problem with ld and x86_64, reported by jseitter | Waldemar Brodkorb | |
2013-10-30 | path can contain spaces | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | resolve conflicts | 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-10-20 | verified ssh is working in qemu x86_64, fix build bugs | Waldemar Brodkorb | |
2013-08-20 | fix openssh with heimdal, enable openssl ec by default | Waldemar Brodkorb | |
2013-08-20 | fix openssl musl compile | Waldemar Brodkorb | |
2013-08-15 | fix openssl musl compile, use TERMIOS | Waldemar Brodkorb | |
2013-02-28 | resolve recursive dependency | Waldemar Brodkorb | |
2013-01-31 | fix build on x86_64 | Waldemar Brodkorb | |
2012-07-18 | package/openssl: add support for cryptodev-linux | Phil Sutter | |
Some modifications to the original eng_cryptodev.c are needed, so add it as additional source file (overwriting the shipped one). | |||
2012-07-17 | update to latest upstream version | Waldemar Brodkorb | |
2012-02-26 | update to latest upstream version | Waldemar Brodkorb | |