1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Rosen Penev
2bf3d9a777 horst: fix compilation with ncurses 6.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-21 15:14:50 -07:00
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Sven Eckelmann
bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
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>
2019-09-10 07:45:15 +02:00
Eneas U de Queiroz
2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08: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
Bruno Randolf
dce9c6496a horst: Use https tar.gz instead of git download
Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-10-06 10:15:32 +01:00
Bruno Randolf
0840efd64c horst: Update to version 5.1 and add init script
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>
2017-10-04 21:40:16 +01:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Bruno Randolf
e8aec4398b horst: Fix build for LEDE
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>
2017-03-15 22:12:55 +00:00
Bruno Randolf
fd0ffb2388 horst: Use version 5.0
Signed-off-by: Bruno Randolf <br1@einfach.org>
2016-07-01 10:44:49 +01:00
Ian Leonard
ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Bruno Randolf
d0bc38b904 horst: Update to version 4.2 2014-10-01 10:40:47 +01:00
Bruno Randolf
7bab6e0995 horst: update to version 4.1
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).
2014-09-26 12:18:56 +01:00
Bruno Randolf
8ea4c37e8d horst: Updade copyright, add maintainer and license tags 2014-09-20 18:34:21 +01:00
Bruno Randolf
6bf622bb51 horst: Add horst version 4.0
Signed-off-by: Bruno Randolf <br1@einfach.org>
2014-08-01 14:49:43 +01:00