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	(.../30-x86_32)	(revision 419)
+++ Makefile	(.../33-x86_32)	(revision 420)
@@ -12,14 +12,14 @@
 
 SOURCE_REQUIRES    = sources/packages/a/kmod
 
-REQUIRES           = app/kmod/30
+REQUIRES           = app/kmod/33
 REQUIRES          += libs/zstd/1.5.6-x86_32
-REQUIRES          += net/openssl/1.1.1r-x86_32
+REQUIRES          += net/openssl/3.4.0-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 30
+version            = 33
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/a/kmod/kmod-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/kmod-$(version)
@@ -41,7 +41,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 KMOD_32_PKG_NAME                = kmod-x32
-KMOD_32_PKG_VERSION             = 30
+KMOD_32_PKG_VERSION             = 33
 KMOD_32_PKG_ARCH                = $(PKGARCH)
 KMOD_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 KMOD_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)