Commit Graph

4229 Commits

Author SHA1 Message Date
Dirk Brenken 46d99ac2f4 mc: update to 4.8.15
bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 13:44:25 +01:00
tripolar 2a5d519d01 Merge pull request #1923 from hnyman/libtorrent
Libtorrent and rtorrent: update version, disable ipv6 to fix compilation

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-15 12:43:52 +01:00
Ted Hess 5c8509d37d Merge pull request #1952 from dibdot/master
adblock: additional check for running dns query background task
2015-11-14 10:43:27 -05:00
Ted Hess 640b9c3ad8 Merge pull request #1958 from mlichvar/chrony-script-improvements
chrony: improve hotplug and init scripts
2015-11-14 10:38:24 -05:00
Miroslav Lichvar 9b9c34e47d chrony: improve hotplug and init scripts
- fix the init script to read the right config
- rework the init script to allow reusing its code in the hotplug script
- find wan interfaces in the hotplug script instead of using hardcoded
  name and set the online/offline status separately for IPv4/IPv6
- allow NTP access on interfaces that are configured after chronyd start
- add NTP servers obtained from DHCP, options are specified in a new
  dhcp_ntp_server config section
- start chronyd before the network service, include a patch to always
  have IP_FREEBIND defined, which seems to be missing with uclibc

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2015-11-14 13:36:52 +01:00
Hannu Nyman b28a6201cf rtorrent: update to 0.9.6, disable ipv6
Update rtorrent to 0.9.6.
Update patches.
Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent.

Libtorrent compilation has been broken since #1181 got merged
and ipv6 got enabled. Users have seen issues like #1316 and #1804

IPv6 support in libtorrent & rtorrent master is not complete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:34:09 +02:00
Hannu Nyman 8276f382a9 libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack
Fix libtorrent compilation by:
* Disable ipv6
* Remove the problematic patches/120-... ipv6 hack at the same time,
  as it is a 5-year old hack to fix one ipv6 problem.
* Update libtorrent to git master HEAD (0.13.6).

Libtorrent compilation has been broken due to patches/120-...
since #1181 got merged and ipv6 got enabled.
Users have seen issues like #1316 and #1804

IPv6 support in libtorrent master is not compelete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:34:09 +02:00
Ted Hess 11da8dcaf4 Merge pull request #1936 from mmaraya/master
port-mirroring: new package for copying network packets
2015-11-13 09:10:05 -05:00
Mike Maraya e428fd92f0 port-mirroring: copy network packets with optional support for TaZmen Sniffer Protocol (TZSP)
Signed-off-by: Mike Maraya <mike.maraya@gmail.com>
2015-11-12 20:43:45 -05:00
Dirk Brenken c7edde075c adblock: additional check for running dns query background task
fix for possible query log config change (enabled => disabled)

Please apply to upstream - thank you!

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-12 14:56:04 +01:00
Steven Barth 1553468e04 Merge pull request #1949 from dibdot/master
adblock: busybox "tr" does not support character classes by default
2015-11-12 09:12:32 +01:00
Dirk Brenken aa2649e8c3 adblock: busybox "tr" does not support character classes by default
bugfix: busybox "tr" does not support character classes by default and
generates (partly) odd domain names. 

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-12 04:59:48 +01:00
Luka Perkov a150eb16f3 git: update to 2.6.3
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-12 00:56:22 +01:00
Jonathan McCrohan 711500512e muninlite: refresh patches
Purely cosmetic changes only.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:45:12 +00:00
Martin Blumenstingl d7b9595482 muninlite: Fix fetching data for interfaces with a dash in the name
munin-node passes the original interface name (as extracted from
/proc/net/dev) to if_* and if_err_*. Thus replacing dash with underscore
results in interfaces not being found anymore.

Closes: #1927

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:43:07 +00:00
Martin Blumenstingl bca11d706f muninlite: Fix parsing the available network interface names
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:40:14 +00:00
Martin Blumenstingl 4100e103fc muninlite: Enable the df plugin again and fix parsing disk usage
Closes: #1926

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:38:00 +00:00
Jonathan McCrohan e3b0a20c44 lcd4linux: fix endian issues with GLCD2USB plugin
Patch submitted by Vladimir Ermakov.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:07:33 +00:00
Ted Hess 25c6b0818f Merge pull request #1946 from dibdot/master
adblock: uci support, dynamic uhttpd instance support plus various fixes
2015-11-11 17:00:32 -05:00
Ted Hess 7be003f324 Merge pull request #1947 from danielg4/master
vpnc: dirty hack for musl compatibility
2015-11-11 16:52:58 -05:00
Daniel Gimpelevich 6e883328e8 vpnc: dirty hack for musl compatibility
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-11-11 13:29:43 -08:00
Dirk Brenken 1f5ed5d040 adblock: uci support, dynamic uhttpd instance support plus various fixes
* add uci support
* add dynamic uhttpd instance support
  (no longer rely on uhttpd config changes)
* package reordering
* plus various fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-11 19:39:51 +01:00
Álvaro Fernández Rojas f535396cd9 libftdi: fix cmake build issues
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-11 19:26:43 +01:00
Ted Hess e614238711 Merge pull request #1942 from padre-lacroix/master
bandwidthd: Addition of a variant of the bandwidthd package.
2015-11-11 13:13:17 -05:00
Ted Hess 8132b31aa4 Merge pull request #1943 from dubek/rsyslog
Add rsyslog package
2015-11-11 13:04:40 -05:00
Dov Murik 7c0b1e07a5 net/rsyslog: add new package
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-11-11 10:01:01 -05:00
Dov Murik 964835bccd libs/libestr: add new package (needed for net/rsyslog)
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-11-11 10:00:12 -05:00
Steven Barth fdedfdeed7 Merge pull request #1940 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 18.5
2015-11-11 10:46:27 +01:00
Jean-Michel Lacroix b885721fa0 bandwidthd: Addition of a variant of the bandwidthd package.
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.

Modification of bandwidthd.config to have the default IP address
of an OpenWrt router (192.168.1.1)

Addition of a small OpenWrt logo in the logo.gif

Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2015-11-10 15:13:52 -05:00
Alexandru Ardelean 7730c9f5fa python-setuptools: upgrade to version 18.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-11-10 12:48:08 +02:00
Luka Perkov 726e9dcafd Merge pull request #1914 from sairon/fossil-fix-makefile
fossil: fix Makefile for GNU Make < 3.82
2015-11-10 01:33:21 +01:00
Ted Hess bea311fd7f Merge pull request #1939 from damianorenfer/master
libs/libsodium: update to 1.0.6
2015-11-09 14:59:50 -05:00
Damiano Renfer 22752a668a libs/libsodium: update to 1.0.6
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-11-09 20:04:24 +01:00
Álvaro Fernández Rojas d51a3d39cc Merge pull request #1931 from mstorchak/tmux
tmux: update to 2.1
2015-11-09 07:06:48 +01:00
Álvaro Fernández Rojas 60c4f0339e Merge pull request #1930 from mstorchak/tgt
tgt: update to 1.0.61
2015-11-09 07:06:18 +01:00
Álvaro Fernández Rojas 92837e6fa4 Merge pull request #1932 from mstorchak/acl
acl: update to 20150921
2015-11-09 07:04:17 +01:00
Álvaro Fernández Rojas 00c3d7a2ca Merge pull request #1933 from mstorchak/attr
attr: update to 20150922
2015-11-09 07:03:58 +01:00
Álvaro Fernández Rojas ce92fd4147 Merge pull request #1929 from Zokormazo/grep
grep: update to 2.22
2015-11-09 07:00:28 +01:00
Álvaro Fernández Rojas fea49cba00 Merge pull request #1935 from mstorchak/netatalk
netatalk: fix dependency: libattr instead of attr
2015-11-09 07:00:17 +01:00
Maxim Storchak 6f5f84d514 acl: update to 20150921
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 20:51:40 +02:00
Maxim Storchak 68b15bde67 attr: update to 20150922
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 20:41:57 +02:00
Julen Landa Alustiza 91f81c65e9 grep: update to 2.22
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-11-08 19:35:31 +01:00
Maxim Storchak c53c5306a6 tmux: update to 2.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 19:59:19 +02:00
Maxim Storchak 186b29820a tgt: update to 1.0.61
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 19:47:50 +02:00
Maxim Storchak 97c50ca2db netatalk: fix dependency: libattr instead of attr
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 19:24:01 +02:00
Michael Heimpold 5ec2a5e810 php5: update to 5.6.15
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-11-07 17:37:45 +01:00
John Crispin c5c8dc19be libmraa: board detection was broken after the name changed
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-11-06 22:38:57 +01:00
Nico 60baa2c2f8 Merge pull request #1894 from hnyman/xz522
utils/xz: update to 5.2.2
2015-11-06 15:36:51 +01:00
Ted Hess fdb927f919 Merge pull request #1917 from thess/boost-build
boost: Add ignore-site-config option to bjam
2015-11-05 13:50:41 -05:00
Ted Hess afa148129e Merge pull request #1919 from sairon/tvheadend-update
tvheadend: update to v4.0.7
2015-11-05 13:47:22 -05:00