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.40-i18n/Makefile)	(revision 425)
+++ Makefile	(.../2.41-i18n/Makefile)	(revision 426)
@@ -59,18 +59,18 @@
 
 
 
-SOURCE_REQUIRES   = sources/GNU/glibc/2.40
+SOURCE_REQUIRES   = sources/GNU/glibc/2.41
 SOURCE_REQUIRES  += sources/iana/tz
 
-REQUIRES          = libs/glibc/2.40
+REQUIRES          = libs/glibc/2.41
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version           = 2.40
+version           = 2.41
 tar_xz_archive    = $(SRC_PACKAGE_PATH)/GNU/glibc/$(version)/glibc-$(version).tar.xz
 
-tz_version            = 2024b
+tz_version            = 2025a
 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
@@ -98,7 +98,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GLIBC_I18N_PKG_NAME                = glibc-i18n
-GLIBC_I18N_PKG_VERSION             = 2.40
+GLIBC_I18N_PKG_VERSION             = 2.41
 GLIBC_I18N_PKG_ARCH                = $(PKGARCH)
 GLIBC_I18N_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GLIBC_I18N_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)