Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-03 | remove obsolete cryptodev | Waldemar Brodkorb | |
2011-10-13 | update to latest stable upstream | Waldemar Brodkorb | |
2011-10-12 | avoid test directory | Waldemar Brodkorb | |
2011-07-14 | add needed header file to package | Waldemar Brodkorb | |
2011-04-28 | allow static building | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-02-14 | extra call to depend seems not required anymore | Waldemar Brodkorb | |
2011-02-10 | add basic ccache support | 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-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
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-07-20 | create a subpackage flavour for elliptic curves | Waldemar Brodkorb | |
2010-07-12 | modify many PKG_DESCR variables to fit better into 80 width terminal window | Waldemar Brodkorb | |
2010-07-09 | readd missing patches to always build openssl successful | Waldemar Brodkorb | |
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
2010-06-13 | bulk package update | Waldemar Brodkorb | |
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2009-12-29 | fix compile errors on OpenBSD host | Waldemar Brodkorb | |
update bluez package to latest upstream. disable aufs2-util on OpenBSD host. | |||
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-12-23 | fixes for new pkgmaker generated menu | Waldemar Brodkorb | |
2009-12-20 | create package/Depends.mk dynamically; add PKG_BUILDDEP to all Makefiles | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-06 | update some packages, fix some kernel module dependencies | Waldemar Brodkorb | |
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders | |||
2009-11-15 | update squid, openssl and tinyproxy to latest upstream version | Waldemar Brodkorb | |
2009-10-22 | some adk devel corrections | Waldemar Brodkorb | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/package.mk | |||
2009-10-01 | some native build fixes | Linux User | |
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package | |||
2009-09-18 | fix openssl native compile | Waldemar Brodkorb | |
- we need cmp - we need strict.pm for most perlscripts - use correct TARGET_CROSS variables for native compiles - cosmetic changes to openssl package, add .so files so that it can be used by gcc | |||
2009-08-23 | clean up after ca-certificates rework | Phil Sutter | |
2009-08-22 | new package ca-certificates | Phil Sutter | |
"Oh boy, here it comes ..." | |||
2009-08-02 | change all 'depends' lines to 'depends on' ones | Phil Sutter | |
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. | |||
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm |