build: upgrade to openssl 3.4.0 in vpp-opts-deps package

Type: make

Change-Id: I8f801057f9f4b10d50f6ace5541e726f75f262e8
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace 2024-12-05 22:38:33 -05:00
parent 1c0af1fb68
commit f7964e5fa6

View File

@ -11,9 +11,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
openssl_version := 3.3.2
openssl_version := 3.4.0
openssl_tarball := openssl-$(openssl_version).tar.gz
openssl_tarball_sha256sum := 2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281
openssl_tarball_sha256sum := e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf
openssl_tarball_strip_dirs := 1
openssl_url := https://github.com/openssl/openssl/releases/download/openssl-$(openssl_version)/$(openssl_tarball)