aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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>
* | | | | | | Merge pull request #14667 from pprindeville/strongswan-avoid-duplicate-loggingRosen Penev2021-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strongswan: avoid duplicate logging
| * | | | | | | strongswan: avoid duplicate loggingPhilip Prindeville2021-02-05
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | Merge pull request #14665 from peter-stadler/uacmeRosen Penev2021-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | uacme: adopt to new behavior of nginx
| * | | | | | | uacme: adopt to new behavior of nginxPeter Stadler2021-02-08
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #14695 from lucize/frrupRosen Penev2021-02-08
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | frr: fix init and update
| * | | | | | frr: fix init and updateLucian Cristian2021-02-09
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ospfd startup when instances are enabled Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / | | | | acme: adopt to new behavior of nginxPeter Stadler2021-02-08
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | mosquitto: bump 2.0.5 to 2.0.7Karl Palsson2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: https://mosquitto.org/blog/2021/02/version-2-0-7-released/ and https://mosquitto.org/blog/2021/01/version-2-0-6-released/ Various fixes in broker and clients Signed-off-by: Karl Palsson <karlp@etactica.com>