aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | openvswitch: split bin tools into separate packagesAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | And move them under an "Open vSwitch" submenu. It's cleaner this way. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | openvswitch: update titles for ovs-benchmark and ovs-monitor-ipsec packagesAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | openvswitch: remove redundant postint ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | openvswitch: fix source paths for the install ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I guess these were left since some initial OVS package versions. They were fine up until recently. Some of the build artifacts got a little messy and thus the OpenWRT OVS package got a little messy. This cleans it up a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | openvswitch: depend on kernelUlrich Weber2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | so ovs gets rebuild on kernel changes Signed-off-by: Ulrich Weber <uw@ocedo.com>
* | | | ocserv: prevent a crash if the per-user dir does not existNikos Mavrogiannopoulos2016-01-05
| | | | | | | | | | | | | | | | Relates #2167
* | | | knxd: add one uci option for one cmdline arg. add a lot comments in the ↵Patrick Grimm2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config file (closes #2233) Signed-off-by: Patrick Grimm <patrick@lunatiki.de> Acked-by: Othmar Truniger <github@truniger.ch> [Squashed patches from PR into single one, bump PKG_RELEASE] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | knxd: use procd (refs #2233)Patrick Grimm2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de> Acked-by: Othmar Truniger <github@truniger.ch> [Squashed patches from PR] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #2237 from clarkwang/privoxy-list-more-than-9Hannu Nyman2016-01-04
|\ \ \ \ | | | | | | | | | | privoxy: "list" does not work when there are 10+ entries
| * | | | privoxy: "list" does not work when there are 10+ entriesClark WANG (Home)2016-01-03
| |/ / / | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | Merge pull request #2196 from jow-/masterJo-Philipp Wich2016-01-04
|\ \ \ \ | |/ / / |/| | | DD: freeradius2: completely disable runtime OpenSSL version checks
| * | | freeradius2: completely disable runtime OpenSSL version checksJo-Philipp Wich2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever we ship fixed libopenssl binaries in DD, the Freeradius daemon fails at startup because it detects a mismatch of the build time and runtime OpenSSL version. Since our OpenSSL updates for DD are ABI compatible we do not need or even want this superflous check. Removing it saves us the effort to rebuild Freeradius after every OpenSSL version bump. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | Merge pull request #2220 from tru7/knxdHannu Nyman2016-01-01
|\ \ \ \ | | | | | | | | | | knxd: bump new version
| * | | | knxd: bump new versionOthmar Truniger2015-12-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #2221 from MikePetullo/krb5Hannu Nyman2016-01-01
|\ \ \ \ \ | |_|_|/ / |/| | | | krb5: update to 1.14
| * | | | krb5: update to 1.14W. Michael Petullo2015-12-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #2214 from MikePetullo/lighttpdHannu Nyman2015-12-31
|\ \ \ \ \ | | | | | | | | | | | | lighttpd: update to 1.4.38
| * | | | | lighttpd: update to 1.4.38W. Michael Petullo2015-12-30
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / / / scapy: update to 2.3.1W. Michael Petullo2015-12-30
|/ / / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #2164 from mstorchak/rsyncTed Hess2015-12-30
|\ \ \ \ | | | | | | | | | | rsync: update to 3.1.2
| * | | | rsync: update to 3.1.2Maxim Storchak2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://rsync.samba.org/security.html#s3_1_2: If you're using a version of rsync older than 3.1.2 as a client and receiving files from an rsync server that you might not fully trust, this version adds extra checking to the file list to prevent the sender from tweaking the paths and/or the transfer requests in a way that could cause a file to be received outside the transfer destination. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | Upgrade OpenVSwitch to version 2.5.0 to support kernels up to 4.3Jeroen van Bemmel2015-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most patches for 4.1 are no longer needed, only a minor patch to fix a missing WAIT_ANY constant. 2.5.0 depends on nf_conntrack (ipv4 and ipv6) Signed-off-by: Jeroen van Bemmel <jvb127@gmail.com>
* | | | | Merge pull request #2186 from olmari/add-dy-fi-ddnsHannu Nyman2015-12-28
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: Added dy.fi service
| * | | | | ddns-scripts: Added dy.fi serviceSami Olmari2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dy.fi dynamic dns provider into ddns-scripts (ipv4) services file. Tested-by: Vaasa Hacklab ry <info@vaasa.hacklab.fi> Signed-off-by: Sami Olmari <sami@olmari.fi>
| * | | | | ddns-scripts: Added dy.fi serviceSami Olmari2015-12-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dy.fi dynamic dns provider into ddns-scripts (ipv4) services file. Tested-by: Vaasa Hacklab ry <info@vaasa.hacklab.fi> Signed-off-by: Sami Olmari <sami@olmari.fi>
* | | | | Merge pull request #2162 from Adze1502/masterHannu Nyman2015-12-27
|\ \ \ \ \ | | | | | | | | | | | | mwan3: update to version 2.0-2
| * | | | | mwan3: update to version 2.0-2Jeroen Louwes2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix iptables issue where a needed ipset was not created if first wan that came online was not a member of policy. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | Merge pull request #2172 from oneru/fwknop-2.6.8Hannu Nyman2015-12-27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update fwknop to 2.6.8
| * | | | | Update fwknop to 2.6.8Jonathan Bennett2015-12-25
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | knxd: bump new versionOthmar Truniger2015-12-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | tor: update to 0.2.7.6Peter Wagner2015-12-27
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #2129 from commodo/krb5-upgrade-n-fixHannu Nyman2015-12-22
|\ \ \ \ | | | | | | | | | | krb5: bump to version 1.13.3 and fix uninitialized warning/error
| * | | | krb5: bump to version 1.13.3 and fix uninitialized warning/errorAlexandru Ardelean2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #2140 from dedeckeh/masterHannu Nyman2015-12-21
|\ \ \ \ \ | |_|/ / / |/| | | | ddns-scripts: Add support for the service dtdns.com
| * | | | ddns-scripts: Update PKG_RELEASE after adding dtdns supportHans Dedecker2015-12-21
| | | | |
| * | | | ddns-scripts: Add support for the service dtdns.comHans Dedecker2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support is added for the service dtdns.com (https://www.dtdns.com) Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | Merge pull request #2161 from dibdot/adblockTed Hess2015-12-21
|\ \ \ \ \ | | |_|_|/ | |/| | | adblock: bugfix
| * | | | adblock: bugfixDirk Brenken2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | * fix cornercase during domain query removal Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | Merge pull request #2158 from dibdot/adblockTed Hess2015-12-20
|\| | | | | | | | | | | | | | adblock: small changes
| * | | | adblock: small changesDirk Brenken2015-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add whocares.org as additional source * add adblock statistics (requires query log) * cosmetics Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | vpnc-scripts: bumped versionNikos Mavrogiannopoulos2015-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #2157 from biblbroks/vpnc-scripts-dns-fixNikos Mavrogiannopoulos2015-12-20
|\ \ \ \ \ | | | | | | | | | | | | vpnc-scripts: Fix handling of multiple VPN DNS servers
| * | | | | vpnc-scripts: Fix handling of multiple VPN DNS serversAleksandar Radovanovic2015-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | net/rsyslog: update to 8.15.0Dov Murik2015-12-20
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Dov Murik <dmurik@us.ibm.com>
* | | | | mdnsresponder: (fix build) use TARGET_CC as LDAlexandru Ardelean2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #2139 from Adze1502/masterHannu Nyman2015-12-18
|\ \ \ \ \ | |_|/ / / |/| | | | mwan3: update to version 2.0-1
| * | | | mwan3: update to version 2.0-1Jeroen Louwes2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #2138 from dibdot/adblockHannu Nyman2015-12-17
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / adblock: feature update
| * | | adblock: feature updateDirk Brenken2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | wget: bump version to 1.17.1Hannu Nyman2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>