aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #9174 from ryzhovau/unbound_libRosen Penev2019-06-06
|\ | | | | unbound: fix library double packing
| * unbound: fix library double packingAlexander Ryzhov2019-06-06
| | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | Merge pull request #9160 from dengqf6/ariangHannu Nyman2019-06-06
|\ \ | | | | | | ariang: update to 1.1.1
| * | ariang: update to 1.1.1Deng Qingfang2019-06-06
| | | | | | | | | | | | | | | | | | | | | Update ariang to 1.1.1 Also switch to codeload Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | dnsdist: Move into IP Adresses and NamesJames Taylor2019-06-07
| |/ |/| | | | | | | Moving the DNSDIST package into the IP Addresses and Names subcategory under Network. This will make it easier to find since it will be with other DNS tools. Signed-off-by: James Taylor <james@jtaylor.id.au>
* | nlbwmon: update to latest Git HEADJo-Philipp Wich2019-06-06
|/ | | | | | | | | | | | | 4574e6e nfnetlink: prevent tight retry loops 163a211 client: fix commit error information 21290db nlbwmon: merge existing data abe701d database: do not overwrite unexpectedly preexisting databases ef3fa58 socket: handle EAGAIN on send() Ref: https://github.com/jow-/nlbwmon/issues/23 Ref: https://github.com/jow-/nlbwmon/issues/26 Ref: https://github.com/jow-/nlbwmon/issues/30 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Merge pull request #9149 from ffflorian/feat/ddns-inwxRosen Penev2019-06-05
|\ | | | | ddns-scripts: Add INWX service
| * ddns-scripts: Add INWX serviceFlorian Keller2019-06-05
| | | | | | | | Signed-off-by: Florian Keller <github@floriankeller.de>
* | Merge pull request #9128 from TDT-AG/pr/20190603-mwan3Florian Eckert2019-06-04
|\ \ | |/ |/| mwan3: change flush_conntrack handling to use uci list element
| * mwan3: change flush_conntrack handling to use uci list elementFlorian Eckert2019-06-03
| | | | | | | | | | | | | | | | | | With this change it is now possible to combine interface action events. If an interface action is generated by netifd or mwan3 for example ifup, ifdown, connectd or disconnected and this action is configured in the inteface uci section, then the conntrack table is flushed by mwan3. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #9025 from cshoredaniel/pr-update-nbdRosen Penev2019-06-03
|\ \ | |/ |/| nbd: Update to 3.19 and remove unneed patches
| * nbd: Update to 3.19 and remove unneed patchesDaniel F. Dickinson2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current version in OpenWrt (3.16.2) fails against the Arch Linux in System Rescue CD's NBD as rootfs (to allow sharing ISO across network). Based on resolved issues and web searching it seems nbd had endianness issues (which affected my ath79 device). This updates to 3.19 which allows System Rescue CD PXE boot with NBD rootfs to work. Removed patches no longer required due to upstream changes, and added new configure option (--without-libnl) required to avoid linking against full libnl and libnl-genl (if present in build). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | Merge pull request #9127 from mstorchak/tgtRosen Penev2019-06-03
|\ \ | | | | | | tgt: update to 1.0.78
| * | tgt: update to 1.0.78Maxim Storchak2019-06-03
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | apfree-wifidog: Add new packageliudf07162019-06-03
| | | | | | | | | | | | | | | | | | Signed-off-by: liudf0716 <liudf0716@gmail.com> [Fix indentation and trailing whitespace on Makefile and wifidogx.init] Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | softethervpn: Fix compilation with full/stub iconvRosen Penev2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs -liconv. Also fixed compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com> Add OPENSSL_init_crypto to deprecated patch Co-Authored-By: Eneas Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #9056 from lucize/strongupStijn Tintel2019-05-31
|\ \ \ | | | | | | | | strongswan: update to 5.8.0
| * | | strongswan: update to 5.8.0Lucian Cristian2019-05-23
| | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #9106 from dibdot/banIPDirk Brenken2019-05-31
|\ \ \ \ | | | | | | | | | | banip: update 0.1.3
| * | | | banip: update 0.1.3Dirk Brenken2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change iptables whitelist target from 'ACCEPT' to 'RETURN' to stop traversing the banIP chain and resume at the next chain * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #9090 from neheb/dnsdRosen Penev2019-05-30
|\ \ \ \ \ | |/ / / / |/| | | | dnsdist: Fix several issues
| * | | | dnsdist: Fix several issuesRosen Penev2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch that detects when -latomic is needed. Fix compilation without deprecated OpenSSL APIs. Hard-code lua to avoid luajit dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | openconnect: updated to 8.03Nikos Mavrogiannopoulos2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves: #8218 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | cgi-io: Fix bugJianhui Zhao2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The installation name is inconsistent with the code Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | xtables-addons: adapt build to EXTERNAL_TOOLCHAINEneas U de Queiroz2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 32aaaaa led to failures when openwrt ARCH did not match kernel ARCH, and this may not be its only side-effect. This restores the previous Build/Compile and Build/Install, using the default ones only when using external toolchain; in this case, ARCH is set to LINUX_KARCH. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | unbound: add compile options to library and daemonEric Luehrsen2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two seperate package names were chosen instead of menu selected options because dependents need a ready (large) package in release directory. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | unbound: replace obsolete test expressionsEric Luehrsen2019-05-28
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions '-o', '-a', and '\( \)' within test or '[ ]' are obsolete. POSIX allows few arguments to test, so long expressions are not portable. '[ p -a q ]' can be replaced with '[ p ] && [ q ]' instead. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | Merge pull request #9078 from James-TR/dnsdistRosen Penev2019-05-27
|\ \ \ \ | | | | | | | | | | dnsdist: add missing dependency for libatomic
| * | | | dnsdist: add missing dependency for libatomicJames Taylor2019-05-27
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | libatomic is required on mips* targets. This change will fix buildbot failures in #8548 for dnsdist Signed-off-by: James Taylor <james@jtaylor.id.au>
* / | | banip: update 0.1.2Dirk Brenken2019-05-27
|/ / / | | | | | | | | | | | | | | | * add more IPv4 & IPv6 consistency checks * various cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #9063 from cotequeiroz/libevhtp-1.2.18Rosen Penev2019-05-25
|\ \ \ | | | | | | | | libevhtp: update to 1.2.18, add oniguruma package, adapt seafile-server
| * | | seafile-server: adjust to libevhtp 1.2.18Eneas U de Queiroz2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libevhtp 1.2.18 made API changes, and unbundled oniguruma. To adapt seafile-server, some patches from Alexandre Rossi's debian packaging at http://sousmonlit.zincube.net/~niol/repositories.git/ were applied. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | nfs-kernel-server: compile with internal rpcgenPeter Wagner2019-05-26
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #9062 from dibdot/travelmateDirk Brenken2019-05-24
|\ \ \ \ | |/ / / |/| | | travelmate: update 1.4.7
| * | | travelmate: update 1.4.7Dirk Brenken2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tweak 'f_check' function * code cleanup Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #9052 from cotequeiroz/seafile-bumpRosen Penev2019-05-23
|\ \ \ \ | |_|/ / |/| | | seafile-server: release bump due to libevhtp bump
| * | | seafile-server: release bump due to libevhtp bumpEneas U de Queiroz2019-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Libevhtp is building a static library, used by seafile-server. Every time the libevhtp binary changes, seafile-server needs a release bump. Leave a note in the libevhtp Makefile, as a reminder. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | ACME: Remove dependency on luci-lib-ipkgToke Høiland-Jørgensen2019-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead, use @jow-'s suggestion of just checking for the presence of the executables to find the installed web servers. Fixes #8529. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | Merge pull request #9031 from James-TR/dnsdistRosen Penev2019-05-22
|\ \ \ \ | |/ / / |/| | | dnsdist: add package
| * | | dnsdist: add packageJames Taylor2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: armv7l, OpenWRT SDK Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 - confirmed dnsdist links correctly against dependencies and doesn't experience errors at run-time when enabling features. Description: dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route traffic to the best server, delivering top performance to legitimate users while shunting or blocking abusive traffic. dnsdist is dynamic, its configuration language is Lua and it can be changed at runtime, and its statistics can be queried from a console-like interface or an HTTP API. https://dnsdist.org/ Closes: PowerDNS/pdns#3294 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | xtables-addons: pass correct flags to compile and installSébastien Blin2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefile currently redefine the Compile and Install functions. This is not working when using an external toolchain because some flags are not interpreted, like CROSS_COMPILE. It is possible to override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead. Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* | | | Merge pull request #9038 from TDT-AG/pr/20190520-stunnelFlorian Eckert2019-05-21
|\ \ \ \ | | | | | | | | | | stunnel: update version to 5.54
| * | | | stunnel: update version to 5.54Florian Eckert2019-05-21
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Update to latest stable release 5.54 Add new options ticketKeySecret and ticketMacSecret to uci validation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #9037 from MikePetullo/dmapdRosen Penev2019-05-20
|\ \ \ \ | | | | | | | | | | dmapd: update to 0.0.82
| * | | | dmapd: update to 0.0.82W. Michael Petullo2019-05-20
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / / clamav: Remove build hacksRosen Penev2019-05-19
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Simplified the Makefile and fixes compilation with uClibc-ng. Also added IPv6 support. Took the time to clean up the Makefile with other useful options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8641 from dengqf6/bind9.14Rosen Penev2019-05-18
|\ \ \ | | | | | | | | [RFC/RFT] bind: update to 9.14.2
| * | | bind: update to 9.14.2Deng Qingfang2019-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BIND now requires POSIX thread and IPv6 support to build Add filter-AAAA plugin Remove unrecognized options Remove patch that no longer needed - 002-autoconf-ar-fix.patch Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | Merge pull request #9010 from neheb/quuRosen Penev2019-05-18
|\ \ \ \ | |/ / / |/| | | quassel-irssi: Fix compilation with GCC8
| * | | quassel-irssi: Fix compilation with GCC8Rosen Penev2019-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It throws new warnings which triggers -Werror. Remove it. Added support for full NLS. Signed-off-by: Rosen Penev <rosenp@gmail.com>