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	(.../2.36-x86_32/Makefile)	(revision 34)
+++ Makefile	(.../2.37-x86_32/Makefile)	(revision 35)
@@ -10,10 +10,10 @@
 include ../../../build-system/constants.mk
 
 
-SOURCE_REQUIRES     = sources/GNU/glibc/2.36
+SOURCE_REQUIRES     = sources/GNU/glibc/2.37
 SOURCE_REQUIRES    += sources/iana/tz
 
-REQUIRES            = libs/glibc/2.36
+REQUIRES            = libs/glibc/2.37
 REQUIRES           += dev/kernel-headers
 REQUIRES           += dev/gcc-runtime/12.2.0
 
@@ -20,10 +20,10 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version             = 2.36
+version             = 2.37
 tar_xz_archive      = $(SRC_PACKAGE_PATH)/GNU/glibc/$(version)/glibc-$(version).tar.xz
 
-tz_version          = 2022f
+tz_version          = 2023c
 tar_gz_code_archive = $(SRC_PACKAGE_PATH)/iana/tz/tzcode$(tz_version).tar.gz
 tar_gz_data_archive = $(SRC_PACKAGE_PATH)/iana/tz/tzdata$(tz_version).tar.gz
 exclude_list        = $(CURDIR)/tz-exclude.list
@@ -54,7 +54,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GLIBC_32_PKG_NAME                = glibc-x32
-GLIBC_32_PKG_VERSION             = 2.36
+GLIBC_32_PKG_VERSION             = 2.37
 GLIBC_32_PKG_ARCH                = $(PKGARCH)
 GLIBC_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GLIBC_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)