aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* net-snmp: InstallDev fixHans Dedecker2017-11-11
| | | | | | | | | Commit 384c2a8cfd2af9bc7acd6a642d71dbac2cc5056f added support for symlinking net-snmp-config into $(STAGING_DIR)/usr/bin but forgot to install first $(STAGING_DIR)/usr/bin resulting into a compile issue if $(STAGING_DIR)/usr/bin is not yet present. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* net-snmp: fix inbound firewall rule supportHans Dedecker2017-11-11
| | | | | | | | | | | | | | | Commit ae5ee6ba6c506b42d942c98349b3a54181790ec8 added support for inbound firewall rule support but some corner cases were not covered. In case net-snmp is started and the network interface is already up the procd firewall rule is created but not applied by fw3 as service_started calling procd_set_config_changed firewall was missing. When stopping net-snmp clean up the net-snmp inbound firewall rules in iptables by calling procd_set_config_changed firewall in stop_service which will trigger fw3 to remove the inbound firewall rules. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* tinc: version bump 1.0.33Saverio Proto2017-11-05
| | | | Signed-off-by: Saverio Proto <saverio.proto@switch.ch>
* Merge pull request #5057 from dibdot/adblockHannu Nyman2017-11-04
|\ | | | | adblock: release 3.1.0
| * adblock: release 3.1.0Dirk Brenken2017-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * please note: config file update required! * add 'whitelist only' mode, block access to all domains except those explicitly listed in the whitelist file * rework awk regex for all blocklist sources * include 'third-party' domains for all regional lists * change adguard url and refine filter ruleset * use POSIX character classes * fix regex for whitelist preparation * fix corner case parsing issues * fix enable/disable behavior * various other small fixes * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #5041 from StevenHessing/noddosHannu Nyman2017-11-02
|\ \ | | | | | | noddos: bump to v0.5.5
| * | noddos: bump up to noddos v0.5.5Steven Hessing2017-11-01
| | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | wget: set myself as maintainerPeter Wagner2017-11-01
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #5039 from wendy2001011/wendy-1Hannu Nyman2017-10-31
|\ \ \ | | | | | | | | ddns-script: fix update_url incorrect for duckdns.org service
| * | | ddns-script: fix update_url incorrect for duckdns.org serviceWendy Wu2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com> Compile tested: arch:arm, OpenWRT/LEDE version:for-15.05 Run tested: arch:arm, OpenWRT/LEDE version:for-15.05, tests done Description: <ddns-script>: fix update_url incorrect for duckdns.org service Signed-off-by: Wendy Wu <wendy2001011@163.com>
* | | | wget: fix update to 1.19.2 for buildbotHannu Nyman2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable linkage to libunistring with a hack: advice configure to use included libunistring when there is actually none. This avoids libunistring detection in buildbot the the need for dependency. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #3647 from rogerpueyo/mikrotik-btestchamptar2017-10-30
|\ \ \ \ | | | | | | | | | | mikrotik-btest: Add package
| * | | | mikrotik-btest: Add packageRoger Pueyo Centelles2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mikrotik-btest is a bandwidth test client compatible with Mikrotik's RouterOS BTest server. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
* | | | | tor: disable lzma to get rid of the liblzma.so.5 dependencyPeter Wagner2017-10-30
| |/ / / |/| | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | wget: update to 1.19.2Peter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2017-13089, CVE-2017-13090 switch to gz as there is no xz tarball for 1.19.2 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | jool: fix PKG_BUILD_DIR to avoid kernel ABI mismatchMatthias Schiffer2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As jool builds a kernel module, a PKG_BUILD_DIR under KERNEL_BUILD_DIR must be used to avoid reusing build artifacts when switching to a different target of the same architecture. Otherwise, kernel ABI mismatches may result, leading to an unusuable module, or build failures like the following: Package kmod-jool is missing dependencies for the following libraries: crypto_hash.ko Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | irssi: fix typoPeter Wagner2017-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | irssi: update to 1.0.5Peter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following CVEs: CVE-2017-15227 https://nvd.nist.gov/vuln/detail/CVE-2017-15227 CVE-2017-15228 https://nvd.nist.gov/vuln/detail/CVE-2017-15228 CVE-2017-15721 https://nvd.nist.gov/vuln/detail/CVE-2017-15721 CVE-2017-15722 https://nvd.nist.gov/vuln/detail/CVE-2017-15722 CVE-2017-15723 https://nvd.nist.gov/vuln/detail/CVE-2017-15723 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #5011 from Borromini/mii-toolHannu Nyman2017-10-27
|\ \ \ \ | | | | | | | | | | mii-tool: fix kernel 4.9 compatibility
| * | | | net/mii-tool: fix kernel 4.9 compatibilityStijn Segers2017-10-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | Merge pull request #4996 from f00fc7c9/dynv6Hannu Nyman2017-10-27
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: fix dynv6.com "unchanged" response
| * | | | | ddns-scripts: fix dynv6.com "unchanged" responseErnest Moshkov2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com> Run tested: LEDE Reboot 17.01.3 r3533-d0bf257c46 Description: user.err ddns-scripts: IP update not accepted by DDNS Provider dynv6.com response "unchanged" is OK Signed-off-by: Ernest Moshkov <e.moshkov@gmail.com>
* | | | | | git: update to 2.14.3Peter Wagner2017-10-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #5016 from tru7/0.0.1.34Hannu Nyman2017-10-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | linknx: bump to version 0.0.1.34
| * | | | | | linknx: bump to version 0.0.1.34Othmar Truniger2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | Merge pull request #5008 from commodo/ovs-upgrade-2.8.1Hannu Nyman2017-10-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
| * | | | | | | openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS buildAlexandru Ardelean2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I should have packaged the OVN stuff, VTEP and what-not earlier, but was not inspired to do this earlier. I made some time now to package those parts. Disabling flake8 & python3 explicitly. They might get detected and cause weird build errors. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #5000 from kissg1988/seafileHannu Nyman2017-10-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | seafile: upgrade to 6.2.2
| * | | | | | | | seafile: upgrade to 6.2.2Gergely Kiss2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | nbd: fix gnutls dependencyMarcin Jurkowski2017-10-25
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of gnutls dependency introduced in 5bca84b. Needs patching configure script to make gnutls existence test optional. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | | Merge pull request #4995 from kuoruan/aria2Hannu Nyman2017-10-22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Aria2 Update
| * | | | | | | aria2: Bump 1.33.0Hsing-Wang Liao2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | aria2: Fix typo in Config.inHsing-Wang Liao2017-10-22
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* / | | | | | tor: update to 0.3.1.7Peter Wagner2017-10-22
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | sslh: simplify MakefileJonathan McCrohan2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug where sslh was being linked against libconfig, but libconfig CPPFLAGS were being ignored. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | ocserv: updated to 0.11.9Nikos Mavrogiannopoulos2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | Merge pull request #4933 from sartura/sysrepo_releaseHannu Nyman2017-10-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Sysrepo release
| * | | | | | netopeer2: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | sysrepo: bump to latest versionMislav Novakovic2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | Merge pull request #4968 from marcin1j/pr/20171018-nbd-bump-to-3.16.2Hannu Nyman2017-10-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nbd: bump to 3.16.2
| * | | | | | | nbd: bump to 3.16.2Marcin Jurkowski2017-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade nbd to version 3.16.2. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | | Merge pull request #4971 from StevenHessing/noddosHannu Nyman2017-10-21
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | noddos: v0.5.4 SendUdpPing fix
| * | | | | | | noddos: v0.5.4 SendUdpPing fixSteven Hessing2017-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | | | dhcpcd: bump to 6.11.5Marko Ratkaj2017-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.) pkg version bumped from 6.4.3 to 6.11.5 2.) maintainer changed to me (#4944 dhcpcd: needs a new maintainer) 3.) source changed from bz2 to xz 4.) removed old unnecessary patch 5.) minor style improvements Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | Merge pull request #4857 from sartura/squid_bump_to_3.5.27Luka Perkov2017-10-19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | squid: bump to 3.5.27
| * | | | | | | squid: bump to 3.5.27Marko Ratkaj2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Squid to version 3.5.27 and fix broken menuconfig menu. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | xl2tpd: add some default configs needed on most of casesLucian Cristian2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer nodefaultroute - prevent users from creating default routes with pppd nodefaultip - disables the default behavior when no local IP address is specified proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | xl2tpd: update to 1.3.10Lucian Cristian2017-10-19
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lock is no longer needed and it breaks the setup explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | clamav: fix invalid zlib version errorMarko Ratkaj2017-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ClamAV's configure script uses grep to check for bugy zlib version 1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes and build fails. This patch will disable this unneeded check and make sure we are looking for zlib on the right location. clamdtop was beeing built without it's ncurses dependency. Build system would link it to the host's ncurses making the program fail at run time. This patch will disable building of optional clamdtop, otherwise we need to add ncurses as a dependency and fix the search path. Increase PKG_RELEASE to reflect changes. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | Merge pull request #4967 from dibdot/adblockTed Hess2017-10-18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | | adblock: update 3.0.3