Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-10 | wget: update to 1.19.4 | Waldemar Brodkorb | |
2017-11-02 | wget: update to 1.19.2 | Waldemar Brodkorb | |
2017-03-06 | wget: update to 1.19.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-06-12 | wget: update to 1.18 | Waldemar Brodkorb | |
2016-02-01 | wget: update to latest stable version | Waldemar Brodkorb | |
2015-10-27 | switch host ssl used for wget to libressl | Waldemar Brodkorb | |
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-04-03 | fix host compile of openssl/wget on Darwin | Waldemar Brodkorb | |
2015-04-02 | add host wget with openssl to avoid wget-gnutls problems | Waldemar Brodkorb | |
2015-03-10 | update to latest stable version | Waldemar Brodkorb | |
2015-02-28 | package/wget: fix for compiling against openssl | Phil Sutter | |
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-11-08 | 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-06-19 | compile autotool stuff, bison and flex by default | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-24 | allow to hide packages, which are provided by busybox applets | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-23 | fix build without autopoint | Waldemar Brodkorb | |
2014-03-19 | prefer gnutls, smaller then openssl | 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-21 | fix compile with uclibc | Waldemar Brodkorb | |
2013-12-08 | fix release build for uClibc raspberry-pi | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-07-16 | update to latest upstream | Waldemar Brodkorb | |
2012-03-13 | add libgmp dependency | Waldemar Brodkorb | |
2012-03-13 | fix cross-compile | Waldemar Brodkorb | |
2012-03-11 | add gnutls support to curl package, add depends to ca-certificates package | Waldemar Brodkorb | |
2012-01-15 | add support for SSL flavours, suggested by phil | Waldemar Brodkorb | |
2011-01-10 | wget: install /etc/wgetrc along with the package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2010-07-12 | modify many PKG_DESCR variables to fit better into 80 width terminal window | 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-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-11-22 | make bulk build on Debian/lenny x86 complete | Waldemar Brodkorb | |
- fix some menu descriptions - fix gcc package compile | |||
2009-09-16 | make adk compile system work on shuttle | Waldemar Brodkorb | |
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested) |