Security Advisory 2021-02-02-1 - netifd and odhcp6c routing loop on IPv6 point to point links (CVE-2021-22161)

2021-02-07 Thread Petr Štetiar
DESCRIPTION In case a link prefix route points to a point-to-point link it can trigger a routing loop if the destination IPv6 address belongs to the prefix and is not a local IPv6 address. If such a packet is received and not directed to a local IPv6 address it will be routed back to the point-to-

Re: Initial flashing over "OEM-OpenWrt"

2021-02-07 Thread Chuanhong Guo
Hi! On Sun, Feb 7, 2021 at 12:49 AM Adrian Schmutzler wrote: > > Hi, > > when reviewing device-support PRs, I frequently encounter the case that > initial flashing means sysupgrading from an OEM-modified OpenWrt. > > This obviously means that the config of this OEM-OpenWrt should be wiped to >

[PATCH] kernel: fix busy wait loop in mediatek PPE code

2021-02-07 Thread Ilya Lipnitskiy
The intention is for the loop to timeout if the body does not succeed. The current logic calls time_is_before_jiffies(timeout) which is false until after the timeout, so the loop body never executes. time_is_after_jiffies(timeout) will return true until timeout is less than jiffies, which is the i

[no subject]

2021-02-07 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 Home

Re: [PATCH v2] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-07 Thread Paul Spooren
On Sun Feb 7, 2021 at 9:53 AM HST, Ilya Lipnitskiy wrote: > Hi Paul, > > > > define Download/tiacx111c16_1 > > > FILE:=tiacx111c16_1.2.1_34 > > > - URL:=http://sites.google.com/site/atorkhov/files/ > > > + URL:=@OPENWRT > > > > This file is still available, does the download fail as well? > > > Thi

Re: [PATCH] openpgm: Add Pragmatic General Multicast library

2021-02-07 Thread Paul Spooren
On Sun, Jan 3, 2021 at 19:42, yehol...@outlook.com wrote: From: Ye Holmes Signed-off-by: Ye Holmes --- Can't this package go to packages.git? libs/openpgm/Makefile | 64 +++ .../0001-Rename-openpgm-5.2.pc.in.patch | 22 +++ ...hecksum.

RE: [PATCH] openpgm: Add Pragmatic General Multicast library

2021-02-07 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of yehol...@outlook.com > Sent: Sonntag, 3. Januar 2021 12:43 > To: ros...@gmail.com > Cc: Ye Holmes ; openwrt-devel@lists.openwrt.org > Subject: [PATCH] openpgm: Add Pragmatic Gener

Re: [PATCH v2] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-07 Thread Ilya Lipnitskiy
Hi Paul, > > define Download/tiacx111c16_1 > > FILE:=tiacx111c16_1.2.1_34 > > - URL:=http://sites.google.com/site/atorkhov/files/ > > + URL:=@OPENWRT > > This file is still available, does the download fail as well? > This one still works, but being a personal google website didn't seem as good as

[PATCH] sdk: expose binary strip settings

2021-02-07 Thread David Bauer
Expose the SDK options for binary stripping to the menuconfig. This way, packages can easily be built with debug symbols using the SDK. Signed-off-by: David Bauer --- target/sdk/files/Config.in | 46 ++ 1 file changed, 46 insertions(+) diff --git a/target/sdk

[PATCH] bcm63xx: kernel: reenable the TRNG

2021-02-07 Thread Daniel González Cabanelas
The hardware random number generator driver for bcm63xx was merged with the one used by the Raspberry Pi. Now this driver is lost. Reenable the HW_RANDOM kernel config with the new driver. Signed-off-by: Daniel González Cabanelas --- target/linux/bcm63xx/config-5.4 | 2 +- 1 file changed, 1 ins

Re: Upcoming 19.07.7 release

2021-02-07 Thread Jaap Buurman
On Sun, Feb 7, 2021 at 11:23 AM Baptiste Jonglez wrote: > > On 05-02-21, Jaap Buurman wrote: > > > Hi, > > > > > > We are planning a new 19.07 release in about a week (probably next > > > week-end). > > > > > > If you are aware of changes that need to be integrated, now is the time to > > > do it

Re: Upcoming 19.07.7 release

2021-02-07 Thread Baptiste Jonglez
On 05-02-21, Jaap Buurman wrote: > > Hi, > > > > We are planning a new 19.07 release in about a week (probably next > > week-end). > > > > If you are aware of changes that need to be integrated, now is the time to > > do it or mention it here! > > > > I plan to test & integrate a workaround for th

Re: [PATCH v2] acx-mac80211: replace dead URLs with OpenWrt CDN

2021-02-07 Thread Paul Spooren
Hi Ilya, thanks for the quick fixup! One comment below. On Fri Feb 5, 2021 at 7:11 PM HST, Ilya Lipnitskiy wrote: > erley.org no longer exists; attempting to connect to it during package > download results in lengthy timeouts. Use the new OpenWrt CDN alias to > download from reliable OpenWrt mirr