aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #7892 from neheb/sstpHannu Nyman2019-01-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | sstp-client: Fix compilation without deprecated OpenSSL APIs
| * | | | | | sstp-client: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-01-06
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | acme: Remove 8192 bits certificate optionToke Høiland-Jørgensen2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not supported by letsencrypt, so issuing the certificate will fail. Instead, add 3072 bits as an intermediate option. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | acme: Support selecting ECC certificates from LuciToke Høiland-Jørgensen2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As pointed out by @andersk, acme.sh already supports ECC certificates, and they can be set manually in the uci file, just not in Luci. Fix this by changing the key size selector into a listbox, and adding ECC certs as options. Fixes #7825. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | Merge pull request #7887 from neheb/patch-8Saverio Proto2019-01-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | tinc: Fix to actually build without deprecated APIs
| * | | | | | tinc: Fix to actually build without deprecated APIsRosen Penev2019-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script checks for the existence of OpenSSL by checking a deprecated function. This works around it. The other changes have been done previously Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7874 from Ansuel/softupHannu Nyman2019-01-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | softethervpn: update to latest release and rework makefile
| * | | | | | | softethervpn: update to latest release and rework makefileAnsuel Smith2019-01-04
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | shadowsocks-client: removeDeng Qingfang2019-01-07
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It hasn't been maintained for years and doesn't have recent features such as AEAD crypto and IPv6. (The "recent" update is fix compilation without deprecated OpenSSL APIs, which is made by Rosen Penev) It has been superseded by shadowsocks-libev, which is recently maintained by community and has LuCI frontend. Despite its smaller size, it depends on OpenSSL, which is way larger than MbedTLS, the one shadowsocks-libev used. Thus, it doesn't really fit in space-constrained devices. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | Merge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-varsHannu Nyman2019-01-06
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | gitolite: Remove unecessary Makefile variables
| * | | | | gitolite: Remove unecessary Makefile variablesDaniel F. Dickinson2019-01-01
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them from the gitolite Makefile Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | Merge pull request #7882 from dibdot/travelmateDirk Brenken2019-01-06
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update 1.3.2
| * | | | | travelmate: update 1.3.2Dirk Brenken2019-01-05
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | - support named 'wifi-iface' sections correctly Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | fwknop: ensure default ifname matches default networkTerry Stockert2019-01-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
* | | | | Merge pull request #7880 from dibdot/banipDirk Brenken2019-01-05
|\ \ \ \ \ | | | | | | | | | | | | banIP: release 0.1.0
| * | | | | banIP: release 0.1.0Dirk Brenken2019-01-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add automatic blocklist backup & restore, they will be used in case of download errors or during startup in backup mode * add a 'backup mode' to re-use blocklist backups during startup, get fresh lists via reload or restart action * procd interface trigger now supports multiple WAN interfaces * change URL for abuse.ch/feodo list source in default config * small fixes * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* / / / / nginx: update to 1.15.8 and remove PKG_VERSION from modules tarball filenameDeng Qingfang2019-01-04
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.15.8. Also use HTTPS PKG_VERSION (nginx version) in 3rd-party modules tarball filename is dispensable and can be dropped to avoid unnecessary downloading Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | aria2: immediate assign valuePeter Wagner2019-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | aria2: fix "Illegal instruction" crash on ar71xxPeter Wagner2019-01-02
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #7844 from neheb/cnHannu Nyman2019-01-02
|\ \ \ \ | | | | | | | | | | conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
| * | | | conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two headers were missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7850 from commodo/netatalkTed Hess2019-01-02
|\ \ \ \ \ | | | | | | | | | | | | netatalk: bump to version 3.1.12
| * | | | | netatalk: bump to version 3.1.12Alexandru Ardelean2019-01-02
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This change upgrades the package to version 3.1.12. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #7827 from rosysong/nft-qosHannu Nyman2019-01-02
|\ \ \ \ \ | | | | | | | | | | | | nft-qos: fix monitor doesn't work when firstboot
| * | | | | nft-qos: fix monitor doesn't work when firstbootRosy Song2019-01-02
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>
* | | | | strongswan: bump to 5.7.2Stijn Tintel2019-01-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
|/ / / / | | | | | | | | | | | | | | | | | | | | One missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5266 from dermoth/libndpTed Hess2019-01-01
|\ \ \ \ | |/ / / |/| | | libndp: Add library/tool for Neighbor Discovery Protocol
| * | | libndp: Add library/tool for Neighbor Discovery ProtocolThomas Guyot-Sionnest2018-12-30
| | |/ | |/| | | | | | | | | | | | | | | | This is a new package to add tooling for IPv6 Neighbor Discovery Protocol, ndptool. Builds libndp and ndptool. Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
* | | tcpreplay: bump to version 4.3.1Alexandru Ardelean2018-12-31
| | | | | | | | | | | | | | | | | | | | | This change bumps the version to 4.3.1. Also, it changes the source archive to `tar.xz` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | wget: update to 1.20.1Peter Wagner2018-12-30
|/ / | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | keepalived: build without libipsetEneas U de Queiroz2018-12-28
| | | | | | | | | | | | keepalived 2.0.7 is not compatible with libipset 7.x. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #7760 from cshoredaniel/pr-nut-server-init-driver-updatesHannu Nyman2018-12-27
|\ \ | | | | | | nut: server init driver updates
| * | nut: Bump PKG_RELEASEDaniel F. Dickinson2018-12-23
| | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | nut: really run upsd as non-rootDaniel F. Dickinson2018-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One local removal was missed in last push of this fix, so in certain circumstances upsd would run as root even when it shouldn't. Fixes f48b060fa752 ("nut: Fix upsd runs as root") Closes: #6697 (properly) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | nut: Update server config comment 'docs'Daniel F. Dickinson2018-12-23
| | | | | | | | | | | | | | | | | | | | | Update the commented out settings in /etc/config/nut_server that shows the available sections with their default settings. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | nut: Fix additional (other) variable handlingDaniel F. Dickinson2018-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a cut & paste error in the handling of 'other' variables (i.e. driver variables not specifically known to the package but which some users may require to be add). There was also a logic error from not switching sufficient after cut & paste. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | nut: Remove extraneous config readsDaniel F. Dickinson2018-12-20
| | | | | | | | | | | | | | | | | | | | | | | | Handling of driver variable defaults, overrides, and additional (other) variables changed and left behind some extraneous config reads (config_get and config_list_foreach). Remove those. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | nut: alphabetize driver optionsDaniel F. Dickinson2018-12-20
| | | | | | | | | | | | | | | | | | | | | There are a lot of options; to make development easier alphabetize them. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | Merge pull request #7784 from dibdot/banipDirk Brenken2018-12-27
|\ \ \ | | | | | | | | banip: release 0.0.7
| * | | banip: release 0.0.7Dirk Brenken2018-12-26
| | | | | | | | | | | | | | | | | | | | | | | | * determine L3 and L2 network devices to support pppoe interfaces correctly Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #7781 from dibdot/adblockDirk Brenken2018-12-27
|\ \ \ \ | | | | | | | | | | adblock: release 3.6.1
| * | | | adblock: release 3.6.1Dirk Brenken2018-12-26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * report engine supports multiple listening ports, set 'adb_replisten' to a space separated list of ports, default '53' * report engine supports multiple interfaces, set 'adb_repiface' to 'any' * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #7773 from TDT-AG/pr/20181225-mwan3Hannu Nyman2018-12-26
|\ \ \ \ | |/ / / |/| | | mwan3: code cleanup
| * | | mwan3: update version to 2.7.8Florian Eckert2018-12-25
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: remove duplicated global enable checkFlorian Eckert2018-12-25
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: remove local_source deprecated code artefactsFlorian Eckert2018-12-25
| | |/ | |/| | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #7658 from neheb/chaosHannu Nyman2018-12-26
|\ \ \ | | | | | | | | chaosvpn: Fix compilation without deprecated OpenSSL APIs
| * | | chaosvpn: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-13
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7751 from gladiac1337/feature-haproxy-v1.8.16Hannu Nyman2018-12-26
|\ \ \ \ | | | | | | | | | | haproxy: Update HAProxy to v1.8.16