Re: [OpenWrt-Devel] Git mirror with branches, tags and full history

2015-11-09 Thread Martin Strbačka
A big thanks from the whole Turris team! Cheers, Martin Strbacka On 9.11.2015 10:06, Steven Barth wrote: > Hey everyone, > > I took the time last week to create a full-history git-mirror with > branches, author mapping and release tags. It is currently on github, > but it will probably end up o

Re: [OpenWrt-Devel] [PATCH] scripts/feeds: Return non-zero return code if updating of a feed failed.

2015-05-25 Thread Martin Strbačka
Hello John, On 22.5.2015 15:59, John Crispin wrote: > would it not be easier to do this --> > > if (!update_feed(...)) { > exit 1; > } I have nothing against that. But this leads again to aborting the script after first failure. > > also i am not sure if we want the script to abort if one

[OpenWrt-Devel] Broken images on wiki

2014-10-29 Thread Martin Strbačka
Hello, anyone knows what happened to the wiki? It doesn't work for couple of days. All images point to wiki.openwrt.nanl.de mirror, but they seem to be missing there. Thanks, Martin Strbacka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] openssl: version bump

2014-06-05 Thread Martin Strbačka
Hello, today appeared another serious vulnerability in openssl. More info is here http://ccsinjection.lepidum.co.jp. Users are advised to update to openssl 1.0.1h. Signed-off-by: Martin Strbacka --- diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 26833a3..fff260b

[OpenWrt-Devel] busybox: problem with utf8 filenames

2014-04-16 Thread Martin Strbačka
Hello, may I ask why haven't you applied the patch from this ticket https://dev.openwrt.org/ticket/7993? At least it works and fixes quite annoying bug. Thanks, Martin Strbacka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists

[OpenWrt-Devel] [PATCH] [packages] pv: bump to version 1.5.2

2014-03-28 Thread Martin Strbačka
Hello, we got segfault with pv v1.2.0 on mpc85xx. So I updated it to the latest v1.5.2 and it seems to be ok. Signed-off-by: Martin Strbacka --- diff --git a/utils/pv/Makefile b/utils/pv/Makefile index eecda86..d75074d 100644 --- a/utils/pv/Makefile +++ b/utils/pv/Makefile @@ -9,12 +9,12 @@ inc

Re: [OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-14 Thread Martin Strbačka
Hello, We just made the same thing (patches for uci support) in our company and I wanted to send our patches. At a first look, it looks almost the same as our approach. Just one thing - maybe you should remove the unbound.conf.example file. OpenWRT wants to be very tiny, so there is no place