aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* net-snmp: fix libnl dependency for snmpd-staticStijn Tintel2017-01-06
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: enable AgentX supportStijn Tintel2017-01-05
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #3765 from dibdot/adblockHannu Nyman2017-01-05
|\ | | | | adblock: update 2.1.0
| * adblock: update 2.1.0Dirk Brenken2017-01-05
| | | | | | | | | | | | * add initial unbound support (experimental, see online doc) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #3759 from commodo/keepalived-default-old-confStijn Tintel2017-01-04
|\ \ | | | | | | keepalived: use old keepalived.conf by default
| * | keepalived: use old keepalived.conf by defaultAlexandru Ardelean2017-01-04
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | keepalived: fix recvmsg/sendmsg on mips64 againStijn Tintel2017-01-04
|/ / | | | | | | | | | | | | | | | | | | Commit e73964fa8fae94473e9046dfd8fd505206b50ab3 incorrectly dropped the patch 101-update-struct-msghdr.patch. Add it again, and while add it also add the follow-up patch that was added upstream. Fixes #3757. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | net-snmp: fix libnl dependencyStijn Tintel2017-01-04
| | | | | | | | | | | | | | | | When libnl-core is enabled, but libnl isn't, build fails because of a missing dependency on libnl-3.so.200. Depending on libnl-core seems to work for both cases. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | net-snmp : update to 5.7.3Hans Dedecker2017-01-04
| | | | | | | | | | | | | | | | | | | | Update to 5.7.3 by refreshing patches; remove 800-format-security as upstream integrated. Add libnl dependency in the package Makefile as net-snmp will check if libnl is enabled in config_os_libs2. Remove unneeded PKG_FIXUP build variable. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | Update sngrep to 1.4.2Daniel Engberg2017-01-04
| | | | | | | | | | Update sngrep to 1.4.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #3322 from SvenRoederer/feature/add_snmp-mibsStijn Tintel2017-01-04
|\ \ | | | | | | net-snmp: add package snmp-mibs
| * | net-snmp: add package snmp-mibsSven Roederer2017-01-03
| | | | | | | | | | | | | | | | | | | | | this installs the default MIBS-files under /usr/share/snmp/mibs . Also aligns the defines to the same sorting-scheme. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* | | sqm-scripts: Update to v1.1.0Toke Høiland-Jørgensen2017-01-03
|/ /
* | net-snmp: take over maintainershipStijn Tintel2017-01-03
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | sqm-scripts: use https link (#3741)Alberto Bursi2017-01-03
| | | | | | | | | | | | | | change download link from git:// to https:// . Git links are less safe (not encrypted) and, more importantly, they are blocked by company firewalls. Https links do not have either issue. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | net/cshark: New version layout, use mbed TLS and xzDaniel Engberg2017-01-01
| | | | | | | | | | | | | | Move git hash to PKG_VERSION instead of PKG_RELEASE Use xz git tarball instead of gz Add dependency to ustream-mbedtls as mbed TLS 1.3 is deprecated. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #3727 from commodo/keepalived-update-meHannu Nyman2016-12-31
|\ \ | | | | | | keepalived: update to 1.2.19, switch maintainer to me, refresh PRs 2312 & 2340
| * | keepalived: upgrade to version 1.2.19Alexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropped patches, unrequired. There is a newer version released, but I cannot vouch for it yet. We've been using this one for about a year now. Since, I only recently became maintainer of `keepalived`, I will push this as the current stable one, and start using a newer version internally, before releasing it to the public. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: add myself as maintainerAlexandru Ardelean2016-12-31
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: suppress reloads when config md5 has no changeBen Kelly2016-12-31
| | | | | | | | | | | | | | | Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: Fix ordering of config sectionsBen Kelly2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keepalived seems to be rather particular about which config parameters come before others. When defining a virtual IP address, keepalived will check to see if the vrrp instance is associated with a valid interface. Previously, the interface parameter was declared after the virtual IP address which caused an error when keepalived tried to run this check. Keepalived tries to fall back to checking if 'eth0' exists. The fix is to re-order the config stanzas so that the interface parameter comes before the virtual IP address definitions. Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: Fix track_* option in vrrp_instance defnBen Kelly2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix ordering of config stanzas We were parsing the track_script and track_interface definitions to include the weight param when configuring a vrrp_instance. This is not correct, as the weight param inside a vrrp instance is used to augment the one defined in the script. We were also not taking into account vrrp_script stanzas This commit skips the parsing and simply lists the name of the track/vrrp object Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: add uci config supportAlexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding @scrpi (Ben Kelly). Initial UCI config support was written by me (@commodo) Updates & fixes added by Ben. Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: convert init script to procd formatAlexandru Ardelean2016-12-31
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | keepalived: make the use of libnl optionalAlexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keepalived seems to work fine without it. There is fall-back code that kicks in when it's not present. So, we will build against (or pull) the libnl package only if there is another package that pulls it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3726 from dibdot/adblockHannu Nyman2016-12-31
|\ \ \ | | |/ | |/| adblock: update 2.0.4
| * | adblock: update 2.0.4Dirk Brenken2016-12-31
| | | | | | | | | | | | | | | | | | * small fixes & cosmetics (missed in last commit) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #3725 from dibdot/travelmateHannu Nyman2016-12-31
|\ \ \ | | | | | | | | travelmate: update 0.3.0
| * | | travelmate: update 0.3.0Dirk Brenken2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to procd interface trigger * no additional active monitor/polling in the background * simplified code * new option "trm_maxwait", how long (in seconds) should travelmate wait for wlan interface reload action (default: '20') * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #3724 from fededim/masterHannu Nyman2016-12-31
|\ \ \ \ | | | | | | | | | | softethervpn: updated to version 4.22-9634
| * | | | softethervpn: updated to version 4.22-9634Federico Di Marco2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix #3629 - readded nossl3 patch Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* | | | | Merge pull request #3717 from zx2c4/patch-1Hannu Nyman2016-12-31
|\ \ \ \ \ | |_|_|_|/ |/| | | | net/wireguard: update to 0.0.20161230
| * | | | net/wireguard: update to 0.0.20161230Jason A. Donenfeld2016-12-31
| |/ / / | | | | | | | | | | | | | | | | | | | | Simple version bump; no changes needed other than filename and hash. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | Merge pull request #3697 from psyborg55/masterHannu Nyman2016-12-31
|\ \ \ \ | | | | | | | | | | mwan3-luci: update to 1.4-5
| * | | | mwan3-luci: update to 1.4-5psyborg552016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @arfett Compile tested: ramips, xiaomi mini, r49946 Run tested: ramips, xiaomi mini, r49946 Description: Bump to 1.4-5. Added new page for wifi configuration edit, similar how the current network configuration page works. Also enabled collecting of wifi configuration in troubleshooting page. Signed-of-by: Tomislav Požega pozega.tomislav@gmail.com
* | | | | softethervpn: updated to version 4.22-9634Federico Di Marco2016-12-31
| |/ / / |/| | | | | | | | | | | | | | | | | | | - bugfix #3629 Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* | | | Merge pull request #3716 from dibdot/adblockHannu Nyman2016-12-30
|\ \ \ \ | | |_|/ | |/| | adblock: update 2.0.3
| * | | adblock: update 2.0.3Dirk Brenken2016-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed adblock statistics in CC * print additional list details in adblock statistics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | aria2: update to 1.30.0leonghui2016-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @kuoruan Compile tested: mips Run tested: mips Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
* | | | dynapoint: add new package (fixes #3304)ascob2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynapoint is a dynamic access point manager Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de> Acked-by: Thomas Huehn <thomas.huehn@evernet-eg.de> - minor whitespace fixes/cleanups - squashed multiple commits into a single one before merge Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | haproxy: bump to 1.7.1-19heil2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix wrong ncurses depency - integrate patches from mainline Signed-off-by: heil <heil@terminal-consulting.de>
* | | | package apache: upgrade to 2.4.25heil2016-12-26
| | | | | | | | | | | | | | | | | | | | | | | | - refresh patches Signed-off-by: heil <heil@terminal-consulting.de>
* | | | ddns-scripts: no longer build public_suffix_list.dat.gz during buildChristian Schoenebeck2016-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - no longer build public_suffix_list.dat.gz during build #3678 - replace "\s" with "[[:space:]]" inside Makefile because "\s" ignored by some sed versions - tools/public_suffix_list.sh still available to rebuild public_suffix_list.dat.gz outside OpenWRT/LEDE build system Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | ddns-scripts: get public_suffix_list.dat without using secure connectionChristian Schoenebeck2016-12-24
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get public_suffix_list.dat without using secure connection. #3678 File generated during build, because it's the only option to have an actual version packaged. Long term Cloudflare_v1 package will be changed to no longer need public_suffix_list.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | net/wireguard: version bumpJason A. Donenfeld2016-12-24
| | | | | | | | | | | | | | | | | | | | | Update to a new wireguard version. Simple version bump. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | wireguard: add protocol dependency for endpointsdanrl2016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | Endpoint dependency implemented. The actual endpoint is used exclusively. Using this approach we are dual-stack safe (not errors on missing protocol) and create only the dependency that are really necessary. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | Merge pull request #3692 from dibdot/adblockHannu Nyman2016-12-23
|\| | | | | | | | adblock: update 2.0.2
| * | adblock: update 2.0.2Dirk Brenken2016-12-23
| | | | | | | | | | | | | | | | | | | | | * fixed dnsmasq check if multiple instances are present * bring back query function on highly demand * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #3690 from dibdot/adblockHannu Nyman2016-12-22
|\| | | | | | | | adblock: bugfix 2.0.1
| * | adblock: bugfix 2.0.1Dirk Brenken2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed a dnsmasq restart issue (udhcpc error) * fixed a long standing corner case bug in "disabled" state (does not remove active block lists!) * simplified overall sort, removed needless 'for loop' * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>