aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* ddns-scripts: fix incompatibility with luci-app-ddns <= V.2.4.8-2Christian Schoenebeck2018-01-14
| | | | | | fix incompatibility with luci-app-ddns versions <= 2.4.8-2 (#5430) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* ddns-scripts: multiple fixesChristian Schoenebeck2018-01-13
| | | | | | | | | | | | | Write *.ip file with current registered IP, whenever "get_registered_IP" is called (used by next luci-app-ddns version) Changed detection of cURL proxy support #3876 Reread data from ubus if "get_local_ip" from "ip_network" #5004 #3338 Fix godaddy_com_v1 #5285 Implement "param_opt" for "cloudflare_com_v4" #5097 Inside logfile "*password*" printed in stead of real password #5281 and others Add ipv4 service "dnsever.com" #5178 Add ipv4 service "myip.co.ua" #5199 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Merge pull request #5419 from commodo/python-package-mk-localizeHannu Nyman2018-01-11
|\ | | | | treewide: re-organizing python-package.mk & python3-package.mk
| * seafile-seahub: fix python-package.mk includeAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | This include is a bit special, because it's the package that uses OpenWrt's mk rule. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | git: add missing template filesPeter Wagner2018-01-11
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #5416 from dibdot/travelmateHannu Nyman2018-01-10
|\ \ | | | | | | travelmate: update 1.0.2
| * | travelmate: update 1.0.2Dirk Brenken2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | * add new 'running' status * rework debug & status output * LuCI: refine status view * LuCI: add two missing eap auth variants Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #5415 from dibdot/adblockHannu Nyman2018-01-10
|\ \ \ | |_|/ |/| | adblock: update 3.4.3
| * | adblock: update 3.4.3Dirk Brenken2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add pidfile writing / check to prevent further race conditions * ease the download utility selection: uclient-fetch (default), wget, curl, aria2c, wget-nossl, busybox-wget are pre-configured * add debug download logging in case of an error, e.g. wrong url * change 'malware' blocklist source url * add logfile information to email template * LuCI: add 'Download Utility' select box * LuCI: add new "running" status Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #5400 from NeoRaider/usbip-buildMatthias Schiffer2018-01-10
|\ \ \ | | | | | | | | usbip: fix build
| * | | usbip: fix buildMatthias Schiffer2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Package/usbip/install was referring to the wrong filename for usb.ids in dl/. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #5399 from NeoRaider/openvswitch-no-sphinxMatthias Schiffer2018-01-10
|\ \ \ \ | | | | | | | | | | openvswitch: don't attempt to use sphinx-build found on the build host
| * | | | openvswitch: don't attempt to use sphinx-build found on the build hostMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openvswitch fails to build on my Arch Linux system, as it tries to use my build host's sphinx-build with OpenWrt's python. Add an override to ensure this can't happen. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | Merge pull request #5319 from maxberger/masterHannu Nyman2018-01-10
|\ \ \ \ \ | |_|/ / / |/| | | | ddns-scripts: Support Amazon AWS Route53 as a ddns provider
| * | | | ddns-scripts: Support Amazon AWS Route53 as a ddns providerMax Berger2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a sh-only route53 update script by Yuval Adam https://github.com/yuvadm/route53-ddns/blob/master/route53.sh Signed-off-by: Max Berger <max@berger.name>
* | | | | Merge pull request #5385 from mhei/lighttpd-issue-4210Michael Heimpold2018-01-09
|\ \ \ \ \ | |_|/ / / |/| | | | lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)
| * | | | lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)Michael Heimpold2018-01-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | unbound: fix uci for option domain-insecure:Eric Luehrsen2018-01-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | Merge pull request #5381 from thess/dnscrypt-proxy-updateTed Hess2018-01-08
|\ \ \ \ \ | | | | | | | | | | | | dnscrypt-proxy: Updates for new repository/maintainer (same version)
| * | | | | dnscrypt-proxy: Updates for new repository/maintainer (same version)Ted Hess2018-01-08
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* / / / / knot: update to 2.6.4Daniel Salzman2018-01-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | tgt: update to 1.0.73Maxim Storchak2018-01-08
| | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | Merge branch 'ser2net' of https://github.com/mhei/packages (fixes #5302)Michael Heimpold2018-01-07
|\ \ \ \ | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | ser2net: extend dynamic config generation (refs #5302)Michael Heimpold2017-12-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | Merge branch 'master' of https://github.com/TimelessNL/packages into ser2netMichael Heimpold2017-12-28
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| | * | | | ser2net: added support for config file.Jasper Scholte2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* | | | | | announce: remove superfluous + sign from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A + sign does not have meaning in build depends. This Makefile was overlooked in the previous treewide commit. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | irssi: update to 1.0.6Peter Wagner2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | ocserv: updated to 0.11.10Nikos Mavrogiannopoulos2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | Merge pull request #5344 from pprindeville/lighttpd-bundle-mod_opensslPhilip Prindeville2018-01-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | lighttpd: CONFIG_LIGHTTPD_SSL includes mod_openssl
| * | | | | | lighttpd: CONFIG_LIGHTTPD_SSL includes mod_opensslPhilip Prindeville2018-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're built with CONFIG_LIGHTTPD_SSL then mod_openssl.so should be included into the base package. Fixes issue #5343. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | i2pd: Improve the package, fix #5326David Yang2018-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | Merge pull request #5353 from dibdot/adblockHannu Nyman2018-01-05
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | adblock: update 3.4.1
| * | | | | | adblock: update 3.4.1Dirk Brenken2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable code to support Turris Omnia forthcoming upstream change (new kresd 'keep_cache' option) to preserve kresd DNS cache * fix a 'status' race condition while the adblock process is running in parallel * various small speed improvements * rework debug output * refine blacklist handling * enable the (empty) blacklist source in the default config * email notification supports mstmp, even without sendmail symlink * email notification writes minimal status to log (one-liner) * LuCI: refine logfile search term * LuCI: Textarea 'autoscroll down' in logfile view * LuCI: Left-align blocklist source table plus a more compact design Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #5352 from wvdakker/masterHannu Nyman2018-01-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.1.10.2
| * | | | | | | Shorewall6: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall6-lite: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected patch 020-set-PATH. Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall-lite: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall-core: Bump to version 5.1.10.2W. van den Akker2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | gnurl: update to version 7.57.0Daniel Golle2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | shadowsocks-libev: remove option manager_addressYousong Zhou2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's an option that is supposed to be fed by ss-manager. It can be in the form of host:port or path to unix dgram socket. Drop it now with the assumption that it has no real user at the moment Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #5346 from dibdot/travelmateHannu Nyman2018-01-03
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | travelmate: update 1.0.1
| * | | | | | | travelmate: update 1.0.1Dirk Brenken2018-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * corner case fix with multiple (partly disabled) radios * LuCI: BSSID will be ignored by default in 'wireless add' dialog * LuCI: Textarea 'autoscroll down' in logfile view * LuCI: refine logfile search term Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | ntpd: remove ntp.confPeter Wagner2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | ntpd: *mimic the behaviour of the busybox ntpd's "-S" flagPeter Wagner2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *create a seperate line for every server, otherwise only the first listed server will be used
* | | | | | | | shadowsocks-libev: bump to version 3.1.2Yousong Zhou2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.1.1 - 57ab828 fix possible use-after-free in ss-server - 65e9d23 filter through acl first before doing sni detection - b26cbc2 another attack on null ref - d237a05 udprelay: fix off-by-one bug - 0c3cf8b fix runtime TFO detection - d445ea9 Linux 4.11 TFO socket option support