summaryrefslogtreecommitdiff
path: root/package/krb5
AgeCommit message (Collapse)Author
2017-01-22remove gettext-tiny, libintl is now included in uClibc-ngWaldemar Brodkorb
2016-11-23krb5: also install libcom_err.soMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar 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-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-05-13add missing patches to krb5Waldemar Brodkorb
2015-05-13update krb5 to latestWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar 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-06-21s/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-08use own copy pf libss/libcom_errWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04rename init scripts so their basename matches their enabler variableThorsten Glaser
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-02-12update to latest stable upstream versionWaldemar Brodkorb
2013-11-11use bison-host and flex-hostWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-09fix compileWaldemar Brodkorb
2013-10-04use gettext-tiny instead of gettextWaldemar Brodkorb
2013-10-02use included verto libraryWaldemar Brodkorb
2013-09-04fix linkingWaldemar Brodkorb
2013-08-22fix krb5 compileWaldemar Brodkorb
2013-08-14fix krb5 compile with muslWaldemar Brodkorb
2013-08-14update to latest upstream versionWaldemar Brodkorb
2012-02-27admin_server required for kadmin utilityWaldemar Brodkorb
2011-09-28update to latest stable versionWaldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar 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-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-02-02avoid extra include dir, now cross-compile and native compile is possible. ↵Waldemar Brodkorb
add acl example file
2011-01-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-30add krb5-client subpackageWaldemar Brodkorb
2011-01-29use urandom in both cases, otherwise i get problems on a foxboardWaldemar Brodkorb
2011-01-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-29update config defaultsWaldemar Brodkorb
2011-01-29fix library namesWaldemar Brodkorb
2011-01-29update to latest upstream versionWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2010-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar 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-14replace mksh scripts with faster C programsWaldemar 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-08-02use GNU nm from toolchain (second part)Waldemar Brodkorb
2010-08-02use GNU nm from toolchainWaldemar Brodkorb
2010-07-08Merge 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-13bulk package updateWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-05-20parallel build is broken on these packagesWaldemar Brodkorb
2010-04-23fix subpackage creationWaldemar Brodkorb