aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* tgt: update to 1.0.76Maxim Storchak2019-04-10
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Merge pull request #5054 from lucize/libreswanRosen Penev2019-04-08
|\ | | | | libreswan: add libreswan 3.27
| * libreswan: add packageLucian Cristian2019-04-08
| | | | | | | | | | | | | | | | | | Libreswan is a free software implementation of the most widely supported and standardized VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE"). These standards are produced and maintained by the Internet Engineering Task Force ("IETF"). Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | kea: Specify OpenSSL locationRosen Penev2019-04-07
| | | | | | | | | | | | | | | | | | | | Some buildbots are failing on this. Refreshed patches. Replace -fPIC with $(FPIC) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8119 from jefferyto/snort-initRosen Penev2019-04-07
|\ \ | | | | | | snort: Update init script
| * | snort: 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 fixes a variable name typo ("CONFIGFILE" instead of "config_file"). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #8272 from cotequeiroz/openssh_engineRosen Penev2019-04-07
|\ \ \ | | | | | | | | openssh: adjust engine support to openssl 1.1.1
| * | | openssh: adjust engine support to openssl 1.1.1Eneas U de Queiroz2019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openssl 1.1.1 package in openwrt enabled more than just the devcrypto engine, so the engine support in openssh should be enabled when general engine support is enabled in openssl. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | clamav: update package to 0.101.2Lucian Cristian2019-04-07
| | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #8492 from BKPepe/fpingJosef Schlehofer2019-04-07
|\ \ \ \ | | | | | | | | | | fping: update to version 4.2
| * | | | fping: update to version 4.2Josef Schlehofer2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use HTTPS everywhere Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #8572 from neheb/snRosen Penev2019-04-06
|\ \ \ \ \ | |_|_|_|/ |/| | | | snort3: Remove lzma dependency
| * | | | snort3: Remove lzma dependencyRosen Penev2019-04-01
| | |/ / | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8602 from Ansuel/nginxupRosen Penev2019-04-05
|\ \ \ \ | | | | | | | | | | nginx: update to version 1.15.10
| * | | | nginx: update to version 1.15.10 and reworkAnsuel Smith2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove libopenssl dep from NGINX_HTTP_CACHE and NGINX_HTTP_AUTH_BASIC config flag The documentation doesn't mention that openssl is required for this 2 modules. This also permit to use nginx no-ssl variant without libopenssl as this 2 module are selected by default. Also make OPENSSL_ENGINE flag a dep to recompile nginx on change of openssl compilation flag. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #8577 from neheb/proRosen Penev2019-04-05
|\ \ \ \ \ | | | | | | | | | | | | prosody: Change -fPIC to $(FPIC)
| * | | | | prosody: Change linker from LD to CCRosen Penev2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is causing linking errors on i3486 and maybe other platforms. Linking with LD does not seem to be very portable. Also cleaned up the Makefile by getting rid of whitespace, HTTPS, duplicated entries, etc... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | aircrack-ng: Update to git commit 42f2b48dJoseph Benden2019-04-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates the aircrack-ng package to their git revision 42f2b48d. This commit is the latest for the upcoming 1.6 release. Signed-off-by: Joseph Benden <joe@benden.us>
* | | | | net-snmp: add missing dependency to libpciKoen Vandeputte2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a build race condition with other packages which sometimes results in: Package libnetsnmp is missing dependencies for the following libraries: libpci.so.3
* | | | | gnunet: update to v0.11.2Daniel Golle2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged gnunet-peerstore into gnunet package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | unbound: Fix ECC dependencyRosen Penev2019-04-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8553 from neheb/unRosen Penev2019-04-04
|\ \ \ \ \ | | | | | | | | | | | | unbound: Make ECDSA support explicit
| * | | | | unbound: Make ECDSA support explicitRosen Penev2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a dependency to OPENSSL_WITH_EC to prevent any build failures. Switched URLs to HTTPS. Added PKG_CPE_ID for proper CVE tracking. Some Makefile reorganization for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8556 from neheb/tor2Rosen Penev2019-04-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | tor: Remove zstd dependency
| * | | | | | tor: Remove zstd dependencyRosen Penev2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that zstd is in the tree, tor stars to pick it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8590 from lnslbrty/update/ptunnel-ngRosen Penev2019-04-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ptunnel-ng: update to 1.41
| * | | | | | | ptunnel-ng: update to 1.41Toni Uhlig2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | | Merge pull request #8580 from tru7/apcupsdRosen Penev2019-04-04
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | apcupsd: preset shutdown binary
| * | | | | | | apcupsd: preset shutdown binaryOthmar Truniger2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | Merge pull request #7837 from rosysong/file-serverRosen Penev2019-04-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rosy-file-server: add new package
| * | | | | | | | rosy-file-server: add new packageRosy Song2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>
* | | | | | | | | net/pptpd: add static remote ip in config fileThiago Pereira Ricciardi2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to configure a static remote ip in pptp config file This change has backward compatibility with old config files Also remove the MAINTAINER as intructed Signed-off-by: Thiago Pereira Ricciardi <thiago.ricciardi@gmail.com>
* | | | | | | | | Merge pull request #4929 from hbl0307106015/keaRosen Penev2019-04-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kea: add new package
| * | | | | | | | | kea: add new packageBangLang Huang2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kea is an open source DHCPv4/DHCPv6 server being developed by Internet Systems Consortium. Kea is a high-performance, extensible DHCP server engine that is designed to be easily modified and extended with hooks libraries. Kea is free open source, and we welcome community engagement, via the Kea-users mailing list, this wiki, and our Github repository. There is a small core team of dedicated software engineers developing it and we need your contributions and support contracts to support them. DHCP Standardization efforts: The lead developer on KEA is co-chair of the Dynamic Host Configuration working group in the IETF. We are committed to providing a standards-compliant implementation and are closely tracking developments in this working group and evaluating them for inclusion in KEA. wiki : http://kea.isc.org/wiki official : https://www.isc.org/kea/ Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | | | | | | Merge pull request #8536 from TDT-AG/pr/20190329-keepalivedFlorian Eckert2019-04-03
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | keepalived: update to version 2.0.14
| * | | | | | | | | keepalived: add new option vrrp_startup_delayFlorian Eckert2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redmine-patch-id: 3441 Add new global option vrrp_startup_delay to the uci. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | keepalived: update to version 2.0.14Florian Eckert2019-04-03
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redmine-patch-id: 3383 Update keepalived to version 2.0.14. Add Config.in file. Authored-by: Quentin Armitage <quentin@armitage.org.uk> Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | freeradius3: update to 3.0.18David Yang2019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | | | freeradius3: Add support for SQLDavid Yang2019-04-02
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | | 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>