aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* lighttpd: update to lighttpd 1.4.64 release hashGlenn Strauss2022-01-20
| | | | | | remove long-deprecated modules Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* wg-installer: remove unused dependencyNick Hainke2022-01-20
| | | | | | | Remove the dependency "coreutils-realpath" from wg-installer-server-hotplug-olsrd. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: create wireguard key if it does not existNick Hainke2022-01-20
| | | | | | | Check if the key exists which is given by option wg_key '/etc/wgserver/wg.key' Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: install cronjobNick Hainke2022-01-20
| | | | | | | Install a cronjob that removes unused wireguard interfaces every 10 minutes. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: check if a key is already insertedNick Hainke2022-01-20
| | | | | | | Check if a peer is already existing with a given public key. Introduce a response code for signaling why the server rejected the request. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: rework codeNick Hainke2022-01-20
| | | | | | | Use shellcheck to rework the code. Use "export" to return variables from a function call. Further, fix typos. Signed-off-by: Nick Hainke <vincent@systemli.org>
* dnsdist: update to 1.7.0Peter van Dijk2022-01-19
| | | | | | | * bump to 1.7.0 * add outgoing DNS over HTTPS support, using new dependency nghttp2 Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* pdns-recursor: update to 4.6.0Peter van Dijk2022-01-19
| | | | | | | | | * bump to 4.7.0 * enable DNS over TLS (uses libssl which was already a dependency) * add libcurl dependency for new zone-to-cache feature. Co-Authored-By: wout@wbnet.eu Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* ola: fix build on macosSergey V. Lobanov2022-01-19
| | | | | | | | | | Latest Apple clang (v13) defines __cplusplus=199711 by default, but protobuf requires at least 201103 (c++11) Backported patch to fix c++ detection: https://github.com/OpenLightingProject/ola/commit/30fe936a885c8a364bdda507a692c8e259576621 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* frr: update to latestLucian Cristian2022-01-18
| | | | | | also fix mips compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* git: update to version 2.34.1Josef Schlehofer2022-01-18
| | | | | | | | | | | | - Refreshed patches - Release notes 2.34.0: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.0.txt - Release notes 2.34.1: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.1.txt Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* mdio-tools: update to version 1.0.1Robert Marko2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | Version 1.0.1 brought the following changes: [v1.0.1] - 2021-11-26 Primarily fixes a few issues in the kernel module that were found during a quick review from Russell King: https://lore.kernel.org/netdev/YYPThd7aX+TBWslz@shell.armlinux.org.uk/ https://lore.kernel.org/netdev/YYPU1gOvUPa00JWg@shell.armlinux.org.uk/ - mdio: The mvls subcommand now supports flushing the ATU - mdio-netlink: Plug some glaring holes around integer overflows of the PC. - mdio-netlink: Release reference to MDIO bus after a transaction completes. So, update to the latest version and switch the kernel module back to fetching tarballs like the userspace tool does. Signed-off-by: Robert Marko <robimarko@gmail.com>
* wg-installer: cosmetic changesNick Hainke2022-01-18
| | | | | | Use "ip addr" instead of "ip addres" or "ip a". Signed-off-by: Nick Hainke <vincent@systemli.org>
* crowdsec: update from upstream latest release 1.2.3Kerma Gérald2022-01-18
| | | | | | | update from latest upstream release 1.2.3 updated copyright Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* Merge pull request #17586 from clayface/davfs2-secretsFlorian Eckert2022-01-18
|\ | | | | davfs2: add secrets file to conffiles definition
| * davfs2: add secrets file to conffiles definitionMatthew Hagan2022-01-12
| | | | | | | | | | | | | | davfs2 username and password information is typically stored in /etc/davfs2/secrets. This information should be kept across sysupgrades. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | redsocks: fix build on macosSergey V. Lobanov2022-01-17
| | | | | | | | | | | | | | | | fix cross-compile issues (on macos) use $CC -dumpmachine instead of `uname` use $CC instead of CC Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | libreswan: update to 4.6Lucian Cristian2022-01-17
| | | | | | | | | | | | this update also fixes a CVE Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | knxd: bump to new upstream version 0.14.53Othmar Truniger2022-01-17
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | dawn: update to 2022-01-17Nick Hainke2022-01-17
| | | | | | | | | | | | | | | | | | | | 877e2dc iwinfo: fix get_bandwidth_iwinfo 9ce01ec datastorage: fix multi-SSID 9187665 treewide: improve maintaince 6bf9b6d memory: Tighten up some memory handling to help spot errors 4df0c98 treewide: improve logging Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #17534 from neheb/4Michael Heimpold2022-01-16
|\ \ | | | | | | knxd: fix compilation with newer glibc
| * | knxd: fix compilation with newer glibcRosen Penev2022-01-08
| | | | | | | | | | | | | | | | | | the link variable conflicts with the link() function. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | wg-installer: switch to ubus call for olsrd hotplugNick Hainke2022-01-16
| | | | | | | | | | | | | | | | | | Use ubus ipc calls to add and remove interfaces. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | wg-installer: rework iproute2 commandsNick Hainke2022-01-16
| | | | | | | | | | | | | | | | | | | | | - Use ip address add instead of ip a a - Directly add broadcast address Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #17617 from hgl/ddns-cloudflareFlorian Eckert2022-01-15
|\ \ \ | | | | | | | | ddns-scripts-cloudflare: fix shell conditional
| * | | ddns-scripts-cloudflare: fix shell conditionalGlen Huang2022-01-15
| | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <heyhgl@gmail.com>
* | | | Merge pull request #17600 from camarel/feature/ddns-scripts-wget-user-agentFlorian Eckert2022-01-15
|\ \ \ \ | | | | | | | | | | ddns-scripts: pass user agent string
| * | | | ddns-scripts: pass user agent stringClaudio Marelli2022-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a user agent string to the wget request. Fixes #17507 Signed-off-by: Claudio Marelli <camarelli@gmx.net>
* | | | | Merge pull request #17432 from r4sas/i2pd-2.40.0Josef Schlehofer2022-01-14
|\ \ \ \ \ | | | | | | | | | | | | i2pd: Update to 2.40.0, update init.rc script, UCI config and Makefile
| * | | | | i2pd: Update to 2.40.0 and update package sourcesR4SAS I2P2022-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating i2pd package to 2.40.0 * Rewrite Makefile * Remove usage of PKG_INSTALL (package's make install) * Rewrite init.rc configuration and script * Remove '--service' option from init, which only sets datadir to /var/lib/i2pd * Use '--datadir' option in init, otherwise datadir changing via uci is not works * Update patch for i2pd.conf Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
* | | | | | modemmanager: remove 2s timeout before reporting cached eventsAleksander Morgado2022-01-13
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ModemManager is started on boot we may end up with hotplug events reported directly to the daemon, plus some others already cached in the cache file before the daemon was started. If the cached events correspond to the same device that is still notifying ports directly, we may end up with a modem object created before the cached events have been emitted, so the modem may not handle all control/data ports it should. E.g.: - modem detected - hotplug event for wwan0 port, cached as MM not running - hotplug event for cdc-wdm0 port, cached as MM not running - hotplug event for ttyUSB0, cached as MM not running - MM starts - hotplug event for ttyUSB1, directly processed as MM is running - hotplug event for ttyUSB2, directly processed as MM is running - modem object created with ttyUSB1 and ttyUSB2 - 2s after MM starts, cached events for wwan0, cdc-wdm0 and ttyUSB0 happen, but are ignored because the modem object has already been created MM expects that ports of the same device are reported with less than 1500ms in between ports. In other words, if ports are reported more than 1500ms after the last reported port, they may get ignored. If we remove the 2s timeout, the report of the cached events will happen as soon as MM starts, which makes it much more likely to happen in the timeslot that MM expects for ports of the same device reported. The logic is still not perfect, and we may also need to increase that 1500ms timeout inside MM, but removing the 2s timeout right away here makes sense. This 2s timeout was introduced along with the new wrapper launcher for the daemon, it didn't exist before. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | Merge pull request #17563 from TDT-AG/pr/20220110-stunnelFlorian Eckert2022-01-13
|\ \ \ \ \ | | | | | | | | | | | | stunnel: update to 5.61
| * | | | | stunnel: add new protocol option capwin and capwinctrlFlorian Eckert2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new protocol capwin and capwinctrl was added in version 5.61 https://www.stunnel.org/NEWS.html Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | stunnel: update to 5.61Florian Eckert2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #17494 from BKPepe/update-atlasJosef Schlehofer2022-01-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Atlas SW probe to version 5040 and its busybox version
| * | | | | | atlas-probe: update to version 2.4.1Josef Schlehofer2022-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed patches: 001-fix-stime-glibc-remove.patch - it is included in upstream 003-Fix-compilation-with-gcc11.patch - no longer necessary Updated patches: 002-Avoid-problems-with-64-bit-time_t.patch Refreshed patches: 004-Comment-out-librt-testing.patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | | | atlas-sw-probe: update to version 5040Josef Schlehofer2022-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | wg-installer: fix shell typoNick Hainke2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | wg-installer: allow defining link costs for hotplugsNick Hainke2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add options to set link costs in mesh routing daemons. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | jool: update to 4.1.6, add init files and default configurationTiago Gaspar2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds support for starting and running jool through init scripts, with default config files as examples. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | | tor: bump to 0.4.6.9 stableRui Salvaterra2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | | iodine: fix build on macosSergey V. Lobanov2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redefine TARGETOS=Linux due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | wg-installer: private key as parameterNick Hainke2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | nut: refactor upssched uci-defaults scriptPascal Coudurier2022-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add checks not to overwrite defaultnotify options in the nut-sendmail-notify fashion. Use lists for defaultnotify instead of option. Add check not to overwrite notifycmd if already defined. upssched-cmd script must not be called directly, it is called by the upssched binary with needed arguments. Signed-off-by: Pascal Coudurier <coudu@wanadoo.fr>
* | | | | | | nut: refactor nut-monitor uci config filePascal Coudurier2022-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert notifyflags options to lists as supported by the init script, so multiple options can be chosen. Add SYSLOG default option to individuals notifyflags instead of deprecated flag 1|0. Add comment for defaultnotify and individuals notifyflags about possible values. Signed-off-by: Pascal Coudurier <coudu@wanadoo.fr>
* | | | | | | nut: fix typo in nut-monitor init scriptPascal Coudurier2022-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a typo in the nut-monitor init script when building config file from uci config. Signed-off-by: Pascal Coudurier <coudu@wanadoo.fr>
* | | | | | | lynx: fix build on macosSergey V. Lobanov2022-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lynx uses host C-compiler to build internal utility that is used to generate files required for target build. On MacOS it uses internal clang with MacOS system headers so host build fails due to MacOS is not Linux Forced to use OpenWrt host C compiler using --with-build-* ./configure flags Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | ntpd: Fix compile with glibc 2.34Hauke Mehrtens2022-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a patch from Open embedded to fix compilation with glibc 2.34. This patch was taken from here: https://github.com/openembedded/meta-openembedded/blob/master/meta-networking/recipes-support/ntp/ntp/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch It fixes the following build problem: work_thread.c:45:57: error: missing binary operator before token "(" 45 | #if defined(PTHREAD_STACK_MIN) && THREAD_MINSTACKSIZE < PTHREAD_STACK_MIN | ^~~~~~~~~~~~~~~~~ make[7]: *** [Makefile:892: work_thread.o] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | radsecproxy: Fix compile with glibc 2.34Hauke Mehrtens2022-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports a patch from upstream radsecproxy to fix compilation with glibc 2.34. It fixes the following build problem: radsecproxy.h:35:5: error: missing binary operator before token "(" 35 | #if PTHREAD_STACK_MIN > PTHREAD_STACK_SIZE | ^~~~~~~~~~~~~~~~~ make[5]: *** [Makefile:623: dtls.o] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | wg-installer: generate new keys for every connectionNick Hainke2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate new keys on every new connection. Signed-off-by: Nick Hainke <vincent@systemli.org>