Commit Graph

63 Commits

Author SHA1 Message Date
Othmar Truniger eb7d40509e knxd: bump to upstream version 0.14.61
Signed-off-by: Othmar Truniger <github@truniger.ch>
2024-02-07 17:45:06 +08:00
Othmar Truniger 20dca3c4df knxd: bump to upstream version 0.14.60
Signed-off-by: Othmar Truniger <github@truniger.ch>
2024-01-10 16:22:08 +01:00
Othmar Truniger f2f9ec1253 knxd: new upstream version 0.14.59
Signed-off-by: Othmar Truniger <github@truniger.ch>
2023-07-24 22:41:48 -07:00
Othmar Truniger f8ae64cf96 knxd: bump to new upstream release 0.14.58
Signed-off-by: Othmar Truniger <github@truniger.ch>
2023-04-18 17:31:42 +03:00
Othmar Truniger b493b91d9a knxd: bump to upstream version 0.14.56
Signed-off-by: Othmar Truniger <github@truniger.ch>
2022-11-11 15:09:42 -08:00
Othmar Truniger 707f7253c2 knxd: bump to new upstream version 0.14.54
Signed-off-by: Othmar Truniger <github@truniger.ch>
2022-10-31 12:26:45 -07:00
Sergey V. Lobanov ae7b158723 knxd: fix build on macos
knxd compilation fails on macos due to clang does not support
exit() builtin function that is used to detect build cc

This commit adds a patch to fix this issue (replaces `exit 0` by
`return 0` in conftest.c)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-30 23:08:41 -08:00
Othmar Truniger a2ba5e57cb knxd: bump to new upstream version 0.14.53
Signed-off-by: Othmar Truniger <github@truniger.ch>
2022-01-17 20:52:03 -08:00
Rosen Penev 33181c98a4 knxd: fix compilation with newer glibc
the link variable conflicts with the link() function.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-01-08 20:41:13 -08:00
Othmar Truniger f2f4649783 knxd: bump to upstream version 0.14.52
Signed-off-by: Othmar Truniger <github@truniger.ch>
2021-12-07 12:23:38 -08:00
Othmar Truniger 55711c25ee knxd: pumb to upstream version 0.14.51
Signed-off-by: Othmar Truniger <github@truniger.ch>
2021-04-28 23:30:44 -07:00
Othmar Truniger e236ffb2ce knxd: new upstream version 0.14.50
Signed-off-by: Othmar Truniger <github@truniger.ch>
2021-03-21 11:54:34 -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
Rosen Penev 0b37205d21
knxd: fix compilation without sys/cdefs
sys/cdefs.h does not come with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:25:04 -07:00
Othmar Truniger ddbf62c949 knxd: bump to version 0.14.39
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-18 17:42:06 +02:00
Othmar Truniger 726db21424 knxd: backport fix for usblowlever.cpp from upstream
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-03 16:59:25 +02:00
Othmar Truniger 83d0504585 knxd: bump to upstream version 0.14.38
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-01 10:08:24 +02:00
Othmar Truniger 33fb579a41 knxd: bump to version 0.14.37
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-05-13 14:12:50 +02:00
Othmar Truniger a687798ac3 knxd: bump to version 0.14.35
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-04-09 19:29:47 +02:00
Othmar Truniger 9db03d90c2 knxd: bump to version 0.14.31
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-02-23 09:50:47 +01:00
Othmar Truniger 615a4ae9d7 knxd: adjust startup files to better comply with procd
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-12-17 15:49:15 +01:00
Rosen Penev 5a7ac1d83b knxd: Makefile cleanups
argp-standalone is only needed for non GLIBC targets.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed unnecessary C/LDFLAGS.

Remove libstdcpp depends. It's included with libfmt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-15 12:16:13 -07: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
Othmar Truniger e1e7c39c2b knxd: bump to version 0.14.29
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-01-19 19:11:25 +01:00
Rosen Penev d73242f32e
knxd: Update to 0.14.25 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 11:50:12 -07:00
Othmar Truniger dbe8f4099f knxd: add dependency on libfmt (closes #5793)
Signed-off-by: Othmar Truniger <github@truniger.ch>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:37:31 +02:00
Othmar Truniger c60d59c4f6 knxd: bump to upstream version 0.14.24
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-02-12 19:26:32 +01:00
Patrick Grimm 596e228884 knxd: Fix typo in sh vars „send-delay“ and „client-addrs“
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 15:58:24 +02:00
Patrick Grimm ade26942ac knxd: Add uci config and knxd_args to ini convert
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 14:51:22 +02:00
Patrick Grimm 53caa112be knxd: Fix config file location and init script.
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 14:12:48 +02:00
Etienne Champetier e24e7f167e knxd: fixup PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-30 13:04:53 -07:00
Michael Heimpold f20f9a69d1 Merge pull request #4779 from tru7/master
knxd: adopt structure and versioning from new upstream stable release
2017-08-30 21:50:50 +02: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
Othmar Truniger f161177524 knxd: adopt structure and versioning from new upstream stable release
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-08-28 21:33:59 +02:00
Othmar Truniger efdb8b08c7 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-01-18 22:30:36 +01:00
Othmar Truniger 689277a901 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-10-09 08:27:43 +02:00
Othmar Truniger 8bd81e6537 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-03-13 12:02:31 +01:00
Patrick Grimm 17b4577390 knxd: add one uci option for one cmdline arg. add a lot comments in the config file (closes #2233)
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Acked-by: Othmar Truniger <github@truniger.ch>

[Squashed patches from PR into single one, bump PKG_RELEASE]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-04 23:13:44 +01:00
Patrick Grimm 9d549c36b0 knxd: use procd (refs #2233)
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Acked-by: Othmar Truniger <github@truniger.ch>

[Squashed patches from PR]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-04 23:13:35 +01:00
Othmar Truniger 3ccbb9e011 knxd: bump new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-12-31 17:10:25 +01:00
Othmar Truniger 93c8077856 knxd: bump new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-12-27 18:03:23 +01:00
Othmar Truniger ca3ec08ee7 knxd: new version, force gcc instead of g++, simplify package structure
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-07-19 22:44:36 +02:00
Ted Hess e470ae5ccf knxd: Fix build dependencies w/argp-standalone, add libstdcpp
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-04 17:33:23 -04:00
Othmar Truniger 77cee81ca0 knxd: fix musl compatibility
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-27 21:49:25 +02:00
Othmar Truniger def24612af knxd: revert to older version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-02 20:21:53 +02:00
Othmar Truniger 10d6da7d46 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-05-31 16:00:02 +02:00
Othmar Truniger 8b58c7f207 knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-05-20 19:31:48 +02:00
Othmar Truniger b80bba0d9f knxd: fix dependency in makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-31 21:13:08 +02:00
Othmar Truniger 98622bb83e knxd: tune Makefile, new upstream version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-17 21:11:31 +01:00
Michael Heimpold a3f364b32b knxd: streamline makefile
- use https URL for fetching sources from GitHub, otherwise cloning
  sources could stall buildbots by asking to accept a/the SSH host key
- do not _depend_ on DEPENDS but _select_ them, so the package(s) always
  appear in menuconfig, not only when all dependencies are already
  selected --> dependencies are automatically pulled in when package
  is selected by user
- use PKG_INSTALL
- factor out the libeibclient library as own package
- use CONFIGURE_ARGS instead of dedicated Build/Configure
- same for TARGET_CFLAGS and Build/Compile
- do not include /etc/functions, already included by /etc/rc.common

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 22:50:56 +01:00