Jeffery To
24782a872a
python-pyasn1: use setuptools
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 16:26:56 +08:00
Jeffery To
0fd914ae0f
python-ply: use setuptools
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 16:17:17 +08:00
Jeffery To
734f586889
python-ipaddress: use setuptools
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 12:59:23 +08: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
Jeffery To
3021cb267c
python-ply: new package
...
From the README:
PLY is a 100% Python implementation of the common parsing tools lex
and yacc.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 23:39:50 +08:00
Jeffery To
08b2b6f93b
python-ipaddress: new package
...
From the README:
Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 23:06:12 +08:00
Jeffery To
b6aa1232b0
python-enum34: new package
...
From the README:
enum34 is the new Python stdlib enum module available in Python 3.4
backported for previous versions of Python from 2.4 to 3.3.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 22:28:26 +08:00
Jeffery To
da14be59b0
python-idna: new package
...
From the README:
A library to support the Internationalised Domain Names in Applications
(IDNA) protocol as specified in RFC 5891. This version of the protocol
is often referred to as "IDNA2008" and can produce different results
from the earlier standard from 2003.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 22:01:07 +08: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
Jeffery To
6c514e67e2
python-six: fixed package description
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 18:04:18 +08:00
Jeffery To
a9af921700
python-six: new package
...
From the README:
Six is a Python 2 and 3 compatibility library. It provides utility functions
for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 17:04:09 +08: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
Jeffery To
c839e23879
python-pyasn1: new package
...
From the README:
This is an implementation of ASN.1 types and codecs in Python programming
language. It has been first written to support particular protocol (SNMP)
but then generalized to be suitable for a wide range of protocols
based on ASN.1 specification.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 13:45:55 +08: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