aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | dnsproxy: add new packageTianling Shen2021-07-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple DNS proxy server that supports all existing DNS protocols including DNS-over-TLS, DNS-over-HTTPS, DNSCrypt, and DNS-over-QUIC. Moreover, it can work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server. For documents, see https://github.com/AdguardTeam/dnsproxy. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #16131 from 1715173329/dnslookupRosen Penev2021-07-19
|\ \ \ \ \ | | | | | | | | | | | | dnslookup: add new package
| * | | | | dnslookup: add new packageTianling Shen2021-07-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple command line utility to make DNS lookups. Supports all known DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt. For documents, see https://github.com/ameshkov/dnslookup. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / / / / bonding: allow xmit_hash_policy in 802.3ad modeDENG Qingfang2021-07-16
|/ / / / | | | | | | | | | | | | | | | | | | | | Allow the transmit hash policy to be changed in 802.3ad mode. Signed-off-by: DENG Qingfang <dqfext@gmail.com>
* | | | Merge pull request #15934 from lnslbrty/package/httptunnelRosen Penev2021-07-14
|\ \ \ \ | | | | | | | | | | httptunnel: add new package
| * | | | httptunnel: add new packageToni Uhlig2021-06-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | Merge pull request #15899 from jefferyto/addrwatch-fixesRosen Penev2021-07-14
|\ \ \ \ \ | | | | | | | | | | | | addrwatch: Various fixes
| * | | | | addrwatch: Various fixesJeffery To2021-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile changes include: * Remove USE_UCLIBC, as uclibc is no longer supported * Package output modules * Move main binary (back) to /usr/sbin, as it is system administration related and requires superuser privileges New patches: * 003-add-space-for-null-byte.patch - from https://github.com/fln/addrwatch/commit/374cfd2cabe4db9882d8a210adff430cc579f859 * 004-more-specific-library-linking.patch - from https://github.com/fln/addrwatch/commit/27b57d9da322fc16c6904d8e35aae4557a3e517b * 005-use-c99-format-macro-constants.patch - from https://github.com/fln/addrwatch/pull/28 Init script changes include: * Change from explicit disable to explicit enable, so that the service is disabled by default and on first install * Set config option default values to default values of the main binary * Fix command-line option names and format (from https://forum.openwrt.org/t/cant-start-addrwatch-service/60499/3) * Always use the --quiet command-line option, as the procd instance is not configured to capture stdout/stderr * Change the syslog config option to start the syslog output module Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #15702 from dangowrt/kplex-sierra-gps-startRosen Penev2021-07-14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | kplex: add support for Sierra Wireless Gobi GPS
| * | | | | kplex: add support for Sierra Wireless Gobi GPSDaniel Golle2021-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sierra Wireless modems need the string '$GPS_START' to be sent to the GPS tty device as only then the modem firmware starts emitting NMEA-0183 sentences. Add an option 'sierragpsstart' to kplex' serial driver to support that quirk as kplex can be very useful to spread GPS data over the network while also supplying 'ugps' using a PTY, allowing for correct system time to be set automatically on boot up from GPS. This patch is also PR'ed at the upstream project: https://github.com/stripydog/kplex/pull/54 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | openvpn: enable LZO support by default for OpenSSL variantEtienne Champetier2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User that don't control both OpenVPN client and server might still need LZO support, so keep it enable by default for at least OpenSSL variant. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | dawn: update to 2021-07-11Nick Hainke2021-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec9a3a9 fix GCC11 compilation Thanks to neheb and cotequeiroz. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | apache: update to 2.4.48Rosen Penev2021-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patch. Fixes: CVE-2019-17567 CVE-2020-13938 CVE-2020-13950 CVE-2020-35452 CVE-2021-26690 CVE-2021-26691 CVE-2021-30641 CVE-2021-31618 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | ibrdtn-tools: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throw() is not supported with C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | ibrdtnd: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throw() is not compatible with C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16068 from neheb/keaRosen Penev2021-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | kea: fix compilation with GCC11
| * | | | | | kea: fix compilation with GCC11Rosen Penev2021-07-07
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | transmission: bump PKG_RELEASEDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit updating the seccomp filter didn't bump PKG_RELEASE. Do that now. Fixes: 1141ee1e5 ("transmission: add new syscalls to seccomp filter)" Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | transmission: add new syscalls to seccomp filterDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing showed that additional syscalls are needed on ARMv7. Add "getegid32", "geteuid32", "getgid32" and "getrandom" as they are all innocent. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #16072 from neheb/nuttRosen Penev2021-07-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | nut: fix compilation with GCC11
| * | | | | | nut: fix compilation with GCC11Rosen Penev2021-07-07
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nut is a C++98 project which does not compile with GCC11's default of C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16077 from wodu/linuxptp_maintJosef Schlehofer2021-07-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | linuxptp: Upgrade to version 3.1.1
| * | | | | | linuxptp: Upgrade to version 3.1.1Wojciech Dubowik2021-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* | | | | | | Merge pull request #16066 from TDT-AG/pr/20210707-mwan3Florian Eckert2021-07-09
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | mwan3: add internal command
| * | | | | | mwan3: bump PKG_VERSION to 2.10.11Florian Eckert2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: add troublshoot command from LuCIFlorian Eckert2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: cleanup help outputFlorian Eckert2021-07-08
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / / / / / dawn: update to latest versionNick Hainke2021-07-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 555268b ubus: filter neighbors by SSID when preparing nr 3db9607 data storage: match SSID when searching ap entry a22f5a7 storage: ensure SSID strings are NULL-terminated Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | pdns-recursor: update to 4.5.4Peter van Dijk2021-07-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | mwan3: use default routes from additional tablesDaniel Golle2021-07-05
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the additional tables listed in gobal 'rt_table_lookup' were not considered for interfaces. In order to be able to also use interface-defined routes from tables other than main, consider also tables listed in 'rt_table_lookup'. Update version to 2.10.10 as requested by maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | nextdns: Update to version 1.34.2Olivier Poitrey2021-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | strongswan: trivial improvement in 'stroke' packagingPhilip Prindeville2021-07-01
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #16000 from dibdot/adblockDirk Brenken2021-06-30
|\ \ \ \ | | | | | | | | | | adblock: update 4.1.3-2
| * | | | adblock: update 4.1.3-2Dirk Brenken2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a tcpdump option to resolve IPs in adblock reporting, set 'adb_represolve' accordingly (disabled by default). If enabled tcpdump will perform a reverse DNS (PTR) lookup for each IP address * add 'stalkerware' source (provided by @astryzia) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checkingRosen Penev2021-06-29
|\ \ \ \ \ | |/ / / / |/| | | | dnsdist, pdns-recursor: remove --enable-option-checking=fatal
| * | | | pdns-recursor: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
| * | | | dnsdist: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | udhcpsnoop: import package from TIPDavid Bauer2021-06-29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the udhcpsnoop package from the TIP feed. The original Makefile in TIP repo spcifies GPL-2.0 as the PKG_LICENSE. However this is a mistake, as the SPDX headers of the repos source files all specify BSD-3-Clause as their license. See https://github.com/Telecominfraproject/wlan-ap/blob/uCentral-trunk/feeds/ucentral/udhcpsnoop/Makefile Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | Merge pull request #15851 from brvphoenix/ariangRosen Penev2021-06-28
|\ \ \ \ | | | | | | | | | | ariang: update to 1.2.2
| * | | | ariang: update to 1.2.2Van Waholtz2021-06-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
| * | | | ariang: update to 1.2.1Van Waholtz2021-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use original main repo's releases instead Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | Merge pull request #15991 from Andy2244/wsdd2-1.8.5Rosen Penev2021-06-28
|\ \ \ \ \ | | | | | | | | | | | | wsdd2: update to git 2021-06-28 (v1.8.5)
| * | | | | wsdd2: update to git 2021-06-28 (v1.8.5)Andy Walsh2021-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git 2021-06-28 (v1.8.5) * add extra startup delay Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #15982 from Andy2244/samba-4.14.5Rosen Penev2021-06-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: update to 4.14.5
| * | | | | | samba4: update to 4.14.5Andy Walsh2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.5 * refresh patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Merge pull request #15981 from Andy2244/rpcbind-1.2.6Rosen Penev2021-06-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | rpcbind: update to 1.2.6
| * | | | | | rpcbind: update to 1.2.6Andy Walsh2021-06-27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 1.2.6 * remove merged upstream patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | strongswan: add priority optionPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | strongswan: add ipcomp supportPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | strongswan: add interface option for childrenPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option sets the interface of the policy. Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>