# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Fri Feb 10 12:39:08 2023 # ------------------------------------------------ package: name: nss version: '3.88' source: patches: - nss-3.55-standalone-1.patch sha256: 25aa3a552e4b0eb51665f8f5728acc05e1d5f08ad72e757fca17ef13fc5f19e6 url: https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_88_RTM/src/nss-3.88.tar.gz build: number: '0' run_exports: - nss >=3.88,<4.0a0 string: he45b914_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - _sysroot_linux-64_curr_repodata_hack 3 h5bd9786_13 - autoconf 2.71 pl5321h2b4cb7a_1 - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.12.7 ha878542_0 - cmake 3.25.2 h077f3f9_0 - expat 2.5.0 h27087fc_0 - gcc_impl_linux-64 11.3.0 hab1b70f_19 - gcc_linux-64 11.3.0 he6f903b_11 - gxx_impl_linux-64 11.3.0 hab1b70f_19 - gxx_linux-64 11.3.0 hc203a17_11 - kernel-headers_linux-64 3.10.0 h4a8ded7_13 - keyutils 1.6.1 h166bdaf_0 - krb5 1.20.1 h81ceb04_0 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libcurl 7.87.0 hdc1c0ab_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 11.3.0 h210ce93_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnghttp2 1.51.0 hff17c54_0 - libnsl 2.0.0 h7f98852_0 - libsanitizer 11.3.0 h239ccf8_19 - libssh2 1.10.0 hf14f497_3 - libstdcxx-devel_linux-64 11.3.0 h210ce93_19 - libstdcxx-ng 12.2.0 h46fd767_19 - libuv 1.44.2 h166bdaf_0 - libzlib 1.2.13 h166bdaf_4 - m4 1.4.18 h516909a_1001 - make 4.3 hd18ef5c_1 - ncurses 6.3 h27087fc_1 - openssl 3.0.8 h0b41bf4_0 - perl 5.32.1 2_h7f98852_perl5 - pkg-config 0.29.2 h36c2ea0_1008 - rhash 1.4.3 h166bdaf_0 - sysroot_linux-64 2.17 h4a8ded7_13 - xz 5.2.6 h166bdaf_0 - zlib 1.2.13 h166bdaf_4 - zstd 1.5.2 h3eb15da_6 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libsqlite 3.40.0 h753d276_0 - libstdcxx-ng 12.2.0 h46fd767_19 - libzlib 1.2.13 h166bdaf_4 - nspr 4.35 h27087fc_0 - zlib 1.2.13 h166bdaf_4 run: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libsqlite >=3.40.0,<4.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 test: commands: - test -f ${PREFIX}/lib/libnspr4${SHLIB_EXT} - test -f ${PREFIX}/lib/libplds4${SHLIB_EXT} - test -f ${PREFIX}/lib/libplc4${SHLIB_EXT} - test -f ${PREFIX}/lib/libsoftokn3${SHLIB_EXT} - test -f ${PREFIX}/lib/libsoftokn3.chk - test -f ${PREFIX}/lib/libnss3${SHLIB_EXT} - test -f ${PREFIX}/lib/libsmime3${SHLIB_EXT} - test -f ${PREFIX}/lib/libssl3${SHLIB_EXT} - test -f ${PREFIX}/lib/libnssckbi${SHLIB_EXT} about: description: 'Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. ' dev_url: https://hg.mozilla.org/projects/nss doc_url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS home: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS license: MPL-2.0 license_file: nss/COPYING summary: A set of libraries designed to support cross-platform development of security-enabled client and server applications. extra: copy_test_source_files: true final: true recipe-maintainers: - hmaarrfk - jakirkham - marcelotrevisani