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	(.../1.6.1/Makefile)	(revision 12)
+++ Makefile	(.../1.6.3/Makefile)	(revision 13)
@@ -54,7 +54,7 @@
 
 SOURCE_REQUIRES    = sources/packages/l/apr-util
 
-REQUIRES           = libs/apr/1.7.0
+REQUIRES           = libs/apr/1.7.3
 REQUIRES          += libs/expat/2.5.0
 REQUIRES          += net/openldap/2.4.58
 REQUIRES          += app/postgresql/14.1
@@ -65,7 +65,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.6.1
+version            = 1.6.3
 major_version      = 1
 tar_bz2_archive    = $(SRC_PACKAGE_PATH)/packages/l/apr-util/apr-util-$(version).tar.bz2
 SRC_ARCHIVE        = $(tar_bz2_archive)
@@ -88,7 +88,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 APR_UTIL_PKG_NAME                = apr-util
-APR_UTIL_PKG_VERSION             = 1.6.1
+APR_UTIL_PKG_VERSION             = 1.6.3
 APR_UTIL_PKG_ARCH                = $(PKGARCH)
 APR_UTIL_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 APR_UTIL_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)