ejurgensen
72254d534a
libunistring: update to 0.9.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
10 years ago
Ted Hess
38e0c6bbbb
Merge pull request #939 from morgenroth/Add-redsocks
redsocks: add new package
10 years ago
Ted Hess
cf028c5cef
Merge pull request #940 from tru7/apcupsd
apcupsd: add cgi module
10 years ago
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>
10 years ago
Nicolas Thill
e24dfafb01
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
cd21cbb82e
mosquitto: don't depend on websocket for -nossl variant
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Alexandru Ardelean
3593bef259
openvswitch: limit package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Othmar Truniger
dda1acfefa
apcupsd: add cgi module
Signed-off-by: Othmar Truniger <github@truniger.ch>
10 years ago
Marcel Denia
c36bc9cee0
perl-compress-bzip2: Update to 2.22
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Nicolas Thill
7461d7f44a
ortp: moved to telephony feed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Gergely Kiss
5d276af52a
seafile: deleted outdated patch
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
10 years ago
Karl Palsson
f3566f4809
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>
10 years ago
Karl Palsson
07eb064392
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>
10 years ago
Karl Palsson
a584b3efe8
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>
10 years ago
Steven Barth
07961ce867
Merge pull request #934 from openwrt/revert-927-python-push2
Revert "python: add patch to abort build on failed module build"
10 years ago
Steven Barth
f4e9c703b3
Revert "python: add patch to abort build on failed module build"
10 years ago
Steven Barth
10313e98af
Merge pull request #927 from commodo/python-push2
python: add patch to abort build on failed module build
10 years ago
Alexandru Ardelean
999cc6a040
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>
10 years ago
Alexander Ryzhov
0a76266f3b
msmtp-nossl: prerm
10 years ago
Steven Barth
39c354198a
Merge pull request #924 from jdub/kmod
kmod: Add kmod package
10 years ago
Nicolas Thill
791607c488
ortp: fix md5sum, change download url (thanks to hnyman)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Ted Hess
9786955abc
Merge pull request #898 from thess/svox-work
svox: Add build output to package
10 years ago
Steven Barth
3d382ada2f
Merge pull request #923 from mstorchak/tgt2
tgt: unquote 'device' and 'file' to make them keywords, not literals
10 years ago
Jeff Waugh
bf50189495
kmod: Add kmod package
- 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>
10 years ago
Maxim Storchak
4a299c8652
tgt: unquote 'device' and 'file' to make them keywords, not literals
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
Nikos Mavrogiannopoulos
5836fe34e9
ocserv: updated to 0.9.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Stijn Tintel
bee2865492
net-snmp: monitor ifindex changes
When an ifindex for an interface changes, some monitoring tools can no
longer find the interface and send alerts. Monitor all network
interfaces via the procd netdev parameter, so that
/etc/init.d/snmpd reload will restart snmpd if any ifindex changed.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
10 years ago
Stijn Tintel
53fc8d3191
net-snmp: cosmetic changes in snmpd init script
- Refactor RUN_C into CONFIGFILE, as used in dnsmasq and igmpproxy init
scripts.
- Add a newline after each function definition.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
10 years ago
Stijn Tintel
8faff3334f
net-snmp: convert snmpd to procd
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
10 years ago
Stijn Tintel
e2b43afc85
net-snmp: remove /etc/default/snmpd Debianism
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
10 years ago
Ted Hess
a3bacc1389
Merge pull request #919 from tru7/apcupsd
apcupsd: move from old packages and Makefile updated
10 years ago
Othmar Truniger
a460965a67
apcupsd: move from old packages and Makefile updated
Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
10 years ago
Nikos Mavrogiannopoulos
21e433324e
openconnect: backup hook scripts as well
Resolves #882
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Steven Barth
0d10c8ae48
Merge pull request #905 from psycho-nico/fix-gammu
gammu: disable libdbi support explicitly
10 years ago
Steven Barth
e056e5792e
dbus: bump to 1.9.10
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
claymore
9e30e779f9
boost: makefile and patches updated to v1.57
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
10 years ago
Steven Barth
bcc6a7766c
Merge pull request #913 from mstorchak/tgt
tgt: allow to export devices in addition to files; define reload_service as stop+start
10 years ago
Steven Barth
a54fc34d57
Merge pull request #902 from aTanW/master
gammu: add uci config and procd service control
10 years ago
Steven Barth
47a9270fbd
Merge pull request #896 from commodo/python-push
python: add ncurses(w) include folders for host python
10 years ago
Jo-Philipp Wich
d24359b730
Merge pull request #915 from Zokormazo/grep
grep: Fix CVE-2015-1345 heap buffer overrun
10 years ago
Julen Landa Alustiza
e0edca76da
grep: Fix CVE-2015-1345 heap buffer overrun
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
10 years ago
Nicolas Thill
38ae2398c2
ices: import from old packages feed
- update to latest version (v2.0.2)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
dd17d21b2f
libshout: import from old packages feed
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
548c85a5f9
macchanger: import from old packages feed
- update to latest version (v1.7.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
0c0bcb3d0a
ortp: import from old packages feed
- update to latest version (v0.23.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
84e9cf801c
pen: update to 0.27.0
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Marcel Denia
25e6fcbb85
bash: Update to 4.3.33
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
404a4362ac
perl: Update to 5.20.2
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
325128f754
perl: Improve CONFIG_PERL_TESTS help text
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
d091b65926
perl: Enable CONFIG_PERL_THREADS properly by default for x86
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago