mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] bc: version bump 1.06 -> 1.08.1
@ 2025-02-08 13:54 Bruno Thomsen
  2025-02-08 13:54 ` [ptxdist] [PATCH 2/2] Revert "bc: move to staging" Bruno Thomsen
  2025-02-17  7:24 ` [ptxdist] [APPLIED] bc: version bump 1.06 -> 1.08.1 Michael Olbrich
  0 siblings, 2 replies; 6+ messages in thread
From: Bruno Thomsen @ 2025-02-08 13:54 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Compression type changed from tar.gz to tar.xz.

License changed from GPL-2.0-or-later to GPL-3.0-or-later so md5sum
has been updated.

Licensing from web site[1]:

bc is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your option)
any later version.

[1] https://www.gnu.org/software/bc/

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/bc.make | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/rules/bc.make b/rules/bc.make
index c23cf0707..594f8741b 100644
--- a/rules/bc.make
+++ b/rules/bc.make
@@ -15,17 +15,17 @@ PACKAGES-$(PTXCONF_BC) += bc
 #
 # Paths and names
 #
-BC_VERSION	:= 1.06
-BC_MD5		:= d44b5dddebd8a7a7309aea6c36fda117
+BC_VERSION	:= 1.08.1
+BC_MD5		:= 26c11787a7a1d76de8a2ac3a7ba92098
 BC		:= bc-$(BC_VERSION)
-BC_SUFFIX	:= tar.gz
+BC_SUFFIX	:= tar.xz
 BC_URL		:= $(call ptx/mirror, GNU, bc/$(BC).$(BC_SUFFIX))
 BC_SOURCE	:= $(SRCDIR)/$(BC).$(BC_SUFFIX)
 BC_DIR		:= $(BUILDDIR)/$(BC)
-BC_LICENSE	:= GPL-2.0-or-later
+BC_LICENSE	:= GPL-3.0-or-later
 BC_LICENSE_FILES	:= \
-	file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-	file://bc/bc.c;startline=47;endline=73;md5=944528275142ba90c112735cf0cbc7d1
+	file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+	file://bc/bc.c;startline=3;endline=46;md5=d65c804470e1c96f665f0d07debdbc34
 
 # ----------------------------------------------------------------------------
 # Prepare

base-commit: 5569375a9988a028bed77005c9d293c6cba2a2c3
-- 
2.48.1




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

end of thread, other threads:[~2025-02-17  7:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-08 13:54 [ptxdist] [PATCH 1/2] bc: version bump 1.06 -> 1.08.1 Bruno Thomsen
2025-02-08 13:54 ` [ptxdist] [PATCH 2/2] Revert "bc: move to staging" Bruno Thomsen
2025-02-14  9:54   ` Michael Olbrich
2025-02-14 22:37   ` Bruno Thomsen
2025-02-17  7:24   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-02-17  7:24 ` [ptxdist] [APPLIED] bc: version bump 1.06 -> 1.08.1 Michael Olbrich

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