All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sdbus-cpp: bump to version 1.3.0
@ 2023-08-29 19:17 Sergey Bobrenok
  2023-08-29 21:31 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Bobrenok @ 2023-08-29 19:17 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Bobrenok

Changelog:
https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.3.0

Signed-off-by: Sergey Bobrenok <bobrofon@gmail.com>
---
 package/sdbus-cpp/sdbus-cpp.hash | 2 +-
 package/sdbus-cpp/sdbus-cpp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sdbus-cpp/sdbus-cpp.hash b/package/sdbus-cpp/sdbus-cpp.hash
index 169fad2807..5b2391db50 100644
--- a/package/sdbus-cpp/sdbus-cpp.hash
+++ b/package/sdbus-cpp/sdbus-cpp.hash
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  7f7231904abb6a996b8c18ddc5fb50078ef5dff5191649abf9f127aff41d24e9  v1.2.0.tar.gz
+sha256  d44f59abdd64d8f1ca3af7db58bc6518cb081fc9ff16285c3d75a68f5c073d10  v1.3.0.tar.gz
 sha256  20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331  COPYING
 sha256  be43debbf06a38325616054a39e44ed5afde4ed21b99de197488a4a306d47e39  COPYING-LGPL-Exception
diff --git a/package/sdbus-cpp/sdbus-cpp.mk b/package/sdbus-cpp/sdbus-cpp.mk
index 0e8d74cfcd..52e5c50cd2 100644
--- a/package/sdbus-cpp/sdbus-cpp.mk
+++ b/package/sdbus-cpp/sdbus-cpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDBUS_CPP_VERSION = 1.2.0
+SDBUS_CPP_VERSION = 1.3.0
 SDBUS_CPP_SOURCE = v$(SDBUS_CPP_VERSION).tar.gz
 SDBUS_CPP_SITE = $(call github,Kistler-Group,sdbus-cpp,v$(SDBUS_CPP_VERSION))
 SDBUS_CPP_INSTALL_STAGING = YES
-- 
2.41.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/sdbus-cpp: bump to version 1.3.0
  2023-08-29 19:17 [Buildroot] [PATCH 1/1] package/sdbus-cpp: bump to version 1.3.0 Sergey Bobrenok
@ 2023-08-29 21:31 ` Thomas Petazzoni via buildroot
  2023-08-29 22:07   ` [Buildroot] [PATCH v2] " Sergey Bobrenok
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-29 21:31 UTC (permalink / raw)
  To: Sergey Bobrenok; +Cc: buildroot

Hello Sergey,

On Tue, 29 Aug 2023 22:17:09 +0300
Sergey Bobrenok <bobrofon@gmail.com> wrote:

> Changelog:
> https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.3.0
> 
> Signed-off-by: Sergey Bobrenok <bobrofon@gmail.com>
> ---
>  package/sdbus-cpp/sdbus-cpp.hash | 2 +-
>  package/sdbus-cpp/sdbus-cpp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks, but this breaks legal-info:

>>> sdbus-cpp 1.3.0 Collecting legal info
COPYING: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331)
ERROR: COPYING-LGPL-Exception has wrong sha256 hash:
ERROR: expected: be43debbf06a38325616054a39e44ed5afde4ed21b99de197488a4a306d47e39
ERROR: got     : a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657
ERROR: Incomplete download, or man-in-the-middle (MITM) attack
make: *** [package/sdbus-cpp/sdbus-cpp.mk:17: sdbus-cpp-legal-info] Error 1

When you update the hash for the license files, you need to explain in
the commit log why they are changed (by doing a diff of the license
file before/after, and summarize those changes).

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH v2] package/sdbus-cpp: bump to version 1.3.0
  2023-08-29 21:31 ` Thomas Petazzoni via buildroot
@ 2023-08-29 22:07   ` Sergey Bobrenok
  2023-08-30 21:58     ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Bobrenok @ 2023-08-29 22:07 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Bobrenok, Thomas Petazzoni

Changelog:
https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.3.0

A trailing whitespace was removed in the COPYING-LGPL-Exception file,
so the hash differs.
https://github.com/Kistler-Group/sdbus-cpp/commit/dcd9d46b9c5e5011dc7170e9d081bcf80096fd15

Signed-off-by: Sergey Bobrenok <bobrofon@gmail.com>

---
Changes v1 -> v2:
  - updated COPYING-LGPL-Exception hash

---
 package/sdbus-cpp/sdbus-cpp.hash | 4 ++--
 package/sdbus-cpp/sdbus-cpp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdbus-cpp/sdbus-cpp.hash b/package/sdbus-cpp/sdbus-cpp.hash
index 169fad2807..f5fc8d6868 100644
--- a/package/sdbus-cpp/sdbus-cpp.hash
+++ b/package/sdbus-cpp/sdbus-cpp.hash
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  7f7231904abb6a996b8c18ddc5fb50078ef5dff5191649abf9f127aff41d24e9  v1.2.0.tar.gz
+sha256  d44f59abdd64d8f1ca3af7db58bc6518cb081fc9ff16285c3d75a68f5c073d10  v1.3.0.tar.gz
 sha256  20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331  COPYING
-sha256  be43debbf06a38325616054a39e44ed5afde4ed21b99de197488a4a306d47e39  COPYING-LGPL-Exception
+sha256  a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657  COPYING-LGPL-Exception
diff --git a/package/sdbus-cpp/sdbus-cpp.mk b/package/sdbus-cpp/sdbus-cpp.mk
index 0e8d74cfcd..52e5c50cd2 100644
--- a/package/sdbus-cpp/sdbus-cpp.mk
+++ b/package/sdbus-cpp/sdbus-cpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDBUS_CPP_VERSION = 1.2.0
+SDBUS_CPP_VERSION = 1.3.0
 SDBUS_CPP_SOURCE = v$(SDBUS_CPP_VERSION).tar.gz
 SDBUS_CPP_SITE = $(call github,Kistler-Group,sdbus-cpp,v$(SDBUS_CPP_VERSION))
 SDBUS_CPP_INSTALL_STAGING = YES
-- 
2.41.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/sdbus-cpp: bump to version 1.3.0
  2023-08-29 22:07   ` [Buildroot] [PATCH v2] " Sergey Bobrenok
@ 2023-08-30 21:58     ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-30 21:58 UTC (permalink / raw)
  To: Sergey Bobrenok; +Cc: buildroot

On Wed, 30 Aug 2023 01:07:34 +0300
Sergey Bobrenok <bobrofon@gmail.com> wrote:

> Changelog:
> https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.3.0
> 
> A trailing whitespace was removed in the COPYING-LGPL-Exception file,
> so the hash differs.
> https://github.com/Kistler-Group/sdbus-cpp/commit/dcd9d46b9c5e5011dc7170e9d081bcf80096fd15
> 
> Signed-off-by: Sergey Bobrenok <bobrofon@gmail.com>
> 
> ---
> Changes v1 -> v2:
>   - updated COPYING-LGPL-Exception hash

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-30 21:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 19:17 [Buildroot] [PATCH 1/1] package/sdbus-cpp: bump to version 1.3.0 Sergey Bobrenok
2023-08-29 21:31 ` Thomas Petazzoni via buildroot
2023-08-29 22:07   ` [Buildroot] [PATCH v2] " Sergey Bobrenok
2023-08-30 21:58     ` Thomas Petazzoni via buildroot

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.