Commit graph

2217 commits

Author SHA1 Message Date
Michael Scholl
41d687d16a ddns-scripts: add service core-networks.de
- Added service core-networks.de
- Fixed typo for service dnshome.de

Signed-off-by: Michael Scholl <michael.scholl@core-networks.de>
2016-07-27 15:30:34 +02:00
champtar
1eda277326 Merge pull request #2987 from kuoruan/aria2
aria2: fix bugs and make some changes
2016-07-27 09:08:57 +02:00
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
Daniel Dickinson
1b2e2dcbff net/wget: Remove use broken use of symlinks to /usr/bin/wget
postrm/postinst symlink mangling is frowned upon
by trunk devs, in addition to packages modifying
the files as other packages during
installation/removal (without a agreed upon mechanism
for coordinating such changes) is prohibited in
most distros.

Further in this case results in wget-ssl failing to conflict
with wget-nossl.  As mentioned in the github issue
regarding this (https://github.com/openwrt/packages/issues/2728)
it is also unnessary in current openwrt/lede.

This patch there makes the symlink from the specific
flavour of wget (e.g. wget-ssl) from /usr/bin/wget part
of /install so that they conflict with each other the
way they should, and do not modify the same files
without a delibarate --force-overwrite.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-07-06 05:26:02 -04: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
Yousong Zhou
a4e08c3d55 Merge pull request #2834 from hansmi/unbound159
Unbound 1.5.9
2016-06-16 09:46:33 +08:00
Jo-Philipp Wich
c9fd05542c Merge pull request #2635 from kissg1988/pillow
python-imglib/pillow: replace discontinued python-imglib (PIL) with pillow
2016-06-15 16:37:40 +02:00
Hannu Nyman
60827ac3b3 Merge pull request #2860 from dibdot/adblock
adblock: update 1.2.1
2016-06-15 00:17:05 +03:00
Dirk Brenken
672dd10b10 adblock: update 1.2.1
* small optimizations & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-14 22:25:02 +02:00
Michael Hanselmann
414eaacd90 unbound: Switch to non-privileged user
Until now unbound was always running as root by default. A DNS resolver can
easily run under a non-privileged user.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:39 +02:00
Michael Hanselmann
28945ea398 unbound: Rewrite init script to use procd
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Michael Hanselmann
e21d81209c unbound: Update to 1.5.9
Bump unbound to version 1.5.9 released on June 9, 2016.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Michael Hanselmann
0d856b0e47 unbound: Use INSTALL_BIN/DATA for installation
The commands aliased by $(INSTALL_BIN) and $(INSTALL_DATA) set good
permissions, unlike a raw file copy.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Michael Hanselmann
c0e5d5ee45 unbound: Remove named.cache
The custom list of DNS root servers provided with the package is not necessary.
Unbound ships with a built-in list.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Daniel Golle
7fe9033d82 gnurl: update to version 7.48.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 02:28:31 +02:00
champtar
426caa95a2 Merge pull request #2676 from stintel/keepalived
keepalived: fix mips64
2016-06-14 00:33:15 +02:00
Maxim Storchak
ed81839e52 nfs-kernel-server: add workaround for getservbyport
Fixes https://dev.openwrt.org/ticket/20038

Patch is based on http://git.alpinelinux.org/cgit/aports/plain/main/nfs-utils/musl-getservbyport.patch?id=3579df3582b5e5ea53be8cd8eef240f3f0cabb10

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 22:57:45 +03:00
champtar
f8406ea2f2 Merge pull request #2852 from mstorchak/wget
wget: update to 1.18
2016-06-13 20:44:48 +02:00
Maxim Storchak
d80f21fad8 wget: update to 1.18
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:43:01 +03:00
Maxim Storchak
e3f850101e tgt: update to 1.0.65
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:21:24 +03:00
champtar
779a9fa970 Merge pull request #2837 from mstorchak/transmission
transmission: fix transmission-web dependencies
2016-06-13 13:52:41 +02:00
Maxim Storchak
e08324cb1d transmission: fix transmission-web dependencies
Fixes #2835

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 14:06:54 +03:00
champtar
5a142b9359 Merge pull request #2829 from miska/knot
knot: Install more development files
2016-06-13 11:28:07 +02:00
Hannu Nyman
50c0c19ceb Merge pull request #2841 from dibdot/adblock
adblock: release 1.2.0
2016-06-12 20:55:29 +03:00
Dirk Brenken
8ab3d8bdc2 adblock: release 1.2.0
* rework download/backup/restore handling
* rework firewall handling
* refine whitelist parsing
* changed default null-ip to 198.18.0.1 to prevent conflicts with bcp38
* spread traffic from ad servers (port 80/443) on two uhttpd instances,
this fixes timeouts on sites with many ssl ad server connections, i.e.
youtube.com
* provide statistics & last runtime for LuCI interface
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-12 18:53:51 +02:00
Török Edwin
0b2b462ae0 BCP38: don't slow down established connections (#2838)
Enabling BCP38 causes an iptables rule to be inserted before this rule:
ACCEPT     all  --  anywhere             anywhere             ID:66773300 ctstate RELATED,ESTABLISHED

This makes all forwarded packets go through the BCP38 ipset match, which slows
down download speed from 440 Mbit/s to 340 Mbit/s.

Only apply BCP38 match rules if state is NEW.

Bump package version.

Signed-off-by: Török Edwin <edwin@skylable.com>
2016-06-12 15:09:05 +02:00
Mathias Kresin
ed11871c56 ddns-scripts: initialise the is_glue variable
Improve the code as suggested by Christian Schoenebeck.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2016-06-12 12:42:44 +02:00
Hannu Nyman
ca8d2141ef Merge pull request #2394 from donald-rumata/subversion
subversion: bring back from oldpackages and update to current version
2016-06-11 10:12:49 +03:00
Donald Rumata
f69a37532b subversion: bring back from oldpackages and update to current version
Bring back Subversion from oldpackages and update to the latest version.
Create prerm script to stop subversion server and remove init script
on uninstall.

Signed-off-by: Donald Rumata <donald.rumata@gmail.com>
2016-06-11 01:30:46 -04:00
Jonathan Bennett
0f4dfae883 Fwknop: Updates to 2.6.9
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-06-10 22:34:25 -05:00
Michal Hrusecky
95deaac503
knot: Install more development files
Install more development files as those might be used by other software
depending on knot libraries. They are used for example by knot-resolver.

Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz>
2016-06-09 15:59:58 +02:00
Stijn Tintel
9668d0244f keepalived: fix recvmsg/sendmsg on mips64
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-06-09 15:14:19 +02:00
Hannu Nyman
4b0e0a378a sqm-scripts-extra: additional experimental test scripts for SQM
Introduce package for additional experimental scripts for sqm-scripts.
The target is to provide an opportunity to test QoS scripts and qdiscs
still under development. E.g. cake related scripts can be placed here
for testing.

sqm-scripts and luci-app-sqm will pick up the new scripts automatically.

Initially the package contains five cake-related scripts.

The package depends on the main sqm-scripts package.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-08 14:38:51 +03:00
Hannu Nyman
4288540e49 Merge pull request #2826 from tru7/apcupsd
apcupsd: bump to version 3.14.14
2016-06-07 23:29:08 +03:00
Othmar Truniger
26cc3a914a apcupsd: bump to version 3.14.14
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-06-07 22:16:48 +02:00
Miroslav Lichvar
4f2274fc48 chrony: update to 2.4
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2016-06-07 21:21:44 +02:00
Jo-Philipp Wich
9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Xotic750
234a211a74 znc: Added support for ICU through menu configuration
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-06-07 01:16:26 +02:00
Xotic750
9b3666b1bf nginx: Bumped nginx-naxsi to v0.54
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-06-06 20:56:34 +02:00
Karl Palsson
e43ee3187c net/mosquitto: update maintainer email address
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-06-06 10:54:36 +00:00
Karl Palsson
7f7843473f net/mosquitto: bump to v1.4.9
Bugfix release.  Full changelog available at
http://mosquitto.org/2016/06/version-1-4-9-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-06-06 10:54:36 +00:00
Jonas Gorski
601d06dca4 Merge pull request #2787 from Xotic750/znc-runas-shell
znc: Added RUNAS_SHELL variable to assist when using external configuration
2016-06-05 13:27:48 +02:00
Jonas Gorski
ee21450d14 Merge pull request #2785 from Xotic750/znc-163
znc: Bump to v1.6.3
2016-06-05 13:26:50 +02:00
Hannu Nyman
4fa1a49f7e Merge pull request #2811 from dibdot/adblock
adblock: update 1.1.17
2016-06-04 09:56:23 +03:00
Dirk Brenken
d0eceb6b25 adblock: update 1.1.17
* change winspy url again
* various cosmetics left out in former release

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-04 08:36:47 +02:00
Hannu Nyman
4e570fdfb2 Merge pull request #2809 from dibdot/adblock
adblock: update 1.1.16, release 2
2016-06-03 20:46:54 +03:00
Dirk Brenken
26fa1c5df0 adblock: update 1.1.16, release 2
* workaround for LuCI search path issue

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-03 19:40:37 +02:00
Hannu Nyman
81db272d08 Merge pull request #2807 from dibdot/adblock
adblock: update 1.1.16
2016-06-03 16:42:17 +03:00
Dirk Brenken
41b05a5532 adblock: update 1.1.16
* new config option 'adb_restricted' to disable updates of the adblock
config during runtime (no flash writes, disabled by default)
* new update function, to apply latest configuration changes if needed
(/etc/init.d/adblock cfgup)
* fix dns redirect rule
* various optimizations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-03 15:21:55 +02:00
Xotic750
00c5191e3c znc: Added RUNAS_SHELL variable to assist when using external configuration
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-06-03 14:56:02 +02:00
Xotic750
0b52f7d4ec znc: Bump to v1.6.3
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-06-03 14:13:07 +02:00
Hannu Nyman
dd31bada67 aria2: explicitely disable libuv support
If libuv is present within the build environment, aria2 will fail to build
with the following error:

    LibuvEventPoll.cc: In member function 'virtual void aria2::LibuvEventPoll::poll(const timeval&)':
    LibuvEventPoll.cc:144:59: error: invalid conversion from 'void (*)(uv_timer_t*, int) {aka void (*)(uv_timer_s*, int)}' to 'uv_timer_cb {aka void (*)(uv_timer_s*)}' [-fpermissive]
         uv_timer_start(timer, timer_callback, timeout, timeout);
                                                               ^
    In file included from LibuvEventPoll.h:43:0,
                     from LibuvEventPoll.cc:44:
    .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/usr/include/uv.h:770:44: note:   initializing argument 2 of 'int uv_timer_start(uv_timer_t*, uv_timer_cb, uint64_t, uint64_t)'
     UV_EXTERN int uv_timer_start(uv_timer_t* handle,
                                                ^
    Makefile:2271: recipe for target 'LibuvEventPoll.lo' failed
    make[6]: *** [LibuvEventPoll.lo] Error 1

Explicitely disable the libuv support in `configure` to avoid picking up this
unwanted dependency.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

Patch modified to resolve conflict caused by #2804
This closes #2776
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-03 10:02:06 +03:00
Hsing-Wang Liao
773fe036ee aria2: Add SFTP support choice
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-03 10:23:35 +08:00
Hannu Nyman
e6ebcd0557 Merge pull request #2798 from mkresin/ddns-scripts
ddns-scripts: add support for glue records
2016-06-02 22:10:20 +03:00
Hannu Nyman
2edfc807a6 Merge pull request #2756 from kuoruan/packages-master
aria2: update to 1.23.0
2016-06-02 11:52:42 +03:00
Hsing-Wang Liao
726df676bf aria2: Add maintainer
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-02 16:28:32 +08:00
Hsing-Wang Liao
8ee05d3f05 aria2: Add files in order to use LuCI
* Add config file.
* Add init.d file.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-02 16:26:02 +08:00
Mathias Kresin
c5eda035cd vnstat: allow to restore backup from directory
Allow to restore a backup from a directory instead of an url on start.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2016-06-01 21:09:20 +02:00
Mathias Kresin
1416770e3b ddns-scripts: add support for glue records
Assuming the following dns zone configuration for kresin.me:

.                   1800  IN  NS  ns.inwx.de.
home.kresin.me.     1800  IN  NS  gw.home.kresin.me.
gw.home.kresin.me.  60    IN  A   198.51.100.1

Using the example, gw.home.kresin.me is a glue record and used as DDNS
record as well. gw.home.kresin.me points to the OpenWrt installation
where the ddns-scripts are running.

Since ns.inwx.de isn't the authoritative server for home.kresin.me,
a query for the the A record of gw.home.kresin.me will be "forwarded"
to and replied by the authoritative server 198.51.100.1. If the
authoritative server can't be reached, the query times out without any
address returned.

The only way to get the A record of the glue record is to use bind
host in verbose output mode, query ns.inwx.de for gw.home.kresin.me and
evaluate the additional section of the response.

To my knowledge, only bind host in verbose output mode shows the
additional section of the response. Therefore, this features depends on
bind host.

It is not possible to use the bind host verbose mode for all queries.
In verbose mode the "has address" line isn't returned. Grepping for the
hostname might fail if the hostname is CNAME. Grepping for the first
occurrence of an ip-address is way to error prone, since it could
return the ip address of a different record type.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2016-06-01 20:59:47 +02:00
Xotic750
04222aa8a6 nginx: Bumped to v1.10.1
fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450).

Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-05-31 22:54:26 +02:00
Yousong Zhou
d6ceab1d0c Merge pull request #2769 from kuoruan/webui-aria2
webui-aria2: Add package
2016-05-31 10:18:00 +08:00
Hsing-Wang Liao
1213c6ef5a webui-aria2: Add package
* Web interface to aria2

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-31 10:03:31 +08:00
kuoruan
83ee268d4c yaaw: Add package
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-31 10:01:47 +08:00
John Crispin
2482ba2e1e krb5: more uninitialized warning errors
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 18:34:08 +02:00
kuoruan
251c1867e6 aria2: Add xml library choice
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 10:18:49 +08:00
kuoruan
3424ffc8d2 aria2: update to 1.23.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 09:23:17 +08:00
Maxim Storchak
5e78ccfa35 tgt: update to 1.0.64
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-05-28 23:49:19 +03:00
Hauke Mehrtens
78d4c74305 Merge pull request #2741 from karlp/tor-urls
tor: correct URL for dist downloads
2016-05-28 17:28:07 +02:00
Hannu Nyman
959d3a4186 Merge pull request #2751 from dibdot/adblock
adblock: update 1.1.15
2016-05-26 18:59:22 +03:00
Dirk Brenken
4f3f239ff2 adblock: update 1.1.15
* toggle to quickly switch adblocking 'on' or 'off' (/etc/init.d/adblock
toggle)
* new config option 'fetchttl' to set download timeouts (default: 5
seconds)
* better config check, distinct between major/minor changes
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-26 17:43:34 +02:00
Yousong Zhou
e7ed04c246 reaver: fix broken source url
- Switch to release version 1.4
 - Include a bugfix patch not present in version 1.4
2016-05-26 20:14:41 +08:00
Hannu Nyman
7e28f60f24 Merge pull request #2743 from salzmdan/master
knot: update to 2.2.1
2016-05-24 22:22:08 +03:00
Daniel Salzman
1a99ae0356 knot: update to 2.2.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-24 15:47:17 +02:00
Karl Palsson
bb679b6d95 tor: correct URL for dist downloads
Original url was 404.
Fixes Github issue #2284
2016-05-24 09:01:38 +00:00
Hannu Nyman
2a05c1b0fe Merge pull request #2736 from dibdot/adblock
adblock: update 1.1.12
2016-05-24 09:29:30 +03:00
Dirk Brenken
bad84563dc adblock: update 1.1.12
* change wget binary naming
* change winspy source url
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-24 01:50:48 +02:00
Daniel Dickinson
847706ba5a rp-pppoe: Add back from oldpackages with build fixes and enhanced packaging
Add back from oldpackages with fixes for build errors and UCIfication
(for LuCI app submitted in a related PR (against LuCI repo)).

NOTE: Untested packages have been marked with @BROKEN.  This can
be undone of others report success with the sniffer

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-05-23 04:19:19 -04:00
Hannu Nyman
fe89d6fbd7 Merge pull request #2708 from cshore/pull-request-netdiscover-sourceforge
net/netdiscover: Download from SourceForge not unreliable site
2016-05-23 10:41:40 +03:00
Nikos Mavrogiannopoulos
4083de9d74 openconnect: use proto_add_host_dependency
This ensures that a direct route to the connected host is added
by netifd.

Resolves #2548
2016-05-22 17:42:34 +02:00
Yousong Zhou
1011cb545d Merge pull request #2721 from mogulapranay-freescale/xl2tpd-demand-option
xl2tpd: demand option is initialized.
2016-05-21 21:05:50 +08:00
Daniel Golle
c34af20cf8 gnunet: use gnunet-config's new differential write
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-19 19:14:40 +02:00
Jo-Philipp Wich
06d9094348 openconnect: avoid possible implicit dependency on liblz4
If the liblz4 library exists within the build environment, the openconnect
configure will pick it up and start depending on it, leading to the following
build error:

    Package openconnect is missing dependencies for the following libraries:
    liblz4.so.1

Disable LZ4 support in configure in order to avoid this implicit,
nondeterministic dependency.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 11:41:44 +02:00
Jo-Philipp Wich
1e14541ba4 usbip: mark as nonshared
Mark the usbip package nonshared so that is built along with the target
specific binaries and not within the SDK environment.

This is needed since the usbip package draws its source files directly
from the kernel tree which is unavailable within the SDK.

Fixes the following build error encountered by the LEDE buildbots:
http://downloads.lede-project.org/snapshots/faillogs/mipsel_1004kc_dsp/packages/usbip/compile.txt

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-18 15:00:53 +02:00
Daniel Golle
01c642aeb7 gnunet: fix typo in gnunet-flat post-install script
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-18 02:16:15 +02:00
Daniel Golle
03711e5b06 gnunet: update to SVN r37179 and fix SUID permissions (again)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-17 23:38:04 +02:00
Hannu Nyman
96492d71ad Merge pull request #2706 from dibdot/adblock
adblock: update 1.1.11
2016-05-17 00:02:10 +03:00
Dirk Brenken
54b0115d25 adblock: update 1.1.11
* fix changed winspy source url in default config
* fix adblock counters in config
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-16 22:51:07 +02:00
mogulapranay
666baa0d0e xl2tpd: demand option is initialized.
Signed-off-by: mogulapranay <mogulapranay57@gmail.com>
2016-05-16 21:47:57 +05:30
Peter Wagner
2edb2e36ec git: update to 2.8.2
Fixes:
 CVE-2016-2315
 CVE-2016-2324

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-05-13 12:54:35 +02:00
Hannu Nyman
47690a1027 Merge pull request #2695 from dibdot/adblock
adblock: update 1.1.10
2016-05-13 12:25:39 +03:00
Dirk Brenken
57853a6c14 adblock: update 1.1.10
* automatic AP mode detection (change nullip address accordingly)
* (de-)compress backups on the fly
* remove hardcoded path for logger
* documentation update
* change maintainer email address
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 11:07:52 +02:00
Daniel Golle
ae14298757 gnunet: update source and actually package hostlist component
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-12 14:43:10 +01:00
Thomas Heil
5250fae889 Merge pull request #2678 from dirkfeytons/nginx_startlevel
nginx: change start level to 80
2016-05-11 17:59:11 +02:00
Felix Fietkau
b1139e7e73 bmon: fix ncurses dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 12:36:32 +02:00
Dov Murik
958dc4e213 net/rsyslog: update to 8.18.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2016-05-10 10:33:31 -04:00
Dirk Feytons
a24863ccba nginx: change start level to 80
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 15:55:48 +02:00
Dirk Feytons
55ab8ffc5f nginx: correct f3c7cc6
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 11:42:34 +02:00
champtar
dc08dfbaf9 Merge pull request #2661 from salzmdan/master
Update liburcu, add libedit and update knot
2016-05-09 22:22:33 +02:00
heil
f3c7cc6e24 nginx: correct errors from previous merge
Signed-off-by: heil <heil@terminal-consulting.de>
2016-05-09 14:25:18 +02:00
Thomas Heil
820de60c9f Merge pull request #2640 from dirkfeytons/nginx_1.10.0
nginx: upstep to 1.10.0, add Lua module, footprint optimizations
2016-05-09 13:26:48 +02:00
Daniel Dickinson
6e6b61368d net/netdiscover: Download from SourceForge not unreliable site
The most recent developer of netdiscover had self-hosted downloads
but also put the project on SourceForge.  The self-hosted site went
down but SourceForge is much more reliable so I have moved the
download URI to SourceForge (md5sum is the same).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-05-09 01:20:29 -04:00
champtar
d772bbc6a7 Merge pull request #2669 from dibdot/adblock
adblock: update 1.1.2
2016-05-08 19:22:44 +02:00
Dirk Brenken
7b4ad33255 adblock: update 1.1.2
* remove hardcoded paths for system tools like iptables, uci & fetch
(wget)
* support openwrt & lede spin-off
* cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-08 18:57:54 +02:00
Christian Schoenebeck
1bf23bd632 dns-scripts: add DNS lookup support for "drill" and "khost" (Knot DNS)
- add DNS lookup support for "drill" and "khost" (Knot DNS) #2637
- new service nsupdate.info (IPv4 and IPv6) #2433
- new services dyndnss.net, dyns.net (IPv4 only)
- new services dnshome.de, goip.de, myonlineportal.net (IPv4 and IPv6)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-05-08 13:14:45 +02:00
Daniel Golle
23b39e94db gnunet: update source and improve packaging
* push gnurl, gnutls and libmicrohttpd dependencies down to modules
 * use standard UID/GID for gnunet (958/958)
 * use GID adjecent (452) to dnsmasq (453) for gnunetdns to allow
   using the owner match with a range of GIDs (452-452)
 * package new gnunet-social pub/sub CLI tool

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-07 20:11:23 +01:00
Daniel Salzman
0c0331dac5 knot: update to 2.2.0
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-06 15:16:16 +02:00
Peter Wagner
82055305b3 ntpd: update to 4.2.8p7
Fixes the following CVEs:

    Bug 3020 / CVE-2016-1551: Refclock impersonation vulnerability, AKA: refclock-peering
        Reported by Matt Street and others of Cisco ASIG
    Bug 3012 / CVE-2016-1549: Sybil vulnerability: ephemeral association attack, AKA: ntp-sybil - MITIGATION ONLY
        Reported by Matthew Van Gundy of Cisco ASIG
    Bug 3011 / CVE-2016-2516: Duplicate IPs on unconfig directives will cause an assertion botch
        Reported by Yihan Lian of the Cloud Security Team, Qihoo 360
    Bug 3010 / CVE-2016-2517: Remote configuration trustedkey/requestkey values are not properly validated
        Reported by Yihan Lian of the Cloud Security Team, Qihoo 360
    Bug 3009 / CVE-2016-2518: Crafted addpeer with hmode > 7 causes array wraparound with MATCH_ASSOC
        Reported by Yihan Lian of the Cloud Security Team, Qihoo 360
    Bug 3008 / CVE-2016-2519: ctl_getitem() return value not always checked
        Reported by Yihan Lian of the Cloud Security Team, Qihoo 360
    Bug 3007 / CVE-2016-1547: Validate crypto-NAKs, AKA: nak-dos
        Reported by Stephen Gray and Matthew Van Gundy of Cisco ASIG
    Bug 2978 / CVE-2016-1548: Interleave-pivot - MITIGATION ONLY
        Reported by Miroslav Lichvar of RedHat and separately by Jonathan Gardner of Cisco ASIG
    Bug 2952 / CVE-2015-7704: KoD fix: peer associations were broken by the fix for NtpBug2901, AKA: Symmetric active/passive mode is broken
        Reported by Michael Tatarinov, NTP Project Developer Volunteer
    Bug 2945 / Bug 2901 / CVE-2015-8138: Zero Origin Timestamp Bypass, AKA: Additional KoD Checks
        Reported by Jonathan Gardner of Cisco ASIG
    Bug 2879 / CVE-2016-1550: Improve NTP security against buffer comparison timing attacks, authdecrypt-timing, AKA: authdecrypt-timing
        Reported independently by Loganaden Velvindron, and Matthew Van Gundy and Stephen Gray of Cisco ASIG.

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-05-04 18:49:28 +02:00
Daniel Golle
e7089e3d7b gnunet: no longer fail if gnunetdns doesn't exist (yet)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-04 15:27:23 +01:00
Daniel Golle
ce079c382b gnunet: fix priority of ip rule for gnunet-dns
OpenWrt offers a special 'prelocal' routing table at priority 0.
Use it, so local-to-local DNS traffic also gets redirected properly.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-04 15:27:12 +01:00
Anthony Brown
e71f12632a ddns-scripts: update mythic-beasts ipv4 and add mythic-beasts ipv6
Signed-off-by: Anthony Brown <anthony@found-it.net>
2016-05-04 11:28:05 +01:00
champtar
0d7fea637f Merge pull request #2514 from jefferyto/tor-remove-tor-fw-helper
tor: remove tor-fw-helper
2016-05-03 21:48:05 +02:00
champtar
f1188d4632 Merge pull request #2495 from cshore/pull-request-vpnc-auth-fail
net/vpnc: Add option to prevent retry on authentication failure
2016-05-03 21:12:33 +02:00
Hannu Nyman
000b55d063 fwknop: combine two conffiles sections, remove whitespace
fwknop Makefile had two conffiles sections. Combine them.
Remove also the whitespace from conffiles section (see #2652)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-03 10:56:41 +03:00
Hannu Nyman
5a4ffab87b Remove whitespace from conffiles definition in Makefile
The conffiles definition in Makefile should not contain leading whitespace.
Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client.

Reference to discussion at #2652

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-03 10:52:08 +03:00
Marty R
35c2fa24d8 net/nut: Remove whitespace before conffiles
Closes #2652

Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2016-05-03 11:20:10 +09:00
Hannu Nyman
eb0392a6fd Merge pull request #2653 from dibdot/adblock
adblock: update to 1.1.1
2016-05-02 22:05:24 +03:00
Dirk Brenken
262f4551e2 adblock: update to 1.1.1
* discard uncommitted uci changes in case of processing errors
* init script (stop action) now removes all 'adb_src_count' &
'adb_src_timestamp' entries in config
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-02 20:32:00 +02:00
Daniel Golle
ca3dfcfec2 gnunet: use uci-defaults and further break core into components
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-02 15:54:33 +01:00
Hannu Nyman
9227efaa1e Merge pull request #2634 from mrjoel/master
ddns-scripts: add IPv6 config for duckdns.org
2016-05-02 12:59:03 +03:00
Joel Johnson
db68eda93e ddns-scripts: add IPv6 config for duckdns.org
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
2016-05-01 23:00:11 -06:00
Yousong Zhou
3c51c1c0a4 Merge pull request #2648 from pkerling/master
p910nd: Convert p910nd init script to procd
2016-05-01 11:43:02 +08:00
Maximilian Mehnert
3da1c4dbe1 p910nd: Convert p910nd init script to procd
Signed-off-by: Maximilian Mehnert <maximilian.mehnert@gmx.de>
[pkerling@casix.org: increase PKG_RELEASE version]
Signed-off-by: Philipp Kerling <pkerling@casix.org>
2016-05-01 00:10:17 +02:00
champtar
e30c7def08 Merge pull request #2646 from dibdot/adblock
adblock: release 1.1.0
2016-04-30 22:54:14 +02:00
Dirk Brenken
b9aeb82c95 adblock: release 1.1.0
* support more router modes, as long as the firewall and the DNS server
are enabled
* new source sites can be added & changed via awk ruleset in uci config
* source domain count, last update time & overall count will be stored
in uci config
* added 3 new source sites:
   ransomware tracker
   rolist/easylist
   winspy
* switch to minimal inline base64 encoded 1×1 GIF for pixel server
(separate png image no longer needed)
* simplified uci parser
* source download & domain sort optimization
* add whitelist parser with wildcard support
* reduced code size & various cleanups
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-04-30 22:34:09 +02:00
Dirk Feytons
277467147f nginx: upstep to 1.10.0, add Lua module, footprint optimizations
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-04-29 16:16:36 +02:00
Ted Hess
c79656daaf Merge pull request #2621 from ashimokawa/package-ncp
add package for ncp (https://www.fefe.de/ncp)
2016-04-29 06:43:35 -04:00
Andreas Shimokawa
685c609326 ncp: Add new package
Signed-off-by: Andreas Shimokawa <shimokawa@fsfe.org>
2016-04-29 11:17:44 +02:00
Gergely Kiss
fd9d063e94 PIL/pillow: replace discontinued python-imglib (PIL) with pillow
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-04-29 00:22:04 +02:00
Nikos Mavrogiannopoulos
dc5c9b3ee7 ocserv: updated to 0.11.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:12:32 +02:00
Daniel Golle
9ec07844cc gnunet: create install-dir /lib/netifd/proto
Create directory which was accidentally left-out during the previous
commit adding the proto handler.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-25 15:25:35 +02:00
champtar
1ba2193467 Merge pull request #2623 from fededim/master
davfs2: updated to 1.5.4
2016-04-24 21:55:23 +02:00
Rupan
c57445ac96 davfs2: updated to 1.5.4
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-04-24 21:49:59 +02:00
Daniel Golle
72a164f63b gnunet: update defaults, integrate with netifd and fw3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-22 05:09:00 +02:00
Daniel Golle
d961ab28d4 opentracker: bump to git head 2015-12-11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:52 +02:00
Daniel Golle
91301ed6fd freeradius2: update to version 2.2.9
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:51 +02:00
Daniel Golle
d768d36d8f gnunet: update to revision 37051 plus some small fixes
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-18 17:40:06 +02:00
Hannu Nyman
7600b429a1 Merge pull request #2583 from obsy/master
transmission: split packages depending on selected cryptography library
2016-04-16 10:57:31 +03:00
Yousong Zhou
5fc6782e68 Merge pull request #2327 from yousong/aircrack-ng
aircrack-ng: split out airmon-ng as a separate package.
2016-04-16 15:37:25 +08:00
Cezary Jackiewicz
24aca0746b transmission: split packages depending on selected cryptography library
transmission: Shortening the title

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
2016-04-16 08:44:23 +02:00
Hannu Nyman
f9f3a364b9 Merge pull request #2587 from stweil/master
net: Fix typos (found by codespell)
2016-04-13 15:15:36 +03:00
Hannu Nyman
854f6ffcb3 Merge pull request #2593 from fededim/master
lftp: updated to 4.7.1, davfs2: updated to 1.5.3 and reintroduced support for libssp
2016-04-13 13:10:50 +03:00
Rupan
d4e8a28315 lftp: updated to 4.7.1
davfs2: updated to 1.5.3 and reintroduced support for libssp

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-04-13 01:49:25 +02:00
Nuno Goncalves
2308199bb6 nmap: bump to 7.12
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-04-12 23:41:07 +01:00
Karl Palsson
e1720e5849 mosquitto: support optionally writing pidfiles
Uses procd built in pid file support, rather than mosquittos built in
support.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-04-11 14:51:28 +00:00
Saverio Proto
e7cdecf254 tinc: version bump 1.0.28 2016-04-10 20:40:19 +02:00
champtar
fb744a6581 Merge pull request #2486 from yousong/cp-fix
Drop the redundant -r option to $(CP)
2016-04-10 17:56:21 +02:00
Hannu Nyman
7c3620439d Merge pull request #2586 from zioproto/master
tinc: version bump 1.0.27
2016-04-10 14:09:18 +03:00
Stefan Weil
6d2c0fd06f net: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-10 12:51:10 +02:00
Zoltan Herpai
c48f8a318a Merge pull request #2241 from sumpfralle/sshfs-source-change
FUSE moved from sourceforge to github
2016-04-10 12:22:08 +02:00
Saverio Proto
07f647f6c3 tinc: version bump 1.0.27 2016-04-10 09:46:39 +02:00
champtar
529d184dbf Merge pull request #1340 from teslamint/patch-1
coova-chilli: add network option in chilli.config
2016-04-09 23:14:06 +02:00
Daniel Golle
d5445e3262 gnunet: update to svn r36986
fixes bug in resolver logic which was exposed by recent fixes in
various C Standard libraries including musl.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-08 14:18:01 +02:00
Ted Hess
cb9a7c9d08 Merge pull request #2580 from dibdot/adblock
adblock: update 1.0.3
2016-04-07 09:58:22 -04:00
Dirk Brenken
40a9c0a92d adblock: update 1.0.3
* remove syntax glitch & cosmetics
* probably the last 1.0.x release

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-04-07 15:38:30 +02:00
heil
1c51f97033 nginx: bump to version 1.9.13
Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-30 14:28:40 +02:00
Daniel Dickinson
dfe9dfd6e9 net/wavemon: Was incorrectly using host netlink headers
TARGET_CFLAGS was pointing to /usr/include/libnl3 instead
of $(STAGING_DIR)/usr/include/libnl3

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2016-03-29 21:29:45 +01:00
Hannu Nyman
2e917e1cd9 Merge pull request #2554 from antonyantony/isc-dhcp-4.3.3
isc-dhcp: update to 4.3.3 and migrate from oldplackages
2016-03-29 15:13:48 +03:00
heil
9c394b4c1b haproxy: bump to version 1.5.16
[RELEASE] Released version 1.5.16

  Released version 1.5.16 with the following main changes :
    - BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin.
    - BUG/MINOR: acl: don't use record layer in req_ssl_ver
    - BUG: http: do not abort keep-alive connections on server timeout
    - BUG/MEDIUM: http: switch the request channel to no-delay once done.
    - MINOR: config: extend the default max hostname length to 64 and beyond
    - BUG/MEDIUM: http: don't enable auto-close on the response side
    - BUG/MEDIUM: stream: fix half-closed timeout handling
    - BUG/MEDIUM: cli: changing compression rate-limiting must require admin level
    - BUILD: freebsd: double declaration
    - BUG/MEDIUM: sample: urlp can't match an empty value
    - BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay.
    - BUG/MEDIUM: peers: old stick table updates could be repushed.
    - CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro.
    - BUG/MINOR: chunk: make chunk_dup() always check and set dst->size
    - MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero
    - MINOR: chunks: add chunk_strcat() and chunk_newstr()
    - MINOR: chunk: make chunk_initstr() take a const string
    - BUG/MEDIUM: config: Adding validation to stick-table expire value.
    - BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week
    - BUG/MEDIUM: channel: fix miscalculation of available buffer space.
    - BUG/MINOR: stream: don't force retries if the server is DOWN
    - MINOR: unix: don't mention free ports on EAGAIN
    - BUG/CLEANUP: CLI: report the proper field states in "show sess"
    - MINOR: stats: send content-length with the redirect to allow keep-alive
    - BUG: stream_interface: Reuse connection even if the output channel is empty
    - DOC: remove old tunnel mode assumptions
    - DOC: add server name at rate-limit sessions example
    - BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation
    - BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation
    - BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly
    - BUG/MINOR: http: Be sure to process all the data received from a server
    - BUG/MEDIUM: chunks: always reject negative-length chunks
    - BUG/MINOR: systemd: ensure we don't miss signals
    - BUG/MINOR: systemd: report the correct signal in debug message output
    - BUG/MINOR: systemd: propagate the correct signal to haproxy
    - MINOR: systemd: ensure a reload doesn't mask a stop
    - CLEANUP: stats: Avoid computation with uninitialized bits.
    - CLEANUP: pattern: Ignore unknown samples in pat_match_ip().
    - CLEANUP: map: Avoid memory leak in out-of-memory condition.
    - BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and last rule is a CONNECT with no port
    - BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs
    - MINOR: cfgparse: warn when uid parameter is not a number
    - MINOR: cfgparse: warn when gid parameter is not a number
    - BUG/MINOR: standard: Avoid free of non-allocated pointer
    - BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition
    - CLEANUP: http: fix a build warning introduced by a recent fix
    - BUG/MINOR: log: GMT offset not updated when entering/leaving DST

Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-29 13:09:27 +02:00
Matthias Schiffer
68cf2944b0 fastd: update to v18
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-03-29 00:29:43 +02:00
Peter Wagner
d986ccd6c5 git: update to 2.7.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-03-28 19:49:27 +02:00
Vasilis Tsiligiannis
bfc8c0acb8 Merge branch 'rsyslog-upgrade-to-8.17.0' of https://github.com/dubek/packages 2016-03-28 20:01:03 +03:00
Dov Murik
2b59c7c88e net/rsyslog: Upgrade to 8.17.0
* From 8.17.0 rsyslog depends on libfastjson (instead of libjson-c).
2016-03-28 08:49:06 -04:00
W. Michael Petullo
c35ba8097a krb5: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-03-26 21:40:51 -04:00
Vasilis Tsiligiannis
0e105b356e nsd: Update to v4.1.9
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2016-03-27 04:18:47 +03:00
champtar
a7935f4dbc Merge pull request #2558 from dibdot/adblock
adblock: update 1.0.2
2016-03-26 12:41:37 +01:00
Dirk Brenken
e32bbffc7b adblock: update 1.0.2
* fix corner case during shallalist backup/restore

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-26 12:24:38 +01:00
Antony Antony
7f594309bf isc-dhcp: update to 4.3.3. Migrate from oldplackages
Signed-off-by: Antony Antony <antony@phenome.org>
2016-03-25 13:17:46 +01:00
Matthias Schiffer
4457604f3b ethtool: update to v4.5
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-03-25 00:07:35 +01:00
Daniel Golle
784e6a1761 gnunet: update to r36953 and break-out peerstore
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-24 16:17:45 +01:00
Hannu Nyman
131547a6e7 Merge pull request #2546 from dibdot/adblock
adblock: update 1.0.1
2016-03-23 23:27:34 +02:00
Dirk Brenken
a066df55a5 adblock: update 1.0.1
* optimize list sort
* simplified block list removal

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-23 21:02:45 +01:00
Daniel Dickinson
a25514e9ad net/vpnc: Add option to prevent retry on authentication failure
On some systems too many retries with authentication failure results
in IP or username being locked out, so add option to prevent retries
in the event of authentication failure

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-03-23 02:06:34 -04:00
Nikos Mavrogiannopoulos
5e28a2e0d7 ocserv: updated to 0.11.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-03-21 20:28:01 +01:00
Noah Meyerhans
d21ff2a0cb Merge pull request #2526 from DonkZZ/bind
net/bind: Update db.root
2016-03-20 13:54:24 -07:00
Hannu Nyman
9ea127d524 Merge pull request #2527 from commodo/ovs-kernel-patch-fix
openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
2016-03-20 17:38:21 +02:00
DonkZZ
40ac8c32d4 net/bind: PKG_RELEASE increased
Signed-off-by: DonkZZ <donk@evhr.net>
2016-03-20 14:42:53 +01:00
DonkZZ
707851401c net/bind: Update db.root
The contents of the file "db.root" is very old (12 years).
Here's a new version downloaded from ftp://ftp.internic.net/domain/

Signed-off-by: DonkZZ <donk@evhr.net>
2016-03-20 14:38:15 +01:00
DonkZZ
6cff74db52 net/bind: Little cleaning in named.init
The variable "config_file" appears twice.

Signed-off-by: DonkZZ donk@evhr.net
2016-03-20 14:29:36 +01:00
Alexandru Ardelean
6cb655eba8 openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-20 12:19:43 +02:00
Jonathan McCrohan
620e8fe8c7 wavemon: update to v0.8.0
Requires small changes to the included header files in order to build
successfully using musl.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2016-03-20 01:47:32 +00:00
Marty R
a72cb6c955 nut: upstream version bump
Version bump package to latest v2.7.4 code from upstream. No changes needed for packaging.
2016-03-18 22:41:47 -07:00
Hannu Nyman
fb65dbc1b8 Merge pull request #2485 from commodo/ovs-kernel-4.4
openvswitch: add support for kernel 4.4
2016-03-18 10:25:21 +02:00
Christian Beier
676f9a0845 ola: fix dependency issues.
This adds one patch from the upcoming 0.10.2 release to exclude Avahi/DNS-SD from build time
detection and properly adds liblo as a dependency.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2016-03-17 19:18:36 +01:00
Michael Hanselmann
e14f9ac57f [Unbound] Update to 1.5.8
Bump unbound to version 1.5.8 released on March 2, 2016.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-03-17 15:35:39 +01:00
Jeffery To
aed4a488c8 tor: remove tor-fw-helper
The "internal pure-C" tor-fw-helper was removed in 0.2.7.5. This removes
the tor-fw-helper package and references to its dependencies.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-17 21:13:01 +08:00
Toke Høiland-Jørgensen
1911d558b9 radsecproxy: Update to v1.6.7.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-03-15 21:29:41 +01:00
Hannu Nyman
4c8c8fc4cf Merge pull request #2499 from tru7/knxd
knxd: bump to new version
2016-03-13 13:10:53 +02:00
Othmar Truniger
8bd81e6537 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-03-13 12:02:31 +01:00
Cezary Jackiewicz
c7f3f3e7d0 transmission: update to 2.92, refresh patches 2016-03-12 10:55:42 +01:00
Yousong Zhou
92b0575e28 Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22).  The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option.  So let's just tidy up the usage now.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-03-12 01:23:28 +08:00
Peter Wagner
1c729d723d openssh: update to 7.2p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-03-11 16:52:04 +01:00
Alexandru Ardelean
0bef472f60 openvswitch: add support for kernel 4.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-11 05:46:17 +02:00
Alexandru Ardelean
0932e4fbf2 openvswitch: fix pthread stack size patch
pthread_attr needed to be applied.
otherwhise it still crashes.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-10 18:41:10 +02:00
Noah Meyerhans
e46c33fbd5 bind: Update to 9.9.8-P4 to resolve CVE-2016-1285 and CVE-2016-1286
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-03-09 12:54:51 -08:00
Christian Beier
56b9aba719 ola: update to 0.10.1
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2016-03-09 19:09:10 +01:00
Hannu Nyman
720572322e Merge pull request #2475 from dibdot/adblock
adblock: release 1.0.0
2016-03-09 00:08:32 +02:00
Dirk Brenken
9f719e4c2c adblock: release 1.0.0
* add sysctl.org as new adblock source
* add main debug switch (by default all stderr outputs are going to
/dev/null)
* small cleanups
* first 'stable' release! ;-)

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-08 22:52:07 +01:00
Karl Palsson
59296333a2 mosquitto: Bump to version 1.4.8
Changelog and release notes:
http://mosquitto.org/2016/02/version-1-4-8-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:31:21 +00:00
Karl Palsson
02caa85cb3 mosquitto: convert init script to procd
Adds support for persistence settings.
Bumps package version for new init script.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:28:03 +00:00
Karl Palsson
05aa35194e mosquitto: Include viable stub config file
This should always have been available in the mosquitto package itself.
This file needs to exist in basic form to allow the init scripts to even check whether it exists.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:47 +00:00
Karl Palsson
39ea72b186 mosquitto: use mirrored files/ tree
Instead of manually copying files and renaming on install, use the nice
clean "files/<mirror>" structure and just $(CP) them into place.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:43 +00:00
Karl Palsson
eb287ff334 mosquitto: package c++ bindings
Only available in the "full" SSL version.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:40 +00:00
Christian Schoenebeck
32c9818b14 ddns-scripts: fix comparing IPv6 addresses
fix comparing IPv6 addresses

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-03-07 12:04:50 +01:00
Zhao, Gang
5247bd7ea4 shadowsocks-client: change git repository url
Change the git repository url to use https. Because it's found that in
some network environments http doesn't work.

Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2016-03-07 08:53:05 +08:00
Peter Wagner
0cc876bc65 openssh: v7.2p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-03-06 22:42:27 +01:00
Hannu Nyman
48e134b6ab Merge pull request #2457 from commodo/ovs-upgrade
openvswitch: pull released version 2.5.0
2016-03-06 20:25:55 +02:00
Hannu Nyman
2768408f27 Merge pull request #2462 from zhao-gang/ss-client-update
shadowsocks-client: version bump to 0.6
2016-03-06 20:20:47 +02:00
Hannu Nyman
1624cc2d03 Merge pull request #2454 from dibdot/adblock
adblock: 0.91.0
2016-03-06 20:13:39 +02:00
Zhao, Gang
db6dd3e9df shadowsocks-client: version bump to 0.6
The patch has been merged by upstream.

Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2016-03-06 18:42:17 +08:00
Christian Schoenebeck
38866917d8 ddns-scripts: correct freedns.afraid.org update url and new provider
- roll back to "old" update_url of freedns.afraid.org fix for #2445 and openwrt/luci#661
- add provider nubem.com (IPv4 only)
- add provider nettica.com (IPv4 only)
- add provider zerigo.com (IPv4 and IPv6)
- add provider regfish.de (IPv4 and IPv6)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-03-05 21:44:19 +01:00
Alexandru Ardelean
91f5e2dbf2 openvswitch: pull released version 2.5.0
Also added a patch (from OVS trunk) that fixes pthread
thread stack sizes with musl.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-05 10:19:43 +02:00
Dirk Brenken
8a0e3c0940 adblock: 0.91.0
* fix blocklist footer/counter
* optimize/rework blocklist rulesets
* change source url for spam404 and yoyo
* code cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-04 15:23:01 +01:00
Yousong Zhou
a2a5c3b20a Merge pull request #2441 from urusha/newpkg2
Add arp-scan package
2016-03-02 10:36:40 +08:00
Sergey Urushkin
9811743dee arp-scan: add package
Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
2016-03-01 12:58:21 +03:00
Jo-Philipp Wich
9f5057a175 Merge pull request #2397 from stintel/snmp
net-snmp: reload snmpd on interface events
2016-03-01 06:32:51 +01:00
Stijn Tintel
2789e6b3f3 ddns-scripts: uclient-fetch supports -4/-6
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-02-29 11:38:23 +01:00
Hannu Nyman
31b70f938f Merge pull request #2435 from dibdot/adblock
adblock: 0.90.0
2016-02-28 22:40:30 +02:00
Dirk Brenken
a869954089 adblock: 0.90.0
* all relevant adblock events will be properly written to syslog/stdout
* removed needless 'debug log' option
* add optional parm 'adb_forcedns' to redirect all queries to local
resolver (default: '1', enabled)
* revised space check
* various code cosmetics & cleanups

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-28 21:26:41 +01:00
Daniel Golle
98259c3c9e gnunet: package REST interface, break-up experiments
new packages: gnunet-rest, gnunet-rps, gnunet-social
also improve package descriptions and maintain order

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-27 19:44:31 +02:00
Luka Perkov
e16c53636d Merge pull request #2371 from plntyk/fix_squid_krb5
squid: disable krb5
2016-02-26 12:25:09 +01:00
Daniel Golle
123dec1d82 gnunet: update sources to r36918
always build experimental code, as 'dv' and 'flat' components are
now packaged independently.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-26 13:19:16 +02:00
diizzyy
7e38b9befe ddns-scripts: add dynu.com
Add dynu.com service

Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
2016-02-26 11:40:17 +02:00
diizzyy
8f97885bc1 ddns-scripts: bump package release
Update package release due to changes
2016-02-24 08:22:38 +01:00
diizzyy
4543f12b97 ddns-scripts: fix freedns.afraid.org
Add correct URL

Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
2016-02-24 08:20:40 +01:00
Hannu Nyman
9401ed35c4 Merge pull request #2409 from dibdot/adblock
adblock: 0.80.1
2016-02-22 22:27:18 +02:00
Dirk Brenken
babad56cc6 adblock: 0.80.1
* fix ip6tables reject types
* simplified firewall ruleset for IPv4/IPv6
* fix memory detection (swap was always 0)
* fix dnsmasq restart after partial restore
* ad hotplug support, adblock will be started when wan interface comes
up
* change adblock init script accordingly, do nothing on 'boot'
* optimize wget parameters for faster download results (in case of an
error)
* added CC installation notes to readme
* removed needless external online check
* removed needless optional parms 'adb_maxtime', 'adb_maxloop',
'adb_probeipv4' and 'adb_probeipv6'

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-22 21:19:22 +01:00
Luka Perkov
b6f8e32089 Merge pull request #2391 from dedeckeh/master
pptpd: Make mppe and logwtmp configurable as uci parameters
2016-02-21 16:45:04 +01:00
Hannu Nyman
33c05a1bfb Merge pull request #2400 from dibdot/adblock
adblock: 0.80.0
2016-02-21 17:31:08 +02:00
Dirk Brenken
43fb20ccc3 adblock: 0.80.0
* removed no longer needed ntp sync
* simplified wan uplink check
* simplified adblock config parser (removed needless callbacks during
parsing)
* partly rearrange config options
* ruadlist/easylist are no longer marked as experimental
* updated documentation (esp. regarding new LuCI frontend)

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-21 16:19:14 +01:00
Claudio Leite
e7678c7f0c ngircd: update to version 23
Signed-off-by: Claudio Leite <leitec@staticky.com>
2016-02-20 17:49:15 -05:00
Stijn Tintel
5b1e9eefd0 net-snmp: reload snmpd on interface events
When applying wireless configuration changes, the ifindex of the
wireless interface(s) change. While snmpd picks up the new interfaces
with the correct index, it does not remove the old ones:

IF-MIB::ifName.23 = STRING: wlan0
IF-MIB::ifName.24 = STRING: wlan1
IF-MIB::ifName.25 = STRING: wlan0
IF-MIB::ifName.26 = STRING: wlan1

This causes problems for monitoring tools that use ifName (or ifDesc) as
interface reference. Add a trigger that reloads snmpd on interface
up/down events so that it will no longer have the old interfaces.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-02-20 16:46:17 +01:00
Nikos Mavrogiannopoulos
03c0a3ea31 ocserv: updated to 0.10.12
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-02-19 17:02:09 +01:00
Hannu Nyman
b7ee11001b Merge pull request #2374 from tru7/linknx
linknx: bump to new version on new repo
2016-02-19 15:46:58 +02:00
Hannu Nyman
9264117f45 Merge pull request #2372 from salzmdan/master
knot: update to 2.1.1
2016-02-19 15:46:25 +02:00
Hannu Nyman
e51808dc8d Merge pull request #2396 from dibdot/adblock
adblock: 0.70.2
2016-02-19 15:13:11 +02:00
Dirk Brenken
c353ed253c adblock: 0.70.2
* fix wan update detection failure

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-19 14:04:32 +01:00
Stefan Hellermann
e7f0d02076 prosody: update to 0.9.10, switch to procd init script
Update to 0.9.10 due to https://prosody.im/issues/issue/585
The init script seems to block, as "prosodyctl start" started to block
at least on my configuration. I switched to a procd init script, which
deals with blocking processes.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2016-02-18 21:37:12 +01:00
Hans Dedecker
ea0bdc3360 pptpd: Make mppe and logwtmp configurable as uci parameters
Add uci option mppe which makes the mppe parameter configurable;
the default value is required,no40,no56,stateless as before.

Add uci option logwtmp; when enabled updates wtmp when users
connect and disconnect

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-02-18 10:44:00 +01:00
Luka Perkov
b878c6efaa Merge pull request #2388 from ryzhovau/snort_nosql
snort: remove useless mysql/pgsql options
2016-02-17 11:44:10 +01:00
Miroslav Lichvar
5d74d04ac1 chrony: update to 2.3
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2016-02-16 21:53:29 +01:00
Hannu Nyman
17be9d1d23 Merge pull request #2389 from dibdot/adblock
adblock: 0.70.1
2016-02-16 21:50:15 +02:00
Dirk Brenken
d27b8c82a9 adblock: 0.70.1
* fix root cause for https timeout issues
* fix startup issues via luci
* detach init start process to fix luci timeout issues
* fix html header in adblock pages
* fix adblock.conf options to single quotes

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-16 19:50:38 +01:00
Alexander Ryzhov
cd554e1386 snort: increase PKG_RELEASE
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-16 09:22:50 -05:00
Alexander Ryzhov
45803c7628 snort: remove useless mysql/pgsql options
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-16 09:03:58 -05:00
Toke Høiland-Jørgensen
d93b4ab307 sqm-scripts: Bump to v1.0.7.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-02-16 12:32:21 +01:00
Daniel Salzman
4a54847916 knot: update to 2.1.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-02-15 12:51:53 +01:00
Hannu Nyman
70e86e18a1 Merge pull request #2386 from dibdot/adblock
adblock: update to 0.70.0
2016-02-15 13:44:02 +02:00
Dirk Brenken
7609da872d adblock: update to 0.70.0
* openwrt init system support, see /etc/init.d/adblock
* support for two new adblock sources: openphish and ruadlist/easylist
* partial block list restore, i.e. if a single list download failed
* fix performance regression on sites with links to https ad servers
* removed no longer used samples dir
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-15 12:25:21 +01:00
Christian Schoenebeck
42ff9a7d5f ddns-scripts: update to version 2.6.2-1
- renamed (lower case) filenames and servicenames for no-ip.com, cloudflare.com and bind_nsupdate including modifing existing configurations #2375
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-02-13 17:00:33 +01:00
Othmar Truniger
3448cd9385 linknx: bump to new version on new repo
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-02-11 19:00:37 +01:00
Dirk Neukirchen
4c21039884 squid: disable krb5
- fix build error reported by buildbot by disabling krb5
- libcom_err from krb5 is used - configure output:
configure: WARNING: library 'com_err' is required for Heimdal Kerberos
- krb5 has its own libcom_err (see krb5 package) with its own symbols

- linking with wrong libcom_err from libext2fs produces errors during
libgssapi_krb5.so: undefined reference to `error_message@com_err_3_MIT'
libgssapi_krb5.so: undefined reference to `remove_error_table@com_err_3_MIT'
libgssapi_krb5.so: undefined reference to `add_error_table@com_err_3_MIT'
-> remove libext2fs dependency (wasnt working anyway - no PKG_BUILD_DEP)

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2016-02-11 09:16:56 +01:00
Peter Wagner
ff305cb8fe git: update to 2.7.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-02-10 19:58:08 +01:00
Daniel Golle
351f42ca54 usbip: use eudev instead of udev
udev was dropped from core and replaced by eudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 19:00:53 +02:00
Christian Schoenebeck
ba929dd1f7 privoxy: bump to version 3.0.24
* upstream to Privoxy 3.0.24
* add facility to set compile options
* add file list to be saved on sysupgrade
* fixed PKG_MAINTAINER string
* add port 8118 used by privoxy to /etc/services
* new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-02-07 21:52:02 +01:00
Damiano Renfer
d3c22bf985 net/dnscrypt-proxy: update 1.6.1, security update see https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.6.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-02-07 18:22:26 +01:00
Hannu Nyman
cdf08481cf Merge pull request #2352 from chris5560/radicale
Radicale: bump to version 1.1.1
2016-02-07 12:51:54 +02:00
Christian Schoenebeck
f237c2e089 Radicale: bump to version 1.1.1
* upstream to Radicale 1.1.1
* add file list to be saved on sysupgrade

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-02-06 17:09:26 +01:00
Christian Schoenebeck
5bd03b4e9a ddns-scripts: update to 2.6.1-1 with several fixes
- new function expand_ipv6()
- expand IPv6 before compare https://dev.openwrt.org/ticket/21725
- Fix split_FQDN() to return host.subdomain correctly  #2334
- modified check for musl library used by nslookup #2341 #2346 thanks to Arjen de Korte

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-02-06 15:48:39 +01:00
Hannu Nyman
72aa1e370d Merge pull request #2344 from dibdot/adblock
adblock: 0.60.1
2016-02-03 20:40:08 +02:00
Dirk Brenken
1b8358b1ab adblock: 0.60.1
- fix possible race condition during startup
- fix duplicate logging during startup
- fix wget parms to prevent partitial downloads
- fix iptables rules to meet openwrt user chains
- added a rule in output chain to reject local ad related requests as
well
- changed default IPv4/IPv6 blackhole ip address to fix routing issues
with windows clients

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-02-03 19:19:29 +01:00
diizzyy
c7d0a55a08 nfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE
Use libevent2 instead of libevent
Update copyright to 2016
Bump PKG_RELEASE due to package changes

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-02-02 05:32:42 +01:00
Dov Murik
f091258d85 net/rsyslog: update to 8.16.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2016-01-31 20:50:26 -05:00
Florian Fainelli
f564dbefb7 Merge pull request #2326 from ffainelli/iptraf
net: Add iptraf-ng
2016-01-30 19:27:16 -08:00
Luka Perkov
032f102035 Merge pull request #2264 from dangowrt/squid-libcom_err-builddep
squid: build-depend on libext2fs
2016-01-29 18:04:34 +01:00
Yousong Zhou
f0a06c9ed2 aircrack-ng: split out airmon-ng as a separate package.
As said in a related github discussion thread [1], OpenWrt is so small a
system that

 - "airmon-ng check kill" does not have much to check
 - airmon-ng takes up too much space for not that much benefit (bringing
   up monitor interface with just iw should be enough for at least b43
   and ath9k drivers)

Airmon-ng depends on a lot of utility binaries to run and these
dependencies increase the installation size.  With this commit we can
provide a working airmon-ng and a smaller aircrack-ng package.

Dependency spec of airmon-ng is also reworked to

 - select usbutils only if USB feature is available
 - select pciutils only if PCI feature is available

While doing the split, this commit also contains a few other minor
changes

 - Use SPDX identifier for license name.
 - Add PKG_LICENSE_FILES definition.
 - Set PKG_MAINTAINER (MAINTAINER variable will take value from it).

 [1] https://github.com/openwrt/packages/pull/1693

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-01-29 16:20:43 +08:00
Florian Fainelli
70812e5533 net: Add iptraf-ng
Add iptraf-ng 1.1.4 which is the successor of iptraf. Tested on
the realview target.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2016-01-28 14:18:14 -08:00
Thomas Heil
0f56a58785 Merge pull request #2275 from xypron/apache
net/apache: use @APACHE download facility
2016-01-26 14:02:59 +01:00
Hannu Nyman
5bdd69c1f6 Merge pull request #2304 from dibdot/adblock
adblock: update to 0.60.0
2016-01-26 12:17:02 +02:00
Hannu Nyman
6d0e86d3bc Merge pull request #2310 from chris5560/master
ddns-scripts: Ver.2.6.0 - support hostip and uclient-fetch
2016-01-26 10:39:03 +02:00
Hannu Nyman
efe0b245c1 Merge pull request #2306 from mlichvar/chrony-update-2.2.1
chrony: update to 2.2.1
2016-01-26 10:30:59 +02:00
Peter Wagner
26beaa56e1 ntpd: update to 4.2.8p6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-01-25 20:25:47 +01:00
Dirk Brenken
75b0ded581 adblock: update to 0.60.0
* "zero-conf" installation & setup, usually no manual config changes
required (i.e. ip address, network devices etc.)
* full IPv4 and IPv6 support
* new adblock list source (malwaredomainlist.com)
* adblock related statistics will be done by iptables
* removed curl dependency
* for IPv6 support you need 'kmod-ipt-nat6'
* fix Chaos Calmer compability 
* various small changes & fixes
* updated documentation
* updated maintainer email address

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2016-01-25 18:13:19 +01:00
heil
a69ba3efe3 haproxy: add pending patches from upstream
- [PATCH 11/13] BUG/MEDIUM: peers: table entries learned from a remote
 - [PATCH 12/13] BUG/MEDIUM: peers: old stick table updates could be
 - [PATCH 13/13] CLEANUP: haproxy: using _GNU_SOURCE instead of

Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 17:00:31 +01:00
heil
203740d180 nginx: add naxsi module
- this brings back naxsi support aka WAF for nginx

Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 16:57:07 +01:00
Dirk Feytons
b6ce25c971 nginx: upstep to 1.9.9
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-01-25 16:07:51 +01:00
heil
39bc4992a1 prosody: upgrade to 0.9.9
fixes:
    * path traversal vulnerability in mod_http_files (CVE-2016-1231)
    * use of weak PRNG in generation of dialback secrets (CVE-2016-1232)

Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 13:29:55 +01:00
Michael Heimpold
583c062b13 u2pnpd: update to 0.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-24 21:50:03 +01:00
Christian Schoenebeck
3008cee722 ddns-scripts: Ver.2.6.0 - support hostip and uclient-fetch
- add support for "hostip" to get_registered_ip() as alternative to "Bind host" package https://dev.openwrt.org/ticket/20893#comment:5
- allow to send updates using compiled-in certificate file/path of curl/wget #2242 #2243 #2245
- add support for uclient-fetch / libustream-ssl.so
- remove /128 prefix-filter in get_local_ip() via interface #2268
- add dyndns.org to services_ipv6 https://forum.openwrt.org/viewtopic.php?id=62103
- readd duckdns.org to services #2251 (lost somewhere in data heaven)
- add zzzz.io service #2302
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-01-24 20:04:26 +01:00
Miroslav Lichvar
af9b3b9add chrony: update to 2.2.1
Fixes CVE-2016-1567.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2016-01-24 18:16:09 +01:00
Felix Fietkau
cd98970dc8 tgt: depend on @KERNEL_AIO and @KERNEL_DIRECT_IO instead of modifying the global kernel config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-24 10:17:28 +01:00
Florian Fainelli
89cce919ec net: Import cifs-utils
Import cifs-utils from old packages:

* update to 6.4
* add upstream patch to fix builds with musl
* add license information
* add myself as maintainer

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2016-01-23 13:46:21 -08:00
Noah Meyerhans
734bec0045 bind: Allow packages to be built with optional filter-aaaa option
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-01-23 11:25:38 -08:00
Noah Meyerhans
150e7adf38 bind: upgrade to 9.9.8-P3
Fixes:
 * CVE-2015-8704
 * CVE-2015-3193
 * CVE-2015-8000
 * CVE-2015-8461

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2016-01-23 08:02:35 -08:00
Felix Fietkau
9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Steven Barth
393a788cc0 strongswan: bump to 5.3.5
Signed-off-by: Steven Barth <steven@midlink.org>
2016-01-20 14:45:46 +01:00
Steven Barth
ac00fff281 Merge pull request #2289 from stintel/strongswan
strongswan: preserve /etc/ipsec.d during upgrade
2016-01-20 14:28:17 +01:00
Steven Barth
f9f8dcd960 Merge pull request #2263 from jsiverskog/mdnsresponder_bump_version
mdnsresponder: bump to 576.30.4.
2016-01-20 14:18:05 +01:00
Stijn Tintel
e8d9c06e2e strongswan: preserve /etc/ipsec.d during upgrade
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-01-19 15:36:15 +01:00
Karl Palsson
4c35fd1a80 mosquitto: properly separate the passwd utility
Building both variants improperly tried to include the passwd utility
for the non-ssl variant, as the variable was set for the ssl variant.

Use properly separated install tasks to install additional files, rather
than hacking around inside the single target.

Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-19 11:42:09 +00:00
Karl Palsson
d49593161f mosquitto: fix old whitespace bug
Introduced back in 2014

Fixes: cd21cbb82e
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-01-19 10:41:58 +00:00
Wojciech Dubowik
c29df28843 linuxptp: Add the package
Linuxptp is a user space software implementation of IEEE 1588
Precision Time Protocol standard.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Reviewed-by: John Crispin<blogic@openwrt.org>
2016-01-19 11:04:02 +01:00
Jo-Philipp Wich
6d20db9138 mosquitto: fix whitespace error introduced with 7a6a575887
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-18 09:50:37 +01:00
Heinrich Schuchardt
cbdec721ac net/apache: use @APACHE download facility
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-17 19:39:37 +01:00
Peter Wagner
fab13041b3 openssh: update to 7.1p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-01-15 21:23:18 +01:00
Karl Palsson
87f167437b mosquitto: Bump to version 1.4.7
Minor changes mostly unrelated to OpenWRT.
Full changelog at http://mosquitto.org/2015/12/version-1-4-7-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-15 09:32:18 +00:00
Karl Palsson
7a6a575887 mosquitto: optionally include mosquitto_passwd utility
Many users of the SSL build of mosquitto need the passwd utility for
managing keys.

Fixes github issue #1909

Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-15 09:32:08 +00:00
Peter Wagner
a0fac8b9a0 ntpd: update to 4.2.8p5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-01-14 17:50:10 +01:00
Daniel Golle
2294fc8629 squid: build-depend on libext2fs
squid uses libcom_err, a static library provided by libext2fs

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 00:07:53 +01:00
Jacob Siverskog
a69081e53a mdnsresponder: bump to 576.30.4.
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2016-01-13 18:15:04 +01:00
Leonardo Brondani Schenkel
4df353c1b2 ddns-scripts: bump 2.5.0 to release 5 2016-01-10 11:54:24 +01:00
Leonardo Brondani Schenkel
b740a68d24 ddns-scripts: allow setting CloudFlare 'rec_id' in the config
This is necessary when there are multiple records for the same domain,
otherwise the script will overwrite the first one returned by the API.
It has the secondary benefit of allowing faster updates by performing
only one API call instead of two.

In case 'rec_id' is not set the script behaves exactly as before.

Signed-off-by: Leonardo Brondani Schenkel <leonardo@schenkel.net>
2016-01-08 19:47:57 +01:00
Nikos Mavrogiannopoulos
c63841baa6 ocserv: updated to 0.10.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-01-10 08:30:45 +01:00