* [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
* [ptxdist] [PATCH 2/2] Revert "bc: move to staging"
2025-02-08 13:54 [ptxdist] [PATCH 1/2] bc: version bump 1.06 -> 1.08.1 Bruno Thomsen
@ 2025-02-08 13:54 ` Bruno Thomsen
2025-02-14 9:54 ` Michael Olbrich
` (2 more replies)
2025-02-17 7:24 ` [ptxdist] [APPLIED] bc: version bump 1.06 -> 1.08.1 Michael Olbrich
1 sibling, 3 replies; 6+ messages in thread
From: Bruno Thomsen @ 2025-02-08 13:54 UTC (permalink / raw)
To: ptxdist; +Cc: bruno.thomsen
Package has been updated to latest upstream release from 2025-01-05.
This reverts commit 2122af0385cbb59ef051751663a416292ea78279.
---
rules/bc.in | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/rules/bc.in b/rules/bc.in
index 6f8a899c9..e5776610c 100644
--- a/rules/bc.in
+++ b/rules/bc.in
@@ -1,6 +1,4 @@
-## SECTION=staging
-## old section:
-### SECTION=shell_and_console
+## SECTION=shell_and_console
config BC
tristate
prompt "bc"
@@ -11,9 +9,5 @@ config BC
interactive execution of statements. bc is a utility included in the
POSIX P1003.2/D11 draft standard.
- STAGING: remove in PTXdist 2026.03.0
- Unmaintained in PTXdist, fails to build with current toolchains.
- Needs updating to the latest version.
-
comment "BusyBox' bc is selected!"
depends on BUSYBOX_BC
--
2.48.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 2/2] Revert "bc: move to staging"
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
2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2025-02-14 9:54 UTC (permalink / raw)
To: Bruno Thomsen; +Cc: ptxdist
On Sat, Feb 08, 2025 at 02:54:26PM +0100, Bruno Thomsen wrote:
> Package has been updated to latest upstream release from 2025-01-05.
>
> This reverts commit 2122af0385cbb59ef051751663a416292ea78279.
All patches need a Signed-off-by. No need to resend, just reply with a
Signed-off-by line to the original mail.
Michael
> ---
> rules/bc.in | 8 +-------
> 1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/rules/bc.in b/rules/bc.in
> index 6f8a899c9..e5776610c 100644
> --- a/rules/bc.in
> +++ b/rules/bc.in
> @@ -1,6 +1,4 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=shell_and_console
> +## SECTION=shell_and_console
> config BC
> tristate
> prompt "bc"
> @@ -11,9 +9,5 @@ config BC
> interactive execution of statements. bc is a utility included in the
> POSIX P1003.2/D11 draft standard.
>
> - STAGING: remove in PTXdist 2026.03.0
> - Unmaintained in PTXdist, fails to build with current toolchains.
> - Needs updating to the latest version.
> -
> comment "BusyBox' bc is selected!"
> depends on BUSYBOX_BC
> --
> 2.48.1
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 2/2] Revert "bc: move to staging"
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
2 siblings, 0 replies; 6+ messages in thread
From: Bruno Thomsen @ 2025-02-14 22:37 UTC (permalink / raw)
To: ptxdist
Den lør. 8. feb. 2025 kl. 14.54 skrev Bruno Thomsen <bruno.thomsen@gmail.com>:
>
> Package has been updated to latest upstream release from 2025-01-05.
>
> This reverts commit 2122af0385cbb59ef051751663a416292ea78279.
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> ---
> rules/bc.in | 8 +-------
> 1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/rules/bc.in b/rules/bc.in
> index 6f8a899c9..e5776610c 100644
> --- a/rules/bc.in
> +++ b/rules/bc.in
> @@ -1,6 +1,4 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=shell_and_console
> +## SECTION=shell_and_console
> config BC
> tristate
> prompt "bc"
> @@ -11,9 +9,5 @@ config BC
> interactive execution of statements. bc is a utility included in the
> POSIX P1003.2/D11 draft standard.
>
> - STAGING: remove in PTXdist 2026.03.0
> - Unmaintained in PTXdist, fails to build with current toolchains.
> - Needs updating to the latest version.
> -
> comment "BusyBox' bc is selected!"
> depends on BUSYBOX_BC
> --
> 2.48.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [APPLIED] Revert "bc: move to staging"
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 ` Michael Olbrich
2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2025-02-17 7:24 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as 3158faa3e66b60d5a6821bedcf7eabee693aa15e.
Michael
[sent from post-receive hook]
On Mon, 17 Feb 2025 08:24:46 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Package has been updated to latest upstream release from 2025-01-05.
>
> This reverts commit 2122af0385cbb59ef051751663a416292ea78279.
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250208135426.130640-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/bc.in b/rules/bc.in
> index 6f8a899c9d15..e5776610cd34 100644
> --- a/rules/bc.in
> +++ b/rules/bc.in
> @@ -1,6 +1,4 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=shell_and_console
> +## SECTION=shell_and_console
> config BC
> tristate
> prompt "bc"
> @@ -11,9 +9,5 @@ config BC
> interactive execution of statements. bc is a utility included in the
> POSIX P1003.2/D11 draft standard.
>
> - STAGING: remove in PTXdist 2026.03.0
> - Unmaintained in PTXdist, fails to build with current toolchains.
> - Needs updating to the latest version.
> -
> comment "BusyBox' bc is selected!"
> depends on BUSYBOX_BC
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [APPLIED] bc: version bump 1.06 -> 1.08.1
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-17 7:24 ` Michael Olbrich
1 sibling, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2025-02-17 7:24 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as b43585eaae06f5a662498d927e0b37a517c537e4.
Michael
[sent from post-receive hook]
On Mon, 17 Feb 2025 08:24:45 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> 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>
> Message-Id: <20250208135426.130640-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/bc.make b/rules/bc.make
> index c23cf0707bc6..594f8741b884 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
^ 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