aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* adblock: filter spurious line endings in sourcesDirk Brenken2020-04-18
| | | | | | * prevent processing of spurious line endings that confuses (g)awk Signed-off-by: Dirk Brenken <dev@brenken.org>
* git: update to version 2.26.1Josef Schlehofer2020-04-18
| | | | | | Fixes: CVE-2020-5260 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #11659 from ja-pa/tor-hs-newRosen Penev2020-04-17
|\ | | | | tor-hs: add new package
| * tor-hs: add new packageJan Pavlinec2020-04-17
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | dawn: feed hostapd with nr reports and improve 802.11k handlingNick Hainke2020-04-17
| | | | | | | | | | | | | | | | | | | | | | If set_hostapd_nr config flag is set, dawn will insert the nr reports to allow the hostapd to answer to nr requests from clients. Improve the synchronization of rcpi and rsni in the network. Further, clients with bad 802.11k were sending beacon reports with bssid 00:00:00:00:00:00. Catch those corner cases. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | adblock: fix gawk incompatibilityDirk Brenken2020-04-17
| | | | | | | | | | * fix gawk incompatibility in reporting Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #11861 from PolynomialDivision/feature/add_v_kEtienne Champetier2020-04-16
|\ \ | | | | | | dawn: add 802.11v, prepare 802.11k and debug fix
| * | dawn: add 802.11v, prepare 802.11k and debug fixNick Hainke2020-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 802.11v bss transition. Exchange nr-reports. Implement 802.1k hearing map. Future release will use hearing map for load balancing decisions. Remove debug output from stderr. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #11841 from PolynomialDivision/feature/daw_fix_rebootDirk Brenken2020-04-15
|\| | | | | | | | dawn: fix reboot
| * | dawn: fix rebootNick Hainke2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DAWN has a race condition with umdns that prevents dawn from surviving a reboot. Increase procd start and stop of dawn to 81. Further, network is sometimes not ready. Add utimer to check if socket binds correctly. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | mac-telnet: fix mirror hashJo-Philipp Wich2020-04-15
| | | | | | | | | | | | | | | Fixes: 8399121e6 ("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | mac-telnet: mark uci as conffileJo-Philipp Wich2020-04-15
| | | | | | | | | | | | | | | Fixes: 8399121e6 ("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | mac-telnet: install uci as config fileJo-Philipp Wich2020-04-15
| | | | | | | | | | | | | | | | | | | | | Also mark it as configuration file while being at it. Fixes: #11846 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | Merge pull request #11838 from VolunteerComputingHelp/masterHannu Nyman2020-04-14
|\ \ \ | |/ / |/| | boinc: new upstream version, adjustments
| * | boinc: new upstream version, adjustmentsChristian Dreihsig2020-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | * new upstream version 7.16.6 * fixing platform identifier for openwrt x86 (boinc issue https://github.com/BOINC/boinc/issues/3595) * protected configuration from update Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
* | | acme: depends on wget-sslYousong Zhou2020-04-14
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | wget: make the ssl variant provides wget-sslYousong Zhou2020-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to address the need for specifying dependency on a wget implementation with ssl support. Now we have a game of names for opkg 1. uclient-fetch: minimal version by openwrt project 2. wget-nossl: gnu wget w/o ssl support 3. wget-ssl: for the moment since this commit, gnu wget w/ ssl support 4. wget: uclient-fetch, wget-nossl, or wget-ssl 5. gnu-wget: wget-nossl or wget-ssl By the time we provide some dummy package like uclient-fetch-ssl and make it also provide wget-ssl, I guess by then we will also need gnu-wget-ssl... Ref: https://github.com/openwrt/packages/issues/11534 Ref: https://github.com/openwrt/packages/pull/9941 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | adblock: fix another reporting bugDirk Brenken2020-04-13
| | | | | | | | | | | | | | | | | | * add a final sort step, this fixes dns reporting with multiple pcap files as input Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | family-dns: add new packageGregory L. Dietsche2020-04-11
| | | | | | | | | | | | Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | ntpclient: fixup time patchRosen Penev2020-04-11
| | | | | | | | | | | | | | | | | | Added missing header and added casts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nlbwmon: update to latest Git HEADJo-Philipp Wich2020-04-11
| | | | | | | | | | | | | | | | | | 34a1887 nfnetlink: disable sequence number checking Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | adblock: update 4.0.4Dirk Brenken2020-04-11
|/ / | | | | | | | | | | | | * add 'ca-bundle' dependency * fix a sort bug in report engine * fix potential bugs in the f_extconf function Signed-off-by: Dirk Brenken <dev@brenken.org>
* | https-dns-proxy: bugfix: memory leakStan Grishin2020-04-11
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | nlbwmon: update to latest Git HEADJo-Philipp Wich2020-04-11
| | | | | | | | | | | | | | | | e757e06 nfnetlink: allow specifying the socket buffer size 33c77cb nfnetlink: properly handle nl_recvmsgs() failures 95cced5 protocol: Include whitespace when reading names Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | frp: update to 0.32.1Richard Yu2020-04-10
| | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | dawn: fix several typosNick Hainke2020-04-10
| | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #11805 from neheb/ntpRosen Penev2020-04-09
|\ \ | | | | | | ntpclient: fix compilation with newer kernels
| * | ntpclient: fix compilation with newer kernelsRosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | glibc needs an extra header included. Also cast time values to 64-bit in preparation for 64-bit time_t for 32-bit platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | knxd: bump to version 0.14.35Othmar Truniger2020-04-09
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | dnsdist: fix default SSL lib spellingEneas U de Queiroz2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is cosmetic only, since openssl is the first one being defined, but it avoids a warning in scripts/config, after upgrading to kconfig-v5.6: tmp/.config-package.in:102839:warning: choice default symbol 'DNSDIST_OPENSSSL' is not contained in the choice Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | seafile-server: Update to 7.1.3Jeffery To2020-04-08
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | seafile-seahub: Update to 7.1.3, refresh patchesJeffery To2020-04-08
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | seafile-ccnet: Update to 7.1.3Jeffery To2020-04-08
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11804 from VolunteerComputingHelp/masterHannu Nyman2020-04-08
|\ \ \ | | | | | | | | boinc: FTBFS: avoiding unexpected dependencies
| * | | Boinc: Avoiding unexpected dependenciesSteffen Möller2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In reaction to a comment by @hnyman in https://github.com/openwrt/packages/pull/11768#issuecomment-610513948 on BOINC embracing too many libraries it finds on its build host, the inclusion of the freetype library is now excluded by an embracing "if" statement. The patch is presented to BOINC upstream at https://github.com/BOINC/boinc/pull/3578 Signed-off-by: Steffen Möller <moeller@debian.org>
* | | | Merge pull request #11799 from dibdot/adblockDirk Brenken2020-04-08
|\ \ \ \ | | | | | | | | | | adblock: release 4.0.3
| * | | | adblock: release 4.0.3Dirk Brenken2020-04-07
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * add 'wally3k' and 'reg_vn' sources, change 'reg_pl' source * update readme * small fixes & cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | / / bind9: update to 9.16.1Noah Meyerhans2020-04-07
| |/ / |/| | | | | | | | | | | | | | | | | | | | Add libuv dependency Fix optional libxml and c-json dependency handling Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | Merge pull request #11774 from neheb/netifRosen Penev2020-04-07
|\ \ \ | | | | | | | | netifyd: fix compilation with libcxx
| * | | netifyd: fix compilation with libcxxRosen Penev2020-04-05
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | simple-adblock: bugfixes: remove escape chars from log, restore from cache ↵Stan Grishin2020-04-07
| |/ / |/| | | | | | | | | | | | | | on boot Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | bind: use json-c instead of jsoncppRosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | The configure script prefers the latter whereas the code prefers the latter. Hack around it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | acme: fix luci-app-acme dependency limitationsFlorian Eckert2020-04-07
| | | | | | | | | | | | | | | | | | This commit fix circle dependency. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #11782 from gfrancesco/masterRosen Penev2020-04-07
|\ \ \ | | | | | | | | transmission: add init file STOP directive
| * | | transmission: add init file STOP directiveFrancesco G2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Transmission should stop early on system shutdown to avoid for example fstab unmount disks when transmission is writing. Signed-off-by: Francesco G <gfrancesco@users.noreply.github.com>
* | | | boinc: new package for distributed computing/data acquisitionChristian Dreihsig2020-04-06
|/ / / | | | | | | | | | | | | | | | | | | Compile tested: x86_64, OpenWrt master Run tested: arm/mvebu Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
* | | Merge pull request #11771 from micmac1/master-apache-2443Rosen Penev2020-04-06
|\ \ \ | | | | | | | | apache: security bump to 2.4.43
| * | | apache: security bump to 2.4.43Sebastian Kemper2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This minor version bump fixes: CVE-2020-1934 CVE-2020-1927 Upstream added cross-compile compatibility to apxs, so we can drop a sed script. Upstream also added the OpenWrt layout, so we can drop our local copy. The OpenSSL patch to remove deprecated symbols doesn't apply anymore and gets removed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | openssh: don't create ECDSA keysPeter Wagner2020-04-06
| |/ / |/| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #11688 from BKPepe/dnscrypt-proxy2-updateJosef Schlehofer2020-04-06
|\ \ \ | | | | | | | | dnscrypt-proxy2: update to version 2.0.42