All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/dcron: switch site, bump version
@ 2021-01-19 21:04 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2021-01-19 21:04 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=8a0d4e6a06adee0c0e89ea555e257ff50eb72838
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

- 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 <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 ...001-main.c-add-newline-to-logfile-openning-error-message.patch | 1 +
 package/dcron/dcron.hash                                          | 3 ++-
 package/dcron/dcron.mk                                            | 8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

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 <unixmania@gmail.com>
+[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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-19 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 21:04 [Buildroot] [git commit] package/dcron: switch site, bump version Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.