aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | wifidog-ng: Update init scriptJeffery To2019-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 updates the timeout value to the new max timeout in ipset 7.0. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | wifidog-ng: Convert init script indentation to tabsJeffery To2019-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done to minimize disk space used. This also removes some trailing spaces. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | knot: update to 2.8.1Daniel Salzman2019-04-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | Merge pull request #8660 from MikePetullo/krb5Rosen Penev2019-04-12
|\ \ \ \ \ | | | | | | | | | | | | krb5: allow installing without kadmind
| * | | | | krb5: allow installing without kadmindW. Michael Petullo2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #7620 from kevemueller/ddns_slaacRosen Penev2019-04-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: Working example to use local_script to derive a SLAAC IPv6 address
| * | | | | | ddns-scripts: Bumped PKG_RELEASEKeve Mueller2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keve Mueller <keve@keve.hu>
| * | | | | | ddns-scripts: Working example to use local_script to derive a SLAAC IPv6 addressKeve Mueller2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keve Mueller <keve@keve.hu>
* | | | | | | net/mosquitto: correct config file option nameKarl Palsson2019-04-11
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct option is "password_file" not "passwd_file" Originally reported as: https://github.com/openwrt/packages/pull/8642 Added the package bump. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #8653 from lucize/libreswan-fixRosen Penev2019-04-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libreswan: kernel module fix
| * | | | | libreswan: kernel module fixLucian Cristian2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use the kernel arch for building the modules Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | kea: Specify OpenSSL path for host builds as wellRosen Penev2019-04-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots are failing on kea because kea/host is failing: checking for OpenSSL library... configure: error: OpenSSL auto detection failed I'm guessing the buildbots do not have OpenSSL installed and the configure script does not find the proper location for OpenSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8636 from TDT-AG/pr/20190409-keepalivedFlorian Eckert2019-04-10
|\ \ \ \ \ | | | | | | | | | | | | keepalived: update to version 2.0.15
| * | | | | keepalived: update to version 2.0.15Florian Eckert2019-04-10
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Update keepalived to version 2.0.15 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #8635 from TDT-AG/pr/20190409-stunnelDaniel Engberg2019-04-10
|\ \ \ \ \ | | | | | | | | | | | | stunnel: update version to 5.51
| * | | | | stunnel: update to version 5.51Florian Eckert2019-04-10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Update to version 5.51 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #8353 from Andy2244/samba4-heimdalDaniel Engberg2019-04-10
|\ \ \ \ \ | | | | | | | | | | | | samba4: update to 4.9.5, switch to embedded heimdal build
| * | | | | samba4: update to 4.9.5, switch to embedded heimdal buildAndy Walsh2019-04-09
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.9.5 * use embedded heimdal build * remove mitkrb5 deps * add AD-DC tools (samba4kinit samba4kgetcred samba4kpasswd samba4ktutil) * add eventlogadm to ADMIN tools * build VFS modules shared * preserve custom smb.conf after reboots * add missing lib/samba/? private dirs, even if empty * handle python-crypto via EXTRA_DEPENDS * fix CONFIGURE_CMD argument order * move python install to libs * remove redundant Config.in selects Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #8626 from mstorchak/tgt2Rosen Penev2019-04-09
|\ \ \ \ \ | | | | | | | | | | | | tgt: update to 1.0.76
| * | | | | tgt: update to 1.0.76Maxim Storchak2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | travelmate: update 1.4.5Dirk Brenken2019-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a 'Net Error Check' which treats a missing internet availability as an error (disabled by default) * add a 'List Auto Expiry' which automatically resets the 'Faulty Stations' list after n minutes, default is '0' which means no expiry (old behaviour). * rework major parts of the check subroutine * add both features to LuCI frontend (separate PR/commit) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | gnunet: update to v0.11.3Daniel Golle2019-04-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | wget: add cpe-idJan Pavlinec2019-04-09
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | wget: update to 1.20.3Peter Wagner2019-04-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | 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>