Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package gnutls: fix libopts detection causing build failures | Tony Theodore | 2014-03-10 | 1 | -0/+1 |
| | | | | http://git.buildroot.net/buildroot/commit/?id=87815fc695bcb4ef5a48c09ab1ffcd0c134da43a | ||||
* | update package gnutls | Mark Brand | 2014-03-10 | 1 | -2/+2 |
| | |||||
* | update package gnutls | Mark Brand | 2014-03-03 | 1 | -2/+2 |
| | |||||
* | packages curl fftw fltk freetds gnutls libidn libssh2: enable/fix shared build | Tony Theodore | 2014-02-17 | 1 | -2/+0 |
| | |||||
* | update package gnutls | Mark Brand | 2014-02-14 | 1 | -2/+2 |
| | |||||
* | package qt4 and dependencies: enable shared builds | Tony Theodore | 2014-02-09 | 1 | -5/+3 |
| | |||||
* | update package gnutls | Mark Brand | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | package gnutls: fix deps | Niels Kristian Bech Jensen | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2013-11-02 | 1 | -2/+2 |
| | |||||
* | update package gnutls | Mark Brand | 2013-10-24 | 1 | -2/+2 |
| | |||||
* | update package gnutls | Mark Brand | 2013-08-18 | 1 | -2/+2 |
| | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | ||||
* | remove explicit configure option --libdir | Mark Brand | 2013-06-02 | 1 | -1/+0 |
| | | | | | | | | | Unsetting CONFIG_SITE was the right way to solve the problem that --libdir was working around. This reverts commit 0b3240f9d8c74205cf128e9a7f865f22dbd6e771. This reverts commit 3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9. This reverts commit 593ab5a7068d6142903ab839237100e92a5071f3. | ||||
* | use --libdir to avoid <prefix>/<target>/lib64 confusion | Mark Brand | 2013-06-01 | 1 | -0/+1 |
| | |||||
* | package gnutls: fix --disable-doc option | Mark Brand | 2013-06-01 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2013-06-01 | 1 | -1/+1 |
| | |||||
* | various packages: enable/disable mingw-w64 builds | Tony Theodore | 2013-06-01 | 1 | -0/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2013-05-21 | 1 | -3/+3 |
| | |||||
* | update package gnutls | Mark Brand | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Fix update macros for gnutls and physfs | Ulrich Klauer | 2013-03-26 | 1 | -1/+2 |
| | | | | | | Fix "downdates" reported by Niels Kristian Bech Jensen for packages gnutls and physfs by sorting version numbers properly and allowing (in the case of gnutls) version number parts with more than one digit. | ||||
* | update package gnutls | Mark Brand | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | package gnutls: fix update macro | Niels Kristian Bech Jensen | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2013-02-10 | 1 | -1/+2 |
| | |||||
* | update package gnutls | Mark Brand | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2013-01-03 | 1 | -9/+5 |
| | |||||
* | package gnutls: add libregex support via pcre | Mark Brand | 2012-12-28 | 1 | -1/+7 |
| | |||||
* | package gnutls: add missing gettext dependency | Mark Brand | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-09-20 | 1 | -5/+4 |
| | |||||
* | package gnutls: revert to ver 3.0.19 | Mark Brand | 2012-06-21 | 1 | -2/+2 |
| | | | | 3.0.20 uses CertEnumCRLsInStore which is missing from our winapi | ||||
* | update package gnutls | Mark Brand | 2012-06-06 | 1 | -1/+2 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | Backed out changeset 0157d0da7b9a | Mark Brand | 2012-03-17 | 1 | -2/+2 |
| | | | | because it accidentally included ffmpeg.mk | ||||
* | update package gnutls src/gnutls* | Mark Brand | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | update package gnutls | Mark Brand | 2012-03-02 | 1 | -2/+2 |
| | | | | | | | --- src/gnutls-1-fixes.patch | 40 +++++++++++++++++++++++++++++++++------- src/gnutls.mk | 4 ++-- 2 files changed, 35 insertions(+), 9 deletions(-) | ||||
* | update package gnutls | Mark Brand | 2012-02-18 | 1 | -3/+3 |
| | |||||
* | package gnutls: invoke aclocal | Mark Brand | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | update package gnutls | Mark Brand | 2012-01-07 | 1 | -2/+2 |
| | |||||
* | update packages ffmpeg gnutls openssl | Mark Brand | 2012-01-05 | 1 | -3/+5 |
| |