All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/cppunit: bump version to 1.14.0
@ 2019-10-27 11:05 Bernd Kuhls
  2019-10-27 11:49 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2019-10-27 11:05 UTC (permalink / raw)
  To: buildroot

Release notes:
https://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS

Added sha256 hash provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: fixed sha512 hash and added license hash (Thomas)

 package/cppunit/cppunit.hash | 6 ++++--
 package/cppunit/cppunit.mk   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/cppunit/cppunit.hash b/package/cppunit/cppunit.hash
index a097e3256d..c8084999ef 100644
--- a/package/cppunit/cppunit.hash
+++ b/package/cppunit/cppunit.hash
@@ -1,5 +1,7 @@
 # hash from: http://www.freedesktop.org/wiki/Software/cppunit/:
-md5	d1c6bdd5a76c66d2c38331e2d287bc01  cppunit-1.13.2.tar.gz
+md5	7ad93022171710a541bfe4bfd8b4a381  cppunit-1.14.0.tar.gz
+sha256	3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780  cppunit-1.14.0.tar.gz
 
 # Locally calculated:
-sha512	8f4be569f321d577cec31931f49f4df143bc94e283605509b6ea50c60690aa91a2aed940e7eebd4b2413a4218f9a6c3978d312d8e587eab040283c6563846ecd  cppunit-1.13.2.tar.gz
+sha512	4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e  cppunit-1.14.0.tar.gz
+sha256	badf14d0aa3eaf1a7ae5f19a47a8ef2fc71a96802c4bc3d354535693c389f4e5  COPYING
diff --git a/package/cppunit/cppunit.mk b/package/cppunit/cppunit.mk
index db01b70bec..6d771f331b 100644
--- a/package/cppunit/cppunit.mk
+++ b/package/cppunit/cppunit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CPPUNIT_VERSION = 1.13.2
+CPPUNIT_VERSION = 1.14.0
 CPPUNIT_SITE = http://dev-www.libreoffice.org/src
 CPPUNIT_INSTALL_STAGING = YES
 CPPUNIT_LICENSE = LGPL-2.1
-- 
2.20.1

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

* [Buildroot] [PATCH v2 1/1] package/cppunit: bump version to 1.14.0
  2019-10-27 11:05 [Buildroot] [PATCH v2 1/1] package/cppunit: bump version to 1.14.0 Bernd Kuhls
@ 2019-10-27 11:49 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-27 11:49 UTC (permalink / raw)
  To: buildroot

On Sun, 27 Oct 2019 12:05:21 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> diff --git a/package/cppunit/cppunit.hash b/package/cppunit/cppunit.hash
> index a097e3256d..c8084999ef 100644
> --- a/package/cppunit/cppunit.hash
> +++ b/package/cppunit/cppunit.hash
> @@ -1,5 +1,7 @@
>  # hash from: http://www.freedesktop.org/wiki/Software/cppunit/:
> -md5	d1c6bdd5a76c66d2c38331e2d287bc01  cppunit-1.13.2.tar.gz
> +md5	7ad93022171710a541bfe4bfd8b4a381  cppunit-1.14.0.tar.gz
> +sha256	3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780  cppunit-1.14.0.tar.gz
>  
>  # Locally calculated:
> -sha512	8f4be569f321d577cec31931f49f4df143bc94e283605509b6ea50c60690aa91a2aed940e7eebd4b2413a4218f9a6c3978d312d8e587eab040283c6563846ecd  cppunit-1.13.2.tar.gz
> +sha512	4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e  cppunit-1.14.0.tar.gz

I've dropped the sha512 hash entirely: in other packages, a sha256 hash
is sufficient.

> +sha256	badf14d0aa3eaf1a7ae5f19a47a8ef2fc71a96802c4bc3d354535693c389f4e5  COPYING

That was not mentioned in the commit log.

Applied with these minor nits fixed.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-10-27 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-27 11:05 [Buildroot] [PATCH v2 1/1] package/cppunit: bump version to 1.14.0 Bernd Kuhls
2019-10-27 11:49 ` 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.