aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* bind: bump to 9.17.10Noah Meyerhans2021-02-18
| | | | | | Add build dependency on libnghttp2 for DNS-over-HTTPS support Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* Merge pull request #14709 from stangri/master-https-dns-proxyRosen Penev2021-02-18
|\ | | | | https-dns-proxy: support for force DNS/DNS hijacking
| * https-dns-proxy: support for force DNS/DNS hijackingStan Grishin2021-02-10
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | banip: update to 0.7.2Dirk Brenken2021-02-17
| | | | | | | | | | | | | | | | | | | | | | * add scanning for suspicious nginx events * add a log counter to track the number of the failed requests or login repetitions of the same ip in the log before banning, defaults are: ssh (3), luci (3), nginx (5) * optimize the background service handling * add 'greensnow' as a new source * update readme and LuCI frontend regarding the new log count options Signed-off-by: Dirk Brenken <dev@brenken.org>
* | owipcalc: change maintainerNick Hainke2021-02-17
| | | | | | | | | | | | | | As suggested by others, I would like to take care of this tool. I am developing certain tools that rely on the library and also owipcalc. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIRBruno Randolf2021-02-17
| | | | | | | | | | | | Adressing issue #14773 Signed-off-by: Bruno Randolf <br1@einfach.org>
* | Merge pull request #14758 from pprindeville/strongswan-drop-route-uid0Philip Prindeville2021-02-16
|\ \ | | | | | | strongswan: fix local_gateway discovery
| * | strongswan: fix local_gateway discoveryPhilip Prindeville2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been observed by myself and @luizluca: ip route get is appending uid0 to the output, as seen from: root@OpenWrt2:~# ip route get 1.1.1.1 1.1.1.1 via 174.27.160.1 dev eth3 src 174.27.182.184 uid 0 cache root@OpenWrt2:~# so the fix is an anchored match, discarding all else. Also, using ip -o means never having to do multiline matches... Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | curl,fuse,lm-sensors: move BuildPackage line for libs above packges ↵Felix Fietkau2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | depending on it Fixes ABI_VERSION handling issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | Merge pull request #14740 from ErwanMAS/tinc_bump_to_git_last_commitSaverio Proto2021-02-16
|\ \ \ | |/ / |/| | Bump tinc to version 1.1 commit 3ee0d5dd
| * | tinc: new maintainerErwan MAS2021-02-15
| | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
| * | tinc: fix missing HASHErwan MAS2021-02-14
| | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
| * | tinc: Bump to version 1.1 commit 3ee0d5ddErwan MAS2021-02-14
| | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* | | Merge pull request #14751 from neheb/rpcbindRosen Penev2021-02-15
|\ \ \ | | | | | | | | rpcbind: clean up patches using quilt
| * | | rpcbind: clean up patches using quiltRosen Penev2021-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The second one was manually modified as quilt gets confused by the *** and ends up removing the commit description. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | owipcalc: separate in client and libNick Hainke2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Separate owipcalc in client and lib part. Owipcalc brings a lot of nice functionality with it, e.g. parsing and calculating prefixes. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #14693 from stangri/master-vpn-policy-routingRosen Penev2021-02-15
|\ \ \ \ | | | | | | | | | | vpn-policy-routing: update to version 0.3
| * | | | vpn-policy-routing: update to version 0.3Stan Grishin2021-02-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | atftp: update to 0.7.4Rosen Penev2021-02-14
| |/ / / |/| | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14742 from jedisct1/dnscrypt-csv-updateRosen Penev2021-02-14
|\ \ \ \ | | | | | | | | | | net/dnscrypt-proxy: update the CSV list of resolvers
| * | | | net/dnscrypt-proxy: update the CSV list of resolversFrank Denis2021-02-15
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous list was very out of date. An always up-to-date v1-compatible list is available at: https://download.dnscrypt.info/dnscrypt-resolvers/v1/ Also use different default resolvers since the previous ones don't exist any longer. Signed-off-by: Frank Denis <github@pureftpd.org>
* | | | Merge pull request #14730 from BKPepe/nebulaRosen Penev2021-02-14
|\ \ \ \ | | | | | | | | | | Nebula: downloading tarball with name and its version instead of just version and cosmetic polishing of Makefile
| * | | | nebula: cosmetic moving of PKG_MAINTAINER to different placeJosef Schlehofer2021-02-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | nebula: use codeload instead of github source codeJosef Schlehofer2021-02-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous code was downloading file v1.3.0, which is wrong, because in the dl folder there might be some tarballs with that naming and they are wrong as well. This could lead to some issues like this: Hash of the local file v1.3.0.tar.gz does not match (file: 87cf846b02dde6328b84832287d8725d91f12f41366eecb4d59eeda1d6c7efdf, requested: b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d) - deleting download. Even though, if you tried it on SDK or minimal build when there is a small number of packages, you most likely don't encounter it. The correct solution is to download files with their name and version. E.g. nebula-version.tar.gz as it is in PKG_SOURCE variable now. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #14732 from BKPepe/geth-fix-libiconvRosen Penev2021-02-14
|\ \ \ \ | | | | | | | | | | geth: add libiconv-full dependency if build with NLS
| * | | | geth: update to version 1.9.25Josef Schlehofer2021-02-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | geth: add libiconv-full dependency if build with NLSJosef Schlehofer2021-02-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variable ICONV_DEPENDS is specified in nls.mk which can be found in OpenWrt main repository. This fixes issue: /foo/build/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/lib/gcc/arm-openwrt-linux-muslgnueabi/8.4.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -liconv Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #14724 from 1715173329/xr-bumpRosen Penev2021-02-14
|\ \ \ \ | |/ / / |/| | | xray-core: Update to 1.3.0
| * | | xray-core: Update to 1.3.0Tianling Shen2021-02-13
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | xray-core: add the test script for action checkingTianling Shen2021-02-13
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | xray-core: init: add option to control FullConeNAT settingTianling Shen2021-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest version of xray-core made a change to support FullCone NAT, which would break UDP connection from v2ray-core backend server. So added the option for v2ray-core users, to make sure UDP works as expected. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | xray-core: bump geodata to latest versionTianling Shen2021-02-11
| | | | | | | | | | | | | | | | | | | | | | | | also adjusted GO_PKG_LDFLAGS_X which was suggested by Jeffery To. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | banip: bugfixDirk Brenken2021-02-12
|/ / / | | | | | | | | | | | | * fix a stale pid file during package update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #14712 from ja-pa/ooniprobe-3.5.1Josef Schlehofer2021-02-11
|\ \ \ | | | | | | | | ooniprobe: update to version 3.5.1
| * | | ooniprobe: update to version 3.5.1Jan Pavlinec2021-02-11
| | |/ | |/| | | | | | | | | | | | | | | | Changes: Add test script Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | dnscrypt-proxy2: sync blocked-names to upstream oneJosef Schlehofer2021-02-10
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #14707 from jclong83/dnscrypt-proxy2Josef Schlehofer2021-02-10
|\ \ \ | |/ / |/| | dnscrypt-proxy2: upgrade to 2.0.45
| * | dnscrypt-proxy2: upgrade to 2.0.45James Long2021-02-10
| | | | | | | | | | | | Signed-off-by: James Long <james@jclong.net>
* | | Merge pull request #14668 from pprindeville/strongswan-create-swanctl.d-dirPhilip Prindeville2021-02-09
|\ \ \ | |/ / |/| | strongswan: create /etc/swanctl/conf.d directory
| * | strongswan: include /etc/swanctl/conf.d/ directoryPhilip Prindeville2021-02-08
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #14698 from lipnitsk/vpncRosen Penev2021-02-09
|\ \ \ | | | | | | | | vpnc: update to maintained github fork
| * | | vpnc: update to maintained github forkIlya Lipnitskiy2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SVN-based version has not changed in years. Many distros use this fork as evident here: https://github.com/streambinder/vpnc/issues/14 Compile tested against GnuTLS and OpenSSL on ramips target. Fixes #14119. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | Merge pull request #14548 from stangri/master-nebulaRosen Penev2021-02-09
|\ \ \ \ | | | | | | | | | | nebula: initial commit
| * | | | nebula: initial commitStan Grishin2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net> initial commit
* | | | | Merge pull request #14666 from pprindeville/isc-dhcp-support-hex-string-optionsPhilip Prindeville2021-02-08
|\ \ \ \ \ | | | | | | | | | | | | isc-dhcp: support hex strings as option arguments
| * | | | | isc-dhcp: support hex strings as option argumentsPhilip Prindeville2021-02-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #14691 from neheb/p2Rosen Penev2021-02-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | pdns: update to 4.4.0
| * | | | | | pdns: update to 4.4.0Rosen Penev2021-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new AUTORELEASE variable. Enable reproducible builds. Remove Upstreamed patches. Refresh other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14690 from neheb/pRosen Penev2021-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pdns-recursor: update to 4.4.2
| * | | | | | | pdns-recursor: update to 4.4.2Rosen Penev2021-02-07
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable reproducible. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>