aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #741 from commodo/python-dns-cleanupSteven Barth2015-01-06
|\ \ \ \ | | | | | | | | | | python-dns: remove PyPackage filespec
| * | | | python-dns: remove PyPackage filespecAlexandru Ardelean2015-01-06
| |/ / / | | | | | | | | | | | | | | | | | | | | Default will be used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #740 from commodo/python-only-cleanupsSteven Barth2015-01-06
|\ \ \ \ | |_|/ / |/| | | Python Cleanups
| * | | python: add default PyPackage/filespec if not definedAlexandru Ardelean2015-01-06
| | | | | | | | | | | | | | | | | | | | | | | | Most packages will install in /usr/lib/python$(PYTHON_VERSION)/site-packages Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: trim all whitespaces for the operator in the filespecAlexandru Ardelean2015-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That would allow for files (in filespecs) to be indented. As it is now, the files need to be added at the begginning of the line. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: whitespace fix for PYTHONPATHXuefer2015-01-06
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that using += adds a space in the PYTHONPATH. Could be some other error, but at least this way it's sure to not leave any spaces. Thanks @Xuefer. Signed-off-by: Xuefer Tinys <xuefer@gmail.com> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / libdaemon: disable examples (fix musl libc build error)Ted Hess2015-01-06
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #733 from aTanW/masterSteven Barth2015-01-05
|\ \ | | | | | | gammu: bump version to upstream 1.34.0
| * | gammu: bump version to upstream 1.34.0aTanW2015-01-05
| | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | Merge pull request #730 from tru7/patch-3Steven Barth2015-01-05
|\ \ \ | | | | | | | | knxd: use better macrons in Makefile
| * | | knxd: use better macrons in MakefileOthmar Truniger2015-01-04
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | Merge pull request #731 from tru7/patch-4Steven Barth2015-01-05
|\ \ \ \ | | | | | | | | | | linknx: use better macros in Makefile
| * | | | linknx: use better macros in MakefileOthmar Truniger2015-01-04
| |/ / / | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | Merge pull request #732 from andrenarchy/icecast-updateSteven Barth2015-01-05
|\ \ \ \ | |/ / / |/| | | [icecast] update Makefile to 2.4.1
| * | | [icecast] update Makefile to 2.4.1André Gaul2015-01-04
| | | |
* | | | pcre: update to version 8.36Thomas Heil2015-01-04
|/ / / | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | haproxy: update to version 1.5.10Thomas Heil2015-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - DOC: fix a few typos - BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized" - BUG/MINOR: parse: refer curproxy instead of proxy - DOC: httplog does not support 'no' - MINOR: map/acl/dumpstats: remove the "Done." message - BUG/MEDIUM: sample: fix random number upper-bound - BUG/MEDIUM: patterns: previous fix was incomplete - BUG/MEDIUM: payload: ensure that a request channel is available - BUG/MINOR: tcp-check: don't condition data polling on check type - BUG/MEDIUM: tcp-check: don't rely on random memory contents - BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect - BUG/MINOR: config: fix typo in condition when propagating process binding - BUG/MEDIUM: config: do not propagate processes between stopped processes - BUG/MAJOR: stream-int: properly check the memory allocation return - BUG/MEDIUM: memory: fix freeing logic in pool_gc2() - BUG/MEDIUM: compression: correctly report zlib_mem Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | memcached: update to version 1.4.22Thomas Heil2015-01-04
| | | | | | | | | | | | | | | | | | - Bugfix maintenance release Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #717 from MikePetullo/masterThomas Heil2015-01-04
|\ \ \ | | | | | | | | prosody: fix use of randomseed (prosody issue #439)
| * | | prosody: fix use of randomseed (prosody issue #439)W. Michael Petullo2015-01-02
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | taskwarrior: import from old-packagesLuka Perkov2015-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | gnutls: corrected compilation of tools when OCSP is disabledNikos Mavrogiannopoulos2015-01-03
| | | | | | | | | | | | | | | | Resolves #640
* | | | Merge pull request #723 from gohai/openconnect-readme-fixesNikos Mavrogiannopoulos2015-01-03
|\ \ \ \ | | | | | | | | | | openconnect: update README
| * | | | openconnect: update READMEgohai2015-01-03
| | | | | | | | | | | | | | | Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
* | | | | openconnect: updated to 7.02Nikos Mavrogiannopoulos2015-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #721 from tru7/patch-3Steven Barth2015-01-03
|\ \ \ \ \ | | | | | | | | | | | | linknx: fix Makefile to use TABs instead of spaces
| * | | | | linknx: fix Makefile to use TABs instead of spacesOthmar Truniger2015-01-03
| |/ / / / | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #720 from tru7/patch-2Steven Barth2015-01-03
|\ \ \ \ \ | | | | | | | | | | | | knxd: fix Makefile to use TABs instead of spaces
| * | | | | knxd: fix Makefile to use TABs instead of spacesOthmar Truniger2015-01-03
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | Merge pull request #719 from tru7/patch-1Steven Barth2015-01-03
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | pthsem: fix Makefile to use TABs instead of spaces
| * | | | | pthsem: fix Makefile to use TABs instead of spacesOthmar Truniger2015-01-03
| |/ / / / | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* / / / / libftdi: mode ftdi_eeprom from Libraries to UtilitiesÁlvaro Fernández Rojas2015-01-03
|/ / / / | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #714 from tru7/net-linknxSteven Barth2015-01-03
|\ \ \ \ | | | | | | | | | | linknx: new package
| * | | | linknx: add dist xml conf fileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | linknx: add config fileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | linknx: add init fileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | linknx: add Makefile for new packageOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #713 from tru7/net-knxdSteven Barth2015-01-03
|\ \ \ \ \ | | | | | | | | | | | | knxd: new package
| * | | | | knxd: add config fileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | | knxd: add init fileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | | knxd: add patch fileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | | knxd: add Makefile for new packageOthmar Truniger2014-12-31
| |/ / / / | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #712 from tru7/libs-libesmtpSteven Barth2015-01-03
|\ \ \ \ \ | | | | | | | | | | | | libesmtp: add Makefile for new package
| * | | | | libesmtp: add Makefile for new packageOthmar Truniger2014-12-31
| |/ / / / | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #711 from tru7/libs-pthsemSteven Barth2015-01-03
|\ \ \ \ \ | | | | | | | | | | | | pthsem: new package
| * | | | | pthsem: updated MakefileOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | | pthsem: add patch for linux 3.xOthmar Truniger2014-12-31
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | | | pthsem: add Makefile for new packageOthmar Truniger2014-12-31
| |/ / / / | | | | | | | | | | | | | | | | | | | | should replace the one in old packages Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | php5: remove patches for sqlite2 supportMichael Heimpold2015-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SQLite2 support was dropped by upstream a long time ago, so let's remove the leftovers here, too. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php5: sort modules alphabeticallyMichael Heimpold2015-01-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>