detailed motivations.
[1]: https://wiki.debian.org/ReproducibleBuilds/About
Signed-off-by: Reiner Herrmann
---
scripts/ipkg-build | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/ipkg-build b/scripts/ipkg-build
index c466f28..6787ed4 100755
--- a/scripts/ipkg-build
+++ b/scripts/ipkg-build
As a follow-up to r46026, this commit sets the modification
times of files inside the tarballs to deterministic values.
It uses the date of the last git or svn commit and falls
back to the old behavior if those are not available.
Signed-off-by: Reiner Herrmann
---
scripts/ipkg-build | 17
To improve reproducibility, prevent the inclusion of timestamps
in the gzip header.
Signed-off-by: Reiner Herrmann
---
docs/adding.tex| 2 +-
include/image.mk | 2 +-
package/Makefile | 2 +-
target
On Sun, Jul 12, 2015 at 12:06:01PM -0700, Florian Fainelli wrote:
> 2015-07-12 9:41 GMT-07:00 Reiner Herrmann :
> > To improve reproducibility, prevent the inclusion of timestamps
> > in the gzip header.
>
> This looks fine to me, this also unveils a lot of repetition in how
Hi,
valgrind found some invalid reads/writes when updating sections (see below).
The problem seems to be in list.c, where sections are updated:
} else if (ptr->s && ptr->section) { /* update section */
char *s = uci_strdup(ctx, ptr->value);
if (ptr->s->type == uc
in r41439 a flag for enabling remote logging was added,
but the actual check was done on a different variable.
Signed-off-by: Reiner Herrmann
---
package/system/ubox/files/log.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/ubox/files/log.init
b/package
In r41872 Dynamic VLAN support was reintroduced, but the vlan_naming
parameter is not read while setting up the config, so it always
defaults to 1.
Signed-off-by: Reiner Herrmann
---
package/network/services/hostapd/files/netifd.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
support ecdsa and refresh patches
Signed-off-by: Reiner Herrmann
---
package/network/services/dropbear/Makefile | 8 +---
.../network/services/dropbear/files/dropbear.init | 11 +++
.../services/dropbear/patches/100-pubkey_path.patch | 4 ++--
.../services/dropbear
On Fri, Jan 31, 2014 at 01:22:32PM +0100, Jo-Philipp Wich wrote:
> whats the size increase of the dropbear package?
2013.59: 80789 bytes
2013.62: 98661 bytes
So the increase is about 18 kB.
signature.asc
Description: Digital signature
___
openwrt-d
Syslogd from busybox allows logging of only the messages that have a
higher severity (i.e. lower value) than a specified limit.
This patch adds the same functionality to logread.
As -l is already used by logread, I chose -n.
Signed-off-by: Reiner Herrmann
---
log/logread.c | 23
Signed-off-by: Reiner Herrmann
---
log/logread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log/logread.c b/log/logread.c
index 8c9fda8..f677b44 100644
--- a/log/logread.c
+++ b/log/logread.c
@@ -305,7 +305,7 @@ int main(int argc, char **argv)
static struct
Signed-off-by: Reiner Herrmann
---
package/network/services/dropbear/files/dropbear.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/dropbear/files/dropbear.init
b/package/network/services/dropbear/files/dropbear.init
index 19aab36..5206426
... or else "option htmode" is added multiple times to
the second and following device sections.
Signed-off-by: Reiner Herrmann
---
package/kernel/mac80211/files/lib/wifi/mac80211.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/mac80211/files/lib/wifi/mac8
Signed-off-by: Reiner Herrmann
---
package/network/services/hostapd/files/netifd.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/hostapd/files/netifd.sh
b/package/network/services/hostapd/files/netifd.sh
index 1cc5713..a36a069 100644
--- a
rsn_preauth is used outside of "case $auth_type", so if it is set
for an EAP-enabled SSID, it would also be set for the following
non-EAP-enabled SSIDs, because it would not be read again.
Signed-off-by: Reiner Herrmann
---
package/network/services/hostapd/files/netifd.sh | 6 +++-
15 matches
Mail list logo