aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #14277 from neheb/opeRosen Penev2020-12-20
|\ | | | | open-iscsi: update to 2.1.3
| * open-iscsi: update to 2.1.3Rosen Penev2020-12-19
| | | | | | | | | | | | | | | | | | | | | | pass CC to configure. host CC flags can leak in the build system, preventing compilation. Deleted upstream backports. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | adblock: update 4.0.8Dirk Brenken2020-12-19
|/ | | | | | | | | | | | | * source changes: - add new source 'games_tracking' (https://www.gameindustry.eu) - change malwaredomains source mirror - remove malwarelist source (source is empty) - remove youtube source (does not work at all) * support multiple firewall zones for dns redirects * add firewall zone/port housekeeping * fix dns backend detection in TurrisOS (LuCI change) * add check for gnu-sort Signed-off-by: Dirk Brenken <dev@brenken.org>
* simple-adblock: config updateStan Grishin2020-12-18
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* Merge pull request #14268 from pprindeville/fix-isc-dhcp-reload-typoPhilip Prindeville2020-12-18
|\ | | | | isc-dhcp: fix regression in reloading
| * isc-dhcp: fix regression in reloadingPhilip Prindeville2020-12-18
| | | | | | | | | | | | Introduced in "isc-dhcp: improve startup performance" Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #14223 from tofurky/fwknop_gpgme_depsRosen Penev2020-12-18
|\ \ | |/ |/| fwknop: gpgme: fix build of fwknop with gpg enabled
| * fwknop: fix build with gpg support enabledMatt Merhar2020-12-13
| | | | | | | | | | | | | | | | | | | | | | Along with the accompanying change to gpgme to install gpgme-config, since libfko is what is actually linked to gpgme, and not fwknop/fwknopd, an explicit dependency must be added to that package. menuconfig now allows enabling gpg support if only fwknop is selected without also selecting fwknopd. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* | Merge pull request #14233 from pprindeville/issue#14232Philip Prindeville2020-12-18
|\ \ | | | | | | bind: start named early enough to be present when isc-dhcp starts
| * | bind: start named early enough to be present when isc-dhcp startsPhilip Prindeville2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start named before dhcpd so that dhcpd can prime the local zones at startup. Restore the empty domain zone for rfc1918 addresses that previously existed. Create an additional subsidiary named.conf.local file (initially empty) in /tmp/bind/ that can be seeded with dynamic zones and primed with "rndc reload", and add it to the watched list of config files for procd. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #14263 from neheb/easyRosen Penev2020-12-18
|\ \ \ | | | | | | | | openvpn-easy-rsa: use relative symlinks
| * | | openvpn-easy-rsa: use relative symlinksRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Fixes dead symlinks under InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14265 from neheb/olapRosen Penev2020-12-18
|\ \ \ \ | | | | | | | | | | protobuf: fix bad CFLAGS in pkgconfig
| * | | | ola: fix compilation with older clangRosen Penev2020-12-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Werror is normally passed with pkgconfig headers. Remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14261 from neheb/cifs2Rosen Penev2020-12-17
|\ \ \ \ | | | | | | | | | | cifs-utils: link mount utility relative instead of absolute
| * | | | cifs-utils: link mount utility relative instead of absoluteRosen Penev2020-12-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes InstallDev dead link. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / kadnode: link binary relativeRosen Penev2020-12-17
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixes dead symlink in InstallDev Clean up Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14257 from zhanhb/alternatives-libexecRosen Penev2020-12-17
|\ \ \ | | | | | | | | treewide: move binaries of alternatives to /usr/libexec
| * | | treewide: move binary of alternatives to libexec, rename as suggestedHuangbin Zhan2020-10-08
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | mdnsresponder: bring back LN hackRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that the Makefile of mdnsreponder links to absolute paths instead of relative ones. This is an issue when compiling. Fix for InstallDev as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14247 from gstrauss/lighttpd-1.4.57Rosen Penev2020-12-17
|\ \ \ \ | | | | | | | | | | lighttpd: update to lighttpd 1.4.57
| * | | | lighttpd: update to lighttpd 1.4.57 release hashGlenn Strauss2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.57 release hash * remove patches incorporated upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | lighttpd: cleaner TLS dependency logic in MakefileGlenn Strauss2020-12-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | incorporate suggestion from cotequeiroz (Eneas U de Queiroz) https://github.com/openwrt/packages/issues/14142#issuecomment-739583111 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | Merge pull request #14254 from dbermond/miniupnpc-add-installdevRosen Penev2020-12-17
|\ \ \ \ | |/ / / |/| | | miniupnpc: add InstallDev
| * | | miniupnpc: add InstallDevDaniel Bermond2020-12-12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit ef388ff1f3f2 removed 'CMAKE_INSTALL:=1', and this makes the development files to be not installed anymore on 'staging_dir'. Being such, packages that needs to link against libminiupnpc fails to build, because it cannot find the headers and the library. Adding an InstallDev fixes this. Build-tested on: ipq806x (R7800) Run-tested on: ipq806x (R7800) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | knot: update to 3.0.3Jan Hak2020-12-16
| | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | mwan3: update versionAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de> - Changed version string Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | mwan3: add more error logging to routing functionsAaron Goodman2020-12-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | mwan3: improve route flushing on mwan3 stopAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | only attempt to flush routes for the relevant family Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | mwan3: fix race condition in route loadingAaron Goodman2020-12-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | mwan3: fix linkdown routes not being addedAaron Goodman2020-12-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | Merge pull request #14241 from neheb/mdnsRosen Penev2020-12-16
|\ \ \ | | | | | | | | mdnsreponder: use install paths instead of build ones
| * | | mdnsreponder: use install paths instead of build onesRosen Penev2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, the build ones do not get generated when compiling in parallel. PKG_INSTALL_DIR is the correct solution anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10643 from kmcopper/opensshRosen Penev2020-12-15
|\ \ \ \ | | | | | | | | | | OpenSSH: Add failsafe support
| * | | | openssh: add openwrt failsafe supportKyle Copperfield2020-12-15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds failsafe support to the openssh package. Roughly based on an earlier patch. Ref: https://github.com/openwrt/openwrt/pull/865 Signed-off-by: Jeff Kletsky <git-commits@allycomm.com> Signed-off-by: Kyle Copperfield <kmcopper@danwin1210.me>
* | | | Merge pull request #13884 from neheb/connRosen Penev2020-12-15
|\ \ \ \ | |_|_|/ |/| | | conntrack-tools: update to 1.4.6
| * | | conntrack-tools: update to 1.4.6Rosen Penev2020-12-14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed patch as upstream fixed libtirpc support differently. Switched to normal tarballs for simplicity. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14184 from pprindeville/issue#14183Philip Prindeville2020-12-15
|\ \ \ | |/ / |/| | bind: add support for the 'rndc' utility
| * | bind: add support for the 'rndc' utilityPhilip Prindeville2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | Enable the control port on named that rncd uses to talk to it. Use rndc to allow for lightweight reloads of some (per-zone) or all of the database without an interruption of service. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #14212 from stangri/master-simple-adblockRosen Penev2020-12-14
|\ \ \ | | | | | | | | simple-adblock: bugfix - config update
| * | | simple-adblock: bugfix - config updateStan Grishin2020-12-12
| | |/ | |/| | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | Merge pull request #14196 from pprindeville/issue#14195Rosen Penev2020-12-14
|\ \ \ | | | | | | | | isc-dhcp: seeing crashes when attempting to update dynamic dns
| * | | isc-dhcp: seeing crashes when attempting to update dynamic dnsPhilip Prindeville2020-12-10
| | |/ | |/| | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | mosquitto: bump to 2.0.2Karl Palsson2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog: https://mosquitto.org/blog/2020/12/version-2-0-2-released/ * Enables DHE ciphers * Improved response time with http_dir and websockets Drops a patch no longer required due to upstream fixes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libreswan: add xfrm interface dependsLucian Cristian2020-12-14
| |/ |/| | | | | | | | | ipsec needs xfrmi support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | subversion: fix compilation with full NLSRosen Penev2020-12-11
| | | | | | | | | | | | Needs a linker flag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | i2pd: backport upstream fix for i386Rosen Penev2020-12-11
| | | | | | | | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | curl: update to version 7.74.0 (security fix)Jan Pavlinec2020-12-11
|/ | | | | | | | | Fixes: CVE-2020-8286 CVE-2020-8285 CVE-2020-8284 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #14191 from luizluca/easy-rsa-3.0.8Rosen Penev2020-12-10
|\ | | | | openvpn-easy-rsa: bump to 3.0.8
| * openvpn-easy-rsa: bump to 3.0.8Luiz Angelo Daros de Luca2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New easyrsa will look for missing vars and x509-types where easyrsa is located (following symlink). /usr/bin/easyrsa is now a link to /usr/lib/easyrsa/easyrsa and /usr/lib/easyrsa/{vars,x509-types} a link to /etc/easyrsa/{vars,x509-types}. This keeps the same previous OpenWrt easyrsa behavior which tries to use $PWD/pki and /etc/easyrsa/{vars,x509-types}, but without patching it. Easyrsa can also use env vars to set pki root path (instead of /usr/lib/easyrsa), pki path (instead of $PWD/pki) and vars path. Those variables are commented in /etc/profile.d/50-openvpn-easy-rsa.sh as an example of how to make easyrsa run independent of $PWD. That scriptlet also sets $EASYRSA_TEMP_DIR from $EASYRSA_PKI/tmp to /tmp in order to avoid writing to persistent media (normally flash). However, as a profile scriptlet, it will only be used after session is restarted. The "build" tgz was replaced by the "source" tar. "build" version has a different file structure, making any patch backports too complex. I'm also putting myself as maintainer. Closes openwrt/openwrt#2926, since it moved to openwrt/packages. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>