summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
Commit message (Collapse)AuthorAgeFilesLines
* update package gnutlsMark Brand2013-11-021-2/+2
|
* update package gnutlsMark Brand2013-10-241-2/+2
|
* update package gnutlsMark Brand2013-08-181-2/+2
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-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 --libdirMark Brand2013-06-021-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 confusionMark Brand2013-06-011-0/+1
|
* package gnutls: fix --disable-doc optionMark Brand2013-06-011-1/+1
|
* update package gnutlsMark Brand2013-06-011-1/+1
|
* various packages: enable/disable mingw-w64 buildsTony Theodore2013-06-011-0/+1
|
* update package gnutlsMark Brand2013-05-211-3/+3
|
* update package gnutlsMark Brand2013-05-101-1/+1
|
* Fix update macros for gnutls and physfsUlrich Klauer2013-03-261-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 gnutlsMark Brand2013-03-251-1/+1
|
* package gnutls: fix update macroNiels Kristian Bech Jensen2013-03-251-1/+1
|
* update package gnutlsMark Brand2013-02-281-1/+1
|
* update package gnutlsMark Brand2013-02-101-1/+2
|
* update package gnutlsMark Brand2013-02-041-1/+1
|
* update package gnutlsMark Brand2013-01-031-9/+5
|
* package gnutls: add libregex support via pcreMark Brand2012-12-281-1/+7
|
* package gnutls: add missing gettext dependencyMark Brand2012-12-281-1/+1
|
* update package gnutlsMark Brand2012-11-241-1/+1
|
* update package gnutlsMark Brand2012-11-101-1/+1
|
* update package gnutlsMark Brand2012-10-121-1/+1
|
* update package gnutlsMark Brand2012-09-271-1/+1
|
* update package gnutlsMark Brand2012-09-201-5/+4
|
* package gnutls: revert to ver 3.0.19Mark Brand2012-06-211-2/+2
| | | | 3.0.20 uses CertEnumCRLsInStore which is missing from our winapi
* update package gnutlsMark Brand2012-06-061-1/+2
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* update package gnutlsMark Brand2012-04-221-1/+1
|
* update package gnutlsMark Brand2012-04-141-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* update package gnutlsMark Brand2012-03-171-2/+2
|
* Backed out changeset 0157d0da7b9aMark Brand2012-03-171-2/+2
| | | | because it accidentally included ffmpeg.mk
* update package gnutls src/gnutls*Mark Brand2012-03-171-2/+2
|
* update package gnutlsMark Brand2012-03-021-2/+2
| | | | | | | --- src/gnutls-1-fixes.patch | 40 +++++++++++++++++++++++++++++++++------- src/gnutls.mk | 4 ++-- 2 files changed, 35 insertions(+), 9 deletions(-)
* update package gnutlsMark Brand2012-02-181-3/+3
|
* package gnutls: invoke aclocalMark Brand2012-01-311-0/+1
|
* update package gnutlsMark Brand2012-01-071-2/+2
|
* update packages ffmpeg gnutls opensslMark Brand2012-01-051-3/+5
|
* update packages gnutls gsoapMark Brand2011-12-141-2/+2
|
* package gnutls: clean upMark Brand2011-11-241-7/+5
| | | | | | | | | | -Replace echo and sed hacks -gai_strerror test seems to work now without hack. -Disable crywrap for Windows with configure logic. -Disable doc and tests targets with patch. -Improve handling of LIBS and .pc file -zlib is already in GNUTLS_REQUIRES_PRIVATE -Use LIBS to introduce -lws32_2 into Libs.private
* package gnutls: install it (oops)Mark Brand2011-11-231-1/+1
|
* package gnutls: various improvementsMark Brand2011-11-221-1/+4
| | | | | | | | -log build commands -build and install utilities, useful for troubleshooting -but don't try to build crywrap on Windows -specify WINVER for the sake of getaddrinfo -enable parallel building which seems to work now
* update packages gnutls w32apiMark Brand2011-11-121-2/+2
|
* update package gnutlsMark Brand2011-11-081-2/+3
|
* update package gnutlsMark Brand2011-11-081-2/+2
|
* upgrade package gnutlsMark Brand2011-10-281-9/+5
|