All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/oath-toolkit: bump version to 2.6.13
@ 2025-12-23 19:45 Julien Olivain via buildroot
  2026-01-02 20:56 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain via buildroot @ 2025-12-23 19:45 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

For release announce, see:
https://mail.gnu.org/archive/html/oath-toolkit-help/2025-07/msg00000.html

The COPYING license file had minor updates in [1] and other license
files were removed from the source archive. This commit refect those
changes.

[1] https://codeberg.org/oath-toolkit/oath-toolkit/commit/e0fcb3b73d788f0cafdaff0a069e8273d9987777

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested in:
https://gitlab.com/jolivain/buildroot/-/pipelines/2230445114
---
 package/oath-toolkit/oath-toolkit.hash | 13 +++++--------
 package/oath-toolkit/oath-toolkit.mk   |  8 ++------
 2 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/package/oath-toolkit/oath-toolkit.hash b/package/oath-toolkit/oath-toolkit.hash
index a89dd6bb94..d44b7bb742 100644
--- a/package/oath-toolkit/oath-toolkit.hash
+++ b/package/oath-toolkit/oath-toolkit.hash
@@ -1,12 +1,9 @@
 # After checking pgp signature from:
-# https://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.12.tar.gz.sig
+# https://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.13.tar.gz.sig
 # using key A3CC9C870B9D310ABAD4CF2F51722B08FE4745A2
 # From release announce:
-# https://mail.gnu.org/archive/html/oath-toolkit-help/2024-10/msg00002.html
-sha1  0bfb6ad29d59628487c9e180c7a43f4ca301e4d1  oath-toolkit-2.6.12.tar.gz
-sha256  cafdf739b1ec4b276441c6aedae6411434bbd870071f66154b909cc6e2d9e8ba  oath-toolkit-2.6.12.tar.gz
+# https://mail.gnu.org/archive/html/oath-toolkit-help/2025-07/msg00000.html
+sha1  62807099befb8141e429d3e38750772041ea9056  oath-toolkit-2.6.13.tar.gz
+sha256  5b5d82e9a4455206d24fcbd7ee58bf4c79398a2e67997d80bd45ae927586b18b  oath-toolkit-2.6.13.tar.gz
 # Locally calculated
-sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
-sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  liboath/COPYING
-sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  oathtool/COPYING
-sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  pam_oath/COPYING
+sha256  3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986  COPYING
diff --git a/package/oath-toolkit/oath-toolkit.mk b/package/oath-toolkit/oath-toolkit.mk
index 5e8fabb05b..37b00a8241 100644
--- a/package/oath-toolkit/oath-toolkit.mk
+++ b/package/oath-toolkit/oath-toolkit.mk
@@ -4,14 +4,10 @@
 #
 ################################################################################
 
-OATH_TOOLKIT_VERSION = 2.6.12
+OATH_TOOLKIT_VERSION = 2.6.13
 OATH_TOOLKIT_SITE = https://download.savannah.nongnu.org/releases/oath-toolkit
 OATH_TOOLKIT_LICENSE = GPL-3.0+ (tools), LGPL-2.1+ (libraries)
-OATH_TOOLKIT_LICENSE_FILES = \
-	COPYING \
-	liboath/COPYING \
-	oathtool/COPYING \
-	pam_oath/COPYING
+OATH_TOOLKIT_LICENSE_FILES = COPYING
 OATH_TOOLKIT_CPE_ID_VENDOR = nongnu
 OATH_TOOLKIT_CPE_ID_PRODUCT = oath_toolkit
 OATH_TOOLKIT_INSTALL_STAGING = YES
-- 
2.52.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/oath-toolkit: bump version to 2.6.13
  2025-12-23 19:45 [Buildroot] [PATCH 1/1] package/oath-toolkit: bump version to 2.6.13 Julien Olivain via buildroot
@ 2026-01-02 20:56 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-02 20:56 UTC (permalink / raw)
  To: Julien Olivain via buildroot; +Cc: Julien Olivain

On Tue, 23 Dec 2025 20:45:47 +0100
Julien Olivain via buildroot <buildroot@buildroot.org> wrote:

> For release announce, see:
> https://mail.gnu.org/archive/html/oath-toolkit-help/2025-07/msg00000.html
> 
> The COPYING license file had minor updates in [1] and other license
> files were removed from the source archive. This commit refect those
> changes.
> 
> [1] https://codeberg.org/oath-toolkit/oath-toolkit/commit/e0fcb3b73d788f0cafdaff0a069e8273d9987777
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> Patch tested in:
> https://gitlab.com/jolivain/buildroot/-/pipelines/2230445114
> ---
>  package/oath-toolkit/oath-toolkit.hash | 13 +++++--------
>  package/oath-toolkit/oath-toolkit.mk   |  8 ++------
>  2 files changed, 7 insertions(+), 14 deletions(-)

Applied to master, 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] 2+ messages in thread

end of thread, other threads:[~2026-01-02 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 19:45 [Buildroot] [PATCH 1/1] package/oath-toolkit: bump version to 2.6.13 Julien Olivain via buildroot
2026-01-02 20:56 ` 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.