aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* fakepop: new packageMarc Egerton2020-08-22
| | | | | | fakepop is a fake pop3 daemon. It returns always the same messages to all users, it does not care about usernames and passwords. All user/pass combinations are accepted. Signed-off-by: Marc Egerton <foxtrot@realloc.me>
* python3: Use hash-checking mode when installing host pip packagesJeffery To2020-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In hash-checking mode[1], pip will verify downloaded package archives (source tarballs in our case) against known SHA256 hashes before installing the packages. As a consequence, this requires the use of requirements files[2] and pinning packages to known versions. The syntax for package Makefiles has changed slightly; HOST_PYTHON3_PACKAGE_BUILD_DEPENDS no longer accepts requirement specifiers like "foo>=1.0", only requirements file names (which are the same as package names in the most common case). This also updates affected packages, in particular: * python-zipp: "setuptools_scm[toml]" has been split into "setuptools-scm toml" to reuse the requirements file for setuptools-scm (the extra depends installed by "setuptools_scm[toml]" is toml). * python-pycparser: This previously used ply 3.10, whereas the requirements file will now install 3.11. [1]: https://pip.pypa.io/en/stable/reference/pip_install/#hash-checking-mode [2]: https://pip.pypa.io/en/stable/user_guide/#requirements-files Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* hs20: prepare server using uci-defaults and ship filesDaniel Golle2020-08-17
| | | | | | | | | Setup user database if non-existent, configure uhttpd .php interpreter and patch php scripts to work out-of-the-box. Also ship Hotspot 2.0 SPP and OMA DM XML schema/DTD files needed at run-time for both client and server. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ddns-scripts: Add moniker.com DDNS serviceMateusz Stępień2020-08-16
| | | | Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
* Merge pull request #13108 from neheb/netsRosen Penev2020-08-15
|\ | | | | netsniff-ng: add missing header
| * netsniff-ng: add missing headerRosen Penev2020-08-13
| | | | | | | | | | | | Needed for ssize_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hs20: add Hotspot 2.0 OSU client and server implementationDaniel Golle2020-08-15
| | | | | | | | | | | | | | Add hs20-server and hs20-client packages correspoding to the hs20/client and hs20/server folder in hostap.git. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | openvswitch: backport patch to fix build against kernel 4.14.193Matthias Schiffer2020-08-15
| | | | | | | | | | | | (and possibly other recent stable kernels) Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | adblock: refresh blocklist sourcesDirk Brenken2020-08-14
| | | | | | | | | | | | | | | | | | | | * remove 'dshield' and 'sysctl' (discontinued) * switch 'malwaredomains', 'shallalist' and 'winhelp' to https * add a second regional list for poland (provided by matx1002) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Dirk Brenken <dev@brenken.org>
* | open-isns: fix compilation without deprecated signal APIRosen Penev2020-08-13
|/ | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13079 from neheb/oorRosen Penev2020-08-12
|\ | | | | oor: fix compilation with GCC 10
| * oor: fix compilation with GCC 10Rosen Penev2020-08-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13076 from neheb/opnRosen Penev2020-08-12
|\ \ | | | | | | open-iscsi: fix compilation with musl 1.2.0
| * | open-iscsi: fix compilation with musl 1.2.0Rosen Penev2020-08-10
| |/ | | | | | | | | | | GLOB_ONLYDIR is not defined. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | mosquitto: update to 1.6.11Karl Palsson2020-08-12
| | | | | | | | | | | | | | | | Full release notes: https://mosquitto.org/blog/2020/08/version-1-6-11-released/ Variety of generally minor bugfixes, mostly in the broker. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #13067 from neheb/chaoRosen Penev2020-08-11
|\ \ | | | | | | chaosvpn: fix compilation without sys/cdefs
| * | chaosvpn: fix compilation without sys/cdefsRosen Penev2020-08-10
| |/ | | | | | | | | | | sys/cdefs.h does not come included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13074 from neheb/atfRosen Penev2020-08-11
|\ \ | | | | | | atftp: completely remove cdefs usage
| * | atftp: completely remove cdefs usageRosen Penev2020-08-10
| |/ | | | | | | | | | | sys/cdefs.h is not provided by musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13084 from mstorchak/rsyncRosen Penev2020-08-11
|\ \ | | | | | | rsync: update to 3.2.3
| * | rsync: update to 3.2.3Maxim Storchak2020-08-11
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | Merge pull request #13064 from neheb/linknRosen Penev2020-08-11
|\ \ \ | | | | | | | | linknx: fix compilation without sys/cdefs
| * | | linknx: fix compilation without sys/cdefsRosen Penev2020-08-10
| | |/ | |/| | | | | | | | | | | | | sys/cdefs.h is not included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13065 from neheb/knxddRosen Penev2020-08-11
|\ \ \ | |_|/ |/| | knxd: fix compilation without sys/cdefs
| * | knxd: fix compilation without sys/cdefsRosen Penev2020-08-10
| |/ | | | | | | | | | | sys/cdefs.h does not come with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / netdiscover: fix compilation with GCC 10Rosen Penev2020-08-10
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13060 from wodu/linuxptp_maintRosen Penev2020-08-10
|\ | | | | linuxptp: Update to version 3.0
| * linuxptp: Update to version 3.0Wojciech Dubowik2020-08-10
| | | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
* | Merge pull request #13059 from aparcar/whichRosen Penev2020-08-10
|\ \ | | | | | | treewide: replace `which` with `command -v`
| * | treewide: replace `which` with `command -v`Paul Spooren2020-08-09
| |/ | | | | | | | | | | | | | | | | | | Fix shellcheck SC2230 > which is non-standard. Use builtin 'command -v' instead. Once applied to everything concerning OpenWrt we can disable the busybox feature `which` and save 3.8kB. Signed-off-by: Paul Spooren <mail@aparcar.org>
* / openvswitch: bump to version 2.13.1Yousong Zhou2020-08-10
|/ | | | | | The two backported patches are included in 2.13.1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #13058 from guidosarducci/master-fix-gcc10-netperfToke Høiland-Jørgensen2020-08-09
|\ | | | | netperf: fix compilation with GCC10
| * netperf: fix compilation with GCC10Tony Ambardar2020-08-09
| | | | | | | | | | | | | | | | GCC10 defaults to -fno-common, which breaks compilation when there are multiple definitions of implicit "extern" variables. Remove the extra definitions. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* | apache: security bump to 2.4.46Sebastian Kemper2020-08-08
|/ | | | | | | | | | | | | | | | | | | | | | From CHANGES_2.4: SECURITY: CVE-2020-11984 (cve.mitre.org) mod_proxy_uwsgi: Malicious request may result in information disclosure or RCE of existing file on the server running under a malicious process environment. [Yann Ylavic] SECURITY: CVE-2020-11993 (cve.mitre.org) mod_http2: when throttling connection requests, log statements where possibly made that result in concurrent, unsafe use of a memory pool. [Stefan Eissing] SECURITY: mod_http2: a specially crafted value for the 'Cache-Digest' header request would result in a crash when the server actually tries to HTTP/2 PUSH a resource afterwards. [Stefan Eissing, Eric Covener, Christophe Jaillet] Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #13029 from neheb/boincRosen Penev2020-08-07
|\ | | | | boinc: fix compilation without deprecated OpenSSL APIs
| * boinc: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13051 from ptpt52/miniupnpd-check-runningRosen Penev2020-08-07
|\ \ | | | | | | net/miniupnpd: check by /etc/init.d/miniupnpd running
| * | net/miniupnpd: check by /etc/init.d/miniupnpd runningChen Minqiang2020-08-08
| | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | dawn: bump versionNick Hainke2020-08-07
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_storage: fix compilation with musl 1.2.0 datastorage/test: improve scalability and performance datastorage: fixed use of wrong client search general: add memory auditing memory auditing: bug fixes to memory auditing and hearing map datastorage: fixes to linked list handling tcpsocket: fix read callback function and arbitrary memory allocations tcpsocket: leave loop if we read 0 byte Furthermore, you can now dump the memory usage by sending a SIGHUP to dawn process. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | unbound: follow resolv.conf.auto to new locationEric Luehrsen2020-08-07
| | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | Merge pull request #12811 from TDT-AG/pr/20200714-ntpdRosen Penev2020-08-05
|\ \ | | | | | | ntpd: add config include support
| * | ntpd: add config include supportFlorian Eckert2020-07-14
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #12976 from pprindeville/update-xtables-addons-3.10Rosen Penev2020-08-05
|\ \ \ | | | | | | | | xtables-addons: update for 3.10
| * | | xtables-addons: update for 3.10Philip Prindeville2020-08-04
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #13032 from neheb/freerRosen Penev2020-08-05
|\ \ \ \ | | | | | | | | | | freeradius3: fix compilation without deprecated OpenSSL APIs
| * | | | freeradius3: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13027 from neheb/inaRosen Penev2020-08-05
|\ \ \ \ | | | | | | | | | | inadyn: update to 2.7
| * | | | inadyn: update to 2.7Rosen Penev2020-08-04
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove pic hack. Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | net/pagekitec: Update to v0.91.200718Karl Palsson2020-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes misleading errors in the status file, and increases buffer sizes to match the python implementation. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | acme: fix alignment space vs tabsFlorian Eckert2020-08-05
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>