Re: [PATCH] system-notification: initial checkin

2023-07-20 Thread Florian Eckert
Hello Enrico, Thanks for your feedback! I think the idea can be nice, however I would like to make sure that thismechanism can be ignored by an admin with no consequences. This is only informative. I see this especially in connection with the LuCI. So that events that happens on the system

Re: [PATCH] firmware-utils: add required PKG_BUILD_DEPENDS

2023-07-20 Thread Rafał Miłecki
On 1.06.2023 17:40, Rafał Miłecki wrote: From: Rafał Miłecki This project provides a lot of independent utils. Most of them don't depend on SSL (or zlib). Build process however compiles all of them including those few that require SSL/ZLIB. To make copmilation step always succeed it's needed t

[PATCH RESEND] ath79: replace "mac-address-ascii" with "mac-base"

2023-07-20 Thread Rafał Miłecki
From: Rafał Miłecki With upstream accepted "mac-base" binding there is no need for a downstream "mac-address-ascii" workaround anymore. Signed-off-by: Rafał Miłecki --- RESEND: I originally CC-ed 13 people and ML stopped my e-mail --- .../ath79/dts/ar7161_dlink_dir-825-b1.dts | 57

Re: mips: Make mips64 n32/o32 userland possible or remove support completely

2023-07-20 Thread Rosen Penev
On Wed, Jul 19, 2023 at 1:29 AM Jeffery To wrote: > > Hi, > > I've been looking into platform triplets for Python and figuring out > the possible combinations. This has led me to trying to compile images > of the possible combinations for testing. > > As a result, I've been trying to compile malta

22.03 packages not building since 10 days

2023-07-20 Thread Sebastian Kemper
Hi all, Can a kind soul please check the build bots for 22.03 packages? We pushed some security fixes about a week ago for pjsip and were hoping they'd be packaged by now. Thanks! Seb ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org htt

[PATCH 1/2] toolchain: kernel-headers: fix check target for external Git trees

2023-07-20 Thread Petr Štetiar
Executing following command currently fails: $ make toolchain/kernel-headers/{download,check} V=sc FIXUP=1 ... include/kernel-version.mk:11: *** Missing kernel version/hash file for . Please create include/kernel-. Stop. So lets fix it by adding the necessary missing KERNEL_PATCHVER variable

[PATCH 2/2] toolchain: kernel-headers: remove debugging env dump

2023-07-20 Thread Petr Štetiar
Remove debugging `env` dump left over as build environments might contain some sensitive information, which then might leak into the build logs. Fixes: 2105acbe2804 ("kernel-headers: fix compile error caused by wrong host include path when the toolchain is already built") Signed-off-by: Petr Štet

[PATCH urngd] jitterentropy-rngd: update to the v1.2.0

2023-07-20 Thread Rafał Miłecki
From: Rafał Miłecki 74104b2 update copyright date 1b5f34b integrate library v3.0.0 8a43ce4 Fix permissions set by systemd unit file f995407 force the kernel to reseed the ChaCha20 DRNG 4104015 force reseed after 10 minutes 9d61de7 jitterentropy-rngd.1: spelling 739bcba Add Dockerfile and docker-c

Re: [PATCH] system-notification: initial checkin

2023-07-20 Thread Enrico Mioso
Hi! I think the idea can be nice, however I would like to make sure that thismechanism can be ignored by an admin with no consequences. Is this the case? In other words - if I store 20 messages with maximum allowed amount of text in all strings, how much data am I storing? Furthermore, I sugges