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/Makefile)	(revision 34)
+++ Makefile	(.../2.37/Makefile)	(revision 35)
@@ -53,7 +53,7 @@
 include ../../../build-system/constants.mk
 
 
-SOURCE_REQUIRES   = sources/GNU/glibc/2.36
+SOURCE_REQUIRES   = sources/GNU/glibc/2.37
 SOURCE_REQUIRES  += sources/iana/tz
 
 
@@ -63,10 +63,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
@@ -97,7 +97,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GLIBC_PKG_NAME                = glibc
-GLIBC_PKG_VERSION             = 2.36
+GLIBC_PKG_VERSION             = 2.37
 GLIBC_PKG_ARCH                = $(PKGARCH)
 GLIBC_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GLIBC_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)