Alexander Couzens
b2a9219f73
ipmitool: fix CVE-2020-5208
...
All patches has been applied upstream.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2020-06-09 11:18:33 +02:00
Alexander Couzens
662e83c97b
libmicrohttpd: update to version 0.9.69
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2019-12-15 20:47:01 +01:00
Alexander Couzens
ea42d8def1
travis: allow $SDK to be a substring of the sdk filename
...
$SDK doesn't need to be updated everytime the filename changes because of
a gcc update
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2018-03-14 19:07:46 +01:00
Alexander Couzens
bf406d15c0
travis: improve log output of download_sdk
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2018-03-14 19:06:55 +01:00
Alexander Couzens
5dbbb1ba11
php7: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-14 19:00:11 +01:00
Alexander Couzens
a73e96cb0c
perl: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-14 18:59:10 +01:00
Alexander Couzens and Karl Palsson
3531c3a6c0
libwebsockets: remove build hostname
...
Using the build hostname breaks reproducible builds.
The patch is already merged upstream
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-11 10:51:46 +00:00
Alexander Couzens
41562db6d3
libgcrypt: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
The patch is a backport from upstream.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-10 05:58:56 +01:00
Alexander Couzens
9f370263d0
openldap: remove build host/user/timestamp
...
Such information from the build system break reproducible builds.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-10 03:03:40 +01:00
Alexander Couzens
4e500f91dd
open-plc-utils: remove build timestamp
...
Build timestamps prevent reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-10 02:26:10 +01:00
Alexander Couzens and Jonathan McCrohan
9d1b1c2c35
wavemon: use SOURCE_DATE_EPOCH as BUILD_DATE
...
Build timestamps prevent reproducible builds [0].
SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a
determinisc way.
[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-08 22:46:02 +00:00
Alexander Couzens
356dd4ff79
lcdproc: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-07 00:21:35 +01:00
Alexander Couzens
89e40113f6
uanytun: remove build time/host to fix reproducible builds
...
Build timestamps prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-06 22:56:41 +01:00
Alexander Couzens
8d4814c26d
zabbix: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-06 22:08:12 +01:00
Alexander Couzens
abdca7c61f
vim: remove build timestamp/hostname/username
...
Build timestamp prevents reproducible builds [0].
Same for other irrelevant informations e.g. hostname, username.
Thanks to debian for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-04 23:57:05 +01:00
Alexander Couzens
d36447fde4
lua-rs232: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-03 14:26:45 +01:00
Alexander Couzens
59c25a89e0
tcpproxy: remove build timestamp and hostname
...
Build timestamp prevents reproducible builds [0].
Build hostname also breaks reproducible builds.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-03 14:06:25 +01:00
Alexander Couzens
2b3b72522d
ddns-scripts: remove gzip timestamp
...
gzip create a header by default containing the filename
and the timestamp of the file.
This timestamp will break reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-03 06:24:21 +01:00
Alexander Couzens
a7289e54f8
lpc21isp: remove build timestamp
...
Build timestamps prevent reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-03 06:21:45 +01:00
Alexander Couzens
869daccc27
sysstat: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
Thanks to the debian project for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-02 01:05:01 +01:00
Alexander Couzens
f1667cc4fa
libdbi-drivers: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-12-02 00:58:39 +01:00
Alexander Couzens
5f4c455c7a
unzip: remove build timestamp
...
Build timestamps prevent reproducible builds [0].
Thanks to debian for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 13:39:30 +01:00
Alexander Couzens
5362ab4eda
zip: remove build timestamp
...
Build timestamps prevents reproducible builds [0].
Thanks to debian for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 13:39:05 +01:00
Alexander Couzens
b556ca8192
sox: remove build timestamp
...
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 13:18:21 +01:00
Alexander Couzens
379afb45ef
socat: set BUILD_DATE to SOURCE_DATE_EPOCH
...
Build timestamp prevents reproducible builds [0].
SOURCE_DATE_EPOCH allows to use a timestamp which depends
on deterministic behaviour [1].
Fixes reproducible builds.
[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 13:15:48 +01:00
Alexander Couzens
8f60475b83
minicom: remove build time to fix reproducible builds
...
Build timestamps prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 12:51:29 +01:00
Alexander Couzens
cb1dcbe4e2
mdnsresponder: remove build timestamp to fix reproducible builds
...
Build timestamps prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 12:45:56 +01:00
Alexander Couzens
37d0627bd6
openocd: use release tar.bz2 instead of git
...
The release tar does not contain the srcdir/guess-rev.sh.
If it's not existant the configure scripts uses different
variables which removes the build timestamp.
Fixes reproducible builds.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 12:34:09 +01:00
Alexander Couzens
a6d437c40e
horst: remove build time to fix reproducible builds
...
Build timestamp are not reproducible [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 12:20:42 +01:00
Alexander Couzens
f06b980bef
apache: fix reproducible builds
...
Remove build timestamp [0] and correct sorting [1].
Thanks to debian for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/docs/stable-inputs/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 12:17:03 +01:00
Alexander Couzens
35bf4d15d4
avrdude: add no timestamp patch to make it reproducible
...
The no-cpp-timestamp patch taken from debian and is
already accepted upstream.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 11:52:23 +01:00
Alexander Couzens
4171d902d8
mdnsresponder: refresh patches
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-11-17 11:29:48 +01:00
Alexander Couzens
c385070a3b
libmicrohttpd: update to version 0.9.55
...
Compile tested on ar71xx.
Runtime tested on ar71xx.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-06-19 19:15:58 +02:00
Alexander Couzens
ec1d697b1f
add .travis.yml to run make download check on every package
...
Travis will run the following steps for every new or modified package:
- mkdir tempdir
- unpack SDK
- make download
- make check
make download will download the source code.
make check will do certain checks. Atm only checking the validity of
PKG_HASH.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2017-06-12 18:57:46 +02:00
Alexander Couzens
a1d8ddb70f
add ipmitool: Command-line interface to IPMI-enabled devices
2017-03-28 04:08:29 +02:00
Alexander Couzens
55524f1b0a
libmicrohttpd: update to 0.9.52
...
Compile tested on x86_64.
Runtime tested on x86_64.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-11-30 17:42:58 +01:00
Alexander Couzens
2d44f91a62
libmicrohttpd: add patch to fix inside loop declaration warning
...
already fixed upstream, but 0.9.50 contains this bug
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-07-15 15:29:19 +02:00
Alexander Couzens
c6ce75454d
libmicrohttpd: update to version 0.9.50
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-07-02 01:22:33 +02:00
Alexander Couzens
8c5b086347
libmicrohttpd: take over maintainership
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-05-04 17:50:29 +02:00
Alexander Couzens
a99aa1ff48
libmicrohttpd: build parallel
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-02-22 05:35:42 +01:00
Alexander Couzens
19965525c9
libmicrohttpd: implement build variants -ssl and -no-ssl
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-02-22 05:35:42 +01:00
Alexander Couzens
71c0915496
libxml2: disable parallel build
...
libxml2 fails to build in one of three runs.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2015-08-26 16:11:09 +02:00