aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python: removed ensurepip moduleJan Čermák2015-02-24
| | | | | | | | | | 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>
* Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1Ted Hess2015-02-24
|\ | | | | Upgrade IBR-DTN to version 1.0.1
| * ibrdtn-tools: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * ibrdtnd: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * ibrdtn: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * ibrcommon: Updated to 1.0.1Johannes Morgenroth2015-02-24
|/ | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* php5: upgrade to 5.4.38Michael Heimpold2015-02-23
| | | | | | This fixes CVE-2015-0235 and CVE-2015-0273. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* net: mosquitto: Fix libwebsockets detectionKarl Palsson2015-02-23
| | | | | | | 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>
* Merge pull request #950 from salzmdan/masterTed Hess2015-02-23
|\ | | | | knot: update to 1.6.2
| * knot: update to 1.6.2Daniel Salzman2015-02-23
| | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | Merge pull request #949 from ejurgensen/forked-daapdTed Hess2015-02-22
|\ \ | | | | | | forked-daapd: update to 22.3
| * | forked-daapd: update to 22.3ejurgensen2015-02-22
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | Merge pull request #948 from ejurgensen/libunistringTed Hess2015-02-22
|\ \ \ | | | | | | | | libunistring: update to 0.9.5
| * | | libunistring: update to 0.9.5ejurgensen2015-02-22
| |/ / | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | Merge pull request #947 from MikePetullo/masterTed Hess2015-02-22
|\ \ \ | | | | | | | | krb5: update to 1.13.1
| * | | krb5: update to 1.13.1W. Michael Petullo2015-02-22
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | pen: update to 0.27.1Nicolas Thill2015-02-22
| |/ / |/| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | Merge pull request #939 from morgenroth/Add-redsocksTed Hess2015-02-22
|\ \ \ | | | | | | | | redsocks: add new package
| * | | redsocks: add new packageJohannes Morgenroth2015-02-22
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #940 from tru7/apcupsdTed Hess2015-02-22
|\ \ \ | | | | | | | | apcupsd: add cgi module
| * | | apcupsd: add cgi moduleOthmar Truniger2015-02-21
| | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | mosquitto: don't depend on websocket for -nossl variantNicolas Thill2015-02-22
| |/ / |/| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | perl-compress-bzip2: Update to 2.22Marcel Denia2015-02-21
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | ortp: moved to telephony feedNicolas Thill2015-02-21
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | net: mosquitto: add missing libuuid dependencyKarl Palsson2015-02-20
| | | | | | | | | | | | | | | | | | | | | Improper patch resolution when importing this from it's development repository :( Signed-off-by: Karl Palsson <karlp@remake.is>
* | | net: mosquitto: overhaul uci conversion scriptKarl Palsson2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | net: mosquitto: Bump to 1.4 releaseKarl Palsson2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #934 from openwrt/revert-927-python-push2Steven Barth2015-02-20
|\ \ \ | |/ / |/| | Revert "python: add patch to abort build on failed module build"
| * | Revert "python: add patch to abort build on failed module build"Steven Barth2015-02-20
|/ /
* | Merge pull request #927 from commodo/python-push2Steven Barth2015-02-19
|\ \ | | | | | | python: add patch to abort build on failed module build
| * | python: add patch to abort build on failed module buildAlexandru Ardelean2015-02-19
|/ / | | | | | | | | | | | | 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>
* | Merge pull request #924 from jdub/kmodSteven Barth2015-02-19
|\ \ | | | | | | kmod: Add kmod package
| * | kmod: Add kmod packageJeff Waugh2015-02-19
| | | | | | | | | | | | | | | | | | | | | | | | - libkmod for programmatic control of Linux modules - kmod for administrative control of Linux modules, symlinks for the familiar module-init-tools suite Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
* | | ortp: fix md5sum, change download url (thanks to hnyman)Nicolas Thill2015-02-18
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | Merge pull request #898 from thess/svox-workTed Hess2015-02-18
|\ \ \ | | | | | | | | svox: Add build output to package
| * | | svox: Add build output to packageTed Hess2015-02-11
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #923 from mstorchak/tgt2Steven Barth2015-02-18
|\ \ \ \ | | | | | | | | | | tgt: unquote 'device' and 'file' to make them keywords, not literals
| * | | | tgt: unquote 'device' and 'file' to make them keywords, not literalsMaxim Storchak2015-02-18
|/ / / / | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | ocserv: updated to 0.9.2Nikos Mavrogiannopoulos2015-02-18
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #919 from tru7/apcupsdTed Hess2015-02-17
|\ \ \ \ | | | | | | | | | | apcupsd: move from old packages and Makefile updated
| * | | | apcupsd: move from old packages and Makefile updatedOthmar Truniger2015-02-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
* | | | | openconnect: backup hook scripts as wellNikos Mavrogiannopoulos2015-02-17
|/ / / / | | | | | | | | | | | | | | | | | | | | Resolves #882 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #905 from psycho-nico/fix-gammuSteven Barth2015-02-17
|\ \ \ \ | | | | | | | | | | gammu: disable libdbi support explicitly
| * | | | gammu: disable libdbi support explicitlyNicolas Thill2015-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a dependency error when libdbi was built before gammu Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | dbus: bump to 1.9.10Steven Barth2015-02-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | boost: makefile and patches updated to v1.57claymore2015-02-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | Merge pull request #913 from mstorchak/tgtSteven Barth2015-02-17
|\ \ \ \ \ | | | | | | | | | | | | tgt: allow to export devices in addition to files; define reload_service as stop+start
| * | | | | tgt: allow to export devices in addition to files; define reload_service as ↵Maxim Storchak2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop+start Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #902 from aTanW/masterSteven Barth2015-02-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | gammu: add uci config and procd service control