All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] dosfstools: bump to version 3.0.28
@ 2015-06-25 18:52 Gustavo Zacarias
  2015-06-25 21:49 ` Yann E. MORIN
  2015-06-26  7:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-06-25 18:52 UTC (permalink / raw)
  To: buildroot

Change to new homepage since maintainer changed as well.
Add hash file based on tarball signature file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dosfstools/Config.in       | 2 +-
 package/dosfstools/dosfstools.hash | 2 ++
 package/dosfstools/dosfstools.mk   | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 package/dosfstools/dosfstools.hash

diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
index 7f3481c..33c64b3 100644
--- a/package/dosfstools/Config.in
+++ b/package/dosfstools/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_DOSFSTOOLS
 	help
 	  Tools for creating and checking DOS FAT filesystems.
 
-	  http://www.daniel-baumann.ch/software/dosfstools/
+	  https://github.com/dosfstools/dosfstools
 
 if BR2_PACKAGE_DOSFSTOOLS
 
diff --git a/package/dosfstools/dosfstools.hash b/package/dosfstools/dosfstools.hash
new file mode 100644
index 0000000..f852195
--- /dev/null
+++ b/package/dosfstools/dosfstools.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2	dosfstools-3.0.28.tar.xz
diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
index 88c4fe8..b7f7d96 100644
--- a/package/dosfstools/dosfstools.mk
+++ b/package/dosfstools/dosfstools.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-DOSFSTOOLS_VERSION = 3.0.26
+DOSFSTOOLS_VERSION = 3.0.28
 DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz
-DOSFSTOOLS_SITE = http://daniel-baumann.ch/files/software/dosfstools
+DOSFSTOOLS_SITE = https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)
 DOSFSTOOLS_LICENSE = GPLv3+
 DOSFSTOOLS_LICENSE_FILES = COPYING
 
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] dosfstools: bump to version 3.0.28
  2015-06-25 18:52 [Buildroot] [PATCH] dosfstools: bump to version 3.0.28 Gustavo Zacarias
@ 2015-06-25 21:49 ` Yann E. MORIN
  2015-06-26  7:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-06-25 21:49 UTC (permalink / raw)
  To: buildroot

Gustavo, All,

On 2015-06-25 15:52 -0300, Gustavo Zacarias spake thusly:
> Change to new homepage since maintainer changed as well.
> Add hash file based on tarball signature file.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Build-tested only, both host and target variants; hash verified by
Buildroot.

Regards,
Yann E. MORIN.

> ---
>  package/dosfstools/Config.in       | 2 +-
>  package/dosfstools/dosfstools.hash | 2 ++
>  package/dosfstools/dosfstools.mk   | 4 ++--
>  3 files changed, 5 insertions(+), 3 deletions(-)
>  create mode 100644 package/dosfstools/dosfstools.hash
> 
> diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
> index 7f3481c..33c64b3 100644
> --- a/package/dosfstools/Config.in
> +++ b/package/dosfstools/Config.in
> @@ -5,7 +5,7 @@ config BR2_PACKAGE_DOSFSTOOLS
>  	help
>  	  Tools for creating and checking DOS FAT filesystems.
>  
> -	  http://www.daniel-baumann.ch/software/dosfstools/
> +	  https://github.com/dosfstools/dosfstools
>  
>  if BR2_PACKAGE_DOSFSTOOLS
>  
> diff --git a/package/dosfstools/dosfstools.hash b/package/dosfstools/dosfstools.hash
> new file mode 100644
> index 0000000..f852195
> --- /dev/null
> +++ b/package/dosfstools/dosfstools.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated after checking pgp signature
> +sha256	ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2	dosfstools-3.0.28.tar.xz
> diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
> index 88c4fe8..b7f7d96 100644
> --- a/package/dosfstools/dosfstools.mk
> +++ b/package/dosfstools/dosfstools.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -DOSFSTOOLS_VERSION = 3.0.26
> +DOSFSTOOLS_VERSION = 3.0.28
>  DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz
> -DOSFSTOOLS_SITE = http://daniel-baumann.ch/files/software/dosfstools
> +DOSFSTOOLS_SITE = https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)
>  DOSFSTOOLS_LICENSE = GPLv3+
>  DOSFSTOOLS_LICENSE_FILES = COPYING
>  
> -- 
> 2.3.6
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150625/edf2368e/attachment-0001.asc>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] dosfstools: bump to version 3.0.28
  2015-06-25 18:52 [Buildroot] [PATCH] dosfstools: bump to version 3.0.28 Gustavo Zacarias
  2015-06-25 21:49 ` Yann E. MORIN
@ 2015-06-26  7:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-06-26  7:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Change to new homepage since maintainer changed as well.
 > Add hash file based on tarball signature file.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-26  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25 18:52 [Buildroot] [PATCH] dosfstools: bump to version 3.0.28 Gustavo Zacarias
2015-06-25 21:49 ` Yann E. MORIN
2015-06-26  7:44 ` Peter Korsgaard

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.