Re: [PATCH v2 3/3] scripts,ipkg-build: format code with shfmt

2021-03-14 Thread Paul Spooren
Hi Paul, I'm using shfmt[1] without any extra args. Looking through the issues over there[2] I'll reformat it with `-sr` and `-kp`. Thanks for the comment. -sr redirect operators will be followed by a space -kp keep column alignment paddings Best, Paul [1]: https://github.com/mvdan/sh

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

2021-03-14 Thread Stephen Walker 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 --- Branch: refs/heads/master

Re: [PATCH] pcre: disable C++ bindings

2021-03-14 Thread Karl Palsson
Rosen Penev wrote: > On Sun, Mar 14, 2021 at 7:40 AM Jan Kardell > wrote: > > > > Rosen Penev skrev: > > > Nothing uses them. Allows to simplify the Makefile. > > Actually I use it for stuff that is not in openwrt repos. That means I > > must keep pcrecpp out-of-tree. Maybe others do too, but

Re: [PATCH] pcre: disable C++ bindings

2021-03-14 Thread Rosen Penev
On Sun, Mar 14, 2021 at 7:40 AM Jan Kardell wrote: > > Rosen Penev skrev: > > Nothing uses them. Allows to simplify the Makefile. > Actually I use it for stuff that is not in openwrt repos. That means I > must keep pcrecpp out-of-tree. Maybe others do too, but have not yet > discovered this

[PATCH] mbedtls: update to 2.16.10

2021-03-14 Thread Magnus Kroken
This release of Mbed TLS provides bug fixes and minor enhancements. This release includes fixes for security issues. Security fixes: * Fix a buffer overflow in mbedtls_mpi_sub_abs() * Fix an errorneous estimation for an internal buffer in mbedtls_pk_write_key_pem() * Fix a stack buffer overflow

Re: [PATCH] pcre: disable C++ bindings

2021-03-14 Thread Jan Kardell
Rosen Penev skrev: Nothing uses them. Allows to simplify the Makefile. Actually I use it for stuff that is not in openwrt repos. That means I must keep pcrecpp out-of-tree. Maybe others do too, but have not yet discovered this change. Is really a few saved lines in a makefile worth to make

[PATCH] selinux-policy: update to version v0.8

2021-03-14 Thread Dominick Grift
3d7da7a igmpproxy tidy some loose ends c84ba0f rcigmpproxy: add entries to /etc when creating /etc/igmpproxy.conf 5a18967 adds igmpproxy skeleton 7e6a218 logread: support resolving dns names e39ca8b netifd: add support for /etc/udhcpc.user 7952bd0 odhcp6c: support /etc/odhcp6c.user ba0eb4e

Re: OpenWrt add dependency to swig for U-Boot builds

2021-03-14 Thread Petr Štetiar
Hi, > Hauke Mehrtens [2021-01-31 19:43:42]: > > > Does anyone have an opinion on this topic? > > I don't see other option ATM. so I went ahead and added swig[1] to the buildworker image. 1. https://git.openwrt.org/3776a9157532e69478ef03236d22254267a4f12e Cheers, Petr

Re: [PATCH v2 0/6] realtek: SFP related fixes

2021-03-14 Thread Bjørn Mork
Bjørn Mork writes: > I see I made a mess of this on the list and in patchworks by > using '--in-reply-to' with git send-email. Correction: The problem was that I used '--in-reply-to' with git format-patch. The confusing part is that send-email and format-patch have opposite defaults for

Re: [PATCH v2 0/6] realtek: SFP related fixes

2021-03-14 Thread Bjørn Mork
Bjørn Mork writes: > This is a series of small SFP related fixes I've been using on > my GS1900-10HP since December 2020. The rebased version has > also been run-tested and verified to work with both copper > and fiber SFPs. > > v2: > - reorderd patch 2 and 3 to match logic dependency order >