1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00

main/openssl: security upgrade to 3.5.1

https://github.com/openssl/openssl/releases/tag/openssl-3.5.1

- CVE-2025-4575
This commit is contained in:
fossdd 2025-07-01 19:25:29 +02:00 committed by achill (fossdd)
parent 4b2d0e973c
commit 2275229291

View file

@ -2,7 +2,7 @@
# Contributor: Timo Teras <timo.teras@iki.fi> # Contributor: Timo Teras <timo.teras@iki.fi>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openssl pkgname=openssl
pkgver=3.5.0 pkgver=3.5.1
_abiver=${pkgver%.*.*} _abiver=${pkgver%.*.*}
pkgrel=0 pkgrel=0
pkgdesc="Toolkit for Transport Layer Security (TLS)" pkgdesc="Toolkit for Transport Layer Security (TLS)"
@ -29,6 +29,8 @@ source="https://github.com/openssl/openssl/releases/download/openssl-$pkgver/ope
builddir="$srcdir/openssl-$pkgver" builddir="$srcdir/openssl-$pkgver"
# secfixes: # secfixes:
# 3.5.1-r0:
# - CVE-2025-4575
# 3.3.3-r0: # 3.3.3-r0:
# - CVE-2024-12797 # - CVE-2024-12797
# 3.3.2-r5: # 3.3.2-r5:
@ -240,7 +242,7 @@ _libssl() {
} }
sha512sums=" sha512sums="
39cc80e2843a2ee30f3f5de25cd9d0f759ad8de71b0b39f5a679afaaa74f4eb58d285ae50e29e4a27b139b49343ac91d1f05478f96fb0c6b150f16d7b634676f openssl-3.5.0.tar.gz 0fa152ae59ab5ea066319de039dfb1d24cbb247172d7512feb5dd920db3740f219d76b0195ea562f84fe5eae36c23772302eddfbb3509df13761452b4dafb9d3 openssl-3.5.1.tar.gz
63f7b46f11c222d2c49200f252937516cbca0bfeb475f008a18ad1abeb1d73110ba7a0506898353c8c6c760c5cb446215da7c83a420afa57e0d73f7fb8c3af7a auxv.patch 63f7b46f11c222d2c49200f252937516cbca0bfeb475f008a18ad1abeb1d73110ba7a0506898353c8c6c760c5cb446215da7c83a420afa57e0d73f7fb8c3af7a auxv.patch
8c44e990fe8a820f649631b9f81cf28225b7516065169a7f68e2dd7c067b30df9b2c6cb88fa826afbc9fcdaf156360aabf7c498d2d9ed452968815b12b004809 man-section.patch 8c44e990fe8a820f649631b9f81cf28225b7516065169a7f68e2dd7c067b30df9b2c6cb88fa826afbc9fcdaf156360aabf7c498d2d9ed452968815b12b004809 man-section.patch
" "