Commit graph

1913 commits

Author SHA1 Message Date
champtar
45e4189b93 Merge pull request #2992 from hojuruku/p_mini_snmpd
mini_snmpd: fix initscript to use l3_device for working out the interface name
2016-07-27 09:07:11 +02:00
Luke McKee
e55da65b14 mini_snmpd: fix initscript to use l3_device
for working out the interface name
Working:
ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].l3_device"
Broken:
ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].device"

Fix run tested:
root@wifi:/overlay/upper# ps |grep mini_snmpd
 1404 root       980 S    /usr/bin/mini_snmpd -n -c public -L Undisclosed -C VGB <admin@victimsofgaybullying.com> -t 1 -a -d /overlay,/tmp -i br-lan,pppoe-w

Before it wasn't using the pppoe interface it was using the parent
interface eth0 twice. Small 1 line fix. Merge at your convenience.

Signed-off-by: Luke McKee <hojuruku@gmail.com>
2016-07-26 21:17:42 +07:00
nbd168
fb37ae282b Merge pull request #2988 from RussellSenior/fix-wget-dependencies
wget: add missing zlib dependency
2016-07-24 14:58:11 +02:00
Felix Fietkau
3759a36711 transmission: add missing zlib dependency for openssl variants
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:57:09 +02:00
Felix Fietkau
84aa49747b tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:55:45 +02:00
Felix Fietkau
e8394949dc tinc: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:55:05 +02:00
Felix Fietkau
0aa77e80f9 stunnel: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:52:50 +02:00
Felix Fietkau
a6ee91581a git: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:37:09 +02:00
Felix Fietkau
517761bb89 freeradius2: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:37:01 +02:00
Felix Fietkau
0ed48e6e82 chaosvpn: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:35:54 +02:00
Felix Fietkau
46f4f922b4 aircrack-ng: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:33:56 +02:00
Russell Senior
377cd2e64b wget: add missing zlib dependency
Signed-off-by: Russell Senior <russell@personaltelco.net>
2016-07-24 04:00:01 -07:00
Hsing-Wang Liao
335e32681f aria2: fix bugs and make some changes
* Fix aria2c failed to start after change daemon user, issue #2985;
* Change default download dir;
* Clear exist log file when aria2 start;
* Add log level option;
* Change dir owner when start.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-07-24 16:02:19 +08:00
Baptiste Jonglez
3f2be1ad5c wireguard: Bump to 0.0.20160722
Also fix a new compilation error, due to upstream changes in the build
system.  SUBDIRS= is deprecated when building external kernel modules, use
M= instead to fix compilation.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-23 14:02:24 +02:00
Florian Eckert
bd43ab0fce mwan3: fix mwan3track whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-07-21 13:25:04 +02:00
Florian Eckert
bcad673643 mwan3: fix mwan3 help whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-07-21 13:24:59 +02:00
champtar
a5bfa3085e Merge pull request #2861 from LucileQ/bump-freeradius-server
freeradius3: new package
2016-07-21 12:07:10 +02:00
champtar
ae6cf251f4 Merge pull request #2977 from dibdot/adblock
adblock: update 1.4.1
2016-07-21 11:22:25 +02:00
Dirk Brenken
6883d35f5e adblock: update 1.4.1
* fix two possible overflows in adblock statistics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-07-20 22:10:35 +02:00
Stephen Walker
87044ef55c linuxptp: pass TARGET_CFLAGS using MAKE_VARS, bump PKG_RELEASE
ccache_cc -Wall -DVER=1.6  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC     -c -o ptp4l.o ptp4l.c
cc1: note: someone does not honour COPTS correctly, passed 0 times

unpatched
  8229 hwstamp_ctl
128213 phc2sys
 37045 phc_ctl
 99077 pmc
185589 ptp4l
 41141 timemaster

patched (honouring -Os CFLAG)
  8213 hwstamp_ctl
 54469 phc2sys
 20645 phc_ctl
 49877 pmc
 74965 ptp4l
 20645 timemaster

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-19 19:02:02 -04:00
Daniel Golle
265fc9916f gnunet: update to SVN r37547
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
champtar
8d1bc5b229 Merge pull request #2971 from kuoruan/aria2
Aria2 Update
2016-07-18 18:19:06 +02:00
Stijn Tintel
1138d6fee0 strongswan: bump to 5.5.0 (#2976)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-07-18 17:33:46 +02:00
Baptiste Jonglez
d0e989aa3c wireguard: Bump to 0.0.20160711
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-17 23:03:20 +02:00
Hostkit
f96c661e27 aria2: add log
add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service'  with logger -t ARIA2C 'Restarting aria2c service' :D :p

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-07-17 11:48:53 +08:00
Hsing-Wang Liao
4b28f01597 aria2: update to 1.25.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-07-16 11:07:11 +08:00
Hsing-Wang Liao
5246efe3d8 aria2: update init file
This update is from #2961, thank @hostkit.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-07-16 11:05:57 +08:00
Ted Hess
144812d5c9 Merge pull request #2964 from dibdot/adblock
adblock: release 1.4.0
2016-07-14 12:53:06 -04:00
Ondřej Caletka
3c3063e2df addrwatch: new package
Maintainer: Ondrej Caletka / @Oskar456
Compile tested: TurrisOS 3.1 (fork of OpenWRT Chaos Calmer), Trunk (both uClibC and musl)
Run tested: mpc85xx - Turris 1.0 -  TurrisOS - no problems observed
Upstream: https://github.com/fln/addrwatch / @fln

Description:

This is a tool similar to arpwatch. It's main purpose is to monitor network
and log discovered ethernet/ip pairings.

The package has been UCIfied, care has been taken to reload the deamon
every time an interface goes up or down.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2016-07-14 18:32:29 +02:00
Jan Tomasek
ea05ad083a softflowd: update softflowd.init to use procd
Signed-off-by: Jan Tomasek <jan@tomasek.cz>
2016-07-14 09:43:11 +02:00
Dirk Brenken
c493f6af44 adblock: release 1.4.0
* rework/speed up overall sort
* simplified dns error handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-07-14 09:35:33 +02:00
Lucile Quirion
0871991d8d freeradius3: add package
freeradius-server version 2.x has been marked End-Of-Life.
This commit adds freeradius-server version 3.0.11 in a new package.

This commit also introduces the option "freeradius3-default"
which activate all modules needed to run radiusd with its default
configuration.

- rlm_digest (HTTP Digest Authentication) has been added
- rlm_unix (System Authentication) has been added
- rlm_attr_rewrite has been deleted

Note that SQL and LDAP support has been disabled.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-07-12 11:37:05 -04:00
Xotic750
7088374279 krb5: Bump to v1.14.2
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-07-12 15:18:45 +00:00
champtar
153e4f6276 Merge pull request #2437 from stintel/strongswan
strongswan: update to 5.4, add plugins, fixes
2016-07-12 17:18:06 +02:00
Jo-Philipp Wich
4930355c6b ipsec-tools: fix syntax error in default racoon config
The default /etc/config/racoon shipped by ipsec-tools lacks an option keyword
on the p2_proposal line, leading to a syntax error when processing the file.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-12 10:41:46 +00:00
champtar
9f9e9aa891 Merge pull request #2941 from hojuruku/p_mini_snmpd
mini_snmpd: new upstream/package maintainer, new version, init procd multi instance support with uci validation & network interface monitoring.
2016-07-11 22:33:21 +02:00
Luke McKee
f9dfffb6f0 mini_snmpd: @champtar requested PKG_FIXUP:=autoreconf take care of strip and CFLAGS options
Signed-off-by: Luke McKee <hojuruku@gmail.com>
2016-07-12 03:30:34 +07:00
Luke McKee
82cf5ca5c6 mini_snmpd: 1.4-rc1 add git,autoconf,procd init script,uci validation - new upstream/openwrt maintainer
Makes use of all available runtime options that can be passed to
mini_snmpd such as -I listen_on interface

Run-tested on trunk on ar71xx. Please review the init script regarding procd
monitoring interfaces, though everything else due to the conversion to
procd should be and done properly, if not overkill compared to most
other script bundled with openwrt.

The main benefit of all this is now larger routers can run multiple
instances of mini_snmpd on different ports, to get around the MIB hard
coded 4 interface/mountpoint limits.

Due to somewhat lacking dev / package maintainer docs except for
http://wiki.prplfoundation.org/wiki/Procd_reference writing this script
took longer than it should. You can see it's evolution here:
https://github.com/hojuruku/openwrt-packages/blob/mini_snmpd/net/mini_snmpd/files/mini_snmpd.init

If everything in it is found to be sane, please include it to the
openwrt wiki on procd as an example.

Due to procd / uci /sbin/validate_data cbi element datatype (uciname) being used
to check uci config, the configuration file now only takes openwrt uci network names not
physical network names as it did before.
http://git.openwrt.org/?p=packages.git;a=commit;h=783e5578ad104d1ca3c31582add08fc8eb4ad083

Like busybox the package Makefile has depends for all runtime
dependencies needed by the init script. mini_snmpd only depends on libc

squashed commits:
mini_snmpd: fix typo to fix procd triggers calling daemon binary directly instead of init script - misuse of $PROG var
mini_snmpd: enable SSP & mini_snmpd to start by default and listen on lan
mini_snmpd: disable RELRO blocker in Makefile after consulation
mini_snmpd: add smarts to init script to detect if ubusd hasn't started yet
mini_snmpd: fix init script - ubus -S doesn't print meaningful errors to give the user
mini_snmpd: Makefile roll back Makefile PKG_RELEASE to 1 for feng shui
2016-07-12 03:07:03 +07:00
Ted Hess
7685db7a9d Merge pull request #2936 from padre-lacroix/master
darkstat: Network bandwidth monitor - version 3.0.719
2016-07-11 10:06:23 -04:00
Jean-Michel Lacroix
e32b8b2c34 darkstat: Network bandwidth monitor - version 3.0.719
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
From the oldpackages.
Updated to version 3.0.719, new config file to add more options
Rewritten init file to take in account the new config file and
removing a bug when stopping the daemon.

Corrected license information in Makefile
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2016-07-11 09:06:14 -04:00
Luke McKee
cfb086812a mini_snmpd: patches are now all merged upstream in 1.4-rc1
Signed-off-by: Luke McKee <hojuruku@gmail.com>
2016-07-11 19:50:08 +07:00
Luke McKee
92a5a13aa0 mini_snmpd: import 1.2b from oldpackages for reference http://git.openwrt.org/?p=packages.git;a=commit;h=787e4e15a2792eb4d059001e1fb8bc84da8d65fd
Signed-off-by: Luke McKee <hojuruku@gmail.com>
2016-07-11 19:49:41 +07:00
Rajan Vaja
bc5561b3e4 coova-chilli: Fix UCI parse error
UCI commands report errors in parsing coova-chilli
sample configuration file. Fix this issue by using
proper format in configuration.

Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
2016-07-11 11:59:39 +05:30
Ted Hess
d23ea1e294 Merge pull request #2949 from zorun/master
wireguard: Bump to 0.0.20160708.1
2016-07-10 16:36:25 -04:00
Ted Hess
2f7f642816 Merge pull request #2942 from sdwalker/variable-cleanup
packages: cleanup Makefile variables
2016-07-10 16:27:51 -04:00
Baptiste Jonglez
b960814cd4 wireguard: Bump to 0.0.20160708.1
Also add the SHA256 checksum, since upstream now publishes it when releasing:

  https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 14:18:30 +02:00
W. Michael Petullo
9d255ea05e dmapd: update to 0.0.73
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-07-09 15:57:17 -04:00
Stephen Walker
e54025a3f4 linuxptp: include time.h to fix unknown type name 'time_t' error with musl, refresh patches
In file included from print.h:25:0,
                 from linreg.c:24:
util.h:364:32: error: unknown type name 'time_t'
 int rate_limited(int interval, time_t *last);
                                ^

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 15:10:23 -04:00
Stephen Walker
a53bf7192b packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 14:50:58 -04:00
Daniel Golle
6d7aa666e5 gnunet: bump to svn r37511
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-09 01:11:23 +02:00
Ted Hess
5fdb011c35 Merge pull request #2935 from dibdot/adblock
adblock: update 1.3.3
2016-07-07 10:20:41 -04:00
Dirk Brenken
7ebd92f997 adblock: update 1.3.3
* enable automatic restore on empty source downloads

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-07-07 12:42:37 +02:00
Stijn Tintel
108197ddcf strongswan: bump to 5.4.0
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-07-06 19:54:40 +02:00
Stijn Tintel
475be1df93 strongswan: add forecast plugin
Closes #1868.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-07-06 19:54:40 +02:00
Stijn Tintel
06cf48b15e strongswan: fix alignment in connmark plugin
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-07-06 19:54:40 +02:00
Stijn Tintel
064d166efd strongswan: run sleep with integer argument
The default busybox config used by OpenWrt does not enable floating
point number support for the sleep applet. This can cause an error when
stopping or restarting strongswan:

sleep: invalid number '0.1'

Replace the float with an integer to fix this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-07-06 19:54:40 +02:00
Yousong Zhou
35cb289456 Merge pull request #2916 from zorun/wireguard
wireguard: Initial upload
2016-07-04 13:15:13 +08:00
Yousong Zhou
caa7c466bb Merge pull request #2918 from dibdot/adblock
adblock: update 1.3.2
2016-07-03 19:55:37 +08:00
Dirk Brenken
4bb8a34bbf adblock: update 1.3.2
* only a few more fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>

Euro 16: germany vs. italy 6:5 (after 18 penalties) :-)
2016-07-03 07:42:19 +02:00
champtar
fd17640c47 Merge pull request #2777 from blogic/krb5
krb5: more uninitialized warning errors
2016-07-02 19:44:54 +02:00
champtar
88f797a499 Merge pull request #2780 from mstorchak/nfs-kernel-server
nfs-kernel-server: add workaround for musl getservbyport
2016-07-02 19:22:37 +02:00
Baptiste Jonglez
facf22d31f wireguard: Initial upload
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-02 19:00:31 +02:00
Hauke Mehrtens
6ed76187d6 iotivity: add some default security configuration
This is just a dummy configuration.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2016-07-02 16:55:56 +02:00
Hauke Mehrtens
a29d7a887b iotivity: make it possible to build the debug version
This adds a new config option to build IoTivity with debugging support.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2016-07-02 16:55:11 +02:00
Hauke Mehrtens
cb764638e0 iotivity: fix package dependencies
add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub
packages select the main package.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2016-07-02 16:54:58 +02:00
Hauke Mehrtens
6248f9a029 iotivity: update to version 1.1.0
This brings IoTivoity to version 1.1.0
The old @lantiq.com address does not work any more, update to the
@intel.com address.

The removed patches were merged upstream, but there are still some new ones needed.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2016-07-02 16:53:07 +02:00
Michal Hrusecky
06d4dfe415 davfs2: No forced stack protector
davfs2 had hardcoded value for stack protector. If stack protector is disabled
in toolchain, it would break the build. Disabling the hardcoded value, counting
on settings in cross-build system.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-02 13:12:42 +00:00
Hauke Mehrtens
e9d97e52c0 lispmob: fix build with musl
lispmob accesses the gnu members of struct udphdr like source and dest
and does not use the posix member names. Instead of using the correct
names just define this as _GNU_SOURCE.

[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-02 08:48:44 +00:00
champtar
07ed775840 Merge pull request #2913 from br101/master
horst: Use version 5.0
2016-07-02 09:06:46 +02:00
champtar
87fa1b1ed8 Merge pull request #2873 from neheb/master
airmon-ng: Fix procps-ng dependancy.
2016-07-01 19:24:28 +02:00
Bruno Randolf
fd0ffb2388 horst: Use version 5.0
Signed-off-by: Bruno Randolf <br1@einfach.org>
2016-07-01 10:44:49 +01:00
Ted Hess
60422c0de4 Merge pull request #2909 from dibdot/adblock
adblock: update 1.3.1
2016-06-30 06:48:06 -04:00
Dirk Brenken
7cfd8bc44e adblock: update 1.3.1
* fix uclient-fetch detection
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-29 23:39:12 +02:00
Ted Hess
24e575cc79 Merge pull request #2906 from dibdot/adblock
adblock: release 1.3.0
2016-06-28 15:53:45 -04:00
Dirk Brenken
f96f354ad1 adblock: release 1.3.0
* revised hotplug script
* remove wget package dependency
* support uclient-fetch or wget with ssl support
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-28 21:22:44 +02:00
Ted Hess
a9c7735c75 Merge pull request #2899 from chris5560/master
ddns-scripts: fix misuse of "local"
2016-06-26 13:30:25 -04:00
Christian Schoenebeck
5d05e01d48 ddns-scripts: fix misuse of "local"
- fix misuse of "local" outside functions #2885
- update TLD_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-06-26 10:24:49 +02:00
Dirk Brenken
fbd4a7c746 adblock: update 1.2.8
* fw rule changes:
	force_dns now supports multiple lan devices
	disable needless force_dns- & forward/output-rules in 'ap mode'
	check return codes during adblock chain creation
* simplified the test for a running firewall
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-26 08:40:53 +02:00
Hannu Nyman
01f86b1f30 Merge pull request #2887 from dibdot/adblock
adblock: update 1.2.7
2016-06-22 21:25:31 +03:00
Dirk Brenken
ba13e81d21 adblock: update 1.2.7
* provide adblock statistics as a separate function
  (/etc/init.d/adblock stats)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-22 20:16:19 +02:00
Yousong Zhou
297e8dfc4d Merge pull request #2666 from aarond10/https_dns_proxy
Https dns proxy
2016-06-21 18:19:05 +08:00
Aaron Drew
90ff49bd40 https-dns-proxy: add package.
Signed-off-by: Aaron Drew <aarond10@gmail.com>
2016-06-21 20:00:29 +10:00
Hannu Nyman
8a5b249c2c Merge pull request #2882 from dibdot/adblock
adbock: update 1.2.6
2016-06-21 09:16:30 +03:00
Dirk Brenken
001646e3fe adbock: update 1.2.6
* small addition in case of a failed list download

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-21 05:10:47 +02:00
Yousong Zhou
040c345f7a Merge pull request #2881 from kuoruan/aria2
aria2: fix md5sum
2016-06-21 09:45:15 +08:00
Hsing-Wang Liao
b8d8ffab3c aria2: fix md5sum
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-21 08:01:08 +08:00
Thomas Heil
5ce1775cc3 Merge pull request #2791 from Xotic750/nginx-naxsi-054
nginx: Bumped nginx-naxsi to v0.54
2016-06-21 01:10:47 +02:00
heil
8c5bd7ae5e haproxy: bump to version 1.5.18 and pending patches
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 01:08:28 +02:00
heil
dd4b385702 memcached: bump to version 1.4.26
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 00:54:15 +02:00
Hsing-Wang Liao
dc131d4710 aria2: update to v1.24.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-20 13:38:24 +08:00
Hannu Nyman
8c3dda69e0 Merge pull request #2875 from chris5560/master
ddns-scripts: fix parameter handling "is_glue" and "dns_server" (luci…
2016-06-19 19:56:02 +03:00
Hannu Nyman
a179ba8213 Merge pull request #2874 from dibdot/adblock
adblock: update 1.2.5
2016-06-19 19:54:59 +03:00
Christian Schoenebeck
d779a1f76f ddns-scripts: fix parameter handling "is_glue" and "dns_server" (lucihelper)
- fix handling of parameter "is_glue" and "dns_server" to work with luci-app-ddns
- update TLD_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-06-18 21:53:05 +02:00
Dirk Brenken
dc37ea1ba7 adblock: update 1.2.5
* restructured sources
* fix logical glitches in config handling
* many corner case fixes & cosmetics
* show runtime errors in LuCI (in lastrun section)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-18 15:12:19 +02:00
Jonas Gorski
8811d24284 Merge pull request #2786 from Xotic750/znc-add-icu-option
znc: Added support for ICU through menu configuration
2016-06-18 13:17:39 +02:00
Mangix
335ea8a23e
airmon-ng: Fix procps-ng dependancy.
Signed-off by: Rosen Penev <rosenp@gmail.com>
2016-06-18 00:14:14 -07:00
Nikos Mavrogiannopoulos
5731b8e09b openconnect: updated license
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:36:31 +02:00
Nikos Mavrogiannopoulos
6488dc8a70 ocserv: updated license
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:36:31 +02:00
Nikos Mavrogiannopoulos
7c2af4071f ocserv: updated to 0.11.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:20:43 +02:00
champtar
60da184615 Merge pull request #2287 from wodu/master
linuxptp: Add the package
2016-06-16 23:11:22 +03:00