[PATCH] libnetfilter-conntrack: update to 1.0.8

2020-11-08 Thread Rosen Penev
Previous git version was 1.0.7. Switched to using tarballs for simplicity. Fixed license information. Signed-off-by: Rosen Penev --- package/libs/libnetfilter-conntrack/Makefile | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/package/libs/libnetfilter

[PATCH] libnetfilter-queue: update to 1.0.5

2020-11-08 Thread Rosen Penev
Switch to normal tarballs for simplicity. Removed upstream patch. Fixed license information. Signed-off-by: Rosen Penev --- package/libs/libnetfilter-queue/Makefile | 18 +-- .../patches/100-checksum_computation.patch| 113 -- 2 files changed, 9 insertions(+), 122

Re: Lots of packages fail in buildbot (cryptodev-linux, hostapd, openssl, ...)

2020-11-15 Thread Rosen Penev
On Sun, Nov 15, 2020 at 2:15 AM Hannu Nyman wrote: > > Notified by forum discussion, I noticed that lots of packages seem to fail to > build in buildbot. > > Faillogs e.g. in > > * > https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a15_neon-vfpv4/packages/ > * https://downloads.openwrt.

Re: perl/host/compile: fails on macOS 11 Big Sur, workaround

2020-11-17 Thread Rosen Penev
On Tue, Nov 17, 2020 at 3:16 PM Georgi Valkov wrote: > > Dear OpenWRT team, > > I just updated my laptop to macOS 11 Big Sur. Presently only the perl hostpkg > package fails during the build. Once I get past perl, everything else > compiles correctly. Below is a patch, workaround, and details fr

Re: kernel: remove mvsw61xx swconfig driver

2020-11-17 Thread Rosen Penev
On Tue, Nov 17, 2020 at 2:15 PM Georgi Valkov wrote: > > Dear DENG Qingfang, > > Can you please take a moment to discuss the switch from mvsw61xx swconfig > driver to DSA? > While I like the simplicity of having lan1 lan2 lan3 lan4 wan interfaces for > each port, there are a few important issues

Re: kernel: remove mvsw61xx swconfig driver

2020-11-17 Thread Rosen Penev
On Tue, Nov 17, 2020 at 2:15 PM Georgi Valkov wrote: > > Dear DENG Qingfang, > > Can you please take a moment to discuss the switch from mvsw61xx swconfig > driver to DSA? > While I like the simplicity of having lan1 lan2 lan3 lan4 wan interfaces for > each port, there are a few important issues

Re: 20.xx: state of the DSA

2020-11-19 Thread Rosen Penev
On Thu, Nov 19, 2020 at 4:40 PM Paul Spooren wrote: > > Hi all, > > DSA (Distributed Switch Architecture)[0] is a main feature of 20.xx and > one of the last blockers for a branch. The goal states[1] support where > possible, not necessarily every target. > > This mail thread should be used to get

Re: 20.xx: state of the DSA

2020-11-19 Thread Rosen Penev
On Thu, Nov 19, 2020 at 8:37 PM Rosen Penev wrote: > > On Thu, Nov 19, 2020 at 4:40 PM Paul Spooren wrote: > > > > Hi all, > > > > DSA (Distributed Switch Architecture)[0] is a main feature of 20.xx and > > one of the last blockers for a branch. The goal state

Re: perl/host/compile: fails on macOS 11 Big Sur, workaround

2020-11-23 Thread Rosen Penev
on Linux or whatever environment you are using, and I will test it > on macOS 11. I seem to be missing something, and it might take me a very long > time to learn my way through, because I lack experience. I don't maintain perl. That's https://github.com/pprindeville . CC'ed >

[PATCH] libjson-c: fix compilation with clang

2020-11-24 Thread Rosen Penev
^ /usr/include/bits/mathcalls.h:177:23: note: '__builtin_isinf' is a builtin with type 'int ()' /usr/include/bits/mathcalls.h:213:23: error: cannot redeclare builtin function '__builtin_isnan' __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan)

[PATCH] openssl: fix compilation

2020-11-24 Thread Rosen Penev
It seems the Makefile wrongly picks up dist CC and matches on a clang path. Fixes: mips-openwrt-linux-musl-gcc: error: unrecognized command-line option '-Qunused-arguments' Signed-off-by: Rosen Penev --- package/libs/openssl/Makefile | 2 +- package/li

[PATCH] libusb-compat: remove

2020-11-24 Thread Rosen Penev
No package in base relies on this library. This library will be moved to packages where it is needed. Signed-off-by: Rosen Penev --- package/libs/libusb-compat/Makefile | 54 - .../patches/001-fix-musl-stdint.patch | 185 -- 2 files changed, 239 deletions

Re: perl/host/compile: fails on macOS 11 Big Sur, workaround

2020-11-25 Thread Rosen Penev
nerate > - # no #file or #line directives > - my ($linux_errno_h) = grep { -e $_ } map { "$_/errno.h" } > -- "$sysroot/usr/include", "$sysroot/usr/local/include", > -+ "$sysroot/usr/include", "$sysroot/usr/l

[PATCH] cmake.mk: set C/CXX compiler for host builds as well

2020-11-25 Thread Rosen Penev
Without this, cmake will use whatever CC/CXX is set to, which could be clang. In that case, at least libjson-c/host will fail to compile. Signed-off-by: Rosen Penev --- include/cmake.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cmake.mk b/include/cmake.mk index fec6da22ef

[PATCH] binutils: update to 2.35.1

2020-11-25 Thread Rosen Penev
Fixes compilation with musl 1.2.x. Signed-off-by: Rosen Penev --- package/devel/binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile index 9f7a0724f4..23f1ea9c25 100644 --- a/package/devel

[PATCH 2/2] libiconv-full: Makefile polishing

2020-11-25 Thread Rosen Penev
Added PKG_INSTALL to avoid using an explicit define Build/Compile Added PKG_BUILD_PARALLEL for faster compilation. Removed TARGET_CLAFGS. They are no longer necessary. fPIC is default now. So is gnu99. -DUSE_DOS is a hack to include old and mostly unused conversions. Signed-off-by: Rosen Penev

Re: [PATCH] libroxml: switch to CMake

2020-11-26 Thread Rosen Penev
On Thu, Nov 26, 2020 at 12:19 AM Petr Štetiar wrote: > > Rosen Penev [2020-07-11 11:20:15]: > > Hi, > > > Added patch to fix compilation with gcc10. > > > > Fixed license information. > > > > Fix ABI_VERSION. > > possibly another candidate for

[PATCH] libroxml: remove

2020-11-27 Thread Rosen Penev
This will be moved to the packages feed as nothing here uses it. Signed-off-by: Rosen Penev --- package/libs/libroxml/Makefile | 48 -- 1 file changed, 48 deletions(-) delete mode 100644 package/libs/libroxml/Makefile diff --git a/package/libs/libroxml/Makefile

Re: [PATCH] cmake.mk, rules.mk: fix host builds using CMake and ccache

2020-11-27 Thread Rosen Penev
> In order to get this working we need to export HOSTCXX_NOCACHE in > rules.mk as well. That's annoying. I didn't know ccache was used with host packages. > > Fixes: f98878e4c17d ("cmake.mk: set C/CXX compiler for host builds as well") > Reported-by: A

[PATCH] libnetfilter-queue: remove

2020-11-27 Thread Rosen Penev
Nothing in base uses this. This will be moved to packages where it is used. Signed-off-by: Rosen Penev --- package/libs/libnetfilter-queue/Makefile | 71 --- .../patches/100-checksum_computation.patch| 113 -- 2 files changed, 184 deletions(-) delete mode

[PATCH] gdb: add openembedded patches

2020-11-27 Thread Rosen Penev
Update to musl 1.2.0 removes sgidefs.h. This causes various compilation issues. Add patches from openembedded to fix. Remove uClibc-ng patch. The bug was actually with libstdc++ which was fixed in 1647790ae6202bd70b199e2aa44f8eb43e8d3af1 Signed-off-by: Rosen Penev --- package/devel/gdb

[PATCH] libnetfilter-cttimeout: remove

2020-11-27 Thread Rosen Penev
conntrack was moved to packages where this is used. This will be moved there as well. Signed-off-by: Rosen Penev --- package/libs/libnetfilter-cttimeout/Makefile | 72 1 file changed, 72 deletions(-) delete mode 100644 package/libs/libnetfilter-cttimeout/Makefile diff

[PATCH] libnetfilter-log: remove

2020-11-27 Thread Rosen Penev
ulogd in the packages feed is the only user of this. It will be moved there. Signed-off-by: Rosen Penev --- package/libs/libnetfilter-log/Makefile| 75 ...ecessary-pkgconfig-config.status-dep.patch | 25 ...d-remove-unused-lines-in-Makefile.am.patch | 24

[PATCH] libnetfilter-cthelper: remove

2020-11-27 Thread Rosen Penev
conntrack was moved to packages where this is used. This will be moved there as well. Signed-off-by: Rosen Penev --- package/libs/libnetfilter-cthelper/Makefile | 72 - 1 file changed, 72 deletions(-) delete mode 100644 package/libs/libnetfilter-cthelper/Makefile diff

Re: [PATCH v2] openssl: use --cross-compile-prefix in Configure

2020-11-28 Thread Rosen Penev
andled by clang: > > mips-openwrt-linux-musl-gcc: error: unrecognized command-line option > '-Qunused-arguments' > > Signed-off-by: Eneas U de Queiroz Tested-by: Rosen Penev > > --- > neheb, or anyone else affected, please test this patch to see if what >

linking issues

2020-11-29 Thread Rosen Penev
Out of curiosity, I ran ldd on every library and binary on my router. Some of them have problems. Error relocating /lib/libblkid-tiny.so: md5_begin: symbol not found Error relocating /lib/libblkid-tiny.so: md5_hash: symbol not found Error relocating /lib/libblkid-tiny.so: md5_end: symbol not found

[PATCH 3/3] libusb: make InstallDev explicit

2020-11-29 Thread Rosen Penev
Helps to see what actually gets installed. Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile index acd1baf42c..fc6556326d 100644 --- a/package/libs

[PATCH 1/3] libusb: update to 1.0.23

2020-11-29 Thread Rosen Penev
Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile index 6ce33d3f86..f3c81bca44 100644 --- a/package/libs/libusb/Makefile +++ b/package/libs/libusb

[PATCH 2/3] libusb: cleanup PKG_ variables

2020-11-29 Thread Rosen Penev
Reordered for consistency between packages. Fixed license information. Change PKG_BUILD_PARALLEL to 1. This is no longer a problem.1 Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package/libs/libusb

[PATCH 1/2] openvpn-easy-rsa: remove

2020-12-01 Thread Rosen Penev
This will be moved to packages. Signed-off-by: Rosen Penev --- .../services/openvpn-easy-rsa/Makefile| 69 --- .../files/openvpn-easy-rsa.upgrade| 1 - .../patches/101-static_EASYRSA.patch | 22 -- 3 files changed, 92 deletions(-) delete mode

[PATCH 2/2] openvpn: remove

2020-12-01 Thread Rosen Penev
This will be moved to packages. Signed-off-by: Rosen Penev --- .../services/openvpn/Config-mbedtls.in| 58 --- .../network/services/openvpn/Config-nossl.in | 50 -- .../services/openvpn/Config-openssl.in| 62 --- package/network/services/openvpn/Makefile | 158

[PATCH] lzo: remove

2020-12-04 Thread Rosen Penev
This is not used by any package in base. It will be moved to packages. Signed-off-by: Rosen Penev --- package/libs/lzo/Makefile | 61 --- 1 file changed, 61 deletions(-) delete mode 100644 package/libs/lzo/Makefile diff --git a/package/libs/lzo/Makefile b

[PATCH] libcxx[abi]: remove

2020-12-05 Thread Rosen Penev
, this will be moved to packages-abandoned to keep it somewhere. Signed-off-by: Rosen Penev --- package/libs/libcxx/Makefile | 66 -- package/libs/libcxx/files/g++-libcxx | 19 -- package/libs/libcxx/patches/010-ssp.patch| 13 package/libs/libcxxabi

[PATCHv2] libcxx[abi]: remove

2020-12-05 Thread Rosen Penev
, this will be moved to packages-abandoned to keep it somewhere. Signed-off-by: Rosen Penev --- v2: remove extra config stuff config/Config-build.in | 4 -- include/uclibc++.mk | 12 +--- package/libs/libcxx/Makefile | 66

[PATCH] nettle: update to 3.6

2020-12-05 Thread Rosen Penev
Updated ABI_VERSION. Switched PKG_BUILD_PARALLEL on as there seems to be no issue anymore. I can't find any information about why it was turned off. Fixed license information. Signed-off-by: Rosen Penev --- package/libs/nettle/Makefile | 12 ++-- 1 file changed, 6 insertions(

[PATCH] mtd-utils: remove lzo build dependency

2020-12-06 Thread Rosen Penev
Because of the patch removing LZO support, LZO as a build dependency is not needed. zlib is a build dependency of util-linux. Might as well remove. Signed-off-by: Rosen Penev --- package/utils/mtd-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils

Re: [PATCH] ustream-ssl: openssl: fix bio memory leak

2020-12-08 Thread Rosen Penev
On Sun, Nov 1, 2020 at 6:13 PM wrote: > > From: Pan Chen > > free memory of bio method when ustream be freed > > Signed-off-by: Pan Chen > --- > openssl_bio_compat.h | 7 +++ > ustream-io-openssl.c | 1 + > 2 files changed, 8 insertions(+) > > diff --git a/openssl_bio_compat.h b/openssl_bio

[PATCH] util-linux: update to 2.36.1

2020-12-08 Thread Rosen Penev
Removed upstream patch. Refreshed other ones. Signed-off-by: Rosen Penev --- package/utils/util-linux/Makefile | 6 ++--- .../patches/003-fix_pkgconfig_files.patch | 2 +- .../util-linux/patches/200-musl-1.2.x.patch | 26 --- 3 files changed, 4 insertions

[PATCH] libunwind: update to 1.5.0

2020-12-08 Thread Rosen Penev
Cleanup Makefile for consistency with other ones. Remove PKG_SSP. It can be fixed with -lssp_nonshared. Add PKG_BUILD_PARALLEL for faster compilation. Add zlib dependency. 1.5.0 requires it now. Refresh patches. Signed-off-by: Rosen Penev --- package/libs/libunwind/Makefile

[PATCH] pcre: fix paths in config file

2020-12-10 Thread Rosen Penev
The paths are pointing to OS paths, not OpenWrt ones. Use SED line from libpng to fix and adjust accordingly. This may allow certain packages that use the config file to pick up pcre. Signed-off-by: Rosen Penev --- package/libs/pcre/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

Re: [PATCH ustream-ssl 07/12] cmake: enable extra compiler checks

2020-12-10 Thread Rosen Penev
On Thu, Dec 10, 2020 at 7:44 AM Petr Štetiar wrote: > > Let's enforce additional automatic checks enforced by the compiler in > order to catch possible errors during compilation. > > Signed-off-by: Petr Štetiar > --- > CMakeLists.txt | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-)

[PATCH 1/2] libpcap: fix pcap-config

2020-12-14 Thread Rosen Penev
pcap-config as installed is using OS paths instead of OpenWrt ones. Take fix from libpng and adjust as needed. This problem seems to occur on Arch Linux and not on Debian/Fedora based distros. No idea why. Remove CMAKE_INSTALL as there is now an InstallDev section. Signed-off-by: Rosen Penev

[PATCH 2/2] tcpdump: fix pcap-config issues

2020-12-14 Thread Rosen Penev
. Signed-off-by: Rosen Penev --- package/network/utils/tcpdump/Makefile| 27 +- .../002-remove_static_libpcap_check.patch | 92 --- 2 files changed, 4 insertions(+), 115 deletions(-) delete mode 100644 package/network/utils/tcpdump/patches/002

Re: [PATCH] toolchain: gcc: Remove support for GCC 5

2020-12-15 Thread Rosen Penev
On Tue, Dec 15, 2020 at 5:14 PM Hauke Mehrtens wrote: > > On 12/16/20 1:21 AM, Paul Spooren wrote: > > > > > > On Mi, Dez 16, 2020 at 00:24, Hauke Mehrtens wrote: > >> GCC was used in 17.01 as the default compiler the last time. We do not > >> test this old GCC version any more and there are some

Re: [RFC] raise gcc/make versions for 20.x

2020-12-15 Thread Rosen Penev
On Tue, Dec 15, 2020 at 6:31 PM Paul Spooren wrote: > > Hi, > > I've seen two patches for version raises of build requirements and > would like to know if we should merge them before or after 20.x. > > make: 3.81.x -> 4.1.x > gcc: 4.8 -> 6.x The issue is with EL7. That would break the ability to c

Re: [RFC] raise gcc/make versions for 20.x

2020-12-15 Thread Rosen Penev
On Tue, Dec 15, 2020 at 9:26 PM Petr Štetiar wrote: > > Rosen Penev [2020-12-15 19:03:55]: > > Hi, > > > The issue is with EL7. That would break the ability to compile. > > this is moot argument[1]: > > [root@9bb9a267fbb6 build]# cat /etc/redhat-release >

Re: [RFC] raise gcc/make versions for 20.x

2020-12-16 Thread Rosen Penev
On Wed, Dec 16, 2020 at 4:34 AM Yousong Zhou wrote: > > On Wed, 16 Dec 2020 at 13:11, Petr Štetiar wrote: > > > > Paul Spooren [2020-12-15 16:26:14]: > > > > Hi, > > > > > I've seen two patches for version raises of build requirements and would > > > like to know if we should merge them before o

[PATCH] tools/pkgconf: update to 1.7.3

2020-12-16 Thread Rosen Penev
Remove upstreamed patch. Signed-off-by: Rosen Penev --- tools/pkgconf/Makefile| 4 +-- ...move-version-to-modversion-remapping.patch | 36 --- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 tools/pkgconf/patches/0001-cli-remove

Re: Compilation error for host zilb from cmake

2020-12-17 Thread Rosen Penev
On Thu, Dec 17, 2020 at 1:57 PM Ansuel Smith wrote: > > Hello I can't currently compile openwrt on my system. > The error is this > https://gist.github.com/Ansuel/b5a6574ea912d56e8697984154d0ba42 > > Any idea why ? I have a very recent system with latest package (ubuntu > devel branch) Because you

Re: Compilation error for host zilb from cmake

2020-12-17 Thread Rosen Penev
On Thu, Dec 17, 2020 at 3:05 PM Ansuel Smith wrote: > > > > > On Thu, Dec 17, 2020 at 1:57 PM Ansuel Smith wrote: > > > > > > Hello I can't currently compile openwrt on my system. > > > The error is this > > > https://gist.github.com/Ansuel/b5a6574ea912d56e8697984154d0ba42 > > > > > > Any idea wh

Re: Compilation error for host zilb from cmake

2020-12-17 Thread Rosen Penev
On Thu, Dec 17, 2020 at 3:09 PM wrote: > > > On Thu, Dec 17, 2020 at 3:05 PM Ansuel Smith wrote: > > > > > > > > > > > On Thu, Dec 17, 2020 at 1:57 PM Ansuel Smith > > wrote: > > > > > > > > > > Hello I can't currently compile openwrt on my system. > > > > > The error is this > > > > > https://g

Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread Rosen Penev
On Thu, Dec 17, 2020 at 4:13 PM wrote: > > > > > -Messaggio originale- > > Da: Ansuel Smith > > Inviato: venerdì 18 dicembre 2020 00:59 > > A: OpenWrt Development List > > Cc: Ansuel Smith > > Oggetto: [PATCH] tools: zlib: fix broken compile with ccache enabled > > > > If ccache is enab

[PATCH] tools/zlib: do not use ccache

2020-12-17 Thread Rosen Penev
It seems to cause issues with zlib. This matches behavior with other tools in the tools/ directory. Signed-off-by: Rosen Penev --- tools/zlib/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/zlib/Makefile b/tools/zlib/Makefile index 279851f758..bb7c15cce7

Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread Rosen Penev
On Thu, Dec 17, 2020 at 5:15 PM wrote: > > > On Thu, Dec 17, 2020 at 4:13 PM wrote: > > > > > > > > > > > > > -Messaggio originale- > > > > Da: Ansuel Smith > > > > Inviato: venerdì 18 dicembre 2020 00:59 > > > > A: OpenWrt Development List > > > > Cc: Ansuel Smith > > > > Oggetto: [PA

[PATCH 2/2] tools/libressl: switch to compiling with cmake

2020-12-17 Thread Rosen Penev
external usr time 53.29 secs 595.00 micros 53.29 secs sys time 10.99 secs 40.00 micros 10.99 secs Signed-off-by: Rosen Penev --- tools/libressl/Makefile | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tools/libressl/Makefile b/tools/libressl

[PATCH 1/2] tools/libressl: update to 3.3.1

2020-12-17 Thread Rosen Penev
Signed-off-by: Rosen Penev --- tools/libressl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 0cc26a930c..dbd8ca4d1a 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8

Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-18 Thread Rosen Penev
On Fri, Dec 18, 2020 at 1:43 AM Hannu Nyman wrote: > > Rosen Penev kirjoitti 18.12.2020 klo 3.25: > > On Thu, Dec 17, 2020 at 5:15 PM wrote: > >>> On Thu, Dec 17, 2020 at 4:13 PM wrote: > >>>> > >>>> > >>>>> -Messag

[PATCH] cmake: switch ccache handling to use cmake's launcher

2020-12-18 Thread Rosen Penev
#commitcomment-45228331 Signed-off-by: Rosen Penev --- include/cmake.mk | 39 +++ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/include/cmake.mk b/include/cmake.mk index 0a20530a16..cff62fb535 100644 --- a/include/cmake.mk +++ b/include/cmake.mk

[PATCH] ccache: update to 4.1

2020-12-18 Thread Rosen Penev
Upstream switched to building with CMake. Adjust accordingly. Reapplied patch as upstream changed the file format. Added HOST_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev --- tools/ccache/Makefile | 13 + tools/ccache/patches/100-honour

Re: Upcoming 19.07.6 release plan

2020-12-18 Thread Rosen Penev
On Fri, Dec 18, 2020 at 1:38 AM Petr Štetiar wrote: > > Hi, > > I'm really sorry for the previous email hiccup :-) > > Anyway, I just wanted to make you aware, that there is a plan to do a next > 19.07.6 release somewhere in January 2021 around Tuesday 19th. > > So feel free to suggest backport/fi

[PATCH] ca-certificated: use relative symlink for cert.pem

2020-12-19 Thread Rosen Penev
Fixes dead symlink under InstallDev. Signed-off-by: Rosen Penev --- package/system/ca-certificates/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index ca3756b34d..62a7d57e85

Re: [PATCH] build: replace which with Bash command built-in

2020-12-22 Thread Rosen Penev
On Tue, Dec 22, 2020 at 1:50 AM Petr Štetiar wrote: > > `which` utility is not shipped by default for example on recent Arch > Linux and then any steps relying on its presence fails, like for example > following Python3 prereq build check: Funny. I have a different error on my barebones Manjaro VM

Re: [PATCH] ca-certificated: use relative symlink for cert.pem

2020-12-22 Thread Rosen Penev
On Tue, Dec 22, 2020 at 2:18 AM Petr Štetiar wrote: > > Rosen Penev [2020-12-19 19:11:48]: > > Hi, > > > Fixes dead symlink under InstallDev. > > where is that dead symlink? It's not on the installed device. It's under InstallDev. find staging_dir/tar

[PATCHv2] ccache: update to 4.1

2020-12-22 Thread Rosen Penev
Upstream switched to building with CMake. Adjust accordingly. Reapplied patch as upstream changed the file format. Added HOST_BUILD_PARALLEL for faster compilation. Added cmake tool dependency. Adjusted dependent tools to use NOCACHE as they are needed to build ccache. Signed-off-by: Rosen

[PATCHv3] ccache: update to 4.1

2020-12-22 Thread Rosen Penev
Upstream switched to building with CMake. Adjust accordingly. Reapplied patch as upstream changed the file format. Added HOST_BUILD_PARALLEL for faster compilation. Added cmake tool dependency. Adjusted dependent tools to use NOCACHE as they are needed to build ccache. Signed-off-by: Rosen

Re: [PATCHv3] ccache: update to 4.1

2020-12-23 Thread Rosen Penev
On Tue, Dec 22, 2020 at 11:53 PM Hannu Nyman wrote: > > Rosen Penev kirjoitti 23.12.2020 klo 8.33: > > Upstream switched to building with CMake. Adjust accordingly. > > > > Reapplied patch as upstream changed the file format. > > > > Added HOST_BUILD_PARALLEL f

[PATCHv4] ccache: update to 4.1

2020-12-23 Thread Rosen Penev
needed to build ccache. Signed-off-by: Rosen Penev --- v4: fixed circular dependencies v3: zstd was missing in the commit for some reason v2: fix compilation issues without OS tools. tools/Makefile | 3 ++- tools/ccache/Makefile | 17

Re: [PATCHv3] ccache: update to 4.1

2020-12-23 Thread Rosen Penev
On Wed, Dec 23, 2020 at 12:28 AM Felix Fietkau wrote: > > > On 2020-12-23 09:14, Rosen Penev wrote: > > On Tue, Dec 22, 2020 at 11:53 PM Hannu Nyman wrote: > >> > >> Rosen Penev kirjoitti 23.12.2020 klo 8.33: > >> > Upstream switch

Re: arc700 + glibc fails

2020-12-23 Thread Rosen Penev
On Wed, Dec 23, 2020 at 6:54 AM Hauke Mehrtens wrote: > > Hi, > > ARC was switched from uClibc to glibc here: > https://git.openwrt.org/95f1002acab574c24ad78f4453f091bf5a6731c7 > uClibc support was removed from OpenWrt in the next commit. > > It looks like arc700 is not supported by glibc 2.32, on

Re: arc700 + glibc fails

2020-12-23 Thread Rosen Penev
On Wed, Dec 23, 2020 at 8:40 PM Alexey Brodkin wrote: > > Hi Rosen, Hauke! > > > On Wed, Dec 23, 2020 at 6:54 AM Hauke Mehrtens wrote: > > > > > > Hi, > > > > > > ARC was switched from uClibc to glibc here: > > > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=95f1002acab574c24ad78f

[PATCH] glibc: add arc700 patch

2020-12-24 Thread Rosen Penev
glibc does not officially support ARC700 so this adds the missing pieces. I looked at uClibc-ng and a patch by Synopsis for glibc. ran make toolchain/glibc/refresh to clean up fuzz. Signed-off-by: Rosen Penev --- toolchain/glibc/common.mk | 2 +- ...use-of-DES-encryption

[PATCH] pkgconf: disable building shared libraries

2020-12-24 Thread Rosen Penev
pkgconf uses libpkgconf. disabling shared libraries makes it be linked statically. Helps to avoid issues regarding finding the library with a wrong rpath. Nothing uses libpkgconf anyway. Signed-off-by: Rosen Penev --- tools/pkgconf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a

[PATCH] libubox: remove support for jsoncpp

2020-12-24 Thread Rosen Penev
json-c is missing. Signed-off-by: Rosen Penev --- CMakeLists.txt | 7 ++- blobmsg_json.c | 6 +- jshn.c | 6 +- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a1b7d5..34a98bd 100644 --- a/CMakeLists.txt +++ b/CMakeList

Re: [PATCH] glibc: add arc700 patch

2020-12-27 Thread Rosen Penev
On Sat, Dec 26, 2020 at 11:50 AM Hans Dedecker wrote: > > Hi, > > On Fri, Dec 25, 2020 at 1:37 AM Rosen Penev wrote: > > > > glibc does not officially support ARC700 so this adds the missing > > pieces. I looked at uClibc-ng and a patch by Synopsis for glibc. &g

Re: [PATCH] pkgconf: disable building shared libraries

2020-12-28 Thread Rosen Penev
On Mon, Dec 28, 2020 at 1:49 PM Hauke Mehrtens wrote: > > On 12/25/20 2:01 AM, Rosen Penev wrote: > > pkgconf uses libpkgconf. disabling shared libraries makes it be linked > > statically. Helps to avoid issues regarding finding the library with a > > wrong rpath. Nothin

Re: [PATCH] wolfssl: Update to v4.6.0-stable

2020-12-29 Thread Rosen Penev
On Tue, Dec 29, 2020 at 9:53 AM Eneas U de Queiroz wrote: > > This version fixes a large number of bugs, although no security > vulnerabilities are listed. > > Full changelog at: > https://www.wolfssl.com/docs/wolfssl-changelog/ > or, as part of the version's README.md: > https://github.com/wolfSS

[PATCH] kexec-tools: update to 2.0.21

2020-12-29 Thread Rosen Penev
kdump was removed in 7acd257ae67b4ca94f8c23cb8bda0ee0709b9216 gdb can be used as an alternative. Remove autoreconf. It's not needed as the configure files are already generated. Remove upstreamed patch. Signed-off-by: Rosen Penev --- package/boot/kexec-tools/Makefile

[PATCH] trace-cmd: update to 2.9.1

2020-12-29 Thread Rosen Penev
Fixed license information. Adjusted Makefile to new install paths. Backported upstream patch to fix compilation with musl. Replaces local and incomplete patch. Signed-off-by: Rosen Penev --- package/devel/trace-cmd/Makefile | 22 ++-- .../devel/trace-cmd/patches/100-musl.patch

[PATCH] usbutils: remove

2020-12-29 Thread Rosen Penev
This package is not needed in base. It will be imported in the packages feed. Signed-off-by: Rosen Penev --- package/utils/usbutils/Makefile | 60 - 1 file changed, 60 deletions(-) delete mode 100644 package/utils/usbutils/Makefile diff --git a/package/utils

Re: [PATCH] usbutils: remove

2020-12-29 Thread Rosen Penev
On Tue, Dec 29, 2020 at 8:12 PM Paul Spooren wrote: > > > > On Di, Dez 29, 2020 at 19:35, Rosen Penev wrote: > > This package is not needed in base. It will be imported in the > > packages > > feed. > > > > Signed-off-by: Rosen Penev > > --- >

Re: [PATCH] usbutils: remove

2020-12-30 Thread Rosen Penev
On Wed, Dec 30, 2020 at 1:03 AM Bjørn Mork wrote: > > Rosen Penev writes: > > > I have git send-email preset to send stuff to this email address. I > > usually don't CC anyone. > > I don't understand what "maintainer" means in an OpenWrt context..

Re: [PATCH] kexec-tools: update to 2.0.21

2021-01-01 Thread Rosen Penev
On Fri, Jan 1, 2021 at 7:02 PM Philip Prindeville wrote: > > Just because GDB can be used as an alternative, it’s not clear that we should > force people into that. ...the code is gone. > > > > > On Dec 29, 2020, at 5:05 PM, Rosen Penev wrote: >

[PATCH] lua: add -ldl for glibc builds

2021-01-02 Thread Rosen Penev
r' ld: usr/lib/liblua.so: undefined reference to `dlsym' Signed-off-by: Rosen Penev --- package/utils/lua/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/utils/lua/Makefile b/package/utils/lua/Makefile index 3cdb2bcdb6..a54ef7d25a 100644 ---

[PATCH 3/3] base-files: use hwclock --systz

2021-01-03 Thread Rosen Penev
p;tt); int b = gettimeofday(NULL, &tz); printf("%d - %d, %d\n", a, tt.tz_minuteswest, tt.tz_dsttime); printf("%d - %d, %d\n", b, tz.tz_minuteswest, tz.tz_dsttime); } Signed-off-by: Rosen Penev --- package/base-files/files/etc/init.d/system | 2 +-

[PATCH 2/3] busybox: remove useless busybox patches

2021-01-03 Thread Rosen Penev
The first two are useless as /bin/sh can execute those scripts just fine. Shellcheck reports no problems. Telnet patch is useless as telnet is no longer used in OpenWrt. Signed-off-by: Rosen Penev --- package/utils/busybox/patches/100-trylink_bash.patch | 8 .../busybox/patches/101

[PATCH 1/3] busybox: update to 1.33

2021-01-03 Thread Rosen Penev
have been applied upstream. Refresh patches. Signed-off-by: Rosen Penev --- package/utils/busybox/Makefile| 6 +- .../001-remove-stime-function-calls.patch | 84 - .../patches/110-no_static_libgcc.patch| 11 --- .../busybox/patches/120-lto-jobserver.pa

[PATCH 3/3] libusb: make InstallDev explicit

2021-01-03 Thread Rosen Penev
Helps to see what actually gets installed. Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile index d8380ee67d..e931536339 100644 --- a/package/libs

[PATCH 1/3] libusb: update to 1.0.24

2021-01-03 Thread Rosen Penev
Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile index 6ce33d3f86..26f7360166 100644 --- a/package/libs/libusb/Makefile +++ b/package/libs/libusb

[PATCH 2/3] libusb: cleanup PKG_ variables

2021-01-03 Thread Rosen Penev
Reordered for consistency between packages. Fixed license information. Change PKG_BUILD_PARALLEL to 1. This is no longer a problem.1 Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package/libs/libusb

[PATCH] f2fs-tools: update to 1.14.0

2021-01-03 Thread Rosen Penev
Fix license information. Signed-off-by: Rosen Penev --- package/utils/f2fs-tools/Makefile | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile index 1decfd7ae7..0d243302c2 100644 --- a/package

[PATCH] gmp: update to 6.2.1

2021-01-03 Thread Rosen Penev
Fix license information. Signed-off-by: Rosen Penev --- package/libs/gmp/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile index 4ea69019f6..eb7d808139 100644 --- a/package/libs/gmp/Makefile +++ b/package

[PATCH] readline: update to 8.1

2021-01-03 Thread Rosen Penev
Fix license. Signed-off-by: Rosen Penev --- package/libs/readline/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile index e0204104c5..d41a6d74f4 100644 --- a/package/libs/readline/Makefile +++ b

[PATCH] elfutils: update to 0.182

2021-01-03 Thread Rosen Penev
Refreshed and rebased patches. Signed-off-by: Rosen Penev --- package/libs/elfutils/Makefile| 4 +-- ...cliude-asm-ptrace.h-for-pt_regs-defi.patch | 5 .../patches/003-libintl-compatibility.patch | 4 +-- .../patches/005-build_only_libs.patch | 6

[PATCH] libnftnl: update to 1.1.8

2021-01-03 Thread Rosen Penev
Fix license information. Fix wrong ABI version. The library is versioned as libnftnl.so.11.4.0 Add PKG_BUILD_PARALLEL for faster compilation. Remove autoreconf as nothing is being patched. Minor cleanups for consistency between packages. Signed-off-by: Rosen Penev --- package/libs/libnftnl

[PATCH] libevent2: update to 2.1.12

2021-01-03 Thread Rosen Penev
Remove upstream backports. Signed-off-by: Rosen Penev --- package/libs/libevent2/Makefile | 6 +-- ...-Add-missing-file-Uninstall.cmake.in.patch | 45 --- ...Uninstall.cmake.in-into-dist-archive.patch | 25 --- 3 files changed, 3 insertions(+), 73

[PATCH] mbedtls: update to 2.16.9

2021-01-03 Thread Rosen Penev
Signed-off-by: Rosen Penev --- package/libs/mbedtls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index 27f50f8dde..0367b61a4c 100644 --- a/package/libs/mbedtls/Makefile +++ b/package/libs/mbedtls

[PATCH] libpcap: update to 1.10.0

2021-01-03 Thread Rosen Penev
le it is deprecated, the codepath is never taken. /sys/bus/usb/devices is checked before hand. If it exists, the function does stuff and returns. Additionally, this path is used elsewhere in the code. Refresh other patches. Signed-off-by: Rosen Penev --- package/libs/libpcap/Mak

Re: [PATCH 1/3] busybox: update to 1.33

2021-01-03 Thread Rosen Penev
On Sun, Jan 3, 2021 at 5:07 PM Hauke Mehrtens wrote: > > On 1/4/21 1:24 AM, Rosen Penev wrote: > > Remove stime backport. > > > > Remove static libgcc patch as upstream fixed it in a different way. > > > > Remove date -k patch as it no longer applies. It'

[PATCHv2 1/3] base-files: use hwclock --systz

2021-01-03 Thread Rosen Penev
(SYS_gettimeofday, NULL, &tt); int b = gettimeofday(NULL, &tz); printf("%d - %d, %d\n", a, tt.tz_minuteswest, tt.tz_dsttime); printf("%d - %d, %d\n", b, tz.tz_minuteswest, tz.tz_dsttime); } Signed-off-by: Rosen Penev --- v2: moved patch to the

[PATCHv2 3/3] busybox: remove useless busybox patches

2021-01-03 Thread Rosen Penev
The first two are useless as /bin/sh can execute those scripts just fine. Shellcheck reports no problems. Telnet patch is useless as telnet is no longer used in OpenWrt. Signed-off-by: Rosen Penev --- package/utils/busybox/patches/100-trylink_bash.patch | 8 .../busybox/patches/101

  1   2   3   4   5   6   7   8   9   10   >