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.93-x86_32/Makefile)	(revision 373)
+++ Makefile	(.../3.97-x86_32/Makefile)	(revision 374)
@@ -14,7 +14,7 @@
 
 SOURCE_REQUIRES    = sources/packages/n/mozilla-nss
 
-REQUIRES           = net/nss/3.93
+REQUIRES           = net/nss/3.97
 REQUIRES          += net/nspr/4.35-x86_32
 REQUIRES          += app/sqlite/3.39.4.0-x86_32
 
@@ -21,7 +21,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 3.93
+version            = 3.97
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/n/mozilla-nss/nss-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/nss-$(version)
@@ -48,7 +48,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 NSS_32_PKG_NAME                = nss-x32
-NSS_32_PKG_VERSION             = 3.93
+NSS_32_PKG_VERSION             = 3.97
 NSS_32_PKG_ARCH                = $(PKGARCH)
 NSS_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 NSS_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)