Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libtommath: bump to version 1.3.0
@ 2024-03-27 14:07 Francois Perrad
  0 siblings, 0 replies; 3+ messages in thread
From: Francois Perrad @ 2024-03-27 14:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/libtommath/Config.in       | 2 +-
 package/libtommath/libtommath.hash | 2 +-
 package/libtommath/libtommath.mk   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libtommath/Config.in b/package/libtommath/Config.in
index b2ffc722a..7447fb9eb 100644
--- a/package/libtommath/Config.in
+++ b/package/libtommath/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LIBTOMMATH
 	  LibTomMath is a free open source portable number theoretic
 	  multiple-precision integer library written entirely in C.
 
-	  http://www.libtom.net
+	  https://www.libtom.net
diff --git a/package/libtommath/libtommath.hash b/package/libtommath/libtommath.hash
index 4f5dd4023..4ce6057e0 100644
--- a/package/libtommath/libtommath.hash
+++ b/package/libtommath/libtommath.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f  ltm-1.2.1.tar.xz
+sha256  296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08  ltm-1.3.0.tar.xz
 
 # Hashes for license files:
 sha256  2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a  LICENSE
diff --git a/package/libtommath/libtommath.mk b/package/libtommath/libtommath.mk
index 7b5305faf..66b258641 100644
--- a/package/libtommath/libtommath.mk
+++ b/package/libtommath/libtommath.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBTOMMATH_VERSION = 1.2.1
+LIBTOMMATH_VERSION = 1.3.0
 LIBTOMMATH_SITE = https://github.com/libtom/libtommath/releases/download/v$(LIBTOMMATH_VERSION)
 LIBTOMMATH_SOURCE = ltm-$(LIBTOMMATH_VERSION).tar.xz
 LIBTOMMATH_LICENSE = Unlicense
-- 
2.40.1

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

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

* [Buildroot] [PATCH] package/libtommath: bump to version 1.3.0
@ 2024-04-03  8:43 Francois Perrad
  2024-04-08 20:50 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Francois Perrad @ 2024-04-03  8:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/libtommath/Config.in       | 2 +-
 package/libtommath/libtommath.hash | 2 +-
 package/libtommath/libtommath.mk   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libtommath/Config.in b/package/libtommath/Config.in
index b2ffc722a..7447fb9eb 100644
--- a/package/libtommath/Config.in
+++ b/package/libtommath/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LIBTOMMATH
 	  LibTomMath is a free open source portable number theoretic
 	  multiple-precision integer library written entirely in C.
 
-	  http://www.libtom.net
+	  https://www.libtom.net
diff --git a/package/libtommath/libtommath.hash b/package/libtommath/libtommath.hash
index 4f5dd4023..4ce6057e0 100644
--- a/package/libtommath/libtommath.hash
+++ b/package/libtommath/libtommath.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f  ltm-1.2.1.tar.xz
+sha256  296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08  ltm-1.3.0.tar.xz
 
 # Hashes for license files:
 sha256  2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a  LICENSE
diff --git a/package/libtommath/libtommath.mk b/package/libtommath/libtommath.mk
index 7b5305faf..66b258641 100644
--- a/package/libtommath/libtommath.mk
+++ b/package/libtommath/libtommath.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBTOMMATH_VERSION = 1.2.1
+LIBTOMMATH_VERSION = 1.3.0
 LIBTOMMATH_SITE = https://github.com/libtom/libtommath/releases/download/v$(LIBTOMMATH_VERSION)
 LIBTOMMATH_SOURCE = ltm-$(LIBTOMMATH_VERSION).tar.xz
 LIBTOMMATH_LICENSE = Unlicense
-- 
2.40.1

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

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

* Re: [Buildroot] [PATCH] package/libtommath: bump to version 1.3.0
  2024-04-03  8:43 [Buildroot] [PATCH] package/libtommath: bump to version 1.3.0 Francois Perrad
@ 2024-04-08 20:50 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-04-08 20:50 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

On Wed,  3 Apr 2024 10:43:16 +0200
Francois Perrad <francois.perrad@gadz.org> wrote:

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/libtommath/Config.in       | 2 +-
>  package/libtommath/libtommath.hash | 2 +-
>  package/libtommath/libtommath.mk   | 2 +-
>  3 files changed, 3 insertions(+), 3 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] 3+ messages in thread

end of thread, other threads:[~2024-04-08 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03  8:43 [Buildroot] [PATCH] package/libtommath: bump to version 1.3.0 Francois Perrad
2024-04-08 20:50 ` Thomas Petazzoni via buildroot
  -- strict thread matches above, loose matches on Subject: below --
2024-03-27 14:07 Francois Perrad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox