aboutsummaryrefslogtreecommitdiff
path: root/net/horst
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>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@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: Use https tar.gz instead of git downloadBruno Randolf2017-10-06
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* 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>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* 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>
* horst: Use version 5.0Bruno Randolf2016-07-01
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* horst: Update to version 4.2Bruno Randolf2014-10-01
|
* horst: update to version 4.1Bruno Randolf2014-09-26
| | | | | | | | 4.1 has an important bugfix for platforms (such as ARM cns3xxx) where "char" does not default to "signed char" and other bugfixes. Also build with debugging enabled (-D flag) to enable debugging, the size increase is just +336B (on platform au1000).
* horst: Updade copyright, add maintainer and license tagsBruno Randolf2014-09-20
|
* horst: Add horst version 4.0Bruno Randolf2014-08-01
Signed-off-by: Bruno Randolf <br1@einfach.org>