Skip to content

Commit

Permalink
Merge branch 'cherry-pick-v1.13.2' into 'release-1.13'
Browse files Browse the repository at this point in the history
Merge branch 'libpks-openssl3' into 'main'

See merge request nvidia/container-toolkit/libnvidia-container!217
  • Loading branch information
ArangoGutierrez committed Jun 6, 2023
2 parents f4d9b62 + 56c329f commit f9624c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libnvidia-container (1.13.2-1) UNRELEASED; urgency=medium

* Bump version to 1.13.2
* Support OpenSSL 3 with the Encrypt/Decrypt library

-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 26 May 2023 15:18:12 +0200
-- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 06 Jun 2023 16:14:47 +0200

libnvidia-container (1.13.1-1) UNRELEASED; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Fri May 26 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.2-1
- Bump version to 1.13.2
* Tue Jun 06 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.2-1
- Support OpenSSL 3 with the Encrypt/Decrypt library

* Thu Apr 13 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.1-1
- Bump version to 1.13.1
Expand Down
1 change: 1 addition & 0 deletions src/nvc_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static const char * const compute_libs[] = {
"libnvidia-allocator.so", /* NVIDIA allocator runtime library */
"libnvidia-compiler.so", /* NVVM-PTX compiler for OpenCL (used by libnvidia-opencl) */
"libnvidia-pkcs11.so", /* Encrypt/Decrypt library */
"libnvidia-pkcs11-openssl3.so", /* Encrypt/Decrypt library (OpenSSL 3 support) */
"libnvidia-nvvm.so", /* The NVVM Compiler library */
};

Expand Down

0 comments on commit f9624c1

Please sign in to comment.