aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* dnscrypt-proxy: mute needless warningsDirk Brenken2017-08-08
| | | | | | * print only 'missing plugins support warning' if user really configured 'blacklist' or 'block_ipv6' parameter. Signed-off-by: Dirk Brenken <dev@brenken.org>
* dnscrypt-proxy: start from procd interface trigger, not in initDirk Brenken2017-08-07
| | | | | | | | | | * Start dnscrypt-proxy from procd interface trigger rather than immediately in init, to fix a possible race condition during boot and get rid of rc.local restarts. You can restrict trigger interface(s) by 'procd_trigger' in new global config section. * tab/whitespace cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* shadowsocks-libev: configure options for release buildYousong Zhou2017-07-26
| | | | | | | | | - It's a common practice that assert should be ignored in release build - Whether to enable ssp should be decided by the config of build system This was taken from Makefile in shadowsocks/openwrt-shadowsocks. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* shadowsocks-libev: configure with --disable-silent-rulesYousong Zhou2017-07-25
| | | | | | So that more details will be shown in faillogs Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #4034 from artynet/apache-fixThomas Heil2017-07-25
|\ | | | | apache : fixing zlib dependency
| * apache : updating PKG_RELEASE entryArturo Rinaldi2017-07-15
| |
| * apache : fixing zlib dependencyArturo Rinaldi2017-02-18
| |
* | shadowsocks-libev: bump version 3.0.7Yousong Zhou2017-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.0.6 f308dde ss-server: fix a use-after-free bug 0b2dce5 ss-redir: fix a mem leak b7bdb16 ss-local: SOCKS5 UDP associate terminates the connection prematurely 3f0d39a ss-local: use getsockname udp_fd where it applies (fixes local_port==0) eb30a3d fix possible data loss with salsa20 cipher 0559d8c fix partial nonce data being overwritten Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: fix cases where passwords contain dquoteYousong Zhou2017-07-24
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #4605 from dibdot/travelmateHannu Nyman2017-07-23
|\ \ | | | | | | travelmate: update 0.9.0
| * | travelmate: update 0.9.0Dirk Brenken2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * handle errors due to misconfigured uplinks * various bugfixes luci frontend: * add a powerful wireless station manager to edit and delete existing interfaces or scan for new uplinks Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #4612 from pcmulder/patch-1Hannu Nyman2017-07-23
|\ \ \ | | | | | | | | adblock: Added Netherlands as a region.
| * | | adblock: Added a new region.Patrick Mulder2017-07-22
| | | | | | | | | | | | | | | | Signed-off-by: Patrick Mulder <pcmulder89@gmail.com>
* | | | shadowsocks-libev: validate bool with default value 0Yousong Zhou2017-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change is mainly for keeping compatibility with old validate_data before ubox commit ac481cdd999ee84d3f115c33a56397237e95ec64 in Sat Jul 16 14:52:36 2016 +0200. The behaviour change comes with that commit can be seen with the following command line session root@LEDE:/usr/bin# validate_data network interface wan 'disabled:bool:false' network.wan.disabled is unset and defaults to bool false disabled=0; root@LEDE:/usr/bin# root@OpenWrt:/# validate_data network interface lan 'disabled:bool:false' disabled='false'; root@OpenWrt:/# This will cause shadowsocks-libev in current master branch fail on OpenWrt 15.01 though they actually should only use packages from the 15.01 branch... Fixes openwrt/packages#4614 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | shadowsocks-libev: ss-rules: add executable bitsYousong Zhou2017-07-23
|/ / /
* | | git: update to 2.13.3Peter Wagner2017-07-17
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | bind: Update to 9.10.5-P3Noah Meyerhans2017-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream release includes fixes for the following security issues: * CVE-2017-3140: With certain RPZ configurations, a response with TTL 0 could cause named to go into an infinite query loop * CVE-2017-3142: An error in TSIG handling could permit unauthorized zone transfers or zone updates. * CVE-2017-3143: An error in TSIG handling could permit unauthorized zone transfers or zone updates. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | Merge pull request #4578 from dermoth/ddns_afraidv2champtar2017-07-16
|\ \ \ | | | | | | | | ddns-scripts: Add afraid.org version 2 API
| * | | ddns-scripts: Add afraid.org version 2 APIThomas Guyot-Sionnest2017-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | afraid.org has a new update API with better IPV6 support. It needs to be specifically enabled for each domain, so the original v1 api has been Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
* | | | Merge pull request #4591 from commodo/ovs-upgrade-2-7-1champtar2017-07-15
|\ \ \ \ | | | | | | | | | | openvswitch: bump to version 2.7.1
| * | | | openvswitch: bump to version 2.7.1Alexandru Ardelean2017-07-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | openssh: add ssh_host keys to openssh-server/conffilesPeter Wagner2017-07-15
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | beanstalkd: switch to xz compression and add PKG_HASHPhilip Prindeville2017-07-13
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #4044 from pprindeville/add-beanstalkd-serverDaniel Golle2017-07-13
|\ \ \ \ | |/ / / |/| | | beanstalkd: add package
| * | | beanstalkd: add packagePhilip Prindeville2017-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now building from git using latest SHA (commits are relatively infrequent). Set priority to come up immediately after network interfaces are brought up. Patches have been submitted upstream (but not yet accepted) to fix: * a somewhat cross-compile unfriendly makefile; * a header inclusion issue which causes MUSL compilation warnings; * using the somewhat arcane posix_fallocate() in favor of the more ubiquitous ftruncate() system call instead. Hopefully the next release will include our submitted fixes and we can transition to a numbered release. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #4570 from pprindeville/lighttpd-init-reloadPhilip Prindeville2017-07-11
|\ \ \ \ | | | | | | | | | | lighttpd: add 'reload' to init script to make logrotate-friendly
| * | | | lighttpd: add 'reload' to init script to make logrotate-friendlyPhilip Prindeville2017-07-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | If lighttpd's scripts are rotated from under it while they're still open, this will cause some weird things to happen. Give it a heads up that the logs have moved. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #4561 from wertarbyte/package_libnetJo-Philipp Wich2017-07-11
|\ \ \ \ | | | | | | | | | | libnet-1.2.x: simplify build dep installation
| * | | | netdiscover: use simplified libnet header locationStefan Tomanek2017-07-09
| |/ / / | | | | | | | | | | | | | | | | | | | | Use the common location for libnet include files and libraries. Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
* | | | mosquitto: update to 1.4.14Karl Palsson2017-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression due to the CVE fix in the recently released 1.4.13. https://mosquitto.org/2017/07/version-1-4-14-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #4566 from dedeckeh/pr-netsnmp-configStijn Tintel2017-07-11
|\ \ \ \ | | | | | | | | | | netsnmp: add global enabled config option
| * | | | netsnmp: add global enabled config optionHans Dedecker2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add enabled config option in the global uci section; it allows to put into place the snmpd config but not yet start the netsnmp daemon. If config option is unset; netsnmp daemon will be started as before. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | mosquitto: update to 1.4.13Karl Palsson2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Primarily a bugfix release for a CVE that doesn't affect lede/openwrt, but also includes some websockets perfomance fixes. Release notes at https://mosquitto.org/2017/07/version-1-4-13-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | irssi: update to 1.0.4Peter Wagner2017-07-10
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #4556 from zx2c4/masterHannu Nyman2017-07-09
|\ \ \ \ | | | | | | | | | | wireguard: fix routing of allowed IPs when no CIDR is specified
| * | | | wireguard: version bumpJason A. Donenfeld2017-07-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
| * | | | wireguard: assume /32 or /128 if no CIDR is givenJason A. Donenfeld2017-07-07
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the route_allowed_ips option into parity with the addresses option, which makes these same assumption. The parsing selection is made to be identical between these two settings. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | Merge pull request #4557 from dibdot/travelmateHannu Nyman2017-07-09
|\ \ \ \ | |/ / / |/| / / | |/ / travelmate: update 0.8.2
| * | travelmate: update 0.8.2Dirk Brenken2017-07-07
| | | | | | | | | | | | | | | | | | | | | * change start priority to 90 and revert hostapd stuff from last commit * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | clamav: Fix OpenSSL dependencyLucian Cristian2017-07-06
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #4552 from dibdot/travelmateHannu Nyman2017-07-06
|\| | | | | | | | travelmate: update 0.8.1
| * | travelmate: update 0.8.1Dirk Brenken2017-07-06
| | | | | | | | | | | | | | | | | | | | | | | | * wait for hostapd comes up during boot * remove needless ubus call during script startup * remove needless iwinfo check (covered by package dependency) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | subversion: update to v1.9.6Val Kulkov2017-07-06
| | | | | | | | | | | | | | | | | | Update Subversion packages to the latest release, v1.9.6. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | Merge pull request #4545 from dibdot/adblockHannu Nyman2017-07-05
|\ \ \ | | | | | | | | adblock: update 2.8.3
| * | | adblock: update 2.8.3Dirk Brenken2017-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine manual/backup mode (exclude local blacklist processing) * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | tor: update to version 0.2.9.11Hauke Mehrtens2017-07-03
| | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2017-0376 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | shadowsocks-libev: disable documentationYousong Zhou2017-07-03
| | | | | | | | | | | | | | | | | | | | | | | | This should also fix build by removing dependency on asciidoc Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | shadowsocks-libev: rewriteYousong Zhou2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Selecting only a single or subset of all components of shadowsocks-libev is now possible (this is the main motivation behind the rewrite) - Configuring multiple instances of the same component is now also possible - Same option names as with the json config - Unified configuration generation method for each component - Add support for ss-local, ss-tunnel, ss-server - Most data validation is now done with validate_data - USE_PROCD=1 - Update ss-rules with the one from shadowsocks/luci-app-shadowsocks - Add README.md - Set myself as the maintainer Addresses #4435 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | gnunet: update sourceDaniel Golle2017-07-01
| | | | | | | | | | | | | | | | | | | | | | | | also package missing block plugins Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | nmap: bump version to 7.50Nuno Goncalves2017-07-01
| | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>