Re: [OpenWrt-Devel] [PATCH] include/image.mk: make tar reproducible

2015-08-30 Thread Dirk Neukirchen
On 30.08.2015 19:42, Jonas Gorski wrote: > Hi, > > On Sun, Aug 30, 2015 at 6:26 PM, Dirk Neukirchen > wrote: >> several packages reported different file order between builds >> make binutils, kmod-sched reproducible >> >> Signed-off-by: Dirk Neukirchen > > These are stil not reproducible for o

[OpenWrt-Devel] [PATCH] ipkg-build: add ogargs to outer tar/ipk

2015-08-30 Thread Dirk Neukirchen
prevent name:uid leaks of build system Signed-off-by: Dirk Neukirchen --- requires "include/image.mk: make tar reproducible" scripts/ipkg-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ipkg-build b/scripts/ipkg-build index f9d00af..fb1321a 100755 --- a/scrip

Re: [OpenWrt-Devel] [PATCHv3 openwrt 1/2] Revert "kernel: disable multicast-to-unicast translation for ipv6 neighbor solicitation (#17625)"

2015-08-30 Thread Linus Lüssing
PS: Out of curiousity, can someone with deeper knowledge into 802.11 tell me, when an STA sends a multicast packet to its master which then rebroadcasts it at e.g. 1MBit/s, how does the originating STA know that its a rebroadcast of its own frame and refrain from forwarding it internally? _

Re: [OpenWrt-Devel] [PATCHv3 openwrt 1/2] Revert "kernel: disable multicast-to-unicast translation for ipv6 neighbor solicitation (#17625)"

2015-08-30 Thread Linus Lüssing
On Sun, Aug 30, 2015 at 03:49:50PM +0200, Linus Lüssing wrote: > Hi Steven, > > Thanks for the feedback. > > On Sat, Aug 29, 2015 at 04:21:50PM +0200, Steven Barth wrote: > > Let me know if you need more info. > > Could you make a tcpdump for ICMPv6 on the wifi of the client? > Please start it b

Re: [OpenWrt-Devel] [PATCH] nls.mk: add -rpath-link when needed

2015-08-30 Thread Ted Hess
+1 on this. I have tested this already on about 10 packages OK. After this patch is applied, I think there are approx. 24 packages which are potentially affected - though somewhat benign. Updating them to remove unnecessary LDFLAGS fixups would be a good thing to do. I have put together a list o

Re: [OpenWrt-Devel] [PATCH] include/image.mk: make tar reproducible

2015-08-30 Thread Jonas Gorski
Hi, On Sun, Aug 30, 2015 at 6:26 PM, Dirk Neukirchen wrote: > several packages reported different file order between builds > make binutils, kmod-sched reproducible > > Signed-off-by: Dirk Neukirchen These are stil not reproducible for others, because ... > --- > include/image.mk | 2 +- > s

[OpenWrt-Devel] [PATCH] openvpn: remove __DATE__ from options output

2015-08-30 Thread Dirk Neukirchen
reported by: https://reproducible.debian.net/openwrt/dbd/ar71xx/base/openvpn-nossl_2.3.7-1_ar71xx.ipk.html Signed-off-by: Dirk Neukirchen --- .../openvpn/patches/001-reproducible-remove_DATE.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 package/network/serv

[OpenWrt-Devel] [PATCH] include/image.mk: make tar reproducible

2015-08-30 Thread Dirk Neukirchen
several packages reported different file order between builds make binutils, kmod-sched reproducible Signed-off-by: Dirk Neukirchen --- include/image.mk | 2 +- scripts/ipkg-build | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/image.mk b/include/image.mk ind

[OpenWrt-Devel] [PATCH] yaffs2: remove __TIME__ __DATE__ macros

2015-08-30 Thread Dirk Neukirchen
prevent compiler errors with gcc 4.9 increase reproducibility Signed-off-by: Dirk Neukirchen --- target/linux/generic/files/fs/yaffs2/yaffs_vfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/files/fs/yaffs2/yaffs_vfs.c b/target/linux/generic/fil

[OpenWrt-Devel] [PATCH] opkg: Extend 'opkg list' command to optionally display package size

2015-08-30 Thread Hannu Nyman
'opkg list' command only displays the available packages' name, version and description. It would be useful to also see the approximate size of the available package. This patch extends "opkg list" command with "--size" to optionally show also the *.ipk size in the listing. * Default behaviour

Re: [OpenWrt-Devel] [PATCHv3 openwrt 1/2] Revert "kernel: disable multicast-to-unicast translation for ipv6 neighbor solicitation (#17625)"

2015-08-30 Thread Linus Lüssing
Hi Steven, Thanks for the feedback. On Sat, Aug 29, 2015 at 04:21:50PM +0200, Steven Barth wrote: > Let me know if you need more info. Could you make a tcpdump for ICMPv6 on the wifi of the client? Please start it before connecting and let it run for about three minutes after connecting to the w