Commit Graph

23447 Commits

Author SHA1 Message Date
Rosen Penev 34ff9b538e open-vm-tools: update to 11.2.5
Work around a quilt bug where instead of showing a rename, it removes
and duplicates the file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 21:56:35 -08:00
Rosen Penev ebc85bbc9d
Merge pull request #14684 from rsa9000/atheepmgr-integration
atheepmgr: add new package
2021-02-14 19:50:05 -08:00
Rosen Penev 46fe66d622
Merge pull request #14746 from snh/uhubctl-2.4.0
uhubctl: update to 2.4.0
2021-02-14 19:48:37 -08:00
Steven Honson 2c54762f7f
uhubctl: update to 2.4.0
Signed-off-by: Steven Honson <steven@honson.id.au>
2021-02-15 13:18:41 +11:00
Rosen Penev dad658c35f
Merge pull request #14742 from jedisct1/dnscrypt-csv-update
net/dnscrypt-proxy: update the CSV list of resolvers
2021-02-14 17:34:54 -08:00
Frank Denis 58f411c7c1 net/dnscrypt-proxy: update the CSV list of resolvers
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>
2021-02-15 01:18:34 +01:00
Rosen Penev 2726eb5bf1
Merge pull request #14722 from BKPepe/sqlalchemy
python-sqlalchemy: update to version 1.3.23
2021-02-14 16:06:22 -08:00
Rosen Penev d99c828101
Merge pull request #14676 from httpstorm/perl-5.28.1.fix-macos
perl: fix build errors on macOS
2021-02-14 15:23:44 -08:00
Rosen Penev 542f038ef4
Merge pull request #14730 from BKPepe/nebula
Nebula: downloading tarball with name and its version instead of just version and cosmetic polishing of Makefile
2021-02-14 15:20:50 -08:00
Rosen Penev d68b539919
Merge pull request #14732 from BKPepe/geth-fix-libiconv
geth: add libiconv-full dependency if build with NLS
2021-02-14 15:19:34 -08:00
Rosen Penev abb5159089
Merge pull request #14724 from 1715173329/xr-bump
xray-core: Update to 1.3.0
2021-02-14 15:13:17 -08:00
Jeffery To b86890b899
python-cryptography: Update to 3.3.2
This fixes CVE-2020-36242 (buffer overflows caused by integer overflow
in OpenSSL).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-15 06:26:38 +08:00
Jeffery To 4aba039a2d
python-cffi: Update to 1.14.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-15 05:35:23 +08:00
Erwan MAS 871615934e tinc: fix missing HASH
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
2021-02-14 14:47:43 -05:00
Erwan MAS fd61f2d2e2 tinc: Bump to version 1.1 commit 3ee0d5dd
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
2021-02-14 14:37:12 -05:00
Sebastian Kemper c281142103 json-glib: update to 1.6.2
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-02-14 11:43:49 +01:00
Josef Schlehofer f18ae690c8
geth: update to version 1.9.25
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-14 10:31:08 +01:00
Josef Schlehofer a639df8ae4
geth: add libiconv-full dependency if build with NLS
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>
2021-02-14 10:09:55 +01:00
Josef Schlehofer e48ab2695a
nebula: cosmetic moving of PKG_MAINTAINER to different place
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-14 09:40:14 +01:00
Josef Schlehofer 07cdf98ba2
nebula: use codeload instead of github source code
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>
2021-02-14 09:39:07 +01:00
Rosen Penev 9e67e8a963
Merge pull request #14634 from neheb/a
alpine: try to make reproducible
2021-02-13 22:26:34 -08:00
Rosen Penev 7b360868ff boost: build context for mips64
It turns out there's upstream support for it. A small patch is needed
to fix softfloat support.

Also added patch to fix boost-fiber on octeon+. Failure happens because
the platform is based on an old MIPSr2 standard that lacks the pause
instruction.

It also turns out that MIPS64 builds are done with the wrong ABI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-13 18:40:50 -08:00
Tianling Shen 4a48ef7ed5
xray-core: Update to 1.3.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-02-13 12:20:34 +08:00
Tianling Shen 3db3ed5c59
xray-core: add the test script for action checking
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-02-13 12:20:22 +08:00
Rosen Penev c87d337c1b
Merge pull request #14727 from nxhack/node_14155
node: update to v14.15.5
2021-02-12 16:00:38 -08:00
Stan Grishin ad5ed8269a vpn-policy-routing: update to version 0.3
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-12 22:47:51 +00:00
Dirk Brenken e461c5e88c
banip: bugfix
* fix a stale pid file during package update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-12 20:44:11 +01:00
Tianling Shen 56b6ca5d09
xray-core: init: add option to control FullConeNAT setting
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>
2021-02-13 01:43:41 +08:00
Josef Schlehofer eef638f587
python-sqlalchemy: update to version 1.3.23
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-12 05:29:49 +01:00
Hirokazu MORIKAWA 4d7fe6ac7c node: update to v14.15.5
Description:
Update to v14.15.5
upgrade npm to 6.14.11

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-02-12 11:48:57 +09:00
Sergey Ryazanov fe23f181f4 atheepmgr: add new package
This utility is intended to analyze EEPROM/boarddata content of Atheros
based boards: load, dump, parse and perform quick edit. Mostly it is
used to work with binary dumps/blobs on a host, but sometime it is
useful to be able to run it on a board, e.g. to make an EEPROM content
dump or to quickly analyze ART/boarddata without copying it to a host.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
2021-02-12 00:13:29 +03:00
Tianling Shen d88af23bc0
xray-core: bump geodata to latest version
also adjusted GO_PKG_LDFLAGS_X which was suggested by Jeffery To.

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-02-11 23:47:46 +08:00
Josef Schlehofer a7523a9fab
youtube-dl: update to version 2021.2.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-11 14:55:47 +01:00
Jan Pavlinec 0bc2f89ae1
git-lfs: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-11 14:46:35 +01:00
Josef Schlehofer 6f50e96f63
Merge pull request #14712 from ja-pa/ooniprobe-3.5.1
ooniprobe: update to version 3.5.1
2021-02-11 12:33:29 +01:00
Jan Pavlinec f7c9114a93
ooniprobe: update to version 3.5.1
Changes:
Add test script

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-11 12:01:38 +01:00
Josef Schlehofer 9d2fbfbf68
Merge pull request #14713 from 1715173329/new-yq
yq: Update to 4.5.1
2021-02-10 14:35:00 +01:00
Josef Schlehofer d0736d5e73
netdata: update to version 1.29.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-10 14:18:11 +01:00
Tianling Shen 8356aaafc5
yq: Update to 4.5.1
added test script as well.

Changelog: https://github.com/mikefarah/yq/releases/tag/v4.5.1

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-02-10 19:14:01 +08:00
Josef Schlehofer d53d2df283
dnscrypt-proxy2: sync blocked-names to upstream one
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-10 11:37:27 +01:00
Josef Schlehofer cabea1a93b
Merge pull request #14707 from jclong83/dnscrypt-proxy2
dnscrypt-proxy2: upgrade to 2.0.45
2021-02-10 11:30:03 +01:00
Michael Heimpold 274302a60f
Merge pull request #14705 from micmac1/iio-ico
libiio: allow access to iconv
2021-02-10 07:29:35 +01:00
Stan Grishin c28a526fe4 https-dns-proxy: support for force DNS/DNS hijacking
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-10 05:59:10 +00:00
Philip Prindeville af866db607
Merge pull request #14668 from pprindeville/strongswan-create-swanctl.d-dir
strongswan: create /etc/swanctl/conf.d directory
2021-02-09 22:24:20 -07:00
James Long 6467b6535b dnscrypt-proxy2: upgrade to 2.0.45
Signed-off-by: James Long <james@jclong.net>
2021-02-10 12:02:01 +08:00
Rosen Penev 41ebb16058
Merge pull request #14703 from micmac1/icecast-ico
icecast: allow access to iconv
2021-02-09 18:49:43 -08:00
Rosen Penev f2c9ca7474
Merge pull request #14704 from micmac1/ices-ico
ices: allow access to iconv
2021-02-09 18:49:17 -08:00
Sebastian Kemper c76c8f0920 libiio: allow access to iconv
Since commit d18692c libxml2 is linked against iconv. Now libiio needs
access to iconv as well. Without it the build fails.

[ 32%] Building C object CMakeFiles/iio.dir/lock.c.o
[ 34%] Building C object CMakeFiles/iio.dir/iiod-client.c.o
[ 37%] Linking C shared library libiio.so
/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-8.4.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/8.4.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -liconv
collect2: error: ld returned 1 exit status

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-02-09 23:31:04 +01:00
Sebastian Kemper 451d7872df icecast: allow access to iconv
Since commit d18692c libxml2 (and by extension libxslt) is linked against
iconv. Now icecast needs access to iconv as well. Without it the build fails.

xslt.c: In function 'xsltSaveResultToString':
xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (result->children == NULL)
     ^~
xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  buf = xmlAllocOutputBuffer(NULL);
  ^~~
xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'}
   *doc_txt_len = buf->conv->use;
                           ^~
make[6]: *** [Makefile:545: xslt.o] Error 1
make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src'

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-02-09 23:09:48 +01:00
Jiri Slachta 986c8acd55
Merge pull request #14702 from micmac1/xslt-ico
libxslt: allow access to iconv
2021-02-09 22:58:15 +01:00