Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 384)
+++ Makefile	(revision 385)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/iana/tz
 
-versions    = 2022f
+versions    = 2023c
 
 tarballs    = $(sort \
                 $(shell \
@@ -18,8 +18,8 @@
                )
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/glibc-2.36-tzcode-2022f.patch
-patches    += $(CURDIR)/patches/tzcode-2022f-version.patch
+patches     = $(CURDIR)/patches/glibc-2.37-tzcode-2023c.patch
+patches    += $(CURDIR)/patches/tzcode-2023c-version.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -54,8 +54,8 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-2022f-glibc-2.36-patch ; ./create.patch.sh ) ; \
-	 ( cd create-2022f-version-patch    ; ./create.patch.sh ) ; \
+	 ( cd create-2023c-glibc-2.37-patch ; ./create.patch.sh ) ; \
+	 ( cd create-2023c-version-patch    ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: