Re: [OpenWrt-Devel] [PATCH] openssl: update to 1.0.2r

2019-04-06 Thread Stijn Segers
Stijn Segers schreef op 6 april 2019 23:16:31 CEST: >This bump contains bug and security fixes. > >Compile-tested on ar71xx, ramips/mt7621 and x86/64. >Run-tested on ramips/mt7621. > >Signed-off-by: Stijn Segers >--- > package/libs/openssl/Makefile | 4 ++-- >

[OpenWrt-Devel] [PATCH] openssl: update to 1.0.2r

2019-04-06 Thread Stijn Segers
This bump contains bug and security fixes. Compile-tested on ar71xx, ramips/mt7621 and x86/64. Run-tested on ramips/mt7621. Signed-off-by: Stijn Segers --- package/libs/openssl/Makefile | 4 ++-- package/libs/openssl/patches/200-parallel_build.patch | 8 2

[OpenWrt-Devel] mfloat-abi=soft

2019-04-06 Thread Rosen Penev
According to rules.mk, -mfloat-abi=soft is used. This is causing build failures with the botan library: https://downloads.openwrt.org/snapshots/faillogs/armeb_xscale/packages/botan/compile.txt Is it sensical to change the default to softfp, as the error message suggests?

Re: [OpenWrt-Devel] [PATCH v2] ath79: add support for OCEDO Ursus

2019-04-06 Thread David Bauer
Hello Petr, sorry for the late reply, I was very busy last week. On 03.04.19 09:35, Petr Štetiar wrote: > ok, so it seems like this patch is fine with you and you've already tested it > as it is, so can I add your Tested-by or Reviewed-by as well? Tested-by: David Bauer Maybe you can alter

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20190406

2019-04-06 Thread Hans Dedecker
On Sat, Apr 6, 2019 at 1:24 PM Jason A. Donenfeld wrote: > > * allowedips: initialize list head when removing intermediate nodes > > Fix for an important regression in removing allowed IPs from the last > snapshot. We have new test cases to catch these in the future as well. > > * tools: warn if

Re: [OpenWrt-Devel] [PATCH 5/7] kernel: can: add Xilinx CAN IP kernel module package

2019-04-06 Thread Hauke Mehrtens
On 4/6/19 2:37 PM, Hauke Mehrtens wrote: > On 4/1/19 5:33 AM, Luis Araneda wrote: >> This driver is required to use the CAN IP on devices >> from the zynq target >> >> Signed-off-by: Luis Araneda >> --- >> package/kernel/linux/modules/can.mk | 14 +- >> 1 file changed, 13

Re: [OpenWrt-Devel] [PATCH 5/7] kernel: can: add Xilinx CAN IP kernel module package

2019-04-06 Thread Hauke Mehrtens
On 4/1/19 5:33 AM, Luis Araneda wrote: > This driver is required to use the CAN IP on devices > from the zynq target > > Signed-off-by: Luis Araneda > --- > package/kernel/linux/modules/can.mk | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) > > diff --git

[OpenWrt-Devel] [PATCH V2] procd: instance: Support deleting stopped instances

2019-04-06 Thread Kristian Evensen
procd currently does not support deleting a stopped instance. The reason is that we return in instance_stop(), if pending is set to false. This patch adds a new function, instance_delete(), which does the necessary clean-up of an instance. instance_delete() is called before we return in

Re: [OpenWrt-Devel] [PATCH] procd: instance: Support deleting stopped instances

2019-04-06 Thread Hans Dedecker
On Sat, Apr 6, 2019 at 12:27 PM Kristian Evensen wrote: > > Hi Hans, > > On Thu, Apr 4, 2019 at 10:59 PM Hans Dedecker wrote: > > instance_delete should only be called when halt is set to true similar > > as in instance_exit > > Thanks for the feedback. Just so I make sure I understand

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20190406

2019-04-06 Thread Jason A. Donenfeld
* allowedips: initialize list head when removing intermediate nodes Fix for an important regression in removing allowed IPs from the last snapshot. We have new test cases to catch these in the future as well. * tools: warn if an AllowedIP has a nonzero host part If you try to run `wg set wg0

Re: [OpenWrt-Devel] [PATCH] procd: instance: Support deleting stopped instances

2019-04-06 Thread Kristian Evensen
Hi Hans, On Thu, Apr 4, 2019 at 10:59 PM Hans Dedecker wrote: > instance_delete should only be called when halt is set to true similar > as in instance_exit Thanks for the feedback. Just so I make sure I understand correctly, do you mean that the conditional should look something like this?

Re: [OpenWrt-Devel] [PATCH] mac80211: update to version 4.19.32-1

2019-04-06 Thread Daniel Engberg
Hi, Tested fine on ipq40xx, Linksys EA6350v3, OpenWrt master Best regards, Daniel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] mbedtls: update to version 2.16.1

2019-04-06 Thread Daniel Engberg
Hi, Tested fine on ipq40xx, Linksys EA6350v3, OpenWrt master Best regards, Daniel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel