aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* dmapd: update PKG_LICENSE and enable parallel buildW. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dmapd: update to 0.0.83W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #10206 from ysc3839/cifsdRosen Penev2019-10-14
|\ | | | | cifsd: update to git (2019-10-08)
| * cifsd: update to git (2019-10-08)Richard Yu2019-10-12
| | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | xl2tpd: bump to version 1.3.15Yousong Zhou2019-10-14
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: bump to version 3.3.2Yousong Zhou2019-10-14
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | snort: update to 2.9.15W. Michael Petullo2019-10-13
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #10208 from dengqf6/ocNikos Mavrogiannopoulos2019-10-13
|\ \ | | | | | | openconnect: update to 8.05
| * | openconnect: update to 8.05DENG Qingfang2019-10-12
| |/ | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #10193 from Ansuel/nginx-sockHannu Nyman2019-10-12
|\ \ | | | | | | nginx: adds new socket to luci uwsgi config
| * | nginx: adds new socket to luci uwsgi configAnsuel Smith2019-10-12
| | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | Merge pull request #10207 from dengqf6/upnpdRosen Penev2019-10-12
|\ \ \ | | | | | | | | miniupnpd: update to 2.1.20191006
| * | | miniupnpd: update to 2.1.20191006DENG Qingfang2019-10-12
| | |/ | |/| | | | | | | | | | | | | | | | Removed upstreamed patch: 100-build-on-OpenWrt.patch Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | Merge pull request #10173 from Ansuel/uwsgi-fixHannu Nyman2019-10-12
|\ \ \ | |/ / |/| | uwsgi-cgi: adds patch to fix #10134
| * | uwsgi-cgi: adds luci webui and cgi-io vassals configAnsuel Smith2019-10-11
| | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| * | uwsgi-cgi: introduce emperor mode as default uwsgi installationAnsuel Smith2019-10-11
| | | | | | | | | | | | | | | | | | - Use uwsgi in emperor mode by default Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| * | uwsgi-cgi: add patch to fix #10134Ansuel Smith2019-10-11
| |/ | | | | | | | | | | - add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved) Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | cgi-io: iron out extra compiler warningsPetr Štetiar2019-10-11
| | | | | | | | | | | | | | | | | | | | | | | | Fixes following errors: main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare] main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare] main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result] main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | cgi-io: cmake: enable extra compiler warningsPetr Štetiar2019-10-11
| | | | | | | | | | | | Spotting issues during compilation is cheaper. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | cgi-io: cmake: fix libraries lookupPetr Štetiar2019-10-11
| | | | | | | | | | | | In order to make it compile properly in more environments. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | Merge pull request #10191 from Ansuel/cgi-io-fixJo-Philipp Wich2019-10-11
|\ \ | | | | | | cgi-io: fix various errors
| * | cgi-io: fix read after end errorsAnsuel Smith2019-10-10
| |/ | | | | | | | | | | | | | | Currently cgi-io try to read data after the data ended. - Adds "-" to whitelist char - In main_upload is tried to consume the buffer while it's already readed by the while loop before Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | mosh: Add protobuf host build dependencyRosen Penev2019-10-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9150 from lucize/uacmeRosen Penev2019-10-10
|\ \ | | | | | | uacme: add package
| * | uacme: add packageLucian Cristian2019-10-10
| | | | | | | | | | | | | | | | | | | | | lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS). Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | tor: update to 0.4.1.6Jan Pavlinec2019-10-10
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10194 from nickberry17/masterRosen Penev2019-10-09
|\ \ \ | | | | | | | | modemmanager: remove check for unneeded host dependency intltool
| * | | modemmanager: remove check for unneeded host dependency intltoolNicholas Smith2019-10-10
| | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | Merge pull request #10170 from ewsi/feature_dcwifi_1.1Rosen Penev2019-10-09
|\ \ \ \ | | | | | | | | | | dcwifi: Update component versions
| * | | | dcwifi: Update component versionsCarey Sonsino2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update package versions and hashes remove bzero patches remove uclibc++ patch refactor directory structure relocate mrmctl in menuconfig update macremapper patch Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
* | | | | Merge pull request #10189 from dibdot/banIPDirk Brenken2019-10-09
|\ \ \ \ \ | | | | | | | | | | | | banip: update 0.3.1
| * | | | | banip: update 0.3.1Dirk Brenken2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the WAN auto detection now supports multiple interfaces, too * no longer filter out possible LAN devices * add a new DoH (DNS over HTTPS) blocklist source with public DoH DNS server addresses, to effectively block client side DoH communication, e.g. via Firefox or Chrome Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | net/mosquitto: drop obsolete libuuid dependencyKarl Palsson2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libuuid was dropped as a dependency in mosquitto 1.6.0 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #10038 from tiagogaspar8/kea-fixRosen Penev2019-10-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | kea: fix makefile and dependencies
| * | | | | | kea: remove dependency and reduce file sizeTiago Gaspar2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove boost-python3 dependency and reduce file size of the compiled kea-libs Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
| * | | | | | kea: fix kea-admin dependencyTiago Gaspar2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix kea-admin dependency where if procps-ng-ps wasn't available busybox would output an error casuse it does't support showing a processe's PID Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
| * | | | | | kea: fix and improve makefileTiago Gaspar2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix an issue where the Makefile wouldn't allow kea to show up in the menuconfig Also added some description to the packages Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | | aria2: Update to 1.35.0Xingwang Liao2019-10-08
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove OpenSSL patch, it has already merged to the source. Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* | | | | | Merge pull request #10163 from stangri/master-simple-adblockHannu Nyman2019-10-07
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic
| * | | | | simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logicStan Grishin2019-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | Merge pull request #9137 from nickberry17/masterMichael Heimpold2019-10-07
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | modemmanager: add ModemManager to packages This also includes related libraries libmbim and libqmi and the command line tools.
| * | | | | modemmanager: add ModemManager to packagesNicholas Smith2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | Merge pull request #10146 from BKPepe/unboundJosef Schlehofer2019-10-07
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | unbound: Update to version 1.9.4
| * | | | | unbound: Update to version 1.9.4Josef Schlehofer2019-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-16866 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | haproxy: Update HAProxy to v2.0.7Christian Lachner2019-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.7.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | Merge pull request #10142 from stangri/master-simple-adblockHannu Nyman2019-10-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | simple-adblock: bugfix and improvements (check description)
| * | | | | | simple-adblock: bugfix and improvements (check description)Stan Grishin2019-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #10145 from dibdot/banIPDirk Brenken2019-10-04
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | | banip: update 0.3.0
| * | | | | banip: update 0.3.0Dirk Brenken2019-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new 'ca-bundle' dependency as all https connections are now validated by default * automatically select the download utility: 'aria2', 'curl', 'uclient-fetch' with libustream-* or wget are supported * track & ban failed LuCI login attempts as well * add a small log/banIP background monitor to block SSH/LuCI brute force attacks in realtime (disabled by default) * add a config version check (please update your default config!) * made the automatic wan detection more stable * fix the IPv6 logfile parser * fix the service status message * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>