aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #10051 from neheb/snorRosen Penev2019-09-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | snort3: Clean up Makefile
| * | | | | snort3: Clean up MakefileRosen Penev2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed PKG_FIXUP and PKG_INSTALL. They are both unnecessary. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9896 from BKPepe/bindJosef Schlehofer2019-09-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | bind: Update to version 9.14.5
| * | | | | | bind: Update to version 9.14.6Josef Schlehofer2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | | | bind: Update to version 9.14.5Josef Schlehofer2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_LICENSE_FILES Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #9933 from lucize/frrRosen Penev2019-09-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | frr: add package
| * | | | | | | frr: add packageLucian Cristian2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in place replacement for quagga Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #10066 from BKPepe/sysrepoRosen Penev2019-09-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sysrepo: Use correct SPDX License Identifier
| * | | | | | | | sysrepo: Use correct SPDX License IdentifierJosef Schlehofer2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add PKG_LICENSE_FILES - Refresh patches - Use better URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #9942 from dengqf6/xt3.4Rosen Penev2019-09-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xtables-addons: update to 3.5
| * | | | | | | | | xtables-addons: update to 3.5DENG Qingfang2019-09-14
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add xt_PROTO target. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | Merge pull request #10091 from ysc3839/tr-web-controlRosen Penev2019-09-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | transmission-web-control: update to latest git
| * | | | | | | | | transmission-web-control: update to latest gitRichard Yu2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | | | Merge pull request #10093 from ysc3839/frpRosen Penev2019-09-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | frp: update to 0.29.0
| * | | | | | | | | | frp: update to 0.29.0Richard Yu2019-09-27
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | | | yggdrasil: bump to 0.3.9William Fleurant2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | | | | | transmission: fix command param issue and use default respawn settingsRichard Yu2019-09-27
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | | Merge pull request #10074 from ynezz/upstream/coova-fixesRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | coova-chilli fixes and improvements
| * | | | | | | | | coova-chilli: Fix debug flag config example and synchronize bool optionsPetr Štetiar2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug is boolean option/flag so setting it to 9 doesn't work, while at it I've synchronized boolean options from source code and sorted it alphabeticaly with following command: grep flag src/cmdline.ggo | cut -d \" -f2 | sort | tr '\n' '|' Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | | | | | | coova-chilli: Fix unwanted startup of disabled instancesPetr Štetiar2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code in option_cb was referencing $chilli_inst variable which was declared as local, thus the instance startup logic in start_chilli was referencing variable which would always get value of 1, effectively making `disabled` config option useless. So I've fixed it with simpler config_get_bool and while at it, I've simplified the surrounding code little bit as well. Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | | | | | | coova-chilli: Wrap excessively long linesPetr Štetiar2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | | | | | Merge pull request #10058 from dbermond/proxychains-ngRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | proxychains-ng: new package
| * | | | | | | | | | proxychains-ng: new packageDaniel Bermond2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master Run tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | | | | | | | isc-dhcp: fix confused descriptionRosen Penev2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally https://github.com/openwrt/packages/pull/10044 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #10068 from gentoo-root/masterRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | apcupsd: Preset binaries used on target system
| * | | | | | | | | | | apcupsd: Preset binaries used on target systemMaxim Mikityanskiy2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apcupsd's configure script looks up paths to sh, wall and mail on the host system, but intends to use them on the target system. OpenWrt replaces apcupsd's scripts by its own versions, so those paths don't really matter, however, if the host system doesn't have wall installed, the build fails. This is the case on Gentoo when util-linux is built with USE=-tty-helpers (default). Prevent such failures by providing explicit stub paths to sh, wall and mail to configure script. Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
* | | | | | | | | | | | hcxdumptool: update to v5.2.2Andreas Nilsen2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* | | | | | | | | | | | hcxtools: update to v5.2.2Andreas Nilsen2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* | | | | | | | | | | | transmission: Merge all the command line params in one lineRosen Penev2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | ola: Remove HOST_LDFLAGS hackRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been solved properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | transmission: Fix typo in init scriptRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #10065 from stangri/master-simple-adblockHannu Nyman2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | simple-adblock: dnsmasq.ipset option support, better handling of IDNs, updated README
| * | | | | | | | | | | | simple-adblock: dnsmasq.ipset option support, better handling of IDNs, ↵Stan Grishin2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated README Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | | | | net/mosquitto: bump to 1.6.7Karl Palsson2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compatibility with newer libwebsockets versions. Fixes performance issues with websockets Fixes potential crash on config reload Fixes CVEs: CVE-2019-11778 and CVE-2019-11779 Various MQTTv5 fixes. Skips releases with critical regressions Changelog for 1.6.7: https://mosquitto.org/blog/2019/09/version-1-6-7-released/ Changelog for 1.6.5: https://mosquitto.org/blog/2019/09/version-1-6-5-released/ Changelog for 1.6.6: https://mosquitto.org/blog/2019/09/version-1-6-6-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | | | Merge pull request #10071 from gladiac1337/haproxy-2.0.6Hannu Nyman2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.6
| * | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.6Christian Lachner2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | | | | knot: update to version 2.8.4Jan Hák2019-09-25
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | | | | | | | Merge pull request #10062 from ja-pa/treewide-cpe-id-2Rosen Penev2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | treewide: add PKG_CPE_ID for cvescanner
| * | | | | | | | | | | | treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | quassel-irssi: refresh patches to avoid fuzzJosef Schlehofer2019-09-24
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | Merge pull request #10046 from neheb/pfixRosen Penev2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | protobuf fixes from CMake conversion
| * | | | | | | | | | ola: Fix HOSTPKG linkingRosen Penev2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the CMake update, either protobuf was being installed to HOST instead of HOSTPKG by mistake or some other problem. This adds a linker flag to look in the proper location. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #10055 from claell/patch-1Dirk Brenken2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | adblock: Cosmetic changes to README.md
| * | | | | | | | | | | adblock: Cosmetic changes to README.mdClaudius Ellsel2019-09-23
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code blocks for easier reading and change "dns" to "DNS". Signed-off-by: Claudius Ellsel <claudius.ellsel@live.de>
* | | | | | | | | | | Merge pull request #10034 from onjen/captive-optional-argsDirk Brenken2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | travelmate: add support for optional args in auto-login script
| * | | | | | | | | | travelmate: add support for optional args in auto-login scriptJohannes Rothe2019-09-20
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be helpful for example in hotels where you need to enter a new user/password combination every week. Signed-off-by: Johannes Rothe <mail@johannes-rothe.de>
* | | | | | | | | | Merge pull request #9940 from neheb/tr2Rosen Penev2019-09-23
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | transmission: Fix tracker issue with some firewalls
| * | | | | | | | | transmission: Fix tracker issue with some firewallsRosen Penev2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some firewalls mandate a minimum size of 4k for SYN packets, which transmission does not do by default. Upstream issue here: https://github.com/transmission/transmission/issues/964 Cleanup: Fixed license info. Removed two unnecessary patches. Ran shell script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #10045 from yousong/oc-formNikos Mavrogiannopoulos2019-09-23
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | openconnect: allow specifying form_entry list
| * | | | | | | | | openconnect: allow specifying form_entry listYousong Zhou2019-09-21
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>