Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- OK, fair enough. In any case thank

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Štetiar
Petr Novák [2020-01-02 08:01:54]: > or perhaps we can ship you a RPi4 and you can return it once you are done > with it? Thanks for the offer, but I've already spent more time on this than planed and it's not me who want to know the answer :-) -- ynezz

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- or perhaps we can ship you a RPi4

[OpenWrt-Devel] [PATCH] ramips: convert TP-Link MT7620 boards to tpt trigger

2020-01-01 Thread David Bauer
This converts all MediaTek MT7620 boards from TP-Link to use the now supported WiFi throughput LED trigger. This way, the LED state now covers all VAPs regardless of their name. Signed-off-by: David Bauer --- target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts | 1 + target/linux/ramips/dt

Re: [OpenWrt-Devel] OpenWrt 19.07 final timeline

2020-01-01 Thread mail
> Baptiste requests this change for 18.06: > https://github.com/openwrt/openwrt/pull/2668 > Could someone please have a look. I will take care. Adrian openpgp-digital-signature.asc Description: PGP signature ___ openwrt-devel mailing list openwrt-deve

Re: [OpenWrt-Devel] OpenWrt 19.07 final timeline

2020-01-01 Thread Eneas Queiroz
On Wed, Jan 1, 2020 at 6:54 PM Hauke Mehrtens wrote: > I will shift both releases (18.06.6 and 19.07.0 final) to Monday 6. > January to get some security fixes in, please get your changes in till > Saturday so we have some testing before. > > I would suggest a cherry-pick from d5ede68f8b (wolfss

openwrt-devel@lists.openwrt.org

2020-01-01 Thread Rosen Penev
On Wed, Jan 1, 2020 at 5:47 AM Paul Oranje wrote: > > Happy new year ! > > A minor question/nitpick, see below. > Regards > > > Op 1 jan. 2020, om 03:01 heeft Rosen Penev het volgende > > geschreven: > > > > The former are not well defined. > > > > Found with shellcheck. > [skip] > > > -

Re: [OpenWrt-Devel] [PATCH 1/2] scripts/flashing: Switch from echo -en to printf

2020-01-01 Thread Rosen Penev
On Wed, Jan 1, 2020 at 8:07 AM Jo-Philipp Wich wrote: > > Hi. > > $ patch -p1 < 1216552.patch > patching file scripts/flashing/flash.sh > Hunk #1 FAILED at 51. > 1 out of 1 hunk FAILED -- saving rejects to file > scripts/flashing/flash.sh.rej will resend. > > ~ Jo > > _

[OpenWrt-Devel] [PATCHv2 2/2] scripts/gen_image_generic.sh: use /bin/sh

2020-01-01 Thread Rosen Penev
This has nothing bash specific. Signed-off-by: Rosen Penev --- v2: Properly set /bin/sh scripts/gen_image_generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_image_generic.sh b/scripts/gen_image_generic.sh index 814d81d014..230a9ae7d8 100755 --- a/scripts/

[OpenWrt-Devel] [PATCHv2 1/2] scripts/gen_image_generic.sh: Replace -o with ||

2020-01-01 Thread Rosen Penev
-o is not well defined. Found with shellcheck. Signed-off-by: Rosen Penev --- v2: Switched to -ne instead of ! -eq scripts/gen_image_generic.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gen_image_generic.sh b/scripts/gen_image_generic.sh index 2c57d56f07..

[OpenWrt-Devel] [PATCHv2 1/2] wireguard.sh: Batch file writes

2020-01-01 Thread Rosen Penev
Speeds up config generation. Signed-off-by: Rosen Penev --- v2: Indented first section .../utils/wireguard-tools/files/wireguard.sh | 64 +-- 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/package/network/utils/wireguard-tools/files/wireguard.sh b/package/netw

[OpenWrt-Devel] [PATCHv2 2/2] wireguard.sh: Run through shellcheck

2020-01-01 Thread Rosen Penev
Missing local variables and quoting fixes. Signed-off-by: Rosen Penev --- v2: Added PKG_RELEASE bump. package/network/utils/wireguard-tools/Makefile | 2 +- .../network/utils/wireguard-tools/files/wireguard.sh | 10 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --

Re: [OpenWrt-Devel] [PATCH 1/2] wireguard.sh: Batch file writes

2020-01-01 Thread Rosen Penev
On Wed, Jan 1, 2020 at 3:31 AM Hartmut Knaack wrote: > > Rosen Penev schrieb am 01.01.2020 um 03:08: > > Speeds up config generation. > > > > Signed-off-by: Rosen Penev > > --- > > .../utils/wireguard-tools/files/wireguard.sh | 32 --- > > 1 file changed, 14 insertions(+), 18 de

Re: [OpenWrt-Devel] OpenWrt 19.07 final timeline

2020-01-01 Thread Hauke Mehrtens
On 12/24/19 4:48 PM, Hauke Mehrtens wrote: > Hi, > > I would like to tag 18.06.6 release in the evening of Wednesday 1. > January and then start the builders. > > I would like to tag 19.07 final release on Friday 3. January and the > start the builders on Saturday or Sunday. > > Are there any ob

Re: [OpenWrt-Devel] Preserving configs over sysupgrade on ath79/tiny broken for some boards (on 19.07 and master), possible solutions

2020-01-01 Thread Alberto Bursi
On 01/01/20 15:02, Petr Štetiar wrote: Alberto Bursi [2020-01-01 03:30:34]: Hi, A LOT of OpenWrt userbase does not follow the mailing lists (or even know what a mailing list is), so if you want to have the full picture please visit the forum as well. users dont know/use mailing lists, dev

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- if this is of any help, I can give

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Štetiar
Petr Novák [2020-01-01 21:11:30]: > But how come the workaround was to use an older libubox and ubus - was there > any new check which was not there before? I don't have definitive answer, as I would need RPi-4 (or any other real hardware with Cortex-A72 core) to find the actual bit in the libub

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- yes, I do not have the serial cons

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Štetiar
Petr Novák [2020-01-01 18:13:06]: > 5c6df2def2a1d26313b45cb40e2268a08c59f00 - FAILS > 465676c8b12618ec99122d0cc1217994de884284 - WORKS > 5bd12760e8fce026fd2a82d56f7b3c8dff27e096 - WORKS > 8e195b325a86b4dc99ee5a9ee0b637cf266f9a0a - WORKS Nice, thanks a lot for your help. > The procd after forkin

Re: [OpenWrt-Devel] dev.archive.openwrt.org cert expired

2020-01-01 Thread Bjørn Mork
Jo-Philipp Wich writes: > thanks. The cert was auto-renewed but the nginx reload failed due to > `service` not being in $PATH for cronjobs. Thank you for taking the time to explain. It's appreciated. FWIW, you're not the first one falling into that trap with certificate auto-renewals, for vary

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Here are the results: 1. build wi

Re: [OpenWrt-Devel] dev.archive.openwrt.org cert expired

2020-01-01 Thread Jo-Philipp Wich
Hi, thanks. The cert was auto-renewed but the nginx reload failed due to `service` not being in $PATH for cronjobs. ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists

[OpenWrt-Devel] [PATCH] e2fsprogs: update to version 1.45.4

2020-01-01 Thread Josef Schlehofer
Removed backported patch Release notes: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.4 Signed-off-by: Josef Schlehofer --- package/utils/e2fsprogs/Makefile | 6 +- .../100-CVE-2019-5094-libsupport.patch| 203 -- 2 files changed, 3 insertion

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- OK, I have planned to do that anyw

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Štetiar
Petr Novák [2020-01-01 15:14:47]: > The updated procd did actually allow the upgrade to proceed: Ok, thats interesting. Can you find out which commit in procd actually fixes it? It should be enough to change PKG_SOURCE_VERSION in package/system/procd/Makefile to the respective hash: 1. build w

Re: [OpenWrt-Devel] [PATCH 1/2] scripts/flashing: Switch from echo -en to printf

2020-01-01 Thread Jo-Philipp Wich
Hi. $ patch -p1 < 1216552.patch patching file scripts/flashing/flash.sh Hunk #1 FAILED at 51. 1 out of 1 hunk FAILED -- saving rejects to file scripts/flashing/flash.sh.rej ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel m

Re: [OpenWrt-Devel] [PATCH] scripts/gen_image_generic.sh: Replace -o with ||

2020-01-01 Thread Jo-Philipp Wich
Hi, > [...] > +if [ ! $# -eq 5 ] || [ ! $# -eq 6 ]; then why not simply "-ne" ? ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openw

[OpenWrt-Devel] Merged: scripts/gen-dependencies.sh: replacebackticks with $()

2020-01-01 Thread Jo-Philipp Wich
Merged into master at http://git.openwrt.org/?p=openwrt/openwrt.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: scripts/gen-dependencies.sh: use /bin/sh

2020-01-01 Thread Jo-Philipp Wich
Merged into master at http://git.openwrt.org/?p=openwrt/openwrt.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: libcxx: Build with the libsupc++ ABI

2020-01-01 Thread Jo-Philipp Wich
Merged into master at http://git.openwrt.org/?p=openwrt/openwrt.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: libcxx: Add size optimizations

2020-01-01 Thread Jo-Philipp Wich
Merged into master at http://git.openwrt.org/?p=openwrt/openwrt.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: openssl: update to version 1.0.2u

2020-01-01 Thread Jo-Philipp Wich
Merged into openwrt-18.06 at http://git.openwrt.org/?p=openwrt/openwrt.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Fwd: Re: Preserving configs over sysupgrade on ath79/tiny broken for some boards (on 19.07 and master), possible solutions

2020-01-01 Thread Reiner Karlsberg
Am 31.12.2019 um 21:15 schrieb Paul Fertser: Hello gents, On Mon, Dec 30, 2019 at 02:41:12PM +0100, Piotr Dymacz wrote: On 12/30/19 12:42 PM, Jo-Philipp Wich wrote: Hi, given that (binary release) support for 4MB devices will end with 19.07, I'd vote for reverting the 4K sector change in at

Re: [OpenWrt-Devel] [PATCH] busybox: Include hdparm by default on nas type device

2020-01-01 Thread Jo-Philipp Wich
Hi Linus, can you move the condition before the sed program populating the initial config? That should restore the ability for users to deselect busybox hdparm (e.g. to replace it with something different). ~ Jo signature.asc Description: OpenPGP digital signature _

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Novák via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- The updated procd did actually all

Re: [OpenWrt-Devel] Preserving configs over sysupgrade on ath79/tiny broken for some boards (on 19.07 and master), possible solutions

2020-01-01 Thread Petr Štetiar
Alberto Bursi [2020-01-01 03:30:34]: Hi, > A LOT of OpenWrt userbase does not follow the mailing lists (or even know > what a mailing list is), so if you want to have the full picture please > visit the forum as well. users dont know/use mailing lists, developers hate to waste time with the slo

Re: [OpenWrt-Devel] Preserving configs over sysupgrade on ath79/tiny broken for some boards (on 19.07 and master), possible solutions

2020-01-01 Thread Petr Štetiar
Paul Fertser [2019-12-28 17:00:49]: > 2. Fix BLOCKSIZE for those boards that are consistent, document > possible config loss for the others; What about some DTS based solution? I mean, explicitly enable 4K on the devices which are known (or likely) to work. -- ynezz ___

[OpenWrt-Devel] [PATCH] busybox: Include hdparm by default on nas type device

2020-01-01 Thread Linus Walleij
NAS devices certainly need to have hdparm to configure things like spin-down time or their disks will be constantly spinning. Just catenate CONFIG_HDPARM=y on these configs. Signed-off-by: Linus Walleij --- package/utils/busybox/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pac

Re: [OpenWrt-Devel] Preserving configs over sysupgrade on ath79/tiny broken for some boards (on 19.07 and master), possible solutions

2020-01-01 Thread Petr Štetiar
David Bauer [2019-12-31 16:20:29]: Hi, > release images will not be built for most (if not all), as a full build with > LuCI > will not fit into the flash (even with 4K sector size). one could still use image builder and generate images which would fit. OpenWrt offers currently following imag

Re: [OpenWrt-Devel] Sysupgrade possibly broken in recent development snapshots: "message": "Firmware image couldn't be validated"

2020-01-01 Thread Petr Štetiar
Petr Novák [2019-12-31 14:56:13]: I was suspecting some issue in jshn, which empowers the json_dump command, but it seems, that the JSON passed from /usr/libexec/validate_firmware_image back to validate_firmware_image_call() looks correct: > { > "tests": { > "fwtool_signature

Re: [OpenWrt-Devel] [PATCH 1/2] wireguard.sh: Batch file writes

2020-01-01 Thread Josef Schlehofer
Hi, This needs version bump of PKG_RELEASE. On 01. 01. 20 3:08, Rosen Penev wrote: > Speeds up config generation. > > Signed-off-by: Rosen Penev > --- > .../utils/wireguard-tools/files/wireguard.sh | 32 --- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git a/p

Re: [OpenWrt-Devel] [PATCH 1/2] wireguard.sh: Batch file writes

2020-01-01 Thread Hartmut Knaack
Rosen Penev schrieb am 01.01.2020 um 03:08: > Speeds up config generation. > > Signed-off-by: Rosen Penev > --- > .../utils/wireguard-tools/files/wireguard.sh | 32 --- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git a/package/network/utils/wireguard-tools/file

[OpenWrt-Devel] [PATCH] [18.06] openssl: update to version 1.0.2u

2020-01-01 Thread Josef Schlehofer
Fixes CVE-2019-1551 (rsaz_512_sqr overflow bug) on x86_x64 Signed-off-by: Josef Schlehofer --- package/libs/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 50939568c8..d066d4bb0e 100644 -