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-i18n/Makefile)	(revision 34)
+++ Makefile	(.../2.37-i18n/Makefile)	(revision 35)
@@ -54,18 +54,18 @@
 
 
 
-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
 
 # ======= __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
@@ -93,7 +93,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GLIBC_I18N_PKG_NAME                = glibc-i18n
-GLIBC_I18N_PKG_VERSION             = 2.36
+GLIBC_I18N_PKG_VERSION             = 2.37
 GLIBC_I18N_PKG_ARCH                = $(PKGARCH)
 GLIBC_I18N_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GLIBC_I18N_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)