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	(.../3.4.0/Makefile)	(revision 441)
+++ Makefile	(.../3.4.1/Makefile)	(revision 442)
@@ -70,7 +70,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 3.4.0
+version            = 3.4.1
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/n/openssl/openssl-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/openssl-$(version)
@@ -93,7 +93,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 OPENSSL_PKG_NAME                = openssl
-OPENSSL_PKG_VERSION             = 3.4.0
+OPENSSL_PKG_VERSION             = 3.4.1
 OPENSSL_PKG_ARCH                = $(PKGARCH)
 OPENSSL_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 OPENSSL_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)