aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* softethervpn: Fix compilation under 64-bit targetsRosen Penev2019-04-01
| | | | | | -m64 is not compatible with OpenWrt's compilers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #8557 from gladiac1337/feature-haproxy-v1.8.19-updatesHannu Nyman2019-04-01
|\ | | | | haproxy: Update all patches for HAProxy v1.8.19
| * haproxy: Update all patches for HAProxy v1.8.19Christian Lachner2019-04-01
| | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.19.html) - Raise PKG_RELEASE to 3 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | shadowsocks-libev: add a "forward all" recipeYousong Zhou2019-04-01
| |
* | znc: update to 1.7.3Jonas Gorski2019-04-01
| | | | | | | | | | | | Fixes CVE-2019-9917 (only affects modpython) Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | Merge pull request #8118 from jefferyto/pptpd-initRosen Penev2019-03-31
|\ \ | |/ |/| pptpd: Update init script
| * pptpd: Update init scriptJeffery To2019-02-03
| | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #8103 from jefferyto/e2guardian-initRosen Penev2019-03-31
|\ \ | | | | | | e2guardian: Update init script
| * | e2guardian: Update init scriptJeffery To2019-02-01
| | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #8101 from jefferyto/aria2-initRosen Penev2019-03-31
|\ \ \ | | | | | | | | aria2: Update init script
| * | | aria2: Update init scriptJeffery To2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also lets procd trigger the validation function directly, and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #8122 from jefferyto/squid-initRosen Penev2019-03-31
|\ \ \ \ | | | | | | | | | | squid: Update init script
| * | | | squid: Update init scriptJeffery To2019-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8531 from MikePetullo/snort3Rosen Penev2019-03-31
|\ \ \ \ \ | | | | | | | | | | | | snort3: new package
| * | | | | snort3: new packageW. Michael Petullo2019-03-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #8525 from ja-pa/rpcbind-cpe-idRosen Penev2019-03-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | rpcbind: Add PKG_CPE_ID for proper CVE tracking
| * | | | | | rpcbind: Add PKG_CPE_ID for proper CVE trackingJan Pavlinec2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #8198 from jefferyto/mini-snmpd-initRosen Penev2019-03-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mini_snmpd: Update init script
| * | | | | | | mini_snmpd: Update init scriptJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also replaces space indentation with tabs, and removes trailing whitespace and unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #8544 from neheb/lRosen Penev2019-03-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lcdringer: Remove libcheck dependency to fix compilation
| * | | | | | | | lcdringer: Remove libcheck dependency to fix compilationRosen Penev2019-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libcheck is some kind of testing framework. it is not only unnecessary, it is not even used in the code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #8054 from dengqf6/allRosen Penev2019-03-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | treewide: add missing PKGARCH:=all to non-binary packages
| * | | | | | | | | treewide: add missing PKGARCH:=all to non-binary packagesDeng Qingfang2019-03-30
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | Merge pull request #8530 from MikePetullo/snortDaniel Engberg2019-03-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | snort: modify to build against libdaq 2.2.2
| * | | | | | | | | snort: modify to build against libdaq 2.2.2W. Michael Petullo2019-03-30
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #8065 from neheb/patch-4Rosen Penev2019-03-30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | wavemon: Update to 0.9.0
| * | | | | | | | wavemon: Update to 0.9.0Rosen Penev2019-03-29
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation Backported upstream patch to fix compilation with musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / / / linknx: bump to new upstream version 0.0.1.37Othmar Truniger2019-03-30
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | seafile-server: fix django 1.11 detect, tidy upEneas U de Queiroz2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 1.11 is supported, but seafile-admin was still looking for v. 1.8. Replaced current patch with the patch from haiwen/seafile-server#147. Cleaned up unsupported configure options, including riak backend. Check that the seafile-server version is the same as seafile-seanet's at build time, removing the static EXTRA_DEPENDS check done at install time. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | travelmate: Update to 1.4.4Dirk Brenken2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine captive portal detection/rebind protection handling, heavily tested with Deutsche Bahn hotspots ... ;-) * add rebind whitelist logging Signed-off-by: Dirk Brenken <dev@brenken.org> Added "Update to" in commit message Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | Merge pull request #8517 from neheb/neheb-patch-1Eneas Queiroz2019-03-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | ptunnel-ng: Remove libbsd dependency
| * | | | | | ptunnel-ng: Remove libbsd dependencyRosen Penev2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when both libbsd and ptunnel-ng are selected. libbsd is used for arc4random with a fallback to /dev/random. musl does not support arc4random. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8513 from bmork/conserverEneas Queiroz2019-03-27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | conserver: update to 8.2.4 and enable IPv6 support
| * | | | | | conserver: enable IPv6 supportBjørn Mork2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
| * | | | | | conserver: add back config.guess and config.sub to fix buildBjørn Mork2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
| * | | | | | conserver: update to version 8.2.4Bjørn Mork2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version 8.2.4 (March 26, 2019): - Correct man page typo (Ed Maste <emaste@freebsd.org>) - Remove autotools generated files from repo and create with release - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS - Moving README to markdown - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console - Fix #8 - defaultaccess appears broken - Rename configure.in and use autoreconf - Better use of version.h and letting configure build things with versions version 8.2.3 (March 17, 2019): - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>) - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>) - Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>) - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>) - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>) - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>) - regenerate autoconf files (Ed Maste <emaste@freebsd.org>) - Use closefrom if available (Ed Maste <emaste@freebsd.org>) - Correct typo (Ed Maste <emaste@freebsd.org>) - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>) - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>) openwrt packaging: - removed upstreamed 010-openssl-deprecated.patch Signed-off-by: Bjørn Mork <bjorn@mork.no>
* | | | | | | Merge pull request #8512 from mwarning/strongswanStijn Tintel2019-03-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strongswan: collapse menu items
| * | | | | | | strongswan: collapse menu itemsMoritz Warning2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | mosquitto: bump to v1.5.8Karl Palsson2019-03-27
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://github.com/eclipse/mosquitto/blob/v1.5.8/ChangeLog.txt This is a bugfix release. Of likely note to OpenWrt is a bug affecting missing messages on bridges since 1.5.4: https://github.com/eclipse/mosquitto/issues/1174 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #8319 from brianjmurrell/shorewall-iface-updateHannu Nyman2019-03-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shorewall: start and enable interfaces all in hotplug
| * | | | | | | shorewall: Update PKG_RELEASEBrian J. Murrell2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
| * | | | | | | Shorewall: start and enable interfaces all in hotplugBrian J. Murrell2019-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using shorewall-lite {en|dis}able instead of completely restarting Shorewall is much more efficient. But it also makes sense to move the starting of Shorewall from init to an interface hotplug event. The "lan" interface should be a good indicator that networking it ready. Besides, Shorewall won't start until br-lan is available. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | | | | | | Merge pull request #8496 from ja-pa/ddns-scripts-fixDirk Brenken2019-03-27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | ddns-scripts: add hsts-file parameter to wget call
| * | | | | | | ddns-scripts: add hsts-file parameter to wget callJan Pavlinec2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this should prevent wget to writing to /root/.wget-hsts which can lead to flash memory degradation. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #8508 from teslamint/patch-1Hannu Nyman2019-03-27
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | coova-chilli: fix build error
| * | | | | | | coova-chilli: fix build errorJaehoon You2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes that copy command to fix build error. Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | | rpcbind: fix warmstart option, CVE-2017-8779Andy Walsh2019-03-27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * always build with warmstart options * fix CVE-2017-8779 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Merge pull request #8505 from dibdot/travelmateDirk Brenken2019-03-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | travelmate: 1.4.3
| * | | | | | | travelmate: 1.4.3Dirk Brenken2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove leftover from last commit * enhance rebind protection whitelisting: support multiple, cascaded captive portal domains Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | coova-chilli: Bump PKGRosen Penev2019-03-26
| | | | | | | |