Re: here we are again: real name 'discussion'

2024-04-16 Thread Etienne Champetier
Le mar. 16 avr. 2024 à 10:34, Paul D a écrit : > > On 2024-03-27 23:56, Etienne Champetier wrote: > > > > As this is a legal issue, should we get SFC opinion first ? > > > > Etienne > > > > Is this happening? Sorry I missed your last ping This was an

Re: [RFC netifd 1/2] interface-ip: mask out host bits in IPv4 route targets

2023-08-24 Thread Etienne Champetier
Hi Jo, Le jeu. 24 août 2023 à 08:55, Jo-Philipp Wich a écrit : > > The kernel will reject attempts to install routes with target addresses > having host bits set with an "Invalid prefix for given prefix length" > error. > > A route configuration like the one below will silently fail to apply: >

Re: [openwrt/openwrt] urngd: update to the latest master

2023-07-25 Thread Etienne Champetier
Hello Rafał, Le mar. 25 juil. 2023 à 10:05, LEDE Commits a écrit : > > rmilecki pushed a commit to openwrt/openwrt.git, branch master: > https://git.openwrt.org/c74b5e09e692839b39c8325b5f8dc5f2a3b3896c > > commit c74b5e09e692839b39c8325b5f8dc5f2a3b3896c > Author: Rafał Miłecki > AuthorDate: Tue

Docker is sunsetting Free Team organizations

2023-03-16 Thread Etienne Champetier
Hi All, Paul Docker wants to shutdown free team organisations, so this include docker.io/openwrtorg Here the announcement: https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf Those 3 repos seem active, do we mirror the content somewhere else ? (gitlab/github)

Re: [PATCH] urandom-seed: use seedrng for seeding the random number generator

2023-02-01 Thread Etienne Champetier
Le mer. 1 févr. 2023 à 10:29, Andre Heider a écrit : > > On 04/04/2022 21:35, Etienne Champetier wrote: > > Hi Jason, > > > > Le lun. 4 avr. 2022 à 14:39, Jason A. Donenfeld a écrit : > >> > >> Hey Etienne, > >> > >> On Tue, Mar 2

Re: CVE-2020-15888 - libtasn1

2022-11-03 Thread Etienne Champetier
Hi Peter, Can you resend this as a proper patch ready to be applied ? Or as a PR on Github if this is easier for you ? Le jeu. 3 nov. 2022 à 10:26, Peter Naulls a écrit : > > > https://nvd.nist.gov/vuln/detail/CVE-2021-46848 > > Against openwrt-22.03 > > --- /dev/null > +++

Re: Security changes - restricting uhttpd addresses

2022-10-26 Thread Etienne Champetier
Le mar. 25 oct. 2022 à 17:47, Michael Richardson a écrit : > > > Peter Naulls wrote: > > Nevertheless, the security people are looking at this config > > statically, and not seeing that it's bound to the LAN interface IP > > only. > > I don't think they are really security people,

Re: [PATCH] bridge: Support nf_call_{ip,ip6,arp}tables attributes

2022-09-13 Thread Etienne Champetier
Hi Maximilian Le mar. 13 sept. 2022, 17:23, Maximilian Riemensberger a écrit : > > The bridge driver allows passing bridged frames to netfilter. Add > bridge config options nf_call_iptables, nf_call_ip6tables, > nf_call_arptables to opt in. You should have a look at using nftables instead, no

Re: Setting Linux Capabilities

2022-08-16 Thread Etienne Champetier
Hi Ravi, Le mar. 16 août 2022 à 07:52, Ravi Paluri (QUIC) a écrit : > > Hi Team, > We would like to set below capabilities for our process. > * CAP_NET_ADMIN > * CAP_NET_RAW > > Do we need to use APIs mentioned in https://linux.die.net/man/3/cap_set_flag > and

[PATCH ubus] lua: add optional path filter to objects() method

2022-05-01 Thread Etienne Champetier
'ubus list []' passes the path to ubusd, this commit fix the lua bindings to do the same Signed-off-by: Etienne Champetier --- lua/ubus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/ubus.c b/lua/ubus.c index e2bb081..07b816d 100644 --- a/lua/ubus.c +++ b/lua/ubus.c

Re: [PATCH] urandom-seed: use seedrng for seeding the random number generator

2022-04-04 Thread Etienne Champetier
Hi Jason, Le lun. 4 avr. 2022 à 14:39, Jason A. Donenfeld a écrit : > > Hey Etienne, > > On Tue, Mar 29, 2022 at 7:21 AM Jason A. Donenfeld wrote: > > > > Hi Etienne, > > > > On Tue, Mar 29, 2022 at 1:06 AM Etienne Champetier > > wrote: > > &g

Re: [PATCH] urandom-seed: use seedrng for seeding the random number generator

2022-03-28 Thread Etienne Champetier
Hey Jason, Le lun. 28 mars 2022 à 13:04, Jason A. Donenfeld a écrit : > > Hey Etienne, > > On Mon, Mar 28, 2022 at 10:19 AM Etienne Champetier > wrote: > > > > Hi All, Jason, > > > > @Petr Štetiar this merge was a bit too fast to get reviews ... > >

Re: [PATCH] urandom-seed: use seedrng for seeding the random number generator

2022-03-28 Thread Etienne Champetier
Hi All, Jason, @Petr Štetiar this merge was a bit too fast to get reviews ... Some comments inline Le lun. 28 mars 2022 à 00:26, Jason A. Donenfeld a écrit : > > The RNG can't actually be seeded from a shell script, due to the > reliance on ioctls. For this reason, the seedrng project provides

Drop CONFIG_IPV6 ?

2022-03-13 Thread Etienne Champetier
Hi All, We currently have some circular dependencies caused by the usage of PROVIDES and @IPV6 https://github.com/openwrt/openwrt/issues/9407 One radical way to fix, suggested by Jow, is to completely remove CONFIG_IPV6 from OpenWrt. This would also allow to simplify packaging of some core

Update buildbots (was: Re: Switch issues and CI to GitHub)

2022-01-20 Thread Etienne Champetier
Hi Petr & Jow Le jeu. 20 janv. 2022 à 09:10, Paul Spooren a écrit : > > Hi Etienne, > > >> > >> Currently we’re facing an issue[1] from our heterogeneous buildbot > >> setup[2] that partly uses outdated runners missing packages installed host > >> packages, causing them to upload broken SDKs

Re: Switch issues and CI to GitHub

2022-01-20 Thread Etienne Champetier
Hi Paul, Le jeu. 20 janv. 2022 à 05:04, Paul Spooren a écrit : > > Hi Florian, > > > I have now been persuaded to share my thoughts on the subject as well. > > Thank you. > > > Why not gitlab? > > Here we can take the services (GIT, CI/CD, ISSUE-Tracking) from them. > > Some people don’t like

Re: [PATCH,opkg-lede] opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages

2022-01-18 Thread Etienne Champetier
Hello OpenWrt devs, Here an example of CI failure this patch fixes: https://github.com/openwrt/packages/runs/4427963136?check_suite_focus=true Anything I can do to have this patch included ? Best, Etienne Le dim. 12 sept. 2021 à 18:31, Etienne Champetier a écrit : > > + @Jo-Philip

Re: [PATCH,opkg-lede] opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages

2021-09-12 Thread Etienne Champetier
+ @Jo-Philipp Wich Tested using mvebu target removing librt Le mar. 7 sept. 2021 à 18:42, Etienne Champetier a écrit : > > From: Hongxu Jia > > While remove pkg with '--force-removal-of-dependent-packages', > pkg may be added to pkgs remove list multiple times, add status >

[PATCH, opkg-lede] opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages

2021-09-07 Thread Etienne Champetier
From: Hongxu Jia While remove pkg with '--force-removal-of-dependent-packages', pkg may be added to pkgs remove list multiple times, add status check to make sure pkg only be removed once. Signed-off-by: Hongxu Jia Signed-off-by: Paul Barker (Cherry picked from

Re: [openwrt/openwrt] ucode: update to latest Git HEAD

2021-09-01 Thread Etienne Champetier
Hi Jow, Thanks for your work on firewall4 ! 2 nitpicks inline Le mer. 1 sept. 2021 à 09:42, LEDE Commits a écrit : > > jow pushed a commit to openwrt/openwrt.git, branch master: > https://git.openwrt.org/9e9057f4164a31bbe5a645878a9e0f083b533c0f > > commit

Re: SSH/MTU Issues in OpenVPN tunnel on OpenWRT 21.02 RC3

2021-07-31 Thread Etienne Champetier
Hi Federico, Le sam. 31 juil. 2021 à 20:33, Federico Capoano a écrit : > > Hi everyone, > > I wrote about this issue in the forum and I was advised to post here > as well so I'm following the advice. > (Forum discussion: >

Re: Activate https server support in 21.02 by default

2021-05-16 Thread Etienne Champetier
Hi Hauke, Le dim. 16 mai 2021 à 09:21, Hauke Mehrtens a écrit : > > On 5/14/21 4:22 PM, Etienne Champetier wrote: > > Hi All, > > > > Le ven. 14 mai 2021 à 05:00, Petr Štetiar a écrit : > >> > >> Fernando Frediani [2021-05-11 20:13:18]: > >

Re: Activate https server support in 21.02 by default

2021-05-14 Thread Etienne Champetier
Hi All, Le ven. 14 mai 2021 à 05:00, Petr Štetiar a écrit : > > Fernando Frediani [2021-05-11 20:13:18]: > > Hi, > > > I am no sure https support should still be something by default in the > > images as it's not something really essential > > to me it's like discussion about telnet versus SSH.

Mandatory VLAN Tagging on mv88e6085 since f1158f

2021-05-09 Thread Etienne Champetier
Hi Quigfang, I've started testing 21.02 and updated my Turris Omnia from 19.07. In 19.07 I had a usable configuration (maybe with some bugs ;) ) without VLAN tagging with lanX port simply bridged to different wifi. Since 21.02 I have the following errors in dmesg [ 15.739908] mv88e6085

Re: [PATCH rpcd] iwinfo: add 802.11ax HE support

2021-04-28 Thread Etienne Champetier
Hi David, Le mer. 28 avr. 2021 à 07:07, David Bauer a écrit : > > Expose 802.11ax HE rate as well as HW / HT mode information. This is > required to add 802.11ax support to LuCI. > > Signed-off-by: David Bauer > --- > iwinfo.c | 45 + > 1 file

Re: Brokenness of the OpenWrt "packages" repo (was: Re: [PATCH] Revert "dbus: update to 1.13.18")

2021-04-25 Thread Etienne Champetier
Hi Bjørn, Le dim. 25 avr. 2021 à 09:53, Bjørn Mork a écrit : > > Rosen Penev writes: > > > Why was this sent here? dbus is in the packages feed. > > Sorry, I assumed that was obvious. I'll explain > > There is a continous push to move packages from the OpenWrt core repo to > the "packages"

Re: [PATCH] build: prereq: drop support for Python 3.5

2021-04-18 Thread Etienne Champetier
Le sam. 17 avr. 2021 à 17:47, Sven Roederer a écrit : > > Am Samstag, 17. April 2021, 16:45:01 CEST schrieb Sven Roederer: > > On my Ubuntu 16.04 based build-system I also have build-failures for meson > > using Python3.5. > > Correction: it's a 18.04 LTS ... Should we just recommend to people

Re: [PATCH] build: prereq: drop support for Python 3.5

2021-04-18 Thread Etienne Champetier
Le mar. 16 févr. 2021 à 11:19, Petr Štetiar a écrit : > > Andre Heider [2021-02-16 08:21:08]: > > Hi, > > > The meson build system bumped their python requirement to 3.6 for the 0.57.0 > > release. This patch ensures that OpenWrt can update meson while still > > relying on the host python. > >

CircleCi removal

2021-04-18 Thread Etienne Champetier
Hi All, CircleCI was not used by any repos anymore, so I remove it everywhere I could see it in OpenWrt org conf pages Best Etienne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: Requiring 2FA on OpenWrt GitHub organization

2021-04-18 Thread Etienne Champetier
Hi All, I enabled some minutes ago 2FA on OpenWrt Github organization Best Etienne Le dim. 11 avr. 2021 à 21:51, Etienne Champetier a écrit : > > Hi Paul, > > Le dim. 11 avr. 2021 à 21:07, Paul Spooren a écrit : > > > > I did so a week ago and asked everyone with dire

tango.drone.openwrt.ninja OAuth apps removal

2021-04-18 Thread Etienne Champetier
Hi All, I just deleted 'tango.drone.openwrt.ninja' from OpenWrt GitHub organization, It had 0 users, no recent activity and the callback url pointed to "http://tango.drone.openwrt.ninja/authorize;, openwrt.ninja domain is currently for sale

Re: Requiring 2FA on OpenWrt GitHub organization

2021-04-11 Thread Etienne Champetier
access and no 2FA, it was added > afterwards. I saw that, I just convinced one more to enable 2FA and only one "almost active" is still a member (but without access) Once this person answers (or not) I just want to make sure we don't "regress" Best Etienne > -- > > > >

Requiring 2FA on OpenWrt GitHub organization

2021-04-11 Thread Etienne Champetier
Hi All, There are currently 65 members in OpenWrt org, 58 of them with 2FA enabled. Requiring 2FA would kick out the 7 users without 2FA, 6 of them have no OpenWrt related activity for more than 2 or 3 years, I've emailed the 7th one privately. Anyone see any problem enforcing 2FA ? Best

Re: Job board support on openwrt.org?

2021-01-23 Thread Etienne Champetier
Hi All, Le sam. 23 janv. 2021 à 18:09, Sam Kuper a écrit : > > On Sat, Jan 23, 2021 at 02:55:05PM +, Ted Hess wrote: > > [T]here must be some sort of criteria (contributions, legitimate > > business site or references) to get your name/outfit listed. And, as > > Daniel said, we don't want to

Re: [RFC] raise gcc/make versions for 20.x

2020-12-16 Thread Etienne Champetier
Le mer. 16 déc. 2020 à 07:33, Yousong Zhou a écrit : > > On Wed, 16 Dec 2020 at 13:11, Petr Štetiar wrote: > > > > Paul Spooren [2020-12-15 16:26:14]: > > > > Hi, > > > > > I've seen two patches for version raises of build requirements and would > > > like to know if we should merge them before

Re: [PATCH 0/2] enable procd security features by default

2020-11-26 Thread Etienne Champetier
Hi Petr, Daniel, Le jeu. 26 nov. 2020 à 11:45, Petr Štetiar a écrit : > > Daniel Golle [2020-11-07 14:17:12]: > > Hi, > > > Please report back > > testing now the latest master on rtl8382 booted from initramfs and seeing > following: > > Thu Nov 26 14:45:35 2020 user.notice dnsmasq: DNS

Re: busybox: allow ntpd to run as non-root ntpd user (master breakage)

2020-10-25 Thread Etienne Champetier
Hello Daniel, Le dim. 25 oct. 2020 à 09:08, LEDE Commits a écrit : > > dangole pushed a commit to openwrt/openwrt.git, branch master: > https://git.openwrt.org/2d34355e16b442fcf51e93786401716dae3c4ea2 > > commit 2d34355e16b442fcf51e93786401716dae3c4ea2 > Author: Daniel Golle > AuthorDate: Mon

Re: [PATCH] tools/zstd: update to 1.4.5

2020-09-03 Thread Etienne Champetier
Hello Rosen, Le mer. 2 sept. 2020 à 23:20, Rosen Penev a écrit : > > Fix URL. The GITHUB macro is meant to be used for files inside a git > repository. This gets downloaded purely by accident (19.07 packages > feed has zstd 1.4.5 with the file in sources.openwrt.org). > > Remove upstream

Re: Policy on BUILD_PATENTED

2020-08-03 Thread Etienne Champetier
Hi Rosen, Le lun. 3 août 2020 à 00:04, Rosen Penev a écrit : > > Recently there's been a pull request to get patented functionality in > the packages feed: https://github.com/openwrt/packages/pull/12992 > > Which pointed me to this lovely description: > https://www.videolan.org/legal.html > >

Re: [RFC PATCH] Introduce UCI support for configuring DSA VLAN filter rules

2020-07-07 Thread Etienne Champetier
Le mar. 7 juil. 2020 à 09:36, Jo-Philipp Wich a écrit : > > This patch series introduces a new package "dsaconfig" which provides the > necessary logic to allow configuration of bridge vlan filter rules for > DSA switches. Nice ! [...] > > Open questions/topics: > > - Ensure that the chosen

Re: [OpenWrt-Devel] [PATCH v2 4/4] build: use zstd for SDK and ImageBuilder tarballs

2020-06-01 Thread Etienne Champetier
Hi Petr and Matthias Le lun. 1 juin 2020 à 06:21, Petr Štetiar a écrit : > Matthias Schiffer [2020-05-31 11:08:47]: > > Hi, > > > For patch 4, I'd like to have an ACK from someone familiar with the > buildbot > > setup. > > Disclaimer: I'm Buildbot setup noob, just helping occasionally with

Re: [OpenWrt-Devel] [PATCH v2] package/base-files: caldata: work around dd's limitation

2020-05-17 Thread Etienne Champetier
Hi Thibaut, Le dim. 17 mai 2020 à 15:46, Thibaut VARÈNE a écrit : > > tl;dr: dd will silently truncate the output if reading from special > files (e.g. sysfs attributes) with a too large bs parameter. > > This problem was exposed on some RouterBOARD ipq40xx devices which use a > caldata payload

Re: [OpenWrt-Devel] MT7621 and bridge firewalling

2020-04-26 Thread Etienne Champetier
Le dim. 26 avr. 2020 à 10:57, Etienne Champetier a écrit : > > Hi All, > > Le sam. 11 avr. 2020 à 12:48, Etienne Champetier > a écrit : > > > > Hello OpenWrt hackers, > > > > I'm playing around with OpenWrt master on a MikroTik RB750Gr3 and > > wo

Re: [OpenWrt-Devel] MT7621 and bridge firewalling

2020-04-26 Thread Etienne Champetier
Hi All, Le sam. 11 avr. 2020 à 12:48, Etienne Champetier a écrit : > > Hello OpenWrt hackers, > > I'm playing around with OpenWrt master on a MikroTik RB750Gr3 and > would like to do hardware accelerated statefull bridge firewalling. My > end goal is to learn and mak

Re: [OpenWrt-Devel] [PATCH RFC procd] jail: add option to provide /dev/console to containers

2020-04-26 Thread Etienne Champetier
Hi Daniel Le dim. 26 avr. 2020 à 06:53, Daniel Golle a écrit : > > Hi Etienne, > > On Sat, Apr 25, 2020 at 10:37:01PM -0400, Etienne Champetier wrote: > > Hi Daniel, > > > > Le sam. 25 avr. 2020 à 19:48, Daniel Golle a écrit : > > > > > > Creat

Re: [OpenWrt-Devel] [PATCH RFC procd] jail: add option to provide /dev/console to containers

2020-04-25 Thread Etienne Champetier
Hi Daniel, Le sam. 25 avr. 2020 à 19:48, Daniel Golle a écrit : > > Create UNIX/98 PTY, pass master fd to procd and setup mount-bind of > slave PTS device on /dev/console inside jail. > Allow attaching to an instance's console by using the newly introduced > ujail-console command (no

Re: [OpenWrt-Devel] ubus acls for params or hotplugd ?

2020-04-20 Thread Etienne Champetier
Hi all, Le dim. 19 avr. 2020 à 20:16, Etienne Champetier a écrit : > > Hi all, > > Most OpenWrt daemon are still running as root today. > If we take the case of ntpd, to do its job it just need CAP_SYS_TIME > and to be able to deliver a hotplug event. > Right now hotplug-c

[OpenWrt-Devel] ubus acls for params or hotplugd ?

2020-04-19 Thread Etienne Champetier
Hi all, Most OpenWrt daemon are still running as root today. If we take the case of ntpd, to do its job it just need CAP_SYS_TIME and to be able to deliver a hotplug event. Right now hotplug-call is a simple shell loop executing all the scripts in /etc/hotplug.d/$1/, so ntpd need to run as root.

Re: [OpenWrt-Devel] MT7621 and bridge firewalling

2020-04-12 Thread Etienne Champetier
Le sam. 11 avr. 2020 à 12:48, Etienne Champetier a écrit : > > Hello OpenWrt hackers, > > I'm playing around with OpenWrt master on a MikroTik RB750Gr3 and > would like to do hardware accelerated statefull bridge firewalling. My > end goal is to learn and make PhanTap >

[OpenWrt-Devel] MT7621 and bridge firewalling

2020-04-11 Thread Etienne Champetier
Hello OpenWrt hackers, I'm playing around with OpenWrt master on a MikroTik RB750Gr3 and would like to do hardware accelerated statefull bridge firewalling. My end goal is to learn and make PhanTap (https://github.com/nccgroup/phantap) work at line rate. MT7621 supports flow offload, so the high

Re: [OpenWrt-Devel] Java compiler

2020-04-10 Thread Etienne Champetier
Le ven. 10 avr. 2020 à 17:09, Etienne Champetier a écrit : > > Hi Michael, > > Le ven. 10 avr. 2020 à 16:48, W. Michael Petullo a écrit : > > > > Has anyone tried to build a Java compiler package for OpenWrt? I am > > investigating doing this. I see the lang/jamvm

Re: [OpenWrt-Devel] Java compiler

2020-04-10 Thread Etienne Champetier
Hi Michael, Le ven. 10 avr. 2020 à 16:48, W. Michael Petullo a écrit : > > Has anyone tried to build a Java compiler package for OpenWrt? I am > investigating doing this. I see the lang/jamvm JVM, but no compiler > akin to devel/gcc or lang/golang. I have packaged a number of things, > but I

[OpenWrt-Devel] 454 TLS currently unavailable on openwrt.org email

2020-03-06 Thread Etienne Champetier
Hello, Just a heads up, I tried to send an email to @openwrt.org (not lists.openwrt.org) and gmail fails to deliver it, error message is: 454 TLS currently unavailable Regards Etienne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] ath79: WNDR3700 v1/v2: make u-boot env partition writable

2020-02-03 Thread Etienne Champetier
Hello Hannu, Le lun. 3 févr. 2020 à 14:59, Hannu Nyman a écrit : > > Michal Cieslakiewicz kirjoitti 3.2.2020 klo 20.54: > > Remove read-only flag from U-boot environment partition for Netgear > > WNDR3700 v1 and v2 so u-boot-envtools can modify data there. > > > > Any reason, why you have left

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-26 Thread Etienne Champetier
Hello Russell, Le mar. 26 nov. 2019 à 14:50, Russell King - ARM Linux admin a écrit : > > On Tue, Nov 26, 2019 at 12:07:43AM +, Russell King - ARM Linux admin > wrote: > > René, > > > > I can see your reply in the OpenWrt archives, but I never received > > it, so I can't reply to it...

Re: [OpenWrt-Devel] [PATCH procd] initd/init: add minimal SELinux policy loading support

2019-11-18 Thread Etienne Champetier
Hello Thomas, Le lun. 18 nov. 2019 à 05:33, Thomas Petazzoni a écrit : > > Hello Petr, > > Thanks for your feedback again. > > On Sat, 16 Nov 2019 14:22:13 +0100 > Petr Štetiar wrote: > > > (nitpick, it's OpenWrt, not OpenWRT) > > Thanks for this clarification, it's always good to use the

Re: [OpenWrt-Devel] [PATCH] wireless-regdb: Make it build with python2

2019-11-17 Thread Etienne Champetier
Hi Hauke, Le dim. 17 nov. 2019 à 15:00, Hauke Mehrtens a écrit : > > This backports a patch to build it work with python2 in addition to > python3. Why not make the scripts "/usr/bin/env python3" and require python 3 in 19.07 ? (I'm stuborn but I don't understand trying to keep python2 alive or

Re: [OpenWrt-Devel] [PATCH] build: make GCC version 6+ minimal host build requirement

2019-11-12 Thread Etienne Champetier
Hi Petr, Le mar. 12 nov. 2019 à 00:16, Petr Štetiar a écrit : > > Currently minimal GNU supported GCC version is 7 (from May 2, 2017), buildbots > are using default GCC version 6 on Debian 9 (old stable), current Debian > stable 10 has GCC version 8. > > Signed-off-by: Petr Štetiar > --- > >

Re: [OpenWrt-Devel] [PATCH v2 maintainer-tools] patchwork-apply.sh: try to fix DMARC mangled patches

2019-11-11 Thread Etienne Champetier
Hi Petr, "mailing list admins", Le dim. 10 nov. 2019 à 10:05, Petr Štetiar a écrit : > > In order to avoid DMARC plague in the commit messages: I saw this some days ago: http://arc-spec.org/ Haven't had time to look at it, but it's supposed to be a solution to the DMARC + mailing list mess

Re: [OpenWrt-Devel] OpenWrt 19.07 release schedule ?

2019-10-16 Thread Etienne Champetier
Hi Jo, Le mer. 16 oct. 2019 à 12:15, Jo-Philipp Wich a écrit : > > Hi, > > another blocker: > > opkg fails to select the correct provider package in case multiple > repositories provide the same kmod with different versions and only one > of the provider satisfied version dependency constraints.

[OpenWrt-Devel] [PATCH 19.07] kernel: add disable_eap_hack sysfs attribute

2019-09-04 Thread Etienne Champetier
We are not sure if 640-bridge-only-accept-EAP-locally.patch is still needed as a first step, add disable_eap_hack sysfs config to allow to disable it Signed-off-by: Etienne Champetier (cherry picked from commit 7d542dc8047d276517b296132926e722004065e0) --- .../640-bridge-only-accept-EAP

[OpenWrt-Devel] [PATCH] kernel: add disable_eap_hack sysfs attribute

2019-08-12 Thread Etienne Champetier
We are not sure if 640-bridge-only-accept-EAP-locally.patch is still needed as a first step, add disable_eap_hack sysfs config to allow to disable it Signed-off-by: Etienne Champetier --- .../640-bridge-only-accept-EAP-locally.patch | 59 +-- .../640-bridge-only-accept-EAP

Re: [OpenWrt-Devel] [PATCH] [RFC] kernel: disable EAP local hack when using group_fwd_mask

2019-08-07 Thread Etienne Champetier
Hi Petr, Le jeu. 1 août 2019 à 12:51, Etienne Champetier a écrit : > > Hi Petr, > > Le jeu. 1 août 2019 à 11:39, Petr Štetiar a écrit : > > > > Etienne Champetier [2019-08-01 07:23:18]: > > > > > If the fix was to workaround a client bug we might want to

[OpenWrt-Devel] [PATCH] [RFCv2] kernel: add disable_eap_hack sysfs attribute

2019-08-07 Thread Etienne Champetier
We are not sure if 640-bridge-only-accept-EAP-locally.patch is still needed as a first step, add disable_eap_hack sysfs config to allow to disable it Signed-off-by: Etienne Champetier --- .../640-bridge-only-accept-EAP-locally.patch | 59 +-- .../640-bridge-only-accept-EAP

Re: [OpenWrt-Devel] [PATCH] [RFC] kernel: disable EAP local hack when using group_fwd_mask

2019-08-01 Thread Etienne Champetier
Hi Petr, Le jeu. 1 août 2019 à 11:39, Petr Štetiar a écrit : > > Etienne Champetier [2019-08-01 07:23:18]: > > > If the fix was to workaround a client bug we might want to keep it, > > Actually we don't know if it wasnt fixed already upstream as Rafał suggested >

Re: [OpenWrt-Devel] [PATCH] [RFC] kernel: disable EAP local hack when using group_fwd_mask

2019-08-01 Thread Etienne Champetier
Hi Petr, Le jeu. 1 août 2019 à 01:51, Petr Štetiar a écrit : > > Etienne Champetier [2019-07-26 19:23:02]: > > Hi, > > I've noticed your request for feedback on IRC. Thanks for taking some time > > > and 640-bridge-only-accept-EAP-locally.patch hack is there

[OpenWrt-Devel] [PATCH] [RFC] kernel: disable EAP local hack when using group_fwd_mask

2019-07-26 Thread Etienne Champetier
tch hack is there to prevent bridges from forwarding these EAP frames Disable this hack when the administrator allow 01-80-C2-00-00-03 forward, so that all EAP frames are allowed to be forwarded Signed-off-by: Etienne Champetier --- .../generic/hack-4.14/640-bridge-only-accept-EAP-locally.patch

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] kernel: drop patch hacking bridge to accept EAP only locally

2019-07-26 Thread Etienne Champetier
Hi Felix, Le mar. 13 mars 2018 à 00:41, Felix Fietkau a écrit : > > On 2018-03-12 14:56, Rafał Miłecki wrote: > > From: Rafał Miłecki > > > > EAPOL frames have wireless interface address specified as destination. > > That makes "dst->is_local" condition true for them and results in > > upstream

Re: [OpenWrt-Devel] [PATCH] ar71xx: enable QCA955x SGMII fixup on Mikrotik wAP AC

2019-07-16 Thread Etienne Champetier
Hi David, Le lun. 15 juil. 2019 à 01:58, David Bauer a écrit : > > Hello Etienne, > > On 15.07.19 04:30, Etienne Champetier wrote: > > Hi David, > > > > Le dim. 14 juil. 2019 à 04:25, David Bauer a écrit : > >> > >> Hi Etienne, > >> &g

[OpenWrt-Devel] [PATCH] ar71xx: enable QCA955x SGMII fixup on Mikrotik wAP AC

2019-07-13 Thread Etienne Champetier
0 [uid=004dd074, driver=Atheros > 8031 ethernet] Fixes FS#2236 Signed-off-by: Etienne Champetier --- .../ar71xx/files/arch/mips/ath79/mach-rbspi.c| 16 1 file changed, 16 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c b/target/lin

[OpenWrt-Devel] [PATCH] [RFC] ar71xx: fix Mikrotik wAP AC QCA955X SGMII link loss

2019-07-06 Thread Etienne Champetier
mdio_gpio_platform_data" struct, so the current patch is currently accessing some random memory. Fixes FS#2236 Signed-off-by: Etienne Champetier --- .../files/arch/mips/ath79/mach-fritz450e.c| 2 +- .../files/arch/mips/ath79/mach-rambutan.c | 2 +- .../ar71xx/files/arch/mips/ath79/m

Re: [OpenWrt-Devel] [PATCH 3/4] base-files: move urandom seed bits into separate package

2019-05-28 Thread Etienne Champetier
Hi Yousong, Le mar. 28 mai 2019 à 09:01, Yousong Zhou a écrit : > On Tue, 28 May 2019 at 05:30, Petr Štetiar wrote: > > ... > > > + > > +save() { > > +touch "$1.tmp" > > +chown root:root "$1.tmp" > > +chmod 600 "$1.tmp" > > +getrandom 512 > "$1.tmp" > > +mv "$1.tmp" "$1" >

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-27 Thread Etienne Champetier
Hi Petr, Le lun. 27 mai 2019 à 10:00, Petr Štetiar a écrit : > > Etienne Champetier [2019-05-25 12:43:25]: > > > Just to be clear i'm 100% in favor of your effort to have random pool init > > done fast on all devices, and your solution, based on Stephan awsome work, > &g

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-25 Thread Etienne Champetier
Štetiar a écrit : > > Etienne Champetier [2019-05-21 14:55:42]: > > Hi, > > > > First, simply writing to /dev/urandom does not increase the kernel's > > > entropy count, this casuses processes obtaining randomness to block. > > > Particularly processes usi

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-21 Thread Etienne Champetier
Hi Petr, Le lun. 20 mai 2019 à 18:14, Petr Štetiar a écrit : > > Hi, > > this patch series is an RFC which attempts to fix some of the current > urandom-seed based flaws. > > First, simply writing to /dev/urandom does not increase the kernel's > entropy count, this casuses processes obtaining

Re: [OpenWrt-Devel] [PATCH] openssl: Fix longer booting times by unblocking getrandom

2019-03-15 Thread Etienne Champetier
Hi Petr, Le ven. 15 mars 2019 à 13:01, Petr Štetiar a écrit : > > Etienne Champetier [2019-03-15 10:46:09]: > > Hi, > > > Just a side note, on first boot we save a random seed using getrandom() > > https://github.com/openwrt/openwrt/blob/master/package/base-files/fi

Re: [OpenWrt-Devel] [PATCH] openssl: Fix longer booting times by unblocking getrandom

2019-03-15 Thread Etienne Champetier
Hi All, Le ven. 15 mars 2019 à 09:29, Petr Štetiar a écrit : > > While testing simple firmware image for x86/64 in QEMU I've discovered > some weird behavior today. This image contains simple package with > simple init script to bootstrap the device UCI configuration from > network server. This

Re: [OpenWrt-Devel] speed up ath10k-caldata extraction for non-ipq40xx

2019-02-22 Thread Etienne Champetier
Hi All, Le ven. 22 févr. 2019 à 03:33, Dmitry Tunin a écrit : > > This is useful for ath9k extraction as well. > > пт, 22 февр. 2019 г. в 13:09, Christian Lamparter : > > > > Hello, > > > > On Wednesday, February 20, 2019 7:26:55 PM CET Adrian Schmutzler wrote: > > > just saw the commit

Re: [OpenWrt-Devel] Enable security labels on ext4?

2018-11-11 Thread Etienne Champetier
Hi Mike, (resend as text as html mail are blocked) Le sam. 10 nov. 2018 à 22:59, W. Michael Petullo a écrit : > > Capabilities are an important security mechanism on Linux because they > allow programs to run with fewer privileges. What you really want is ambient capabilities (Linux 4.3+), it

[OpenWrt-Devel] Add "Stale" plugin to packages feed

2018-10-30 Thread Etienne Champetier
Hi All, In OpenWrt packages feed, we have a lot of stale issues and PR What do you think about automatically closing them ? https://probot.github.io/apps/stale/ https://github.com/openwrt/packages/pull/7279 Regards Etienne ___ openwrt-devel mailing

[OpenWrt-Devel] Packages feed DCO check

2018-10-29 Thread Etienne Champetier
Hi All, Can one of the admin of the packages feed have a look at what is wrong with the DCO check ? https://probot.github.io/apps/dco/ It's not showing up anymore, for example: https://github.com/openwrt/packages/pull/6927 Thanks Etienne ___

Re: [OpenWrt-Devel] Enabling CircleCI for packages repo

2018-10-28 Thread Etienne Champetier
Hi Ted, Le dim. 28 oct. 2018 à 19:26, Etienne Champetier a écrit : > > Hi again, > > Le dim. 28 oct. 2018 à 18:50, Etienne Champetier > a écrit : > > > > Hi Ted, > > > > Le dim. 28 oct. 2018 à 17:40, Ted Hess a écrit : > > > > > &

Re: [OpenWrt-Devel] Enabling CircleCI for packages repo

2018-10-28 Thread Etienne Champetier
Hi again, Le dim. 28 oct. 2018 à 18:50, Etienne Champetier a écrit : > > Hi Ted, > > Le dim. 28 oct. 2018 à 17:40, Ted Hess a écrit : > > > > >> Etienne - AFAICT, I have enabled CircleCI on 10/25 for openwrt/packages > > >> repo. It lo

Re: [OpenWrt-Devel] Enabling CircleCI for packages repo

2018-10-28 Thread Etienne Champetier
Hi Ted, Le dim. 28 oct. 2018 à 17:40, Ted Hess a écrit : > > >> Etienne - AFAICT, I have enabled CircleCI on 10/25 for openwrt/packages > >> repo. It looks like github is posting PRs to CircleCI but > >> nothing is happening. The POST response says DENY without any reason. Does > >> CircleCI

Re: [OpenWrt-Devel] Enabling CircleCI for packages repo

2018-10-28 Thread Etienne Champetier
Hi Ted, Le dim. 28 oct. 2018 à 12:11, Ted Hess a écrit : > > -Original Message- > From: Etienne Champetier > Sent: Friday, October 26, 2018 6:10 PM > To: OpenWrt Development List > Subject: [OpenWrt-Devel] Enabling CircleCI for packages repo > > Hi All, > &g

[OpenWrt-Devel] Enabling CircleCI for packages repo

2018-10-26 Thread Etienne Champetier
Hi All, Can one of the github admin enable CircleCI for the packages repo ? The configuration was merged: https://github.com/openwrt/packages/pull/5993 But it needs to be installed / configured https://github.com/marketplace/circleci (at the bottom of the page) Thanks Etienne

[OpenWrt-Devel] Package global config

2018-10-23 Thread Etienne Champetier
Hello OpenWRT devs, In zabbix package, I have 2 config options: - ssl support - db choice https://github.com/openwrt/packages/blob/master/admin/zabbix/Makefile#L35 right now ssl support is "Package/zabbix-agentd/config" and db choice is "Package/zabbix-server/config", Is there a way to have the

Re: [OpenWrt-Devel] project: build speed-up with binary injection

2018-09-12 Thread Etienne Champetier
Hi Pieter, Le mer. 12 sept. 2018 à 15:20, Pieter Smith a écrit : > > Hi all, > > I would like to extend the OpenWRT build system to allow a substantial > speed-up with optional pre-built binary injection. The goal is to > perform the full distro build including toolchain in less than 10 min >

Re: [OpenWrt-Devel] time command detect fail on centos

2018-07-10 Thread Etienne Champetier
mkdir -p "$(STAGING_DIR_HOST)/bin"; \ > ln -sf "bin" > "$(STAGING_DIR_HOST)/bin/$(strip $(1))"; \ > exit 0; \ > > 2018-07-08 0:11 GMT+08:00 Jon B

Re: [OpenWrt-Devel] Enable DCO check on Github OpenWrt organisation

2018-01-19 Thread Etienne Champetier
Hi Piotr, 2018-01-19 9:54 GMT+01:00 Piotr Dymacz <pep...@gmail.com>: > Hi Etienne, > > On 18.01.2018 22:59, Etienne Champetier wrote: >> >> Hi All, >> >> Could someone enable this https://github.com/integration/dco on the >> whole OpenWrt github or

Re: [OpenWrt-Devel] patchwork

2018-01-18 Thread Etienne Champetier
Hi All, 2018-01-18 1:30 GMT-08:00 Piotr Dymacz : > Hi, > > On 18.01.2018 09:44, Jo-Philipp Wich wrote: >> >> Hi John, Alex, >> >> I have no problem with closing / autorejecting open tickets in patchwork >> as long as they somehow remain available for future reference. > > > ACK.

[OpenWrt-Devel] Enable DCO check on Github OpenWrt organisation

2018-01-18 Thread Etienne Champetier
Hi All, Could someone enable this https://github.com/integration/dco on the whole OpenWrt github org? (or at least on the packages repo) Thanks Etienne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] ujail bug/feature with file replacement with mv

2016-06-17 Thread Etienne Champetier
Hi, Just a heads up, ujail uses "bind mount" to include file and directories into the jail, so if you include a file named aaa (procd_add_jail_mount(_rw) aaa), and then replace it outside of the jail using "mv bbb aaa", in the jail you will still have file aaa. Workaround is to use a directory

Re: [OpenWrt-Devel] [LEDE-DEV] git.openwrt.org site half broken

2016-06-03 Thread Etienne Champetier
2016-06-03 11:13 GMT+02:00 John Crispin <j...@phrozen.org>: > > > On 02/06/2016 13:20, Etienne Champetier wrote: >> Hi, >> >> someone messed with git.openwrt.org nginx config, i can't get the js and css. >> >> see https://git.openwrt.org/project/

[OpenWrt-Devel] git.openwrt.org site half broken

2016-06-02 Thread Etienne Champetier
Hi, someone messed with git.openwrt.org nginx config, i can't get the js and css. see https://git.openwrt.org/project/static/gitweb.css (doesn't look like a css :) ) Cheers Etienne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] procd: restrict ujail to supported platforms

2016-04-13 Thread Etienne Champetier
cc list 2016-04-13 14:40 GMT+02:00 Etienne Champetier <champetier.etie...@gmail.com> : > Hi Zefir > > 2016-04-13 14:26 GMT+02:00 Zefir Kurtisi <zefir.kurt...@neratec.com>: > >> ujail can be selected on e.g. PowerPC platforms, which >> currently causes the pro

Re: [OpenWrt-Devel] svn.openwrt.org down?

2016-02-25 Thread Etienne Champetier
You should switch to git (haven't checked if it works right now though) Le 25 févr. 2016 21:39, "Shankar Unni" a écrit : > The svn server on svn.openwrt.org seems to be down? The machine itself > is up and running, however. > > Is there a known outage? > > > % svn

Re: [OpenWrt-Devel] Multi-wwan and AP only radio0

2016-02-04 Thread Etienne Champetier
Hi, Le 5 févr. 2016 07:14, "Okupandolared" a écrit : > > Hello. > > I have a WR740N with Barrie braker, I achieved to create my own image with all requirements and after flash image, install mwan3 and luci-app-mwa3. > > Currently I connect to a wireless network as a client-A

Re: [OpenWrt-Devel] John, no permission to change patches even own

2016-01-18 Thread Etienne Champetier
Hi You should respond to the original mail and not create a new thread each time Le 19 janv. 2016 03:03, "Daniel Dickinson" daniel.thecshore.com > a écrit : > > Hi John, > > Contrary to what you believed it is not possible for

Re: [OpenWrt-Devel] Possible regression with 6302a648745a7ffa5ef99c77e4d3e05afa12543b

2015-12-13 Thread Etienne Champetier
Hi, Le 13 déc. 2015 14:16, "Nuno Gonçalves" a écrit : > > root@OpenWrt:/tmp# sysupgrade openwrt.bin > /sbin/sysupgrade: .: line 10: can't open '/lib/upgrade/nand.sh' > See mail "[OpenWrt-Devel] [RFC] Fixing broke sysupgrade caused by r47878 (add mr18)" i think > Thanks, >

  1   2   3   4   5   >