Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | enable ipv6, remove unused configure option | 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-17 | update libressl/openssl. allow to compile openssh with libressl | Waldemar Brodkorb | |
2014-10-17 | unbreak ssh/scp client, reenable ripemd160 | Waldemar Brodkorb | |
2014-10-11 | update to latest stable upstream | Waldemar Brodkorb | |
2014-06-27 | get rid of heimdal, no updates in a year, no time to care for two krb5 ↵ | Waldemar Brodkorb | |
implementations | |||
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-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-05-08 | remove PKG_MULTI var, add a more flexible method | Waldemar Brodkorb | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | rename init scripts so their basename matches their enabler variable | Thorsten Glaser | |
2014-05-04 | automatic dæmonising of services | Thorsten Glaser | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-07 | add gold support | Waldemar Brodkorb | |
2014-03-24 | update to latest upstream | 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-12 | update to latest stable upstream version | Waldemar Brodkorb | |
2013-10-20 | verified ssh is working in qemu x86_64, fix build bugs | Waldemar Brodkorb | |
2013-08-20 | fix musl compile | Waldemar Brodkorb | |
2013-04-29 | update to latest upstream | Waldemar Brodkorb | |
2012-10-01 | update to latest upstream | Waldemar Brodkorb | |
2012-06-02 | update to latest stable version | Waldemar Brodkorb | |
2011-10-13 | update to latest stable upstream | Waldemar Brodkorb | |
2011-08-05 | update to latest stable upstream version | Waldemar Brodkorb | |
2011-04-29 | static linking is very package dependent, so do not handle it globally | Waldemar Brodkorb | |
2011-04-14 | handle ssp better | Waldemar Brodkorb | |
2011-03-01 | fix startup scripts, when variable is not set in /etc/rc.conf | Waldemar Brodkorb | |
2011-02-05 | avoid warning, create empty file for login information | Waldemar Brodkorb | |
2011-01-28 | add missing patch, to avoid warnings | Waldemar Brodkorb | |
2011-01-27 | the new main package openssh have kerberos support for all other ↵ | Waldemar Brodkorb | |
subpackages, fix a warning reported via syslog | |||
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-10 | fix wrong rpath and cflags | 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-11-25 | update to latest upstream version | Waldemar Brodkorb | |
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-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-07-07 | more runtime fixes, update of some packages. | Waldemar Brodkorb | |
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default | |||
2010-07-01 | add the ability to add a ssh pubkey via menu | Waldemar Brodkorb | |
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
2010-04-21 | update to latest upstream version | Waldemar Brodkorb | |
2010-04-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-16 | fix path for sftp-server | Waldemar Brodkorb | |
2010-02-14 | complete allmodconfig build on NetBSD | Waldemar Brodkorb | |
2010-02-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
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. | |||
2010-02-04 | fix dependencies and indentation | Waldemar Brodkorb | |
2010-02-01 | add dependency to libpthread | Waldemar Brodkorb | |
2010-01-31 | fix dependency. finetune dropbear detection. | Waldemar Brodkorb | |
2010-01-02 | fix allmodconfig for alix1c and glibc | Waldemar Brodkorb | |