Re: [LEDE-DEV] jffs corruption

2018-05-17 Thread Jo-Philipp Wich
Hi, the patch seems useful, I suggest to send it upstream to receive wider feedback there. If the MTD guys deem it suitable, we can cherry pick it from there. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org

Re: [LEDE-DEV] [PATCH 1/2] helpers: make the proto field as a list rather than one option

2018-05-07 Thread Jo-Philipp Wich
Hi Pierre, is there anything speaking against just adding a 2nd section for TCP? ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Lack of DNS robustness for openwrt.org

2018-05-07 Thread Jo-Philipp Wich
) 3600 ; retry (1 hour) 604800 ; expire (1 week) 1800 ; minimum (30 minutes) ) Regards, Jo ___ Lede-dev mailing list Lede-dev

Re: [LEDE-DEV] Lack of DNS robustness for openwrt.org

2018-05-07 Thread Jo-Philipp Wich
Hi Joerg, John. I created an openwrt.org zone on Digital Ocean now so you could delegate the name servers to ns1.digitalocean.com, ns2.digitalocean.com and ns3.digitalocean.com, maybe with one of the SPI machines thrown into the mix... ~ Jo signature.asc Description: OpenPGP digital signature

[LEDE-DEV] [RFC PATCH 2/2] odhcpd: adjust configuration default

2018-05-02 Thread Jo-Philipp Wich
static DHCP lease host names. Signed-off-by: Jo-Philipp Wich --- package/network/services/odhcpd/files/odhcpd.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/odhcpd/files/odhcpd.defaults b/package/network/services/odhcpd/files/odhcpd.defaults

[LEDE-DEV] [RFC PATCH 1/2] dnsmasq: adjust configuration defaults

2018-05-02 Thread Jo-Philipp Wich
to make the file and directory locations somewhat consistent with other parts of the system, second to reduce the emphasis on /etc/config/dhcp options that do not need to (and probably should not) get changed by the user for normal operation. Signed-off-by: Jo-Philipp Wich --- package/network/se

[LEDE-DEV] [RFC PATCH 0/2] Adjust DHCP/DNS defaults for better consistency

2018-05-02 Thread Jo-Philipp Wich
d for normal operation. Jo-Philipp Wich (2): dnsmasq: adjust configuration defaults odhcpd: adjust configuration default package/network/services/dnsmasq/files/dhcp.conf | 2 -- package/network/services/dnsmasq/files/dnsmasq.init | 6 +++--- package/network/services/odhcpd/

Re: [LEDE-DEV] OPKG Encryption

2018-04-17 Thread Jo-Philipp Wich
that a "trust any HTTPS" model would actually lower the security while requiring considerably more space, I strongly object. > We might even decide to only do this on targets that are not starved > for flash storage. Any opinions regarding this matter? Which would lead to even more conf

Re: [LEDE-DEV] Build error since ncurses bump

2018-04-04 Thread Jo-Philipp Wich
use software versions not being available on various LTS distributions. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Build error since ncurses bump

2018-04-04 Thread Jo-Philipp Wich
Hi Koen, please try reverting https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=4fb684a7558ea5c11580378be062f73da07f8479 and see if it fixes the issue. The change was likely not tested on systems with a gcc 5 host compiler. ~ Jo ___ Lede

Re: [LEDE-DEV] [PATCH] firewall: fix logging of dropped & rejected packets

2018-04-03 Thread Jo-Philipp Wich
Hi Alin, thanks for the patch. Unfortunately it definitely is too big for a simple "fix logging". Will take a deeper look at it later but from a first glance it does a few unrelated changes, renames chains and has some minor style deviations. R

Re: [LEDE-DEV] [LEDE-DEV, 1/3] fstools: add exfat filesystem support

2018-03-29 Thread Jo-Philipp Wich
. Regards, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: Update to latest ath10k-ct driver,

2018-03-22 Thread Jo-Philipp Wich
Merged into my staging tree. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] new buildbot slave

2018-03-12 Thread Jo-Philipp Wich
ilds. With kind regards, Jo-Philipp ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [RFC PATCH 1/2] odhcp6c: support multiple additional user prefixes

2018-02-14 Thread Jo-Philipp Wich
Support configuration in the form... list ip6prefix 2001:db8:1234::/64 list ip6prefix 2001:db8:5678::/64 ... to allow specifying multiple additional IPv6 prefixes. Implements feature request FS#1361. Signed-off-by: Jo-Philipp Wich --- package/network/ipv6/odhcp6c/Makefile

[LEDE-DEV] [RFC PATCH 2/2] 6in4: support multiple additional user prefixes

2018-02-14 Thread Jo-Philipp Wich
Support configuration in the form... list ip6prefix 2001:db8:1234::/64 list ip6prefix 2001:db8:5678::/64 ... to allow specifying multiple routed IPv6 prefixes. Implements feature request FS#1361. Signed-off-by: Jo-Philipp Wich --- package/network/ipv6/6in4/Makefile | 2

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

2018-01-21 Thread Jo-Philipp Wich
Hi, ACK from me as well. > ACK to enable it for packages, not sure if it makes sense for core as we > enforce this in the project git repo already, and Github is just a mirror. It does make sense to provide immediate feedback on Github pull requests I assume.

[LEDE-DEV] Merged: dnsmasq: backport validation fix in dnssec security fix

2018-01-20 Thread Jo-Philipp Wich
Merged into master. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Jo-Philipp Wich
Hi Weedy, can you provide some more context lines to see which package those broken depends belong to? Thanks, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged:

2018-01-13 Thread Jo-Philipp Wich
Merged into lede-17.01 with http://git.lede-project.org/?p=source.git;a=commitdiff;h=a9d1c0e923. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx: remove obsolete '< KERNEL_VERSION(4, 4, 0)' check

2018-01-09 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=c3e1e32d1f. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx: remove obsolete '< KERNEL_VERSION(4, 2, 0)' check

2018-01-09 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=d0ba8b42f9. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx: remove obsolete '< KERNEL_VERSION(3, 15, 0)' checks

2018-01-09 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=16849a05a4. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx/mikrotik: disable TP-Link TL-WR810N v2 board support

2018-01-08 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=bb22c988ce. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx/mikrotik: disable unused ethernet switch and phy drivers

2018-01-08 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=eed9614af2. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx/mikrotik: disable unused MTD partitioning and splitdrivers

2018-01-08 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=e7d9da323f. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx: sort kernel configurations

2018-01-08 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=f9ae253c3e. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ar71xx: fix Kconfig dependency of the 88E6063 switch DSAdriver

2018-01-08 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=b21a7e5349. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 13/15] metadata: always resolve dependencies through provides list

2018-01-08 Thread Jo-Philipp Wich
uot;PACKAGE_".$_ } @vdeps).')'; > @@ -209,7 +208,8 @@ sub mconf_depends { > > $flags =~ /@/ or $depend = "PACKAGE_$depend"; > } else { > - if ($vdep = $package{$depend}->{vdepends}) { > +

Re: [LEDE-DEV] Bug? Routes of disabled interfaces appear in routing table

2018-01-08 Thread Jo-Philipp Wich
Hi yanosz, "option enabled" is not defined for /etc/config/network, config interface as far as I know. Maybe you meant "option auto 0" instead? Regards, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.i

Re: [LEDE-DEV] owrt landing page

2018-01-06 Thread Jo-Philipp Wich
from here; the page should be editable by any registered wiki user. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] libfstools: support file paths longer than 255 chars

2018-01-06 Thread Jo-Philipp Wich
the way it is (not) implemented right now seems to lead to some quite significant memory leaking, especially when traversing deep and large directory structures. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org

[LEDE-DEV] [RFC 2/2] treewide: replace LEDE_GIT with PROJECT_GIT

2018-01-05 Thread Jo-Philipp Wich
Remove LEDE_GIT references in favor to the new name-agnostic PROJECT_GIT variable. Signed-off-by: Jo-Philipp Wich --- package/libs/librpc/Makefile | 2 +- package/libs/libubox/Makefile| 2 +- package/libs/uclient/Makefile| 2 +- package/libs/ustream-ssl

[LEDE-DEV] [RFC 1/2] downloads.mk: introduce name-agnostic PROJECT_GIT variable

2018-01-05 Thread Jo-Philipp Wich
Introduce a name-agnostic PROJECT_GIT variable poiting to https://git.openwrt.org/ and declare LEDE_GIT and OPENWRT_GIT as aliases to it. After some transition time we can drop this alias variables. Signed-off-by: Jo-Philipp Wich --- include/download.mk | 6 -- 1 file changed, 4 insertions

Re: [LEDE-DEV] [PATCH netifd] proto: allow dumping protocol handlers without config_params

2018-01-03 Thread Jo-Philipp Wich
to_shell_add_handler; afaict the config_parameter is not altered > further in the code. > Can you describe how you triggered the crash using a proto shell > handler implementation ? That being said, I still think that the change is sensible. Even if the root cause turns ou

[LEDE-DEV] OpenWrt source replaced by former LEDE tree

2018-01-02 Thread Jo-Philipp Wich
cture changes are fully settled. Kind regards, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: procd: procd_send_signal use signal names

2018-01-02 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=df5303c92a. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH rpcd] iwinfo: add info about frequency restrictions

2017-12-12 Thread Jo-Philipp Wich
hannel": 1, "mhz": 2412, "restricted": false, "active": false, "restrictions": [ "ht40minus", "80mhz" } } ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] fixing of image file names

2017-12-12 Thread Jo-Philipp Wich
Hi Piotr, my rough idea was to somehow tie the manifest generation to the "define Device/*" macros present in the image building code because there you have all required information in a central place: - unique board identifier - image name / build steps - default package selec

Re: [LEDE-DEV] [PATCH] base-files: allow skipping of hash verification

2017-12-12 Thread Jo-Philipp Wich
Hi John, thanks for taking care of it. I have a minor change request, can we swap "none" with "skip"? I think that makes slightly more sense in this context. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http:/

Re: [LEDE-DEV] [PATCH 2/2] download.mk: introduce a new variable SKIPHASH

2017-12-07 Thread Jo-Philipp Wich
unset PKG_HASH cases. Ideally I'd like to push the "none" variant but wanted to share the idea on the list first to see what others think about it. Regards, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] sdk: restrict base feed repo to public git for CONFIG_BUILDBOT only

2017-12-05 Thread Jo-Philipp Wich
Hi Rafał, > This allows people to build SDK from custom repository (git access using > ssh) and keep original URL in SDK's feeds.conf.default. > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich ___ Lede-dev mail

Re: [LEDE-DEV] fixing of image file names

2017-12-01 Thread Jo-Philipp Wich
issues can also be addressed by producing a Manifest file in the same directory which allows users to map unique board identifications to an appropriate image file. This would also work for cases where multiple boards share the very same file. ~ Jo ___

Re: [LEDE-DEV] iodine bad endianess?

2017-11-29 Thread Jo-Philipp Wich
Hi Gui, please test the PR at https://github.com/openwrt/packages/pull/5190. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [RFC] toolchain: fix GCC version check causing failure on Debian Testing with gcc-7

2017-11-28 Thread Jo-Philipp Wich
ing "CC=gcc-7 make ...". I'm fine with removing the version checks entirely if we find an alternative to check for GCC > 4.8 - maybe a feature test of some sort? ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: uqmi: fix raw-ip mode for newer lte modems

2017-11-28 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=36b31d2c49. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH rpcd v3] sys: fix passwd path

2017-11-28 Thread Jo-Philipp Wich
Merged to rpcd.git in https://git.lede-project.org/?p=project/rpcd.git;a=commitdiff;h=74a784f037867025ad1c6b8c38bfdfa548742339 - thanks. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: dnsmasq: fix dhcp-host entries with empty macs

2017-11-28 Thread Jo-Philipp Wich
Merged into master with http://git.lede-project.org/?p=source.git;a=commitdiff;h=fcfd5cdb59. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] opkg-lede not handling ar-ipks or debs anymore - bug or feature?

2017-11-20 Thread Jo-Philipp Wich
age/system/opkg/Makefile;h=499de217cc537c7c279fb2c126de2c2207621865;hb=HEAD#l64 > ought to be fixed for the time being, or? Yes, I'll look into it later. Thanks for the heads-up. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org htt

Re: [LEDE-DEV] opkg-lede not handling ar-ipks or debs anymore - bug or feature?

2017-11-20 Thread Jo-Philipp Wich
Hi Christian, I currently have no intention to re-introduce support for .ar packed archives. Regards, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH opkg] libopkg: fix SHA256 calculation for big endian system

2017-11-20 Thread Jo-Philipp Wich
for big endian byte > order. > > Fixes: 84552e64fa6d ("Adding sha256.[ch] Sorry forgot adding them. Thanks for > Graham Gower ") Might be that the initial implementation was okay and that my autotools->cmake refactoring broke setting WORDS_BIGENDIAN. > Signed-off-b

[LEDE-DEV] Planned Server Maintenance

2017-11-14 Thread Jo-Philipp Wich
Hi, just fyi. Digital Ocean plans urgent maintenance on the host serving our wiki between Thursday, 18:00 and 19:00 UTC. Downtime is not expected but may occur. Original notice below. Regards, Jo -- FRA1 Emergency Maintenance 2017-11-16 18:00 UTC Start: 2017-11-16 18:00 UTC End: 2017-11-16

Re: [LEDE-DEV] Lede/Openwrt documentation

2017-11-13 Thread Jo-Philipp Wich
t.org/doc/uci/network - now compare that with https://lede-project.org/docs/user-guide/network_configuration. Not even did I struggle to find that page in the first place within the LEDE wiki, I also couldn't find any trace of the missing ip rule or route action documentation. A

Re: [LEDE-DEV] [PATCH] umdns: Replace unnecessary memset calls with {}.

2017-11-08 Thread Jo-Philipp Wich
struct iovec iov[1]; > char cmsg[CMSG_SPACE(sizeof(struct in_pktinfo)) + > CMSG_SPACE(sizeof(int)) + 1]; > struct cmsghdr *cmsgptr; > - struct msghdr msg; > + struct msghdr msg = {}; > socklen_t len; [snip] ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATH] uhttpd: store relative query string offset

2017-10-30 Thread Jo-Philipp Wich
it early in the request life cycle. This fixes invalid memory access usually manifesting itself as corrupted query string data in CGI scripts. Reported-by: P. Wassi Signed-off-by: Jo-Philipp Wich --- file.c | 13 +++-- lua.c| 2 +- proc.c | 2 +- uhttpd.h | 2 +- 4 files

Re: [LEDE-DEV] [PATH] uhttpd: store relative query string offset

2017-10-30 Thread Jo-Philipp Wich
Hi, please give this patch a try. I was able to reproduce your issue and this patch fixed the issue for me. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [OpenWrt-Devel] [RFC] A new developper documentation for OpenWrt/LEDE

2017-10-26 Thread Jo-Philipp Wich
existing uci references and generally like working on such things. I cannot promise that I'll have much time to write lots of text but I can certainly explain things and help with answering questions. > - what should be the general structure of this documentation? It &

[LEDE-DEV] Merged: kernel: enable CONFIG_ADVISE_SYSCALLS

2017-10-26 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=bc584ac5d1. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] uhttpd problems with env variable in cgi

2017-10-24 Thread Jo-Philipp Wich
Hi, I think the issue is me reusing the global "uh_buf" in uh_auth_check(). The same buffer is used to store the URL pieces referred to be the "path_info" struct. Will look into a fix for that. ~ Jo ___ Lede-dev m

Re: [LEDE-DEV] merge: add OpenWrt branding

2017-10-24 Thread Jo-Philipp Wich
Hi, comments inline. > Signed-off-by: Imre Kaloz Given the fact that we explicitely wanted to avoid @openwrt.org mails and that this was one of the discussion points leading to the split I find it delicate to seal the merging commit with exactly such a S-o-b. Combined with ... $ git log --a

Re: [LEDE-DEV] Linksys WRT54GL / image builder

2017-10-20 Thread Jo-Philipp Wich
Hi Mikael, try "make info", that should display the required package set per device. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] KRACK (Key Reinstallation Attacks), now patched upstream in hostapd

2017-10-18 Thread Jo-Philipp Wich
idea of (silently) updating the already released 17.01.3 images to contain updated packages. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: mdadm: Fix config generation

2017-10-17 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=890205feb0. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] SDK Error: Makefile:48: *** DESCRIPTION:= is obsolete

2017-10-16 Thread Jo-Philipp Wich
Hi, try using "define Build/Compile" instead of "define Package/helloworld/compile". ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Kernel version in next major release

2017-10-07 Thread Jo-Philipp Wich
Hi Hauke, I prefer option 3 as well. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Severe dnsmasq vulnerabilities affecting LEDE

2017-10-03 Thread Jo-Philipp Wich
The Google security team identified a number of critical security issues present in dnsmasq, the embedded DNS and DHCP server used by LEDE as well as many other different open and proprietary firmwares and network appliances. A total of six different flaws affecting both DNS and DHCP functionality

Re: [LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-01 Thread Jo-Philipp Wich
% of the packages. Yes, assuming that we do get the versions properly included. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-01 Thread Jo-Philipp Wich
e of adding the appropriate PKG_ID entries to core packages - Write CVE mapping and vulnerability reporting scripts - Implement an automatic advisory report and status tracking web page -- Please let me know what you think about this approach and feel free to drop some comments. Than

Re: [LEDE-DEV] is there a reason not to use "git --version" to check for git?

2017-09-14 Thread Jo-Philipp Wich
Hi, extracting, sanitizing and testing the version number would be a way more complex one-liner compared to just grepping for the required flag. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo

Re: [LEDE-DEV] is there a reason not to use "git --version" to check for git?

2017-09-14 Thread Jo-Philipp Wich
Hi, extracting, sanitizing and testing the version number would be a way more complex one-liner compared to just grepping for the required flag. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo

Re: [LEDE-DEV] [PATCH uclient] uclient-http: fix Host: header for literal IPv6 addresses

2017-09-06 Thread Jo-Philipp Wich
idered an ABI change, making a backport difficult. > > Signed-off-by: Matthias Schiffer I would've solved it the same way so ... Acked-by: Jo-Philipp Wich ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] uhttpd/luci authentication using SSL client certificates

2017-08-28 Thread Jo-Philipp Wich
Hi Simon, this is not implemented in uhttpd. ~ J ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] uhttpd: add manifest support

2017-08-19 Thread Jo-Philipp Wich
Hi Adrian, the patch was whitespace mangled and thus not detected by patchwork. Applied manually in 3fd58e9. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] busybox ntpd not syncing if any server is bad

2017-08-17 Thread Jo-Philipp Wich
Hi Karlp, > Presumably updating busybox in master isn't exactly on the roadmap. > Would a backport of this patch be acceptable for both 17.01 and > master? Definitely! ~ Jo signature.asc Description: OpenPGP digital signature ___ Le

Re: [LEDE-DEV] [PATCH iwinfo 2/3] Allow storing more info about each frequency

2017-08-15 Thread Jo-Philipp Wich
On 08/15/2017 10:36 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This adds flags field which may be used to mark frequency not available > under some conditions. > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich > --- > include/iwinfo.h | 8 +

Re: [LEDE-DEV] [PATCH iwinfo 3/3] nl80211: store info about freq being not available for some bandwidths

2017-08-15 Thread Jo-Philipp Wich
On 08/15/2017 10:36 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich > --- > iwinfo_nl80211.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/iwinfo_nl80211.c b/iwinfo_nl80211.c > in

Re: [LEDE-DEV] [PATCH iwinfo 1/3] nl80211: support receiving split frequencies

2017-08-15 Thread Jo-Philipp Wich
> scenario: > 1) Start putting new frequencies after the last set one > 2) Make sure that attribute is set before iterating it > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich > --- > iwinfo_nl80211.c | 45 ++--- >

Re: [LEDE-DEV] About /etc/board.json

2017-08-04 Thread Jo-Philipp Wich
in LEDE? (I suppose there is at least in Luci) Package "luci-lib-jsonc" - despite its name it is mostly standalone, only depending on liblua and libjson-c. API docs at http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/api/modules/luci.jsonc.html Regards, Jo example.json Description: application/json ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Lots of snapshot packages not building

2017-07-24 Thread Jo-Philipp Wich
Hi, this has been fixed with https://git.lede-project.org/9e64874fb2508e49e52898c238d817bd152bf2c2 and will propagate to the builders within the next two to three days. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http

Re: [LEDE-DEV] build system question

2017-07-20 Thread Jo-Philipp Wich
Hi Torbjorn, use the IGNORE_ERRORS flag when invoking make: make ... IGNORE_ERRORS="n m" This will cause the build system to skip failing packages which are not marked builtin. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradea

Re: [LEDE-DEV] [PATCH][ubox] Fixes log read starvation issue after threshold reached

2017-07-12 Thread Jo-Philipp Wich
Hi Ron, thanks for your effort in sharing your fixes. I have troubles understanding your patch, please find some comments inline below. ~ Jo -- On 07/11/2017 09:04 PM, Ron Brash wrote: > This patch fixes a logread starvation error, which occurs after many > logs are generated (around

Re: [LEDE-DEV] sysupgrade broken on brcm47xx

2017-07-02 Thread Jo-Philipp Wich
Hi, I think you're supposed to use "lede-brcm47xx-legacy-standard-squashfs.trx". ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] fstools fixes backport to lede-17.01

2017-06-30 Thread Jo-Philipp Wich
Hi Daniel, ack from me. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: openvpn: update to 2.4.3

2017-06-23 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=b671d3a0e1. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: mbedtls: update to 2.5.1

2017-06-23 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=53527bcda9. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] uhttpd: fix PKG_BUILD_DEPENDS

2017-06-22 Thread Jo-Philipp Wich
Hi, that fix seems wrong to me as build depends must specify source packages. This should be solved in buildroot instead. ~ Jo > Am 22.06.2017 um 02:07 schrieb Daniel Golle : > > uhttpd refered to ustream-ssl as PKG_BUILD_DEPENDS. While this > intuitively seems like the correct

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Jo-Philipp Wich
Allright, disregard my statement then and sorry for the short attention span. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Jo-Philipp Wich
Hi, in principle I do not have any objections but I am not sure if we should really backport the sysupgrade changes yet. Are we sure that thestaged sysupgrade works as intended and was it properly tested? ~ Jo ___ Lede-dev mailing list Lede-dev

Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread Jo-Philipp Wich
Hi. Please make a screenshot of your settings or paste the generated /etc/config/network here. Also consider doing the switch config via wireless, this allows for simpler recovery after a config mistake. ~ Jo ___ Lede-dev mailing list Lede-dev

Re: [LEDE-DEV] Planning v17.01.2

2017-06-15 Thread Jo-Philipp Wich
Hi, > ... and, if I may throw my EUR 0.02 in, why not recompile dropbear > with "elliptic curve" support? whats the size impact? ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: [LEDE-DEV,

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=34e8aff93d. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ath10k-ct driver: use dma_alloc_coherent

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=3b21c68e5f. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: samba: Remove a few redundant options from the default

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=744380bb74. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: samba: remove browse/write able entries

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=8a65d24691. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-13 Thread Jo-Philipp Wich
Hi, NACK from me - not that it makes a difference but I do not like to operate under the OpenWrt name. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] LEDE v17.01.2 service release

2017-06-12 Thread Jo-Philipp Wich
The LEDE Community is proud to announce the second service release of stable LEDE 17.01 series. LEDE 17.01.2 "Reboot" incorporates a fair number of fixes back ported from the development branch during the last seven weeks. --- Some selected highlights of the service release are: * Linux kernel

[LEDE-DEV] Merged: Add missing APU1 reference to x86 board.d

2017-06-06 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=3f3d68c6f2. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Planning v17.01.2

2017-06-04 Thread Jo-Philipp Wich
Hi, I decided to delay 17.01.2 by another week to wait for Kernel 4.4.71 getting released which will fix a number of networking related vulnerabilities. The currently projected release date is Saturday, the 10th. Regards, Jo ___ Lede-dev mailing list

[LEDE-DEV] Merged: dnsmasq: bump to 2.77

2017-06-01 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=88a52db822. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] dnsmasq: please revert/disable "dhcp-script" feature by default

2017-05-28 Thread Jo-Philipp Wich
he topic a bit further: https://serverfault.com/questions/440115/how-do-you-measure-the-memory-footprint-of-a-set-of-forked-processes https://jameshunt.us/writings/smaps.html Regards, Jo signature.asc Description: OpenPGP digital signature ___

  1   2   3   4   >