Update package version to 3.113 and remove long tests

This commit is contained in:
2025-07-14 18:46:36 +03:00
parent 5de4457a5b
commit 74b808e88e
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: nss name: nss
description: Network Security Services description: Network Security Services
version: 3.110 version: 3.113
url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
license: MPL2 license: MPL2
architecture: any architecture: any
-7
View File
@@ -23,13 +23,6 @@ build() {
make BUILD_OPT=1 NSPR_INCLUDE_DIR=/usr/include/nspr USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz NSS_ENABLE_WERROR=0 USE_64=1 NSS_USE_SYSTEM_SQLITE=1 make BUILD_OPT=1 NSPR_INCLUDE_DIR=/usr/include/nspr USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz NSS_ENABLE_WERROR=0 USE_64=1 NSS_USE_SYSTEM_SQLITE=1
} }
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd nss/tests
HOST=localhost DOMSUF=localdomain ./all.sh
}
# The package function is executed in the source directory # The package function is executed in the source directory
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { package() {