Commit graph

2571 commits

Author SHA1 Message Date
Luiz Angelo Daros de Luca
b1b14b2a57 gst1-plugins-bad: remove unrecognized config opts
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-01 21:02:01 -03:00
Gergely Kiss
2e9d2f3faf libevhtp: update to version 1.2.10
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-01 18:24:23 +01:00
Ted Hess
a45bcefe93 Merge pull request #945 from amrhassan/json4lua
JSON4Lua: Add new package
2015-03-01 09:33:51 -05:00
Ted Hess
97f9155643 Merge pull request #944 from amrhassan/uuid
UUID: Add new package
2015-03-01 09:33:27 -05:00
Ted Hess
472ef3918c Merge pull request #943 from amrhassan/master
LuaRocks: Add new package
2015-03-01 09:33:04 -05:00
Ted Hess
2c6818341f Merge pull request #968 from antonlacon/ffmpeg-2.5.x
ffmpeg: update to 2.5.4
2015-03-01 09:24:58 -05:00
Amr Hassan
d4969a644c JSON4Lua: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
2015-03-01 15:04:15 +02:00
Amr Hassan
60f106ab68 UUID: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
2015-03-01 15:01:42 +02:00
Amr Hassan
857a85a60d LuaRocks: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
2015-03-01 14:59:19 +02:00
Ted Hess
5d4867ab2f Merge pull request #965 from chris5560/master
ddns-scripts: implements usage of nsupdate to direct update DNS servers
2015-02-28 20:50:55 -05:00
Ted Hess
5fa6635e9b Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
2015-02-28 20:44:48 -05:00
Ian Leonard
32eafba860 ffmpeg: update to 2.5.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-02-28 13:58:12 -08:00
Christian Schoenebeck
fad616a4cc 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>
2015-02-28 16:43:02 +01:00
Maxim Storchak
5b90cf85de haserl: update to 0.9.34
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-28 12:04:51 +02:00
Ted Hess
137744a742 Merge pull request #960 from MikePetullo/master
php5: update to 5.6.6
2015-02-27 12:35:30 -05:00
Ted Hess
ef056ee04c mjpg-streamer: Update version of cambozola.jar
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-27 12:24:40 -05:00
Jan Čermák
71b696622a 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>
2015-02-27 18:11:19 +01:00
Nikos Mavrogiannopoulos
095ae50d35 libseccomp: remove legacy cruft
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-27 17:28:44 +01:00
Alexandru Ardelean
7c4dac5118 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>
2015-02-27 18:11:22 +02:00
W. Michael Petullo
fec32996ff php5: update to 5.6.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-26 22:45:43 -05:00
aTanW
96ef85a37e 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(-)
2015-02-26 15:51:39 +03:00
Nikos Mavrogiannopoulos
de7630145d gnutls: updated to 3.3.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-25 23:18:28 +01:00
Steven Barth
022b27604b Merge pull request #954 from sairon/python-ensurepip-removal
python: removed ensurepip module
2015-02-25 08:40:08 +01:00
Ted Hess
92be68c5da Merge pull request #955 from tru7/apcupsd
apcupsd: add driver modbus-usb
2015-02-24 17:56:02 -05:00
Ted Hess
d0a772521d Merge pull request #952 from ClaymorePT/master
boost: Dependencies, architectures updates and lib additions
2015-02-24 17:55:08 -05:00
Othmar Truniger
1ab82e2f30 apcupsd: add driver modbus-usb
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-24 22:41:53 +01:00
Ted Hess
715fadc7e5 Merge pull request #926 from ryzhovau/master
msmtp-nossl: prerm
2015-02-24 15:28:36 -05:00
Jan Čermák
6f699463da 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>
2015-02-24 18:33:29 +01:00
Ted Hess
1027e00581 Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1
Upgrade IBR-DTN to version 1.0.1
2015-02-24 12:04:25 -05:00
Johannes Morgenroth
1b5ba1b255 ibrdtn-tools: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:36 +01:00
Johannes Morgenroth
c9f59276bf ibrdtnd: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:36 +01:00
Johannes Morgenroth
ca708b1dcf ibrdtn: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:35 +01:00
Johannes Morgenroth
daa883709e ibrcommon: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:35 +01:00
cmf
97f27fe505 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
2015-02-24 16:24:33 +00:00
Alexander Ryzhov
94a28e969f msmtp: bump revision
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-02-24 11:11:13 +00:00
Michael Heimpold
598f7226ee php5: upgrade to 5.4.38
This fixes CVE-2015-0235 and CVE-2015-0273.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-02-23 19:45:14 +01:00
Karl Palsson
7c2f386e2d 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>
2015-02-23 15:24:37 +00:00
Ted Hess
77aea53dae Merge pull request #950 from salzmdan/master
knot: update to 1.6.2
2015-02-23 09:41:38 -05:00
Daniel Salzman
6d95de9181 knot: update to 1.6.2
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-02-23 09:07:16 +01:00
Ted Hess
c736f0c26b Merge pull request #949 from ejurgensen/forked-daapd
forked-daapd: update to 22.3
2015-02-22 18:35:29 -05:00
Ted Hess
14ac0d8431 Merge pull request #948 from ejurgensen/libunistring
libunistring: update to 0.9.5
2015-02-22 18:34:34 -05:00
Ted Hess
75fa8ea9ac Merge pull request #947 from MikePetullo/master
krb5: update to 1.13.1
2015-02-22 18:33:38 -05:00
Nicolas Thill
b89f0c54fd pen: update to 0.27.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 23:57:51 +01:00
W. Michael Petullo
a581d888a2 krb5: update to 1.13.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-22 17:36:34 -05:00
ejurgensen
d932d30d56 forked-daapd: update to 22.3
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2015-02-22 23:04:17 +01:00
ejurgensen
72254d534a libunistring: update to 0.9.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2015-02-22 23:03:03 +01:00
Ted Hess
38e0c6bbbb Merge pull request #939 from morgenroth/Add-redsocks
redsocks: add new package
2015-02-22 14:22:50 -05:00
Ted Hess
cf028c5cef Merge pull request #940 from tru7/apcupsd
apcupsd: add cgi module
2015-02-22 13:09:05 -05:00
Johannes Morgenroth
8c0260db9e 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>
2015-02-22 17:11:33 +01:00
Nicolas Thill
e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00