[Buildroot] [PATCH 1/2] package/tcl: bump to version 8.6.12

Subsystems: the rest

3 messages, 2 authors, 2021-12-17 · open the first message on its own page

[Buildroot] [PATCH 1/2] package/tcl: bump to version 8.6.12

From: Fabrice Fontaine <hidden>
Date: 2021-12-16 22:54:19

- Refresh patch
- Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <redacted>
---
 package/tcl/0001-dont-build-compat.patch | 14 +++++++-------
 package/tcl/tcl.hash                     |  4 ++--
 package/tcl/tcl.mk                       |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package/tcl/0001-dont-build-compat.patch b/package/tcl/0001-dont-build-compat.patch
index c0d5d85da7..7a7d959cd2 100644
--- a/package/tcl/0001-dont-build-compat.patch
+++ b/package/tcl/0001-dont-build-compat.patch
@@ -7,7 +7,7 @@ anything buildroot is using as a standard C library will be good enough
 to not have broken behavior.
 
 Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
-[Fabrice: Update for 8.6.9]
+[Fabrice: Update for 8.6.12]
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 ---
 
@@ -15,11 +15,11 @@ diff --git a/unix/tcl.m4 b/unix/tcl.m4
 --- a/unix/tcl.m4
 +++ b/unix/tcl.m4
 @@ -2725,7 +2725,7 @@ AC_DEFUN([SC_TCL_CHECK_BROKEN_FUNC],[
-     if test ["$tcl_ok"] = 1; then
- 	AC_CACHE_CHECK([proper ]$1[ implementation], [tcl_cv_]$1[_unbroken],
- 	    AC_TRY_RUN([[int main() {]$2[}]],[tcl_cv_]$1[_unbroken]=ok,
--		[tcl_cv_]$1[_unbroken]=broken,[tcl_cv_]$1[_unbroken]=unknown))
-+		[tcl_cv_]$1[_unbroken]=broken,[tcl_cv_]$1[_unbroken]=ok))
- 	if test ["$tcl_cv_]$1[_unbroken"] = "ok"; then
+ #include <stdlib.h>
+ #include <string.h>
+ int main() {]$2[}]]])],[tcl_cv_$1_unbroken=ok],
+-		[tcl_cv_$1_unbroken=broken],[tcl_cv_$1_unbroken=unknown]))
++		[tcl_cv_$1_unbroken=broken],[tcl_cv_$1_unbroken=unknown]))
+	if test ["$tcl_cv_]$1[_unbroken"] = "ok"; then
  	    tcl_ok=1
  	else
diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
index 913190b95c..2b82a1938b 100644
--- a/package/tcl/tcl.hash
+++ b/package/tcl/tcl.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e  tcl8.6.9-src.tar.gz
-sha256 c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16  license.terms
+sha256  26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6  tcl8.6.12-src.tar.gz
+sha256  c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16  license.terms
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index 7c456e89b3..97754b63d0 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).9
+TCL_VERSION = $(TCL_VERSION_MAJOR).12
 TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
 TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
 TCL_LICENSE = TCL
-- 
2.33.0

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

[Buildroot] [PATCH 2/2] package/tcllib: bump to version 1.20

From: Fabrice Fontaine <hidden>
Date: 2021-12-16 22:54:39

Update hash of license.terms (reformatting with
https://github.com/tcltk/tcllib/commit/628ec67635e48f611c5462b7c574e44cd301f83e)

https://core.tcl-lang.org/tcllib/doc/tcllib-1-20/support/releases/history/README-1.20.txt

Signed-off-by: Fabrice Fontaine <redacted>
---
 package/tcllib/tcllib.hash | 6 ++++--
 package/tcllib/tcllib.mk   | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/package/tcllib/tcllib.hash b/package/tcllib/tcllib.hash
index d08b5a172a..fb80841998 100644
--- a/package/tcllib/tcllib.hash
+++ b/package/tcllib/tcllib.hash
@@ -1,3 +1,5 @@
+# From https://core.tcl-lang.org/tcllib/uv/tcllib-1.20.SHA256
+sha256  199e8ec7ee26220e8463bc84dd55c44965fc8ef4d4ac6e4684b2b1c03b1bd5b9  tcllib-1.20.tar.xz
+
 # Locally computed:
-sha256  0db9e17d6c0f44d3ca2df2ea5023e35c0f3767e7008c3cb26d201446eb68add1  tcllib-1.13.tar.bz2
-sha256  530ec70eb11a455bd582d86b6d74c2dd7cc367d90b8bbdd59fcb43ae02f95a4b  license.terms
+sha256  38e1f556213f4008cfd280457af57c76a1fe043dc026ece1c704c09b5f6e865c  license.terms
diff --git a/package/tcllib/tcllib.mk b/package/tcllib/tcllib.mk
index dfa35c8941..0f60eb8aca 100644
--- a/package/tcllib/tcllib.mk
+++ b/package/tcllib/tcllib.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-TCLLIB_VERSION = 1.13
-TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
+TCLLIB_VERSION = 1.20
+TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.xz
 TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
 TCLLIB_LICENSE = TCL
 TCLLIB_LICENSE_FILES = license.terms
-- 
2.33.0

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

Re: [Buildroot] [PATCH 1/2] package/tcl: bump to version 8.6.12

From: Arnout Vandecappelle <hidden>
Date: 2021-12-17 17:44:54


On 16/12/2021 23:53, Fabrice Fontaine wrote:
- Refresh patch
- Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <redacted>
  Both applied to master, thanks.

  Regards,
  Arnout
quoted hunk
---
  package/tcl/0001-dont-build-compat.patch | 14 +++++++-------
  package/tcl/tcl.hash                     |  4 ++--
  package/tcl/tcl.mk                       |  2 +-
  3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package/tcl/0001-dont-build-compat.patch b/package/tcl/0001-dont-build-compat.patch
index c0d5d85da7..7a7d959cd2 100644
--- a/package/tcl/0001-dont-build-compat.patch
+++ b/package/tcl/0001-dont-build-compat.patch
@@ -7,7 +7,7 @@ anything buildroot is using as a standard C library will be good enough
  to not have broken behavior.
  
  Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
-[Fabrice: Update for 8.6.9]
+[Fabrice: Update for 8.6.12]
  Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  ---
  
@@ -15,11 +15,11 @@ diff --git a/unix/tcl.m4 b/unix/tcl.m4
  --- a/unix/tcl.m4
  +++ b/unix/tcl.m4
  @@ -2725,7 +2725,7 @@ AC_DEFUN([SC_TCL_CHECK_BROKEN_FUNC],[
-     if test ["$tcl_ok"] = 1; then
- 	AC_CACHE_CHECK([proper ]$1[ implementation], [tcl_cv_]$1[_unbroken],
- 	    AC_TRY_RUN([[int main() {]$2[}]],[tcl_cv_]$1[_unbroken]=ok,
--		[tcl_cv_]$1[_unbroken]=broken,[tcl_cv_]$1[_unbroken]=unknown))
-+		[tcl_cv_]$1[_unbroken]=broken,[tcl_cv_]$1[_unbroken]=ok))
- 	if test ["$tcl_cv_]$1[_unbroken"] = "ok"; then
+ #include <stdlib.h>
+ #include <string.h>
+ int main() {]$2[}]]])],[tcl_cv_$1_unbroken=ok],
+-		[tcl_cv_$1_unbroken=broken],[tcl_cv_$1_unbroken=unknown]))
++		[tcl_cv_$1_unbroken=broken],[tcl_cv_$1_unbroken=unknown]))
+	if test ["$tcl_cv_]$1[_unbroken"] = "ok"; then
   	    tcl_ok=1
   	else
diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
index 913190b95c..2b82a1938b 100644
--- a/package/tcl/tcl.hash
+++ b/package/tcl/tcl.hash
@@ -1,3 +1,3 @@
  # Locally calculated
-sha256 ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e  tcl8.6.9-src.tar.gz
-sha256 c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16  license.terms
+sha256  26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6  tcl8.6.12-src.tar.gz
+sha256  c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16  license.terms
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index 7c456e89b3..97754b63d0 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).9
+TCL_VERSION = $(TCL_VERSION_MAJOR).12
  TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
  TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
  TCL_LICENSE = TCL
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help