From: Fabrice Fontaine Date: Sun, 3 Jan 2021 22:53:24 +0000 (+0100) Subject: package/dcron: switch site, bump version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a0d4e6a06adee0c0e89ea555e257ff50eb72838;p=buildroot.git package/dcron: switch site, bump version - Use github as a source site, to get a newer version than 4.5, which was released in May 2011 - Add upstream link to patch - Use the new COPYING file - Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch b/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch index c838063e03..6abc3105e4 100644 --- a/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch +++ b/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch @@ -4,6 +4,7 @@ Date: Sat, 20 Jul 2019 00:27:31 -0300 Subject: [PATCH] main.c: add newline to logfile openning error message Signed-off-by: Carlos Santos +[Upstream status: https://github.com/dubiousjim/dcron/pull/22] --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dcron/dcron.hash b/package/dcron/dcron.hash index 3e53ddc25f..35b02eb78b 100644 --- a/package/dcron/dcron.hash +++ b/package/dcron/dcron.hash @@ -1,2 +1,3 @@ # Locally calculated -sha256 9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824 dcron-4.5.tar.gz +sha256 5a53930ba27b57c06c3b03635788cf569990283bde8ea9c1ee820e13f988288d dcron-1ba33c3325df48de46263276a43ed76cf9d81518.tar.gz +sha256 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7 COPYING diff --git a/package/dcron/dcron.mk b/package/dcron/dcron.mk index 51ebb18745..f0c3efbf8f 100644 --- a/package/dcron/dcron.mk +++ b/package/dcron/dcron.mk @@ -4,10 +4,10 @@ # ################################################################################ -DCRON_VERSION = 4.5 -DCRON_SITE = http://www.jimpryor.net/linux/releases -# The source code does not specify the version of the GPL that is used. -DCRON_LICENSE = GPL +DCRON_VERSION = 1ba33c3325df48de46263276a43ed76cf9d81518 +DCRON_SITE = $(call github,dubiousjim,dcron,$(DCRON_VERSION)) +DCRON_LICENSE = GPL-2.0+ +DCRON_LICENSE_FILES = COPYING define DCRON_BUILD_CMDS $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)