Commit graph

3353 commits

Author SHA1 Message Date
Jasper Scholte
e190a22c6a ser2net: added support for config file.
Signed-off-by: Jasper Scholte <NightNL@outlook.com>
2017-12-21 10:01:42 +01:00
Daniel Golle
9c1b1b396e gnunet: update to git snapshot 2017-12-19
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-12-21 06:06:57 +01:00
Yousong Zhou
c4fa84cc21 xl2tpd: README.md: add docs on uci options
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-19 10:18:41 +08:00
Ted Hess
ff41c17b8e
Merge pull request #5286 from pprindeville/lighttd-update-1.4.48
lighttpd: update to 1.4.48
2017-12-18 12:17:34 -05:00
W. van den Akker
597a4fc5bb
Shorewall6: Fix double/missing entry in path.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 15:39:31 +01:00
W. van den Akker
8723e3901e
Shorewall: Fix double/missing entry in path.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 15:32:57 +01:00
Hannu Nyman
8a79f6f2b2
Merge pull request #5295 from wvdakker/reorder
Shorewall(6)-lite: Reorder install section
2017-12-18 16:03:43 +02:00
Hannu Nyman
8eec9cda08
Merge pull request #5296 from wvdakker/set-path
Shorewall(6): Set path
2017-12-18 16:02:23 +02:00
W. van den Akker
bf16ee93ff
Shorewall6-lite: Reorder package/install section.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:29:54 +01:00
W. van den Akker
d2b0596a0f
Shorewall-lite: Reorder package/install section.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:29:04 +01:00
Alin Nastac
c59bea9f43 xl2tpd: remove demand support from netifd l2tp protocol
This pppd feature does not make sense in L2TP case because the
tunnel is already connected when xl2tpd launch pppd process. If
a dial-on-demand feature is to be implemented, trigger interface
would have to be provided by xl2tpd, not pppd.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2017-12-18 21:28:11 +08:00
W. van den Akker
35cb4dd18a
Shorewall6: Change path to prevent busybox/ip detection before ip-tiny/full.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:27:46 +01:00
W. van den Akker
bfb207bd08
Shorewall: Change path to prevent busybox/ip detection before ip-tiny/full.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:25:58 +01:00
Brian J. Murrell
701a3ec258 shorewall6-lite: set the PATH variable
So that it matches LEDE's default PATH value.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-17 11:24:29 -05:00
Brian J. Murrell
a8f382f90b shorewall-lite: set the PATH variable
So that it matches LEDE's default PATH value.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-17 09:14:19 -05:00
Philip Prindeville
3d59ce6f50 lighttpd: update to 1.4.48
All of the bugs for which we had patches have been fixed upstream
in 1.4.46, so the patches can be dropped.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-12-16 12:49:22 -07:00
John Crispin
2e62b5a132
Merge pull request #5118 from jow-/cgi-io-sha256
cgi-io: support SHA256 checksums for file uploads
2017-12-16 10:02:31 +01:00
Hannu Nyman
1b42af5931
Merge pull request #5264 from TDT-AG/pr/20171211-net-stunnel-add-uci-enabled-param
net/stunnel: add enabled config option
2017-12-16 10:46:01 +02:00
Hannu Nyman
be7a4b830d
Merge pull request #5283 from dibdot/travelmate
travelmate: release 1.0.0
2017-12-16 10:42:15 +02:00
Dirk Brenken
1995e0e632 travelmate: release 1.0.0
* limit sta interface selection/handling
  to defined travelmate interface (trm_iface) only
* check eap capabilities and ignore enterprise uplinks
  as long as eap support is not available
* documentation update
* cosmetics
* LuCI: various cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-15 19:10:17 +01:00
Christian Beier
841701651c
ola: update to 0.10.5, drop obsolete patches
This also add a patch fixing builds with newer protobuf versions,
https://github.com/OpenLightingProject/ola/pull/1336.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2017-12-15 18:23:18 +01:00
Lucian Cristian
a63a76e31d nginx: update to 1.12.2
also fixes gcc7.2 compile

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-12-15 18:45:20 +02:00
Nikos Mavrogiannopoulos
cfec94a01b
Merge pull request #5244 from yousong/p11-err.h
openconnect: fix compilation against libp11 >= 0.4.7
2017-12-15 14:38:55 +01:00
Florian Eckert
3fc880c2e9 net/stunnel: add enabled config option
Add an enabled option for the service section, so you could keep your
configuration in place without apply this section on startup or service reload.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-12-15 08:03:41 +01:00
Yousong Zhou
0d2f9d9bd6 openconnect: fix compilation against libp11 0.4.7
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-15 09:50:26 +08:00
Florian Fainelli
343006bea9
Merge pull request #5179 from neheb/cifs
cifs-utils: Update to 6.7
2017-12-14 10:47:00 -08:00
Jo-Philipp Wich
175cf9e985 iodine: workaround incomplete musl nameser.h header
The arpa/nameser.h header of musl libc indirectly depends on the endian.h
header but fails to explicitely include it to properly define
`__BYTE_ORDER` and `__BIG_ENDIAN` prior to declaring the DNS `HEADER`
structure.

When both the appropriate `__BYTE_ORDER` and `__BIG_ENDIAN` defines are
unset, the `#if __BYTE_ORDER == __BIG_ENDIAN` condition in `nameser.h`
evaluates to true, causing it to declare a bad (big endian) DNS packet
header structure on little endian systems.

Work around this musl bug by forcibly passing `-include endian.h` through
the `osflags` file.

An upstream fix for musl libc has been submitted with
http://www.openwall.com/lists/musl/2017/12/04/3

This should solve iodine packet corruption on little endian musl systems
reported at
http://lists.infradead.org/pipermail/lede-dev/2017-November/010085.html

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-12-12 23:41:44 +01:00
Jo-Philipp Wich
70858690c0 nlbwmon: update to current HEAD
Update to latest Git HEAD in order to solve a number of issues.

 - Improves MAC address lookup reliability
 - Properly counts DNAT-ed connections (e.g. for port forwards)
 - Fixes stack corruption when parsing netlink records
 - Fixes deletion of gzipped databases

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-12-12 22:01:56 +01:00
Hannu Nyman
205cff1987
Merge pull request #5263 from yangfl/master
i2pd: Update to 2.17.0
2017-12-11 23:38:52 +02:00
Karl Palsson
0bc06df68c net/mosquitto: reproducible build patches
Remove build timestamp.  Using currently proposed upstream patch.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-12-11 11:00:26 +00:00
Karl Palsson
46879b2b65 net/mosquitto: depend on virtual package instead of select
Can't use DEPENDS:= +libname when libname is now a virtual package.
Switch to plain DEPENDS:= libname.

Fixes Github issue 4751

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-12-11 10:55:08 +00:00
David Yang
06181d99a8 i2pd: Update to 2.17.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-12-11 15:58:24 +08:00
Florian Eckert
5e0e6e0533 net/stunnel: add uci config support
Add uci config support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-12-10 11:13:43 +01:00
Matthias Schiffer
170fb34883
Merge pull request #5155 from neheb/patch-6
ethtool: Update to 4.13
2017-12-09 21:41:10 +01:00
champtar
e2605b07f0
Merge pull request #5248 from diizzyy/patch-111
net/stunnel: Update to 5.44
2017-12-09 09:41:25 -08:00
champtar
228db2a2a2
Merge pull request #5245 from mstorchak/rsync
rsync: fix CVE-2017-15994 and CVE-2017-16548
2017-12-09 09:31:41 -08:00
Hannu Nyman
69dd5ba7f3
Merge pull request #5250 from mstorchak/tgt
tgt: update to 1.0.72
2017-12-09 16:13:56 +02:00
Maxim Storchak
1915975979 tgt: update to 1.0.72
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2017-12-09 15:03:23 +02:00
Daniel Engberg
6b53b45e07 net/stunnel: Update to 5.44
Update stunnel to 5.44
* Disable FIPS

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-09 10:53:35 +01:00
Hannu Nyman
396fff138d
Merge pull request #5247 from dibdot/travelmate
travelmate: update 0.9.6
2017-12-09 09:39:05 +02:00
Dirk Brenken
48f48991c3 travelmate: update 0.9.6
* fix incomplete bssid logic
* add missing package dependencies
* Turris omnia compability fixes (LuCI, separate PR)
* OpenWrt theme fixes (LuCI, separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-09 08:20:29 +01:00
champtar
b259502c15
Merge pull request #5242 from smutt/danish
danish: Add package net/danish
2017-12-08 20:56:34 -08:00
Alexander Couzens
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
W. van den Akker
445847f00a
Shorewall6: bump to version 5.1.9
Removed 010-update_install_sh.patch. Merged upstream.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:29:47 +01:00
W. van den Akker
037ac8cd0e
Shorewall: bump to version 5.1.9
Removed 010-update_install_sh.patch. Merged upstream.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:28:06 +01:00
W. van den Akker
93e4a9870d
Shorewall6-lite: bump to version 5.1.9
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:25:18 +01:00
W. van den Akker
dbec6fa9c5
Shorewall-lite: bump to version 5.1.9
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:24:23 +01:00
W. van den Akker
8cd958558b
Shorewall-core: bump to version 5.1.9
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:22:24 +01:00
Maxim Storchak
99507aa2ee rsync: Fix CVE-2017-15994 and CVE-2017-16548
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2017-12-08 19:56:10 +02:00
champtar
ef0dc732fa
Merge pull request #5243 from brianjmurrell/shorewall-multi-sources
Shorewall multi sources
2017-12-08 08:06:32 -08:00
Jo-Philipp Wich
c48f5185d3
Merge pull request #5214 from lynxis/rb_ddns_cloud
ddns-scripts: remove gzip timestamp
2017-12-08 10:47:15 +01:00
Brian J. Murrell
e0a89d9063 shorewall6: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:12 -05:00
Brian J. Murrell
ceef8da28e shorewall: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:09 -05:00
Brian J. Murrell
a88d61df59 shorewall6-lite: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:06 -05:00
Brian J. Murrell
5d3d2f4654 shorewall-lite: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:03 -05:00
Brian J. Murrell
eef2998ffa shorewall-core: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:00 -05:00
Andrew McConachie
50d0767aba danish: Add package net/danish
Add package Danish. A middle box implementation of RFC 6698 for HTTPS.
<https://github.com/smutt/danish>

This package installs /usr/sbin/danish(the Danish executable), /etc/init.d/danish and /etc/config/danish.

Tested with LEDE x86_64

Signed-off-by: Andrew McConachie <andrew@depht.com>
2017-12-07 20:50:10 -05:00
champtar
da435aaf94
Merge pull request #5232 from dibdot/travelmate
travelmate: update 0.9.5
2017-12-07 14:09:25 -08:00
champtar
4ad821dcd4
Merge pull request #4486 from wvdakker/master
Shorewall(6): add full packages.
2017-12-07 14:08:04 -08:00
Jakub Janco
349b90cc24 mwan3: Improve logs when member metric is too big
If metric of member interface is bigger then 256, it is not
appended to policy, now at least warn message is printed into
syslog

Signed-off-by: Jakub Janco <kubco2@gmail.com>
2017-12-07 15:41:59 +01:00
Peter Wagner
d6b201b807 tor: update to 0.3.1.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-07 13:42:39 +01:00
David Yang
060d90d604 i2pd: Add package
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-12-07 16:28:50 +08: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
Dirk Brenken
9fc66abcc0 travelmate: update 0.9.5
* change start priority to 25
* add support for hidden uplinks
* add support for wpa enterprise uplinks

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-06 16:53:43 +01:00
Yousong Zhou
209f0a37c4 pixiewps: initial version 1.4.1
Addresses #2872

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 11:20:32 +08:00
Yousong Zhou
9a35d5397d reaver: switch to reaver-wps-fork-t6x
Addresses #2872

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 11:19:59 +08:00
Yousong Zhou
a9aeab53b9 openconnect: unify indentation in README
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 09:37:06 +08:00
Gavin Ni
ede858fb5d openconnect: support reading password from script
"token_mode" add support for "script", which execute "token_script" to
get the password.  Some token is not supported by OpenConnect natively,
e.g. "MobilePass" or "Softoken II" used in Cisco VPN

Signed-off-by: Gavin Ni <gisngy@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-04 16:00:46 +08:00
Peter Wagner
f5b1dd7ce7 git: update to 2.15.1 and cleanup DEPENDS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-03 23:53:46 +01:00
champtar
e362d18580
Merge pull request #5216 from lynxis/rb_tcpproxy
tcpproxy: remove build timestamp and hostname
2017-12-03 09:46:18 -08:00
champtar
7031f4cdbd
Merge pull request #5164 from TDT-AG/pr/20171116-net-mwan3-fixes
net/mwan3: add improvments and add a fix
2017-12-03 09:28:18 -08: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
champtar
3e36a8e6ea
Merge pull request #5172 from jow-/polipo-enable-ipv6-support
polipo: forcibly enable IPv6 support
2017-12-02 12:44:31 -08:00
champtar
66bc9e8cd0
Merge pull request #5211 from dibdot/adblock
adblock: update 3.1.1
2017-12-02 10:12:43 -08:00
Dirk Brenken
f831d54d90 adblock: update 3.1.1
* new function to set/delete options in external uci config files
  * kresd: automated 'rpz_file' handling in /etc/config/resolver
  * firewall: automated 'force_dns' handling if you
              enable or disable adblock
* support sha256sum (default) and md5sum for blocklist
  comparison & conditional dns restarts
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-02 18:46:53 +01:00
Ted Hess
80e23adc76
Merge pull request #5137 from lynxis/rb_apache
apache: fix reproducible builds
2017-12-02 09:59:00 -05:00
Stijn Tintel
e247b66790 strongswan: bump to 5.6.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-11-30 02:01:24 +01:00
Rosen Penev
7700e36ff1 cifs-utils: Update to 6.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-26 15:32:33 -08:00
W. van den Akker
996ef52908
Shorewall-core: Don't depend on iptables (Thanks to Brian Murrell).
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-26 20:59:33 +01:00
Noah Meyerhans
462ffc1580
Merge pull request #5157 from halmartin/bind_statistics
bind: Add support for building with libxml2 or libjson
2017-11-24 17:36:21 -08:00
Michael Heimpold
4625398eac ser2net: update to 3.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-23 22:40:32 +01:00
Jo-Philipp Wich
afaceadeda polipo: forcibly enable IPv6 support
Currently `polipo.h` uses the conditional
`(__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)` to decide
whether to enable IPv6 support.

This used to work for OpenWrt CC which uses uClibc disguising itself
as Glibc 2.x but it does not work with Musl libc anymore as this library
does not export any Glibc defines.

Forcibly enable IPv6 support by passing `-DHAVE_IPv6` unconditionally
through the build flags in the OpenWrt/LEDE Makefile.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-11-23 20:54:45 +01:00
Hal Martin
66231b6d24 bind: add support for building bind with libxml2 or libjson
At least one of libjson|libxml2 is required for bind
statistics to function.

Selecting libjson|libxml2 will result in an additional
dependency required to build and install bind-libs.

Signed-off-by: Hal Martin <hal.martin@gmail.com>
2017-11-23 15:15:40 +00:00
champtar
7345395b2b
Merge pull request #5163 from neheb/mangix
transmission: Update to latest git and fix syslog.
2017-11-22 14:54:37 -08:00
Rosen Penev
c11bb018e5 transmission: Update to latest git and fix syslog.
The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction.

Also added a sysctl file that removes these warnings:

UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75)
UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80)
UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86)
UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-22 14:36:41 -08:00
Florian Eckert
c33853dd6d net/mwan3: update to version 2.6.8
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-22 13:04:14 +01:00
Steven Barth
6b375d816b
Merge pull request #5140 from lynxis/rb_mdnsresponder
mdnsresponder: fix reproducible builds
2017-11-22 09:53:20 +01:00
Gavin Ni
5d216df6cd openconnect: re-introduce config: interface
In some cases, it's useful to specify which interface to establish the VPN connection

Signed-off-by: Gavin Ni <gisngy@gmail.com>
2017-11-22 10:10:22 +08:00
Yousong Zhou
3ef23b9ebe shadowsocks-libev: bump to version 3.1.1
Notable changes since 3.1.0

    26ae365: fix possible socks5 exchange corruption caused by bad
             state transition when parsing responses
    f19a96e: fix segfault when presented with config {"mode": null}

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-11-21 17:29:53 +08:00
Ted Hess
1b8d8770ff
Merge pull request #5138 from lynxis/rb_horst
horst: remove build time to fix reproducible builds
2017-11-20 12:08:24 -05:00
Nikos Mavrogiannopoulos
4a65fe7d74
Merge pull request #5076 from non7top/juniper
openconnect: add options to support juniper
2017-11-20 13:11:06 +01:00
Vladimir Berezhnoy
d710c629e8
openconnect: add options to support juniper
Signed-off-by: Vladimir Berezhnoy <non7top@gmail.com>
2017-11-20 14:03:28 +03:00
Rosen Penev
6faa9e6fed
ethtool: Update to 4.13
Tested on ramips (mt7621)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-19 18:47:26 -08:00
champtar
5e42ef5178
Merge pull request #5077 from TDT-GmbH/20171030-keepalived-update-version
net/keepalived: update version and add hotplug.d notify handling
2017-11-18 17:55:30 -08: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
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
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
4171d902d8 mdnsresponder: refresh patches
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 11:29:48 +01:00