Commit graph

1515 commits

Author SHA1 Message Date
Hannu Nyman
c1dc8cd0e4 Merge pull request #2139 from Adze1502/master
mwan3: update to version 2.0-1
2015-12-18 18:47:42 +02:00
Hans Dedecker
48b74a8311 ddns-scripts: Add support for the service dtdns.com
Support is added for the service dtdns.com (https://www.dtdns.com)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-12-17 15:07:41 +01:00
Hannu Nyman
bebf94b165 Merge pull request #2138 from dibdot/adblock
adblock: feature update
2015-12-17 15:46:09 +02:00
Jeroen Louwes
725cfe6b8e mwan3: update to version 2.0-1
Fix issue with sticky sessions not working correctly
Fix issue where user created ipsets were not applied

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-12-17 12:11:50 +01:00
Dirk Brenken
1f5d9e641c adblock: feature update
* add two new blocklist sources: adaway.org and disconnect.me
* each blocklist source will be processed separately (no longer use one
big monolithic adblocklist), duplicates makes no harm to dnsmasq 
* url timestamp check to download and process only updated blocklists
* overall duplicate removal in separate blocklists (will be
automatically disabled on low memory systems) 
* additional checks & various small changes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-17 11:49:31 +01:00
Hannu Nyman
93eb9b495c wget: bump version to 1.17.1
Update wget to version 1.17.1.
Remove patches as they are included upstream.

Changes in Wget 1.17.1
* Fix compile error when IPv6 is disabled or SSL is not present.
* Fix HSTS memory leak.
* Fix progress output in non-C locales.
* Fix SIGSEGV when -N and --content-disposition are used together.
* Add --check-certificate=quiet to tell wget to not print any warning
  about invalid certificates.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-12-15 13:52:35 +02:00
Hannu Nyman
fdebb21d76 Merge pull request #2127 from commodo/ola-fix-build
ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
2015-12-15 12:18:41 +02:00
Alexandru Ardelean
c03066deca krb5: bump to version 1.13.3 and fix uninitialized warning/error
Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare
rule can be used with MD5 checksum.

Add patch to fix build:
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]
                 prev->next = lp->next;

There does not seem to be a way for 'prev' being uninitialized
(logically), however the compiler does not see that, because
'prev' is dependent on i >= 1.
So, we just need to initialize it to NULL.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 11:58:22 +02:00
Hannu Nyman
5b64b48715 Merge pull request #2128 from hansmi/master
[Unbound] Update to 1.5.7
2015-12-15 11:50:51 +02:00
Alexander Ryzhov
054da2264f sslh: respect LDFLAGS
Closes: #2078

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-12-15 00:13:19 +00:00
Michael Hanselmann
67567e4536 [Unbound] Update to 1.5.7
Bump unbound to version 1.5.7 released on December 10, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2015-12-14 23:33:18 +01:00
Alexandru Ardelean
1c74804bc5 ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
Reported buildbot issue is:
/store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const'
collect2: error: ld returned 1 exit status

There's also a discussion (attempt) to fix this on the buildroot project:
  https://patchwork.ozlabs.org/patch/503884/

This bug has been reported (from the buildroot project), here:
  https://github.com/OpenLightingProject/ola/issues/880

This commit introduced the issue:
  bfc1d99055
specifically the `-fvisibility-inlines-hidden` switch.

So, until, the upstream project (ola) fixes this, this fix
looks like the quickest/simplest workaround to have this package build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 00:03:20 +02:00
Hannu Nyman
a653ee82a4 Merge pull request #2123 from commodo/ovs-musl-fix
openvswitch: fix build with musl and GCC 5
2015-12-14 19:42:35 +02:00
Kiril Zyapkov
9d3877d446 sshtunnel: switch to procd
This changeset removes the shell wrapper the package used previously,
and uses the instance-management abilities of procd to track ssh
processes. Many fixes and improvements were integrated from the
package maintainer's branch at

https://github.com/nunojpg/packages/tree/sshtunnel

Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
2015-12-14 09:35:03 +02:00
tripolar
0444536ea6 Merge pull request #2124 from commodo/ntpd-build-fix
ntpd: add libcap to default dependencies of the ntpd package
2015-12-13 23:44:57 +01:00
Alexandru Ardelean
2238ccc7c2 ntpd: add libcap to default dependencies of the ntpd package
Seems ntpdate also requires this lib:
```
Package ntpdate is missing dependencies for the following libraries:
libcap.so.2
make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1
make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd'
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 23:14:52 +02:00
Luka Perkov
9bd34cd554 Merge pull request #2121 from v-vid/master
bump version to 3.5.12
2015-12-13 21:42:41 +01:00
Nuno Goncalves
b2bfb56bea nmap: bump to 7.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-13 20:36:27 +00:00
Alexandru Ardelean
9afb25cc5a openvswitch: fix build with musl and GCC 5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 21:50:11 +02:00
v-vid
af2f21c96c Bump version to 3.5.12 2015-12-13 18:14:02 +01:00
Hannu Nyman
f0be8b0ea2 Merge pull request #2105 from dddaniel/master
atftp: Fix "undefined reference" linker errors.
2015-12-11 13:52:48 +02:00
Daniel Danzberger
8bc1404ff5 atftp: Fix "undefined reference" linker errors.
These errors were caused by using "inline" functions in a non-static context.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2015-12-11 11:52:20 +01:00
Rupan
761f82175b davfs2: simplified dependencies and added support for LFS
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-12-11 02:54:52 +01:00
Toke Høiland-Jørgensen
91a597eebe sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-12-09 15:01:14 +01:00
Nikos Mavrogiannopoulos
893481234f ocserv: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:55:23 +01:00
tripolar
90e1587d07 Merge pull request #2077 from ryzhovau/etherwake_ldflags
etherwake: respect LDFLAGS
2015-12-07 17:42:20 +01:00
tripolar
1f18c200a2 Merge pull request #2042 from neheb/master
openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
2015-12-07 16:30:18 +01:00
Alexander Ryzhov
5d964c5faa vnstat: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-06 08:53:51 -05:00
Alexander Ryzhov
a93cbf84db etherwake: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-06 08:35:06 -05:00
Daniel Golle
22c907b0e1 gnunet: work-around config sections naming
gnunet's config section may contain dashes '-' which isn't an
allowed character for sections in UCI.
Thus replace the first underscore with a dash which in gnunet-config
sections, as that happends to be work for all currently used sections.
e.g. this now allows accessing sections like transport-http_server via
an UCI sections called transport_http_server as well as namestore-flat
using an UCI section called namestore_flat.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-04 19:00:35 +01:00
Daniel Golle
9de00726ba gnunet: improve packaging
some general packaging fixes for cadet and conversation.
allow building experimental components multicast, psyc, social.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-04 18:33:18 +01:00
Daniel Golle
2ad0476c9b gnunet: update to svn r36713
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Daniel Golle
068928a7af gnurl: update to 7.45.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Mirko Vogt
c0e04c18a7 move slightly modified package 'daemonlogger' from old packages feed 2015-12-02 15:29:56 +01:00
Yousong Zhou
c6e689d266 xl2tpd: bump to version devel-20151125
Main changes are as the following

 - Allow specifying port in server option, e.g. example.com:1702 (fixes
   github issue #1960 "xl2tpd port change bug").
 - Fixes NULL dereference on connection timeout
 - Update 100-makefile_opt_flags.patch

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-12-02 20:50:10 +08:00
heil
a265450e65 haproxy: bump to version 1.5.15
- integrate pending patches

Signed-off-by: heil <heil@terminal-consulting.de>
2015-12-02 12:08:32 +01:00
Hannu Nyman
eeb2ccb860 Merge pull request #2049 from dibdot/adblock
adblock: maintenance update
2015-11-29 17:59:07 +02:00
Dirk Brenken
45f005d856 adblock: maintenance update
* remove "downloads" category from shallalist default configuration, due
to false positives (i.e. debian & microsoft update sites)
* remove example white- & blacklist entries
* further optimize shallalist handling
* fix domain merging with empty whitelist
* various minor fixes & enhancements
* documentation update


Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-29 16:44:24 +01:00
Nikos Mavrogiannopoulos
99526baae2 ocserv: corrected path for ocserv-fw
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 23:09:36 +01:00
Nikos Mavrogiannopoulos
18595194cf ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 23:06:26 +01:00
Nikos Mavrogiannopoulos
62c95a10a8 ocserv: updated to 0.10.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:06 +01:00
Stijn Tintel
f3d1722bb2 strongswan: add upstream patch for bug in 5.3.4
See https://wiki.strongswan.org/issues/1213

Removed the changes to charon-xpc.c because they didn't apply and are
only used on OS X anyway.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-11-28 12:38:40 -05:00
Mangix
ea119211b2 openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
Signed-off by: Rosen Penev <rosenp@gmail.com>
2015-11-27 20:03:47 -08:00
Hannu Nyman
c508fe103a Merge pull request #2030 from dibdot/adblock
adblock: bugfix release
2015-11-26 23:45:01 +02:00
Dirk Brenken
2d40930fa0 adblock: bugfix release
* fix download parms
* fix tmp vars
* other small fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-26 21:48:05 +01:00
Hannu Nyman
aad69485ed wget: backport upstream fix to re-enable disabling ipv6
Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration.
Backport an upstream commit that fixes the disabling of ipv6 in wget.
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-26 19:21:23 +02:00
Jonas Gorski
2e91dc6bb7 znc: drop GCC dependencies
OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need
to depend on specific versions anymore. Fixes visibility with GCC 5,
the current default.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-11-26 13:00:31 +01:00
Hannu Nyman
5ca6d406b6 wget: fix nossl variant in 1.17
wget-nossl variant for wget 1.17 is broken in upstream.
Copy a patch from upstream mailing list to fix compilation.
http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-26 12:00:00 +02:00
Ted Hess
54d5f57db5 Merge pull request #1965 from thess/redsocks-build
redsocks: updates to latest source and gcc build options
2015-11-25 09:02:20 -05:00
Nikos Mavrogiannopoulos
67498cffdf ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:24:39 +01:00
Nikos Mavrogiannopoulos
3b87afcea8 vpnc-script: don't attempt to resolve domains which match the local domain
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:23:43 +01:00
Nikos Mavrogiannopoulos
b70b5d0b5e ocserv: Added option to pass split-dns configuration to clients
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:04:03 +01:00
Nikos Mavrogiannopoulos
1f9b054deb vpnc-script: create dnsmasq entries for connections where default domain is set
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-24 23:52:58 +01:00
Hannu Nyman
5465aecf1a Merge pull request #2019 from dibdot/adblock
adblock: reduce memory consumption
2015-11-24 23:56:50 +02:00
Dirk Brenken
6d75710491 adblock: reduce memory consumption
* rework shallalist processing: significantly reduce memory consumption
during archive extraction and merging.
* considerable reduce memory consumption during adblock source
processing.
* considerable reduce memory consumption of sort (sorts only the domain
list and not the bigger dnsmasq file)

other changes:
* auto detection/defaults for adb_if, adb_dev, adb_ntpsrv, adb_maxloop,
adb_maxtime and adb_minspace - these options can be safely removed from
previous adblock configuration file
* check total memory and main uhttpd configuration on startup
* documentation update

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-24 22:29:05 +01:00
Ted Hess
aa62dfd38d Merge pull request #1995 from br101/master
pingcheck: Add new package
2015-11-24 13:50:45 -05:00
Hannu Nyman
9510a11bcc Merge pull request #1999 from dibdot/adblock
adblock: logging & documentation update
2015-11-24 20:47:29 +02:00
Thomas Peterson
bc5c8fdbee cshark: update to latest git HEAD 2015-11-24 12:39:20 -05:00
Álvaro Fernández Rojas
67e785f6a6 Merge pull request #2001 from hnyman/wget117
wget: update to version 1.17
2015-11-24 08:21:14 +01:00
Nikos Mavrogiannopoulos
b4b2d83c42 ocserv: when default-domain is set, enable split-dns
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-24 00:18:00 +01:00
Steven Barth
8bf976096e strongswan: update to 5.3.4
Fixes CVE-2015-8023

Signed-off-by: Steven Barth <steven@midlink.org>
2015-11-23 14:25:41 +01:00
Nuno Goncalves
35ab69b62f nmap: bump to 7.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-11-22 19:21:32 +00:00
Peter Wagner
b65967668d ntpd: update to 4.2.8p4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-22 00:59:39 +01:00
Hannu Nyman
e989f69114 wget: update to version 1.17
Update wget to 1.17.

Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-21 11:32:43 +02:00
Dirk Brenken
1c4a92c9f6 adblock: logging & documentation update
- centralized logging via separate function to stdout, syslog and file
- remove dependencies between helper functions
- add two new options "adb_maxtime" and "adb_maxloop"
- add description to every adblock config option (see
adblock.conf.sample)
- update README.md

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-21 08:04:34 +01:00
Steven Barth
4cd52a64ac Merge pull request #1992 from Adze1502/master
mwan3: update to version 2.0-0
2015-11-20 09:40:56 +01:00
Bruno Randolf
e221605078 pingcheck: Add new package
Pingcheck is a daemon for OpenWRT which checks the online status of individual
network interfaces and makes this information available via UBUS and by
triggering "online" and "offline" scripts.

It is maintained at: https://github.com/br101/pingcheck

Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-11-19 21:34:34 +00:00
Toke Høiland-Jørgensen
7069b07a12 sqm-scripts: Drop dependency on 'ip'. 2015-11-19 17:20:07 +01:00
Steven Barth
82b9e65ff0 Merge pull request #1606 from teslamint/patch-2
coova-chilli: fix compile error with musl
2015-11-19 16:27:15 +01:00
Steven Barth
78097ac590 Merge pull request #1645 from feckert/master
extend net-snmp functionality
2015-11-19 16:26:40 +01:00
Steven Barth
f45e48214c Merge pull request #1988 from brainsucker-na/master
strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
2015-11-19 12:37:34 +01:00
Toke Høiland-Jørgensen
5346fa8dc5 sqm-scripts: Bump to v1.0.5. 2015-11-19 11:44:47 +01:00
Jeroen Louwes
8ff00a6273 mwan3: update to version 2.0-0
IPv6 support! :D
Big code overhaul; expect bugs..

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-11-19 09:37:30 +01:00
brainsucker-na
f705b3c0bf strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
gmpdh plugin implements DH Groups (same as normal GMP plugin), but links to GMP statically and is stripped of all RSA based stuff. Binary size for plugin is ~20kbytes with no dependency on libgmp (200+ kbytes after squash), easilly fitting into flash space restricted devices.

strongswan-isakmp metapackage defines a minimal set of strongswan plugins (including gmpdh) for ISAKMP / IKEv1 PSK tunnels. Will fit even 4mb routers (like tplink wr841n) with disabled IPv6 support and packages (so its a trade - IPv6 or ipsec tunnels).

Signed-of-by: Mikalai Miadzvedz <brainsucker.na@gmail.com>
2015-11-19 00:45:41 +03:00
Dirk Brenken
3dc3e1d214 adblock: fix redirection issues
fix more corner cases because of mksh to ash migration
fix logical glitch during startup

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

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

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

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

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

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

Please apply to upstream - thank you!

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

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-12 04:59:48 +01:00
Luka Perkov
a150eb16f3 git: update to 2.6.3
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-12 00:56:22 +01:00
Ted Hess
25c6b0818f Merge pull request #1946 from dibdot/master
adblock: uci support, dynamic uhttpd instance support plus various fixes
2015-11-11 17:00:32 -05:00
Daniel Gimpelevich
6e883328e8 vpnc: dirty hack for musl compatibility
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-11-11 13:29:43 -08:00
Dirk Brenken
1f5ed5d040 adblock: uci support, dynamic uhttpd instance support plus various fixes
* add uci support
* add dynamic uhttpd instance support
  (no longer rely on uhttpd config changes)
* package reordering
* plus various fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-11 19:39:51 +01:00
Dov Murik
7c0b1e07a5 net/rsyslog: add new package
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-11-11 10:01:01 -05:00
Luka Perkov
726e9dcafd Merge pull request #1914 from sairon/fossil-fix-makefile
fossil: fix Makefile for GNU Make < 3.82
2015-11-10 01:33:21 +01:00
Álvaro Fernández Rojas
60c4f0339e Merge pull request #1930 from mstorchak/tgt
tgt: update to 1.0.61
2015-11-09 07:06:18 +01:00
Maxim Storchak
186b29820a tgt: update to 1.0.61
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 19:47:50 +02:00
Maxim Storchak
97c50ca2db netatalk: fix dependency: libattr instead of attr
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 19:24:01 +02:00
Luka Perkov
94d295e25e fossl: update to 1.34
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-04 22:46:58 +01:00
Christian Schoenebeck
7ea8be0b0d ddns-scripts: rollup to version 2.5.0-1
- add -V / --version parameter to show version information
- new option lookup_host as host to use by nslookup/host to validate IP address changes, to be separate from [DOMAIN] parameter which produces a lot of questions in the forum and on multi-host updates
- new option param_enc for optional usage inside update_url [PARAMENC] (will be send urlencoded)
- new option param_opt for optional usage inside update_url [PARAMOPT]
- new service strato.de (IPv4 only) requested by ludwig.jaffe@
- new service variomedia.de (IPv4 & IPv6) requested by Wolfgang Oertl #1884
- rewritten function get_service_data to read services/service_ipv6 file
- allow 3rd parameter inside services/service_ipv6 file - here should be the answer of the ddns provider on success. If parameter is set, it's checked by ddns-scripts and report errors to logfile/syslog if failed and retry
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-11-04 21:29:22 +01:00
Jan Čermák
04fd610e9e fossil: fix Makefile for GNU Make < 3.82
make defconfig (or feeds update) raised following error for fossil
package on Ubuntu 14.04 LTS with GNU Make 3.81:
    Makefile:47: *** missing separator.  Stop.

To fix this, empty blocks are now defined instead of using undefine
directive which was added in GNU Make 3.82.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-11-04 18:22:41 +01:00
Ted Hess
86d352bf65 Merge pull request #1913 from dddaniel/master
atftp: fix invalid read in tftp_send_request.
2015-11-04 11:08:45 -05:00
Daniel Danzberger
8159bf7990 atftp: fix invalid read in tftp_send_request.
This invalid read of 1 byte caused a segfault
on some arm platforms.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2015-11-04 16:28:50 +01:00
Yousong Zhou
f335446e3b pppossh: use exec with pty option to eliminate a level of bufferbloat
While at it, also do the following fixes

 - Drop the URL pointing to the old github repo
 - Fix detection of default set of private keys

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-11-03 15:13:33 +08:00
Toke Høiland-Jørgensen
8b18ca42f0 sqm-scripts: Bump to v1.0.4. 2015-11-02 18:05:14 +01:00
Luka Perkov
96b257a705 fossil: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-01 16:31:59 +01:00
Nikos Mavrogiannopoulos
637bc76c06 ocserv: allow enabling proxy ARP
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-01 13:19:51 +01:00
Nikos Mavrogiannopoulos
25eeddbb21 ocserv: if ocserv.conf.local is present append it to ocserv.conf
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-01 13:18:45 +01:00
Steven Barth
2506f249be Merge pull request #1905 from kissg1988/seafile
seafile-server: fix dependency and postinst script
2015-11-01 07:18:21 +01:00
Gergely Kiss
c2393dd796 seafile-server: make postinst script work with Image Generator
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-11-01 00:45:12 +01:00
Luka Perkov
2cab2bb7bb nginx: bump to 1.9.6
In this bump as agreed with Thomas we are dropping out all the nginx 3rd party
addons. In case you would like to see your 3rd party addon included please send
a pull request and make sure it works with newest version.

Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-10-31 20:41:12 +01:00
Gergely Kiss
cd3e8088fb seafile-server: fix broken dependency on seafile-ccnet
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-10-31 19:56:38 +01:00
Nikos Mavrogiannopoulos
ce06021897 ocserv: simplify IPv6 network setting
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-31 12:22:16 +01:00
Nikos Mavrogiannopoulos
7c9c18e756 ocserv: removed unecessary instructions and script
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-31 11:52:47 +01:00
Michael Hanselmann
2f0f2c4cd9 [Unbound] Update to 1.5.6
Bump unbound to version 1.5.6 released on October 20, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2015-10-30 21:39:08 +01:00
Steven Barth
8cf751141b Merge pull request #1895 from yousong/add-pppossh
pppossh: new package for network proto "pppossh"
2015-10-30 08:06:09 +01:00
Daniel Golle
46c7831304 openvswitch: work-around kernel architecture detection
caught on build-bot:
make -C /store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/linux-ramips_rt305x/linux-3.18.21 M=/store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/openvswitch-2.4.0/datapath/linux modules
make[7]: Entering directory `/store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/linux-ramips_rt305x/linux-3.18.21'
Makefile:610: arch/mipsel/Makefile: No such file or directory

Declare LINUX_KARCH to package's build-system to resolv this.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-30 01:06:02 +01:00
dirk
10bd039c37 powerful adblock script to block ad/abuse domains
Signed-off-by: dirk <dirk@brenken.org>
2015-10-28 00:02:23 +01:00
Hauke Mehrtens
49d2473bdc iotivity: add resource-container
This is the new interface to add support for non OIC protocols to IoTivity.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
2015-10-27 19:09:24 +01:00
Hauke Mehrtens
f5e06e1205 iotivity: update to version 1.0.0
This brings IoTivity to version 1.0.0. The patches removed by this
commit are merged upstream now. There are some new patches needed for
new problems with Big Endian CPUs and also for musl. The plugin manager
was removed in upstream IoTivity 1.0.0.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
2015-10-27 19:09:24 +01:00
Yousong Zhou
2fd8dfad4c pppossh: new package for network proto "pppossh"
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-10-27 21:00:08 +08:00
Michael Haas
e86e8d9d35 wifidog: Bump to 1.3.0
* Updates wifidog to latest upstream release.
* Removes patches/100-musl-compat.patch as that's included in 1.3.0

Signed-off-by: Michael Haas <haas@computerlinguist.org>
2015-10-25 09:56:55 +01:00
Aedan ARFETT Renner
9c121aa2d1 mwan3-luci updated to 1.4-4
Hard-coded location of ip (/usr/bin/ip) in controller file
Added space after "for" in .htm files to clean it up

signed-off-by: Aedan "ARFETT" Renner <chipdankly@gmail.com>
2015-10-23 13:04:18 -07:00
Steven Barth
b7684e953b Merge pull request #1833 from commodo/keepalived-libnl
keepalived: update to use only libnl-genl
2015-10-22 10:43:43 +02:00
Daniel Golle
1f312e49af freeradius2: cleanup init script
The initscript originally imported from oldpackages no longer does
the job, sed'ery around ifconfig is just not the way.
Remove stuff which can also be done via /etc/freeradius2/* or
/etc/default/radiusd instead.

Fixes #1769 and #1193

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-21 03:11:50 +02:00
Steven Barth
cf13856040 Merge pull request #1876 from mlichvar/chrony-update-2.2
chrony: update to 2.2
2015-10-20 13:36:53 +02:00
Jeroen Louwes
5ca8b0227d mwan3: update to version 1.6-3
Fix for changed location ip binary

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-10-20 10:04:20 +02:00
Miroslav Lichvar
116daf94e6 chrony: update to 2.2
Support for authentication with command key was replaced with
communication over Unix domain socket.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2015-10-20 07:56:22 +02:00
Miroslav Lichvar
c75e456e25 chrony: remove old files
Remove files that were accidentally included in the previous merge
(pull request #1802). The obsolete patches are breaking the build now.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2015-10-17 14:22:46 +02:00
Michael Hanselmann
c4db8d95ae [Unbound] Update to 1.5.5
Bump unbound to version 1.5.5 released on October 6, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2015-10-14 22:37:51 +02:00
Steven Barth
52585203a1 Merge pull request #1858 from oneru/patch-1
Fwknop: Fix setting getting overwritten
2015-10-13 11:30:39 +02:00
Miroslav Lichvar
71559ae85f chrony: import from oldpackages
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2015-10-13 10:10:53 +02:00
Steven Barth
c6fbda003d Merge pull request #1800 from TuxCoder/master
chaosvpn: add new package
2015-10-13 08:50:39 +02:00
Jonathan Bennett
d836259386 Fwknop: Fix setting getting overwritten
A typo in the init file was causing a certain setting to be overwritten on every daemon start.

Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-10-12 22:28:28 -05:00
Matteo Croce
3c4a091aa4 Merge pull request #1849 from drizzt/master
fwknop: fix building without gpg
2015-10-12 18:57:03 +02:00
Matthias Schiffer
8b1b1dd9f3 ethtool: update to v4.2
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-10-12 15:22:58 +02:00
Timothy Redaelli
eb23237cc1 fwknop: fix building without gpg 2015-10-09 17:10:13 +02:00
Nikos Mavrogiannopoulos
65b536c931 ocserv: updated to 0.10.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-07 16:38:19 +02:00
Steven Barth
1d853ac05a all: get rid of kmod-ipv6 dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-06 09:04:29 +02:00
Steven Barth
4d9501bdf3 Merge pull request #1837 from cyanidium/master
nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix
2015-10-06 09:00:18 +02:00
Marty R
064d84ab90 nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix
Headers are required by collectd as mentioned in #1801. This is the nut portion based on dwmw2@d636841cd1d1dfab04cb509520c082738ddfb2ea
Happy to merge with 15.05 as per #1803.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
[martin.p.rowe@gmail.com: condensed InstallDev lines]

Added package nut-web-cgi based on demorfi@7e340f47944ff4a9c49d3b1dc6c1d9d965cd344c. Closes #1614.
Pending signoff by @demorfi
[martin.p.rowe@gmail.com: simplified implementation, no changes to Config.in]

Added package nut-avahi-service similar to other implementations in #618
Bugfix to remove redundant NUT_DRIVER_SERIAL config
Bugfix to make UPSLOG config actually install (requires PKG_RELEASE bump)
Some code tidy-ups
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2015-10-03 18:11:28 -07:00
Baptiste Jonglez
0496608450 bmon: Adapt to libnl package split, only depend on required parts
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2015-10-03 18:42:58 +02:00
Peter Wagner
8025353d76 git: update to 2.6.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-03 11:22:11 +02:00
Peter Wagner
a5729ee727 nfs-kernel-server: update to 1.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-03 11:19:22 +02:00
Steven Barth
35f0dc67ac Merge pull request #1805 from stefanhorning/ddns_service
ddns: Added schokokeks.org to ddns services
2015-10-03 10:44:26 +02:00
Steven Barth
30f8ca7ade Merge pull request #1830 from commodo/ovs-2.4.0-released
openvswitch: use released version 2.4.0
2015-10-03 10:23:10 +02:00
Steven Barth
e0e0936040 Merge pull request #1831 from commodo/aircrack-ng-libnl-update-fix
aircrack-ng: use libnl-genl
2015-10-03 10:22:49 +02:00
John Crispin
fe31939c0e cgi-io: add a small helper cgi that can be used by RPCD based UIs
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-02 14:00:25 +02:00
Alexandru Ardelean
4da84af953 openvswitch: use released version 2.4.0
The previous version was an unreleased one from the OVS trunk.
This one is the released version, described here:
  http://openvswitch.org/pipermail/announce/2015-August/000078.html

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-10-02 10:22:03 +03:00
Alexandru Ardelean
b6f53282c5 aircrack-ng: use libnl-genl
Adding libnl-core and libnl-genl as deps.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-10-02 09:24:16 +03:00
Yousong Zhou
2817f1d920 xl2tpd: bump version
The update is mainly for addressing some memory corruption and segementation
faults issues observed when running xl2tpd in OpenWrt.  The relevant upstream
pull request was at link [1]

 [1] Devel fix valgrind #77, https://github.com/xelerance/xl2tpd/pull/77

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-10-02 08:20:24 +08:00
Michael Heimpold
31e6a7832a u2pnpd: add new package
u²pnpd announces a device as UPnP basic device on the
network so that an user could easily find it. It tries
to detect various system information automatically, however
everything can be overridden by UCI settings.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-10-01 23:49:20 +02:00
Alexandru Ardelean
0773a12ff5 keepalived: update to use only libnl-genl
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-10-01 21:31:52 +03:00
Marko Ratkaj
d003d3c06d squid: bump version to 3.5.9
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:44:31 +02:00