summaryrefslogtreecommitdiff
path: root/package/git
AgeCommit message (Collapse)Author
2021-03-31git: update to 2.31.1Waldemar Brodkorb
2018-04-25git: update to 2.17.0Waldemar Brodkorb
2017-08-13git: update to 2.14.1Waldemar Brodkorb
2017-07-20git: update to 2.13.3Waldemar Brodkorb
2017-05-19git: update to 2.13.0Waldemar Brodkorb
2017-02-06git: update to 2.11.1Waldemar Brodkorb
2016-11-01git: update to 2.10.2Waldemar Brodkorb
2016-10-15git: update to 2.10.1Waldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-30remove OpenSSL supportWaldemar 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-09-07git: update to 2.10.0Waldemar Brodkorb
2016-07-17git: update to 2.9.2Waldemar Brodkorb
2016-05-25git: update to 2.8.3Waldemar Brodkorb
2016-05-05git: update to 2.8.2Waldemar Brodkorb
2016-04-30git: update to 2.8.1Waldemar Brodkorb
2016-04-01git: update to 2.8.0Waldemar Brodkorb
2016-03-19git: update to 2.7.4Waldemar Brodkorb
2016-02-29git: update to latest stable versionWaldemar Brodkorb
2015-12-22git: update to latest stable versionWaldemar Brodkorb
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-24git: update to latest stable versionWaldemar Brodkorb
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-07-02update git to latest stable versionWaldemar Brodkorb
2015-06-24update git to latest stable versionWaldemar Brodkorb
2015-06-13update git to latest stable versionWaldemar Brodkorb
2015-02-10update to latest upstream versionWaldemar 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-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-05-30update to latest upstreamWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-02-11add libgcc dependencyWaldemar Brodkorb
2013-10-29do not accidently link with libcharset, when NO_ICONV is setWaldemar Brodkorb
2013-10-29update to latest upstream versionWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-05fix uclibc compile,patch from alpinelinuxWaldemar Brodkorb
2013-09-04really disable iconv, even for eglibc builds, there is no XAKE_ENV.Waldemar Brodkorb
2013-09-04update to latest upstream version, disable gettext/libintlWaldemar Brodkorb
2013-01-31update to latest upstream, fix link errorWaldemar Brodkorb
2012-07-17update to latest upstream versionWaldemar Brodkorb
2011-10-15update to latest upstreamWaldemar Brodkorb
2011-03-08update to latest upstream versionWaldemar 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-11-23fix package archive, update to latest upstreamWaldemar Brodkorb
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-07-30fix build on FreeBSD hostWaldemar Brodkorb
2010-06-13bulk package updateWaldemar Brodkorb
2010-03-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb