aboutsummaryrefslogtreecommitdiff
path: root/net/horst/patches
Commit message (Collapse)AuthorAge
* horst: fix compilation with ncurses 6.3Rosen Penev2022-03-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* 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>