Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sqlite: update | Mark Brand | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-10-17 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-10-14 | 1 | -2/+2 |
| | |||||
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | sqlite: update | Mark Brand | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-05-09 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-05-08 | 1 | -3/+3 |
| | |||||
* | sqlite: update | Mark Brand | 2015-04-08 | 1 | -2/+2 |
| | |||||
* | curl dbus gdb gnutls sqlite xz: update | Mark Brand | 2015-02-27 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-01-30 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-01-16 | 1 | -3/+3 |
| | |||||
* | sqlite: update | Mark Brand | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2014-10-17 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-04-03 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-03-12 | 1 | -2/+2 |
| | |||||
* | package sqlite: omit debugging symbols | Mark Brand | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-03-10 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2014-02-11 | 1 | -2/+2 |
| | |||||
* | package qt4 and dependencies: enable shared builds | Tony Theodore | 2014-02-09 | 1 | -4/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2014-02-04 | 1 | -3/+3 |
| | |||||
* | package sqlite: do not disable thread safety | Mark Brand | 2013-12-16 | 1 | -1/+1 |
| | | | | | | | | | This was disabled in 9ff1828308481a01ada21c772320f863393ea072 due to buggy pthread support, but this this option does not induce sqlite to use multiple threads. Instead, it builds sqlite with the necessary mutexes to make the library thread safe. https://sqlite.org/threadsafe.html | ||||
* | update package sqlite | Mark Brand | 2013-12-06 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2013-08-29 | 1 | -2/+2 |
| | |||||
* | package sqlite: fix checksum | Martin Müllenhaupt | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2013-08-26 | 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 (more) | Mark Brand | 2013-06-02 | 1 | -0/+1 |
| | | | | follow-up to commit 593ab5a7068d6142903ab839237100e92a5071f3 | ||||
* | update package sqlite | Mark Brand | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2013-03-29 | 1 | -2/+2 |
| | |||||
* | update package sqlite | Mark Brand | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2012-12-12 | 1 | -1/+1 |
| | |||||
* | package sqlite: install sqlite3.exe | Mark Brand | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | update package sqlite | Mark Brand | 2012-06-11 | 1 | -1/+1 |
| |