Commit graph

1430 commits

Author SHA1 Message Date
Othmar Truniger
3ccbb9e011 knxd: bump new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-12-31 17:10:25 +01:00
Othmar Truniger
93c8077856 knxd: bump new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-12-27 18:03:23 +01:00
Peter Wagner
a8ad5cd54d tor: update to 0.2.7.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-12-27 16:32:25 +01:00
Hannu Nyman
97a6a903e8 Merge pull request #2129 from commodo/krb5-upgrade-n-fix
krb5: bump to version 1.13.3 and fix uninitialized warning/error
2015-12-22 11:11:44 +02:00
Hannu Nyman
67b327ea36 Merge pull request #2140 from dedeckeh/master
ddns-scripts: Add support for the service dtdns.com
2015-12-21 22:36:56 +02:00
Ted Hess
eae3e52962 Merge pull request #2161 from dibdot/adblock
adblock: bugfix
2015-12-21 08:55:28 -05:00
Dirk Brenken
bdb599ff28 adblock: bugfix
* fix cornercase during domain query removal

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-21 14:35:03 +01:00
Hans Dedecker
1fd0982f8e ddns-scripts: Update PKG_RELEASE after adding dtdns support 2015-12-21 10:43:34 +01:00
Ted Hess
8ff10cdc38 Merge pull request #2158 from dibdot/adblock
adblock: small changes
2015-12-20 19:57:19 -05:00
Dirk Brenken
8e041736fc adblock: small changes
* add whocares.org as additional source
* add adblock statistics (requires query log)
* cosmetics

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-20 22:40:54 +01:00
Nikos Mavrogiannopoulos
a0391c4f75 vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-20 19:31:27 +02:00
Nikos Mavrogiannopoulos
74413b8220 Merge pull request #2157 from biblbroks/vpnc-scripts-dns-fix
vpnc-scripts: Fix handling of multiple VPN DNS servers
2015-12-20 18:58:58 +02:00
Aleksandar Radovanovic
00c9d9078a vpnc-scripts: Fix handling of multiple VPN DNS servers
Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server.

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
2015-12-20 14:48:59 +00:00
Dov Murik
102eb3d656 net/rsyslog: update to 8.15.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-12-20 15:42:00 +02:00
Alexandru Ardelean
f1b88fd69e mdnsresponder: (fix build) use TARGET_CC as LD
Probably related to -fstack-protector being used.
Got the idea from:
  http://ubuntuforums.org/showthread.php?t=352642&p=10100263#post10100263
  Regarding the missing __stack_check_fail_local, using gcc as the linker instead of ld fixes the issue without disabling stack protection as with -fno-stack-protector.

Fixes linker errs on some targets:
  objects/prod/dnssd_clientstub.c.so.o: In function `handle_resolve_response':
  dnssd_clientstub.c:(.text+0x395): undefined reference to `__stack_chk_fail_local'
  objects/prod/dnssd_clientstub.c.so.o: In function `handle_query_response':
  dnssd_clientstub.c:(.text+0x4bd): undefined reference to `__stack_chk_fail_local'

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-19 18:55:22 +02:00
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