aboutsummaryrefslogtreecommitdiff
path: root/net/horst/patches
Commit message (Collapse)AuthorAge
* horst: remove build time to fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | Build timestamp are not reproducible [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* horst: Update to version 5.1 and add init scriptBruno Randolf2017-10-04
| | | | | | | Update to latest stable version and add init script and config file to start horst in server mode as a service. Signed-off-by: Bruno Randolf <br1@einfach.org>
* horst: Fix build for LEDEBruno Randolf2017-03-15
Fortified headers don't seem to like _GNU_SOURCE in this case, but we can remove that define since it's not needed. Add a patch for LEDE until a new horst version is released. Signed-off-by: Bruno Randolf <br1@einfach.org>