Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(revision 10)
+++ Makefile	(revision 11)
@@ -15,7 +15,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/GNU/glibc
 
-versions    = 2.36
+versions    = 2.37
 
 pkgname     = glibc
 suffix      = tar.xz
@@ -23,14 +23,14 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/glibc-2.36-b3736d1a3c-2.36.1.patch
-patches    += $(CURDIR)/patches/glibc-2.36-reenable-DT-HASH.patch
-patches    += $(CURDIR)/patches/glibc-2.36-en_US-no-am-pm.patch
-patches    += $(CURDIR)/patches/glibc-2.36-i18n.patch
-patches    += $(CURDIR)/patches/glibc-2.36-locale-no-archive.patch
-patches    += $(CURDIR)/patches/glibc-2.36-malloc-hooks.patch
-patches    += $(CURDIR)/patches/glibc-2.36-ppc64-interpreter.patch
-patches    += $(CURDIR)/patches/glibc-2.36-x86_64-interpreter.patch
+patches     = $(CURDIR)/patches/glibc-2.37-CVE-2023-25139.patch
+patches    += $(CURDIR)/patches/glibc-2.37-reenable-DT-HASH.patch
+patches    += $(CURDIR)/patches/glibc-2.37-en_US-no-am-pm.patch
+patches    += $(CURDIR)/patches/glibc-2.37-i18n.patch
+patches    += $(CURDIR)/patches/glibc-2.37-locale-no-archive.patch
+patches    += $(CURDIR)/patches/glibc-2.37-malloc-hooks.patch
+patches    += $(CURDIR)/patches/glibc-2.37-ppc64-interpreter.patch
+patches    += $(CURDIR)/patches/glibc-2.37-x86_64-interpreter.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -65,14 +65,14 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-2.36-b3736d1a3c-2.36.1-patch  ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-reenable-DT-HASH-patch   ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-en_US-no-am-pm-patch     ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-i18n-patch               ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-locale-no-archive-patch  ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-malloc-hooks-patch       ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-ppc64-interpreter-patch  ; ./create.patch.sh ) ; \
-	 ( cd create-2.36-x86_64-interpreter-patch ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-CVE-2023-25139-patch     ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-reenable-DT-HASH-patch   ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-en_US-no-am-pm-patch     ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-i18n-patch               ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-locale-no-archive-patch  ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-malloc-hooks-patch       ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-ppc64-interpreter-patch  ; ./create.patch.sh ) ; \
+	 ( cd create-2.37-x86_64-interpreter-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: