Ted Hess [Wed, 4 Mar 2015 19:59:32 +0000 (14:59 -0500)]
Merge pull request #987 from plntyk/gnutls-fixes-v2
Gnutls fixes v2
Dirk Neukirchen [Thu, 19 Feb 2015 18:04:57 +0000 (19:04 +0100)]
gnutls: cleanup old code
- rpath is not necessary (buildroot does not use it too)
- SED of paths in configure does not seem needed (from pre 3.x version)
- remove configure section
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Dirk Neukirchen [Thu, 19 Feb 2015 17:05:14 +0000 (18:05 +0100)]
gnutls: fix build with librt
compile errors in config phase with ArchLinux and Fedora 20
config.log trying to link with -I/usr/lib/librt.so:
/usr/lib/librt.so: undefined reference to `gettimeofday@GLIBC_2.2.5'
or Fedora20:
/usr/lib/librt.so: error adding symbols: File in wrong format
linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=
129660262901148
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Steven Barth [Wed, 4 Mar 2015 07:23:54 +0000 (08:23 +0100)]
Merge pull request #985 from BerlinMeshnet/dkjson-update
Update dkjson
Lars Gierth [Tue, 3 Mar 2015 21:26:13 +0000 (22:26 +0100)]
dkjson: bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth [Tue, 3 Mar 2015 21:25:17 +0000 (22:25 +0100)]
dkjson: update PKG_MD5SUM
Signed-off-by: Lars Gierth <larsg@systemli.org>
Steven Barth [Tue, 3 Mar 2015 20:05:56 +0000 (21:05 +0100)]
Merge pull request #983 from Shulyaka/master
mailman: version upgrade to 2.1.19
Luiz Angelo Daros de Luca [Tue, 3 Mar 2015 19:09:19 +0000 (16:09 -0300)]
Merge pull request #984 from luizluca/ruby-update_to_2.2.1
ruby: update to 2.2.1
Luiz Angelo Daros de Luca [Tue, 3 Mar 2015 19:03:33 +0000 (16:03 -0300)]
ruby: update to 2.2.1
For ruby changes since 2.2.0:
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog
No relevant changes for OpenWRT.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Sebastian Moeller [Tue, 3 Mar 2015 12:23:53 +0000 (13:23 +0100)]
Teach SQM hotplug tricks
Some interfaces like wan-pppoe go away, when the ppp connection is lost
and get recreated once the link is established again. SQM now
has its own hotplug script to re-enable itself on the interfae just hotplugged.
SQM will not touch other instances of itself running on other interfaces
if called by hotplug.d. The implementation now allows this functionality by
calling run.sh like:
/usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE
e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe
If called with a specific interface SQM will only try to disable itself
on that interface to clean up all left over state and the re-enable
itself on just that interface. Hopefully that allows for better service
with instable interfaces like pppoe. The current code passes a simple manual
stop start test of the ge00-pppoe interface from the GUI and does seem
to do the right thing, at least on cerowrt 3.10.50-1...
Denis Shulyaka [Tue, 3 Mar 2015 15:11:09 +0000 (18:11 +0300)]
mailman: version upgrade to 2.1.19
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Ted Hess [Tue, 3 Mar 2015 12:58:05 +0000 (07:58 -0500)]
Merge pull request #976 from thess/boost-work
boost: reorganize menus, fix some build dependencies and ABI selections
Ted Hess [Tue, 3 Mar 2015 12:57:43 +0000 (07:57 -0500)]
Merge pull request #982 from jszakmeister/update-socat
Upgrade socat to 1.7.3.0.
John Szakmeister [Tue, 3 Mar 2015 11:37:18 +0000 (06:37 -0500)]
Upgrade socat to 1.7.3.0.
The cross-compiling patch is no longer necessary. Also added librt as a
dependency, since it is required. This also fixes an issue where
support for linux/errqueue.h was not being detected correctly and
causing a build failure with 3.18.
Signed-off-by: John Szakmeister <john@szakmeister.net>
Ted Hess [Mon, 2 Mar 2015 23:44:36 +0000 (18:44 -0500)]
Merge pull request #979 from mstorchak/attr
attr: update to
20150220
Maxim Storchak [Mon, 2 Mar 2015 22:17:36 +0000 (00:17 +0200)]
attr: update to
20150220
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Ted Hess [Mon, 2 Mar 2015 21:49:46 +0000 (16:49 -0500)]
libv4l: Update to latest version 1.6.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
Steven Barth [Mon, 2 Mar 2015 20:53:45 +0000 (21:53 +0100)]
Merge pull request #956 from fissie/master
fix aiccu requiretls option handling
Jan Sembera [Wed, 25 Feb 2015 21:05:49 +0000 (22:05 +0100)]
aiccu: fix requiretls option handling
requiretls is a boolean value in aiccu config that only accepts true and
false as values, not "1" or "0" that UCI provides.
Signed-off-by: Jan Sembera <jsembera@google.com>
Steven Barth [Mon, 2 Mar 2015 20:18:25 +0000 (21:18 +0100)]
Merge pull request #974 from lijpsummer/master
update opencv version as 2.4.11
Steven Barth [Mon, 2 Mar 2015 20:17:44 +0000 (21:17 +0100)]
Merge pull request #978 from roger-/master
micropython: update to latest
Roger [Mon, 2 Mar 2015 19:30:16 +0000 (13:30 -0600)]
micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger [Mon, 2 Mar 2015 19:27:35 +0000 (13:27 -0600)]
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Marko Ratkaj [Mon, 2 Mar 2015 15:52:12 +0000 (16:52 +0100)]
vim: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Ted Hess [Mon, 2 Mar 2015 18:21:30 +0000 (13:21 -0500)]
boost: reorganize menus, fix some build dependencies and ABI selections
Add meta-package with all libraries when CONFIG_ALL selected.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Jianping Li [Mon, 2 Mar 2015 16:59:52 +0000 (16:59 +0000)]
update opencv version as 2.4.11
Signed-off-by: Jianping Li <summer@wrtnode.com>
Ted Hess [Mon, 2 Mar 2015 12:53:53 +0000 (07:53 -0500)]
Merge pull request #973 from mstorchak/wget
wget: update to 1.16.2
Marcel Denia [Mon, 2 Mar 2015 09:18:00 +0000 (10:18 +0100)]
perl-uri: Update to 1.67
Signed-off-by: Marcel Denia <naoir@gmx.net>
Steven Barth [Mon, 2 Mar 2015 09:01:47 +0000 (10:01 +0100)]
libsigc++: bump to 2.4.1
Signed-off-by: Steven Barth <steven@midlink.org>
Maxim Storchak [Mon, 2 Mar 2015 08:22:05 +0000 (10:22 +0200)]
wget: update to 1.16.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Steven Barth [Mon, 2 Mar 2015 07:01:00 +0000 (08:01 +0100)]
Merge pull request #958 from aTanW/master
gammu: change startup/config file names to avoid potential conflict
Steven Barth [Mon, 2 Mar 2015 07:00:03 +0000 (08:00 +0100)]
Merge pull request #938 from kissg1988/seafile
seafile: deleted outdated patch
Steven Barth [Mon, 2 Mar 2015 06:59:27 +0000 (07:59 +0100)]
Merge pull request #969 from kissg1988/libevhtp
libevhtp: update to version 1.2.10
Steven Barth [Mon, 2 Mar 2015 06:58:37 +0000 (07:58 +0100)]
Merge pull request #878 from jow-/lxc-autoconf-fix
lxc: use generic autoreconf fixup
Steven Barth [Mon, 2 Mar 2015 06:58:20 +0000 (07:58 +0100)]
Merge pull request #873 from jow-/umurmur-autoconf-fix
umurmur: use generic autoreconf fixup
Steven Barth [Mon, 2 Mar 2015 06:47:20 +0000 (07:47 +0100)]
Merge pull request #962 from sairon/python-fix-distutils-adjusting-path
python: patch distutils adjusting path in scripts' shebang
Steven Barth [Mon, 2 Mar 2015 06:46:40 +0000 (07:46 +0100)]
Merge pull request #963 from commodo/python-compileall-reduce
python: reduce size of patch 130
Steven Barth [Mon, 2 Mar 2015 06:46:11 +0000 (07:46 +0100)]
Merge pull request #964 from mstorchak/haserl
haserl: update to 0.9.34
Gergely Kiss [Sun, 1 Mar 2015 17:24:23 +0000 (18:24 +0100)]
libevhtp: update to version 1.2.10
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Ted Hess [Sun, 1 Mar 2015 14:33:51 +0000 (09:33 -0500)]
Merge pull request #945 from amrhassan/json4lua
JSON4Lua: Add new package
Ted Hess [Sun, 1 Mar 2015 14:33:27 +0000 (09:33 -0500)]
Merge pull request #944 from amrhassan/uuid
UUID: Add new package
Ted Hess [Sun, 1 Mar 2015 14:33:04 +0000 (09:33 -0500)]
Merge pull request #943 from amrhassan/master
LuaRocks: Add new package
Ted Hess [Sun, 1 Mar 2015 14:24:58 +0000 (09:24 -0500)]
Merge pull request #968 from antonlacon/ffmpeg-2.5.x
ffmpeg: update to 2.5.4
Amr Hassan [Sun, 22 Feb 2015 13:55:07 +0000 (15:55 +0200)]
JSON4Lua: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
Amr Hassan [Sun, 22 Feb 2015 13:52:52 +0000 (15:52 +0200)]
UUID: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
Amr Hassan [Sun, 22 Feb 2015 11:34:42 +0000 (13:34 +0200)]
LuaRocks: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
Ted Hess [Sun, 1 Mar 2015 01:50:55 +0000 (20:50 -0500)]
Merge pull request #965 from chris5560/master
ddns-scripts: implements usage of nsupdate to direct update DNS servers
Ted Hess [Sun, 1 Mar 2015 01:44:48 +0000 (20:44 -0500)]
Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
Ian Leonard [Sun, 15 Feb 2015 23:17:07 +0000 (15:17 -0800)]
ffmpeg: update to 2.5.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Christian Schoenebeck [Sat, 28 Feb 2015 15:43:02 +0000 (16:43 +0100)]
ddns-scripts: implements usage of nsupdate to direct update DNS servers
* new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate.
suggested by Jan Riechers (Pull #957) many thanks!
* updated tld-names.dat
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Maxim Storchak [Sat, 28 Feb 2015 10:04:51 +0000 (12:04 +0200)]
haserl: update to 0.9.34
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Ted Hess [Fri, 27 Feb 2015 17:35:30 +0000 (12:35 -0500)]
Merge pull request #960 from MikePetullo/master
php5: update to 5.6.6
Ted Hess [Fri, 27 Feb 2015 17:24:40 +0000 (12:24 -0500)]
mjpg-streamer: Update version of cambozola.jar
Signed-off-by: Ted Hess <thess@kitschensync.net>
Jan Čermák [Fri, 27 Feb 2015 13:32:56 +0000 (14:32 +0100)]
python: patch distutils adjusting path in scripts' shebang
When distutils are copying scripts, path to Python interpreter is adjusted.
This does not work well in OpenWrt buildroot, because the path is adjusted
to absolute path to host Python then. This patch simply disables the
adjusting of the path.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Nikos Mavrogiannopoulos [Fri, 27 Feb 2015 16:28:44 +0000 (17:28 +0100)]
libseccomp: remove legacy cruft
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Alexandru Ardelean [Fri, 27 Feb 2015 16:07:52 +0000 (18:07 +0200)]
python: reduce size of patch 130
Try to reduce the amount of change in this patch, since it removes
a lot of stuff, when we could just 'ifdef' that stuff out, with 2 lines.
The buildroot project does something similar like this:
http://git.buildroot.net/buildroot/tree/package/python/005-pyc-pyo-conditional.patch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
W. Michael Petullo [Fri, 27 Feb 2015 03:45:43 +0000 (22:45 -0500)]
php5: update to 5.6.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
aTanW [Thu, 26 Feb 2015 12:51:39 +0000 (15:51 +0300)]
gammu: change startup/config file names to avoid potential conflict
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/gammu.init | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
Nikos Mavrogiannopoulos [Wed, 25 Feb 2015 22:18:28 +0000 (23:18 +0100)]
gnutls: updated to 3.3.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Steven Barth [Wed, 25 Feb 2015 07:40:08 +0000 (08:40 +0100)]
Merge pull request #954 from sairon/python-ensurepip-removal
python: removed ensurepip module
Ted Hess [Tue, 24 Feb 2015 22:56:02 +0000 (17:56 -0500)]
Merge pull request #955 from tru7/apcupsd
apcupsd: add driver modbus-usb
Ted Hess [Tue, 24 Feb 2015 22:55:08 +0000 (17:55 -0500)]
Merge pull request #952 from ClaymorePT/master
boost: Dependencies, architectures updates and lib additions
Othmar Truniger [Tue, 24 Feb 2015 21:41:53 +0000 (22:41 +0100)]
apcupsd: add driver modbus-usb
Signed-off-by: Othmar Truniger <github@truniger.ch>
Ted Hess [Tue, 24 Feb 2015 20:28:36 +0000 (15:28 -0500)]
Merge pull request #926 from ryzhovau/master
msmtp-nossl: prerm
Jan Čermák [Tue, 24 Feb 2015 17:33:29 +0000 (18:33 +0100)]
python: removed ensurepip module
This module is not necessary in OpenWrt because the functionality it
provides (i.e. installation of setuptools and PIP) is ensured by
python-pip and python-setuptools packages.
See: https://docs.python.org/2.7/library/ensurepip.html
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Ted Hess [Tue, 24 Feb 2015 17:04:25 +0000 (12:04 -0500)]
Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1
Upgrade IBR-DTN to version 1.0.1
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:35 +0000 (15:02 +0100)]
ibrdtn-tools: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:29 +0000 (15:02 +0100)]
ibrdtnd: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:24 +0000 (15:02 +0100)]
ibrdtn: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:20 +0000 (15:02 +0100)]
ibrcommon: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
cmf [Fri, 20 Feb 2015 15:00:27 +0000 (15:00 +0000)]
boost 1.57.0
Added MIPS (o32 and 64 abi) and Arm (aapcs abi) support. Everything else defaults to sysv.
Added Boost.Locale iconv dependency
- uCLibc does not implement monetary.h and because of that boost.locale.posix is off. For everything else it is on.
- For details check here: http://www.boost.org/doc/libs/1_57_0/libs/locale/doc/html/building_boost_locale.html
Added Boost.Context, Boost.Container, Boost.Coroutine and Boost.Log
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
Alexander Ryzhov [Tue, 24 Feb 2015 11:11:13 +0000 (11:11 +0000)]
msmtp: bump revision
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Michael Heimpold [Mon, 23 Feb 2015 18:45:06 +0000 (19:45 +0100)]
php5: upgrade to 5.4.38
This fixes CVE-2015-0235 and CVE-2015-0273.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Karl Palsson [Mon, 23 Feb 2015 15:23:14 +0000 (15:23 +0000)]
net: mosquitto: Fix libwebsockets detection
Patch suggested from upstream. Bumping release and including the patch
directly until a point release is available.
Signed-off-by: Karl Palsson <karlp@remake.is>
Ted Hess [Mon, 23 Feb 2015 14:41:38 +0000 (09:41 -0500)]
Merge pull request #950 from salzmdan/master
knot: update to 1.6.2
Daniel Salzman [Mon, 23 Feb 2015 08:07:16 +0000 (09:07 +0100)]
knot: update to 1.6.2
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Ted Hess [Sun, 22 Feb 2015 23:35:29 +0000 (18:35 -0500)]
Merge pull request #949 from ejurgensen/forked-daapd
forked-daapd: update to 22.3
Ted Hess [Sun, 22 Feb 2015 23:34:34 +0000 (18:34 -0500)]
Merge pull request #948 from ejurgensen/libunistring
libunistring: update to 0.9.5
Ted Hess [Sun, 22 Feb 2015 23:33:38 +0000 (18:33 -0500)]
Merge pull request #947 from MikePetullo/master
krb5: update to 1.13.1
Nicolas Thill [Sun, 22 Feb 2015 22:57:51 +0000 (23:57 +0100)]
pen: update to 0.27.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
W. Michael Petullo [Sun, 22 Feb 2015 22:36:34 +0000 (17:36 -0500)]
krb5: update to 1.13.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
ejurgensen [Sun, 22 Feb 2015 21:49:10 +0000 (22:49 +0100)]
forked-daapd: update to 22.3
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
ejurgensen [Sun, 22 Feb 2015 21:47:09 +0000 (22:47 +0100)]
libunistring: update to 0.9.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Ted Hess [Sun, 22 Feb 2015 19:22:50 +0000 (14:22 -0500)]
Merge pull request #939 from morgenroth/Add-redsocks
redsocks: add new package
Ted Hess [Sun, 22 Feb 2015 18:09:05 +0000 (13:09 -0500)]
Merge pull request #940 from tru7/apcupsd
apcupsd: add cgi module
Johannes Morgenroth [Sun, 22 Feb 2015 16:11:33 +0000 (17:11 +0100)]
redsocks: add new package
Redsocks is a daemon running on the local system, that will transparently
tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP connections,
thus the redirection is system-wide, with fine-grained control, and does
not depend on LD_PRELOAD libraries.
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Nicolas Thill [Sun, 22 Feb 2015 01:37:56 +0000 (02:37 +0100)]
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sun, 22 Feb 2015 01:36:35 +0000 (02:36 +0100)]
mosquitto: don't depend on websocket for -nossl variant
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Alexandru Ardelean [Sat, 21 Feb 2015 17:54:20 +0000 (19:54 +0200)]
openvswitch: limit package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Othmar Truniger [Sat, 21 Feb 2015 17:11:57 +0000 (18:11 +0100)]
apcupsd: add cgi module
Signed-off-by: Othmar Truniger <github@truniger.ch>
Marcel Denia [Sat, 21 Feb 2015 07:07:39 +0000 (08:07 +0100)]
perl-compress-bzip2: Update to 2.22
Signed-off-by: Marcel Denia <naoir@gmx.net>
Nicolas Thill [Sat, 21 Feb 2015 04:09:33 +0000 (05:09 +0100)]
ortp: moved to telephony feed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Gergely Kiss [Fri, 20 Feb 2015 22:15:07 +0000 (23:15 +0100)]
seafile: deleted outdated patch
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Karl Palsson [Fri, 20 Feb 2015 16:56:28 +0000 (16:56 +0000)]
net: mosquitto: add missing libuuid dependency
Improper patch resolution when importing this from it's development
repository :(
Signed-off-by: Karl Palsson <karlp@remake.is>
Karl Palsson [Fri, 20 Feb 2015 16:41:07 +0000 (16:41 +0000)]
net: mosquitto: overhaul uci conversion script
Support more options that came with mosquitto 1.4
Use more built in functions to make script simpler to read and easier to
extend.
Signed-off-by: Karl Palsson <karlp@remake.is>
Karl Palsson [Fri, 20 Feb 2015 15:57:37 +0000 (15:57 +0000)]
net: mosquitto: Bump to 1.4 release
Of particular note, this adds optional support for websockets. This
defaults to enabled, as it's the biggest new feature in this release.
A config item is provided to disable it for manual use.
Full release notes: http://mosquitto.org/2015/02/version-1-4-released/
This also remove some build workarounds that are no longer required for
newer versions of mosquitto.
Signed-off-by: Karl Palsson <karlp@remake.is>
Steven Barth [Fri, 20 Feb 2015 08:34:12 +0000 (09:34 +0100)]
Merge pull request #934 from openwrt/revert-927-python-push2
Revert "python: add patch to abort build on failed module build"
Steven Barth [Fri, 20 Feb 2015 08:33:41 +0000 (09:33 +0100)]
Revert "python: add patch to abort build on failed module build"
Steven Barth [Thu, 19 Feb 2015 15:21:46 +0000 (16:21 +0100)]
Merge pull request #927 from commodo/python-push2
python: add patch to abort build on failed module build
Alexandru Ardelean [Tue, 10 Feb 2015 19:21:06 +0000 (21:21 +0200)]
python: add patch to abort build on failed module build
Taken from buildroot:
http://git.buildroot.net/buildroot/plain/package/python/014-abort-on-failed-modules.patch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>