* [Buildroot] [PATCH 1/1] package/tcl: bump to version 8.6.13
@ 2023-09-16 17:48 Julien Olivain
2023-09-17 12:39 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2023-09-16 17:48 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
For release note, see:
https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/tcltk-release-notes-8.6.13.txt
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested on branch master at commit 9584c80 with commands:
make check-package
...
0 warnings generated
utils/test-pkg -a -p tcl
...
45 builds, 4 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
---
package/tcl/tcl.hash | 2 +-
package/tcl/tcl.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
index 2b82a1938b..109ea3d79c 100644
--- a/package/tcl/tcl.hash
+++ b/package/tcl/tcl.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6 tcl8.6.12-src.tar.gz
+sha256 43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066 tcl8.6.13-src.tar.gz
sha256 c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16 license.terms
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index 97754b63d0..843d58a4ae 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -5,7 +5,7 @@
################################################################################
TCL_VERSION_MAJOR = 8.6
-TCL_VERSION = $(TCL_VERSION_MAJOR).12
+TCL_VERSION = $(TCL_VERSION_MAJOR).13
TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
TCL_LICENSE = TCL
--
2.41.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/tcl: bump to version 8.6.13
2023-09-16 17:48 [Buildroot] [PATCH 1/1] package/tcl: bump to version 8.6.13 Julien Olivain
@ 2023-09-17 12:39 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-09-17 12:39 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
Julien, All,
On 2023-09-16 19:48 +0200, Julien Olivain spake thusly:
> For release note, see:
> https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/tcltk-release-notes-8.6.13.txt
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> Patch tested on branch master at commit 9584c80 with commands:
>
> make check-package
> ...
> 0 warnings generated
>
> utils/test-pkg -a -p tcl
> ...
> 45 builds, 4 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
> ---
> package/tcl/tcl.hash | 2 +-
> package/tcl/tcl.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
> index 2b82a1938b..109ea3d79c 100644
> --- a/package/tcl/tcl.hash
> +++ b/package/tcl/tcl.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6 tcl8.6.12-src.tar.gz
> +sha256 43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066 tcl8.6.13-src.tar.gz
> sha256 c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16 license.terms
> diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
> index 97754b63d0..843d58a4ae 100644
> --- a/package/tcl/tcl.mk
> +++ b/package/tcl/tcl.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> TCL_VERSION_MAJOR = 8.6
> -TCL_VERSION = $(TCL_VERSION_MAJOR).12
> +TCL_VERSION = $(TCL_VERSION_MAJOR).13
> TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
> TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
> TCL_LICENSE = TCL
> --
> 2.41.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2023-09-17 12:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16 17:48 [Buildroot] [PATCH 1/1] package/tcl: bump to version 8.6.13 Julien Olivain
2023-09-17 12:39 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox