Maxim Storchak [Tue, 6 Jan 2015 16:16:57 +0000 (18:16 +0200)]
luaposix: update to v33.2.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Steven Barth [Tue, 6 Jan 2015 14:18:31 +0000 (15:18 +0100)]
Merge pull request #744 from commodo/python-upg-2.7.9
python: upgrade to version 2.7.9
Steven Barth [Tue, 6 Jan 2015 14:18:03 +0000 (15:18 +0100)]
Merge pull request #743 from commodo/python-pip-cleanups
Python pip cleanups
Steven Barth [Tue, 6 Jan 2015 14:17:50 +0000 (15:17 +0100)]
Merge pull request #742 from commodo/python-setuptools-cleanup
python-setuptools cleanup
Steven Barth [Tue, 6 Jan 2015 14:17:43 +0000 (15:17 +0100)]
Merge pull request #741 from commodo/python-dns-cleanup
python-dns: remove PyPackage filespec
Steven Barth [Tue, 6 Jan 2015 14:17:35 +0000 (15:17 +0100)]
Merge pull request #740 from commodo/python-only-cleanups
Python Cleanups
Ted Hess [Tue, 6 Jan 2015 13:26:48 +0000 (08:26 -0500)]
libdaemon: disable examples (fix musl libc build error)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Alexandru Ardelean [Tue, 6 Jan 2015 13:09:47 +0000 (15:09 +0200)]
python: upgrade to version 2.7.9
Release notes here:
https://www.python.org/downloads/release/python-279/
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 6 Jan 2015 12:59:33 +0000 (14:59 +0200)]
python-pip: remove windows binaries
Seem pip comes bundled with some Python libs.
Some more work will be needed to split them out of pip.
For now, some Windows executables are safe to remove.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 6 Jan 2015 12:10:17 +0000 (14:10 +0200)]
python-pip: add preinst and postrm scripts
Thanks to Xuefer Tinys <xuefer@gmail.com> for reporting this.
Case is:
opkg install python-setuptools - works fine
opkg install python-pip - reports conflicts for
files easy_install.pth & site.py
So the solution is to add some preinst script that backs up those files
on 'opkg install python-pip' and moves them back on 'opkg remove python-pip'.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 16 Dec 2014 08:29:24 +0000 (10:29 +0200)]
python-setuptools: remove PyPackage filespec
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 16 Dec 2014 10:41:14 +0000 (12:41 +0200)]
python-setuptools: use $(PYTHON_PKG_DIR) short-hand
Signed-off-by: Xuefer Tinys <xuefer@gmail.com>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 15 Dec 2014 08:20:45 +0000 (10:20 +0200)]
python-dns: remove PyPackage filespec
Default will be used.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 15 Dec 2014 08:19:12 +0000 (10:19 +0200)]
python: add default PyPackage/filespec if not defined
Most packages will install in /usr/lib/python$(PYTHON_VERSION)/site-packages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 6 Jan 2015 08:48:52 +0000 (10:48 +0200)]
python: trim all whitespaces for the operator in the filespec
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>
Xuefer [Sat, 13 Dec 2014 10:12:03 +0000 (18:12 +0800)]
python: whitespace fix for PYTHONPATH
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>
Steven Barth [Mon, 5 Jan 2015 17:49:44 +0000 (18:49 +0100)]
Merge pull request #733 from aTanW/master
gammu: bump version to upstream 1.34.0
aTanW [Mon, 5 Jan 2015 17:28:45 +0000 (20:28 +0300)]
gammu: bump version to upstream 1.34.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Steven Barth [Mon, 5 Jan 2015 09:00:39 +0000 (10:00 +0100)]
Merge pull request #730 from tru7/patch-3
knxd: use better macrons in Makefile
Steven Barth [Mon, 5 Jan 2015 09:00:29 +0000 (10:00 +0100)]
Merge pull request #731 from tru7/patch-4
linknx: use better macros in Makefile
Steven Barth [Mon, 5 Jan 2015 08:58:49 +0000 (09:58 +0100)]
Merge pull request #732 from andrenarchy/icecast-update
[icecast] update Makefile to 2.4.1
Othmar Truniger [Sun, 4 Jan 2015 21:13:07 +0000 (22:13 +0100)]
linknx: use better macros in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Sun, 4 Jan 2015 21:05:31 +0000 (22:05 +0100)]
knxd: use better macrons in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
Thomas Heil [Sun, 4 Jan 2015 19:52:11 +0000 (20:52 +0100)]
pcre: update to version 8.36
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
André Gaul [Sun, 4 Jan 2015 18:00:39 +0000 (19:00 +0100)]
[icecast] update Makefile to 2.4.1
Thomas Heil [Sun, 4 Jan 2015 17:21:07 +0000 (18:21 +0100)]
haproxy: update to version 1.5.10
- 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>
Thomas Heil [Sun, 4 Jan 2015 17:17:46 +0000 (18:17 +0100)]
memcached: update to version 1.4.22
- Bugfix maintenance release
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Thomas Heil [Sun, 4 Jan 2015 17:06:11 +0000 (18:06 +0100)]
Merge pull request #717 from MikePetullo/master
prosody: fix use of randomseed (prosody issue #439)
Luka Perkov [Sat, 3 Jan 2015 23:38:57 +0000 (00:38 +0100)]
taskwarrior: import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
Nikos Mavrogiannopoulos [Sat, 3 Jan 2015 18:01:05 +0000 (19:01 +0100)]
gnutls: corrected compilation of tools when OCSP is disabled
Resolves #640
Nikos Mavrogiannopoulos [Sat, 3 Jan 2015 18:04:55 +0000 (19:04 +0100)]
Merge pull request #723 from gohai/openconnect-readme-fixes
openconnect: update README
Nikos Mavrogiannopoulos [Sat, 3 Jan 2015 17:57:22 +0000 (18:57 +0100)]
openconnect: updated to 7.02
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
gohai [Sat, 3 Jan 2015 16:29:48 +0000 (17:29 +0100)]
openconnect: update README
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
Steven Barth [Sat, 3 Jan 2015 16:08:24 +0000 (17:08 +0100)]
Merge pull request #721 from tru7/patch-3
linknx: fix Makefile to use TABs instead of spaces
Steven Barth [Sat, 3 Jan 2015 16:08:17 +0000 (17:08 +0100)]
Merge pull request #720 from tru7/patch-2
knxd: fix Makefile to use TABs instead of spaces
Steven Barth [Sat, 3 Jan 2015 16:08:07 +0000 (17:08 +0100)]
Merge pull request #719 from tru7/patch-1
pthsem: fix Makefile to use TABs instead of spaces
Othmar Truniger [Sat, 3 Jan 2015 15:13:54 +0000 (16:13 +0100)]
linknx: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
Álvaro Fernández Rojas [Sat, 3 Jan 2015 15:10:10 +0000 (16:10 +0100)]
libftdi: mode ftdi_eeprom from Libraries to Utilities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Othmar Truniger [Sat, 3 Jan 2015 15:07:14 +0000 (16:07 +0100)]
knxd: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Sat, 3 Jan 2015 14:55:36 +0000 (15:55 +0100)]
pthsem: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
Steven Barth [Sat, 3 Jan 2015 10:53:07 +0000 (11:53 +0100)]
Merge pull request #714 from tru7/net-linknx
linknx: new package
Steven Barth [Sat, 3 Jan 2015 10:53:04 +0000 (11:53 +0100)]
Merge pull request #713 from tru7/net-knxd
knxd: new package
Steven Barth [Sat, 3 Jan 2015 10:52:13 +0000 (11:52 +0100)]
Merge pull request #712 from tru7/libs-libesmtp
libesmtp: add Makefile for new package
Steven Barth [Sat, 3 Jan 2015 10:51:57 +0000 (11:51 +0100)]
Merge pull request #711 from tru7/libs-pthsem
pthsem: new package
Michael Heimpold [Fri, 2 Jan 2015 21:16:01 +0000 (22:16 +0100)]
php5: remove patches for sqlite2 support
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>
Michael Heimpold [Thu, 1 Jan 2015 23:00:21 +0000 (00:00 +0100)]
php5: sort modules alphabetically
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Thu, 1 Jan 2015 22:57:43 +0000 (23:57 +0100)]
php5: fix iconv dependency
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Thu, 1 Jan 2015 13:43:13 +0000 (14:43 +0100)]
php5: drop a few unneeded dependencies
- fileinfo: PHP actually uses its own libmagic implementation
- pdo-sqlite/sqlite3: libsqlite3 itself depends on libpthread,
not the extension
- xml{reader,writer}: both do not use iconv stuff
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Thu, 1 Jan 2015 13:36:29 +0000 (14:36 +0100)]
php5: gd: do not link against libiconv (fixes #706)
This commit adds a patch to enforce the usage of an alternative
code path, preventing the need of libiconv in the bundled libgd
of php.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Thu, 1 Jan 2015 13:33:04 +0000 (14:33 +0100)]
php5: add missing $(SDK)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
W. Michael Petullo [Fri, 2 Jan 2015 19:22:54 +0000 (14:22 -0500)]
prosody: fix use of randomseed (prosody issue #439)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Steven Barth [Thu, 1 Jan 2015 23:05:04 +0000 (00:05 +0100)]
Merge pull request #614 from the2masters/luasec
luasec: update to 0.5 to fix memory leak hit by prosody
Steven Barth [Thu, 1 Jan 2015 21:06:28 +0000 (22:06 +0100)]
Merge pull request #716 from Shulyaka/master
mailman: add http source download link
Denis Shulyaka [Thu, 1 Jan 2015 20:02:13 +0000 (23:02 +0300)]
mailman: add http source download link
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Álvaro Fernández Rojas [Thu, 1 Jan 2015 19:51:22 +0000 (20:51 +0100)]
libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copy
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Thu, 1 Jan 2015 19:49:31 +0000 (20:49 +0100)]
libftdi: add libftdi-config, simplify files copy
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Thu, 1 Jan 2015 19:03:29 +0000 (20:03 +0100)]
libftdi: fix packagekit when useing cmake
Based on upstream commit by Thomas Jarosch based on Alexander's patch.
More info: https://github.com/openwrt/packages/pull/690
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Othmar Truniger [Wed, 31 Dec 2014 12:56:28 +0000 (13:56 +0100)]
pthsem: updated Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:22:57 +0000 (10:22 +0100)]
linknx: add dist xml conf file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:21:03 +0000 (10:21 +0100)]
linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:20:11 +0000 (10:20 +0100)]
linknx: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:18:51 +0000 (10:18 +0100)]
linknx: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:15:49 +0000 (10:15 +0100)]
knxd: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:14:02 +0000 (10:14 +0100)]
knxd: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:12:53 +0000 (10:12 +0100)]
knxd: add patch file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:11:31 +0000 (10:11 +0100)]
knxd: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 09:04:55 +0000 (10:04 +0100)]
pthsem: add patch for linux 3.x
Signed-off-by: Othmar Truniger <github@truniger.ch>
Steven Barth [Wed, 31 Dec 2014 09:03:26 +0000 (10:03 +0100)]
Merge pull request #700 from pesintta/master
Alpine: add new package v2.11
Othmar Truniger [Wed, 31 Dec 2014 09:03:15 +0000 (10:03 +0100)]
pthsem: add Makefile for new package
should replace the one in old packages
Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger [Wed, 31 Dec 2014 08:58:13 +0000 (09:58 +0100)]
libesmtp: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
Ted Hess [Tue, 30 Dec 2014 14:56:03 +0000 (09:56 -0500)]
Merge pull request #705 from equinox0815/stm32flash-update
stm32flash: upgrade to new version 0.4
Michael Heimpold [Tue, 30 Dec 2014 12:34:07 +0000 (13:34 +0100)]
Merge pull request #704 from MikePetullo/master
vips: update to 7.42.1
Christian Pointner [Tue, 30 Dec 2014 01:34:40 +0000 (02:34 +0100)]
stm32flash: upgrade to new version 0.4
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
W. Michael Petullo [Mon, 29 Dec 2014 23:10:16 +0000 (18:10 -0500)]
vips: update to 7.42.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Michael Heimpold [Sun, 28 Dec 2014 18:37:19 +0000 (19:37 +0100)]
php5: update to 5.4.36
This fixes CVE-2014-8142.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Steven Barth [Sun, 28 Dec 2014 16:50:56 +0000 (17:50 +0100)]
Merge pull request #698 from kissg1988/shadow
shadow: select all packages by default
Antti Seppälä [Sat, 27 Dec 2014 13:46:20 +0000 (15:46 +0200)]
Alpine: add new package v2.11
Alpine (Alternatively Licenced Program for Internet News and Email) is a
free software console email client developed at the University of Washington.
It is suitable for both the inexperienced email user as well as for
the most demanding power user.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
Etienne CHAMPETIER [Fri, 26 Dec 2014 19:06:56 +0000 (20:06 +0100)]
zabbix: update to 2.4.3
run-tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Gergely Kiss [Fri, 26 Dec 2014 16:58:10 +0000 (17:58 +0100)]
shadow: select all packages by default
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Ted Hess [Fri, 26 Dec 2014 14:46:39 +0000 (09:46 -0500)]
Merge pull request #676 from thess/minidlna-work
minidlna: Add path to correct PID file for start-stop-daemon
Ted Hess [Fri, 26 Dec 2014 14:43:44 +0000 (09:43 -0500)]
Merge pull request #696 from antonlacon/ffmpeg-2.4.x
ffmpeg: update to 2.4.5
Steven Barth [Fri, 26 Dec 2014 08:58:40 +0000 (09:58 +0100)]
Merge pull request #697 from antonlacon/libpng-1.2.x
libpng: update to 1.2.52
Steven Barth [Fri, 26 Dec 2014 08:57:24 +0000 (09:57 +0100)]
Merge pull request #693 from chris5560/master
[luci-app-privoxy] New LuCI App to support privoxy
Steven Barth [Fri, 26 Dec 2014 08:53:17 +0000 (09:53 +0100)]
Merge pull request #694 from erdoukki/master
smstools3 : ADD smstools3 package
Ian Leonard [Wed, 24 Dec 2014 22:21:54 +0000 (14:21 -0800)]
ffmpeg: update to 2.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Saverio Proto [Wed, 24 Dec 2014 08:49:05 +0000 (09:49 +0100)]
[tinc] Update to tinc 1.0.25
Steven Barth [Tue, 23 Dec 2014 13:57:34 +0000 (14:57 +0100)]
fwknop: refresh patches
Signed-off-by: Steven Barth <steven@midlink.org>
drEagle [Tue, 23 Dec 2014 12:43:33 +0000 (13:43 +0100)]
Merge pull request #1 from erdoukki/smstools3
smstools3 : ADD smstools3 package
Peter Wagner [Tue, 23 Dec 2014 12:28:10 +0000 (13:28 +0100)]
git: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Christian Schoenebeck [Tue, 23 Dec 2014 10:51:42 +0000 (11:51 +0100)]
[luci-app-privoxy] New LuCI App to support privoxy
New LuCI Application to support privoxy WEB proxy
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Steven Barth [Tue, 23 Dec 2014 10:03:14 +0000 (11:03 +0100)]
Merge pull request #692 from chris5560/master
[privoxy] back to old-style initscript not using procd
Christian Schoenebeck [Tue, 23 Dec 2014 09:50:51 +0000 (10:50 +0100)]
[privoxy] remove using procd
* go back to "old" initscript not using procd
* privoxy running --no-daemon only logging to STDERR
* procd do not support redirection of STDOUT/STDERR, '2>file' as a command parameter does not work
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Steven Barth [Tue, 23 Dec 2014 09:29:09 +0000 (10:29 +0100)]
Merge pull request #691 from kissg1988/seafile
seafile-server: fix fastcgi mode settings in seafile-admin script
Michael Heimpold [Sat, 20 Dec 2014 21:59:26 +0000 (22:59 +0100)]
php5: disable mips16 support (fixes #675)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Gerald Kerma [Tue, 23 Dec 2014 05:37:09 +0000 (06:37 +0100)]
smstools3 : ADD smstools3 package
Add smstools3 package from http://smstools3.kekekasvi.com/
Tested successfull as an email/sms gateway with :
- Device: ID 12d1:1001 Huawei Technologies Co., Ltd. E169/E620/E800 HSDPA Modem
- Trunk: OpenWrt Chaos Calmer r43753
- Kirkwood : Globalscale Technologies Guruplug Server Plus
Send and receive SMS with modem : OK
Forward received SMS to mailhub : OK
Signed-off-by: Gerald Kerma <dreagle@doukki.net>
Gergely Kiss [Mon, 22 Dec 2014 20:56:04 +0000 (21:56 +0100)]
seafile-server: fix fastcgi mode settings in seafile-admin script
* Use the correct path for the pidfile
* Start a multithreaded daemon instead of pre-forking worker processes.
This avoids consuming too much memory and makes context switches faster
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Steven Barth [Mon, 22 Dec 2014 14:09:39 +0000 (15:09 +0100)]
Merge pull request #688 from oneru/master
Add package license information for fwknop
Jonathan Bennett [Mon, 22 Dec 2014 13:58:24 +0000 (07:58 -0600)]
Add package license information
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
Steven Barth [Mon, 22 Dec 2014 13:30:56 +0000 (14:30 +0100)]
Merge pull request #687 from oneru/master
Update fwknopd to 2.6.5
Jonathan Bennett [Mon, 22 Dec 2014 12:53:28 +0000 (06:53 -0600)]
Update fwknopd to 2.6.5
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>