aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* net/dnscrypt-proxy: fix block_ipv6 param in init scriptDamiano Renfer2017-05-27
| | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* git: update to 2.13.0Peter Wagner2017-05-27
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* netopeer2-keystored: add new dependencyAntonio Paunovic2017-05-26
| | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* webui-aria2: Bump to 2017-05-21kuoruan2017-05-25
| | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
* yaaw: Bump to 2017-04-11kuoruan2017-05-25
| | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
* aria2: Update to v1.32.0kuoruan2017-05-25
| | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
* netopeer2-server: modified init scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: merge sysrepod and sysrepo-plugindMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: change default ssh key handlingMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2-server: edited init scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: modified uci-default scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: modified uci-default scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2-server: add custom config fileMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2-server: add sysrepod dependencyMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* unbound: add option for dhcp UCI domain mx srv and cnameEric Luehrsen2017-05-23
| | | | | | | | | | | | | | | | Base LEDE/OpenWrt UCI for dnsmasq provides for DNS override in /etc/config/dhcp. It is desired to be able to use dnsmasq and Unbound as transparently as possible. Option 'add_extra_dns' will pull 'domain', 'mxhost', 'srvhost, and 'cname' from base. netifd/procd have an interaction with DHCPv6/RA on WAN (FS#713). Minor IP6 parameter updates can cause Unbound reload events every few minutes. List option 'trigger' selects which interfaces may cause reload. For example 'lan', 'wan' but not 'wan6'. Squash other cosmetics. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* shadowsocks-libev: bump to version 3.0.6Yousong Zhou2017-05-22
| | | | | | | | | | | | | | | Below are changes in the packaging method - Use tarball provided by the upstream project maintainer instead of cloning the whole git-repo - Drop openssl variant as it was deprecated then removed by the upstream project - Add dependency on libev, libsodium, libudns as they are not bundled with the source code anymore Addresses issue #4191 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* net/dnscrypt-proxy: ignore parameters requiring plugins support if not availableDamiano Renfer2017-05-21
| | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* miniupnpc: bump to 2.0.20170509 (#4362)Kevin Darbyshire-Bryant2017-05-20
| | | | | Fix CVE-2017-8798 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* isc-dhcp: integrate IPv4 DHCP service with procd and netifdDaniel Golle2017-05-20
| | | | | | | | | | | | | Convert init-script to procd and allow to configure isc-dhcp-server via UCI. Allow most by-network and by-host options supported by dnsmasq. User-defined dhcp-options are not supported yet, neither are tags. Existing configurations with use-edited /etc/dhcpd.conf are still respected, hence to enjoy the new features you have to migrate your configuration to UCI and delete /etc/dhcpd.conf. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* dynapoint: Updated to latest version (Fixes to make it actually work)hmronline2017-05-18
| | | | Signed-off-by: hmronline <hmronline@gmail.com>
* Merge pull request #4367 from dibdot/adblockHannu Nyman2017-05-17
|\ | | | | adblock: maintenance update 2.6.4
| * adblock: maintenance update 2.6.4Dirk Brenken2017-05-17
| | | | | | | | | | | | | | | | | | | | * made wget default parms compatible with older program versions * shift dns detection routine to simplify dns override, just set 'adb_dnslist' to force a particular backend priority (default: 'dnsmasq unbound') * reduce ubus polling during dns detection Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #4366 from dibdot/travelmateHannu Nyman2017-05-17
|\ \ | | | | | | travelmate: maintenance update 0.7.4
| * | travelmate: maintenance update 0.7.4Dirk Brenken2017-05-17
| | | | | | | | | | | | | | | | | | | | | * always update the connection status, even in case of an error * merge multiple ubus network calls in central check routine Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #4341 from zx2c4/wg-psk-changeHannu Nyman2017-05-17
|\ \ \ | | | | | | | | wireguard: update snapshot version to 0.0.20170517
| * | | wireguard: version bumpJason A. Donenfeld2017-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
| * | | wireguard: preshared-key is now an attribute of the peerJason A. Donenfeld2017-05-09
| | |/ | |/| | | | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | net/dnscrypt-proxy: update to 1.9.5Damiano Renfer2017-05-14
| | | | | | | | | | | | | | | | | | | | | | | | * Update to 1.9.5 * Use PKG_HASH instead of PKG_MD5SUM * Add dnscrypt-proxy github link in PKG_SOURCE_URL Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | | Merge pull request #4355 from sartura/sysrepo_mirror_hashLuka Perkov2017-05-14
|\ \ \ | | | | | | | | Sysrepo mirror hash
| * | | sysrepo: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | netopeer2: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | net/mwan3: update Makefile versionFlorian Eckert2017-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | net/mwan3: generate mwan3track run path folder on every runFlorian Eckert2017-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | net/mwan3: remove absolute path for bin filesFlorian Eckert2017-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | net/mwan3: remove pid file use pgrep to get pidFlorian Eckert2017-05-12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If mwan3track will not stop immediately after sending the kill signal, the clean_up handler will delete the pid file later while the new mwan3track is already running. This could result in a situation that mwan3track is running more then once because the old mwan3track service could not be killed, because the pid file is missing. Using pgrep to kill all mwan3track for the tracked interface and not using pid file should fix this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | add netopeer2Mislav Novakovic2017-05-11
| | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | add sysrepoMislav Novakovic2017-05-11
| | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | bind: Update to bind-9.10.5Noah Meyerhans2017-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change includes fixes for several security issues: * CVE-2017-3138: rndc "" could trigger an assertion failure in named. * CVE-2017-3137: Some chaining (i.e., type CNAME or DNAME) responses to upstream queries could trigger assertion failures. * CVE-2017-3136: dns64 with break-dnssec yes; can result in an assertion failure. * CVE-2017-3135: If a server is configured with a response policy zone (RPZ) that rewrites an answer with local data, and is also configured for DNS64 address mapping, a NULL pointer can be read triggering a server crash. * CVE-2016-9444: named could mishandle authority sections with missing RRSIGs, triggering an assertion failure. * CVE-2016-9131: named mishandled some responses where covering RRSIG records were returned without the requested data, resulting in an assertion failure. * CVE-2016-9131: named incorrectly tried to cache TKEY records which could trigger an assertion failure when there was a class mismatch. * CVE-2016-8864: It was possible to trigger assertions when processing responses containing answers of type DNAME. * CVE-2016-6170: Added the ability to specify the maximum number of records permitted in a zone (max-records #;). This provides a mechanism to block overly large zone transfers, which is a potential risk with slave zones from other parties. * CVE-2016-2776: It was possible to trigger an assertion when rendering a message using a specially crafted request. * CVE-2016-2775: Calling getrrsetbyname() with a non absolute name could trigger an infinite recursion bug in lwresd or named with lwres configured if, when combined with a search list entry from resolv.conf, the resulting name is too long. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | Merge pull request #4346 from dibdot/travelmateHannu Nyman2017-05-10
|\ \ \ | | |/ | |/| travelmate: update 0.7.3
| * | travelmate: update 0.7.3Dirk Brenken2017-05-10
| |/ | | | | | | | | | | | | | | | | | | | | | | backend: * refine connection check (reduce ubus polling) * further stabilize sta-/ap-handling frontend (see LuCI repo): * Automatically refresh the overview page after button onclick event, e.g. 'Save & Apply' Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Fix acme-challenge ./well-known check / webroot detection (#4339)Aleksei Nosachev2017-05-10
| | | | | | | | | | | | | | | | fixes webroot to be defined as _currentRoot='/www' instead of being interpreted as _currentRoot='"/www"' Signed-off-by: Aleksei Nosachev <nos1609@hotmail.com>
* | vsftpd: create directory for extra config filesHannu Nyman2017-05-09
|/ | | | | | | | | | | | * create /etc/vsftpd directory for extra config files like userlist, certificate and key * modify config file to use that directory * include that directory in conffiles for backup * use PKG_HASH * update URL Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #4338 from dibdot/package-adblockHannu Nyman2017-05-08
|\ | | | | adblock: maintenance update 2.6.3
| * adblock: maintenance update 2.6.3Dirk Brenken2017-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | backend: * various small fixes & optimizations LuCI frontend (see luci repo): * Limit Blacklist/Whitelist Online editing to max. 512 KB, approx. 20.000 domains per list * Automatically refresh the overview page after button onclick event, e.g. 'Suspend/Resume' or 'Save & Apply' * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #4324 from hnyman/irssiHannu Nyman2017-05-08
|\ \ | | | | | | irssi: remove nossl variant
| * | irssi: remove nossl variantHannu Nyman2017-05-04
| | | | | | | | | | | | | | | | | | | | | | | | Remove nossl variant as upstream has removed the option to build irssi without SSL: https://github.com/irssi/irssi/commit/6300dfec71d376c96351708f76a6c4ee4a187eb5 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #4337 from stangri/vpnbypassHannu Nyman2017-05-08
|\ \ \ | | | | | | | | vpnbypass: removed PROCD instance from start_service.
| * | | vpnbypass: removed PROCD instance from start_service.Stan Grishin2017-05-08
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #4336 from stangri/simple-adblockHannu Nyman2017-05-08
|\ \ \ \ | | | | | | | | | | simple-adblock: updated README, used stricter filters for domains and…
| * | | | simple-adblock: updated README, used stricter filters for domains and hosts ↵Stan Grishin2017-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lists, added debugging logging, removed PROCD instance. Signed-off-by: Stan Grishin <stangri@melmac.net>