Re: [PATCH] imagebuilder: add package signature verification

2020-09-13 Thread Paul Spooren
Hi, On Tue Aug 25, 2020 at 10:24 PM HST, Paul Spooren wrote: > The ImageBuilder downloads pre-built packages and adds them to images. > This process uses `opkg` which has the capability to verify package list > signatures, as enabled per default on running OpenWrt devices. > > Until now this was d

Re: [PATCH] bpftools: fix compilation under powerpc

2020-09-13 Thread Rosen Penev
On Sun, Sep 13, 2020 at 1:56 PM Rosen Penev wrote: > > asm/errno.h must be included before errno.h under powerpc. https://downloads.openwrt.org/snapshots/faillogs/powerpc_464fp/base/bpftools/full/compile.txt > > Fixes: > > In file included from tools/arch/powerpc/include/uapi/asm/errno.h:5, >

[PATCH] bpftools: fix compilation under powerpc

2020-09-13 Thread Rosen Penev
asm/errno.h must be included before errno.h under powerpc. Fixes: In file included from tools/arch/powerpc/include/uapi/asm/errno.h:5, from tools/include/linux/err.h:8, from libbpf.c:29: tools/include/uapi/asm-generic/errno.h:40: error: "EDEADLOCK" redefined [-W

[sdwalker/sdwalker.github.io] dbbb5a: This week's update

2020-09-13 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: dbbb5ad886a73db6b5a7d30c61d272eccc0e96c8 https://github.com/sdwalker/sdwalker.github.io/commit/dbbb5ad886a73db6b5a7d30c61d272eccc0e96c8 Author: Stephen Walker Date: 2020-09-13 (Sun, 13 Sep 2

[PATCH] ath79: use common device definition for Buffalo devices

2020-09-13 Thread Adrian Schmutzler
The Buffalo devices in ath79 share their image generation code, so let's create a shared Device definition for them. Since most of them use BUFFALO_HWVER := 3, this is moved as default to the shared definition as well. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/common-buffalo

Re: [PATCH opkg 0/5] Purge packages from cache when they have incorrect checksum

2020-09-13 Thread Baptiste Jonglez
Hi, Any feedback on this patch series? It fixes this annoying bug in the imagebuilder: https://bugs.openwrt.org/index.php?do=details&task_id=2690 Since the changes are somewhat significant, I would like some exposure in master for a few weeks/months before it can be backported to 18.06 and 19.0

[PATCH opkg] libopkg: fix md5sum calculation

2020-09-13 Thread Baptiste Jonglez
From: Alexander Ryzhov This regression prevents MD5 checksums from being checked. Packages are still installed, but this raises several issues: - if only MD5 checksums are provided in the package list, it is trivial for an attacker to modify the content of a package, since checksum verificat