Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!49526
main/openssl: security upgrade to 3.1.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main/openssl: security upgrade to 3.1.2
jirutka/aports:openssl
into
master
Overview
0
Commits
1
Pipelines
4
Changes
3
Merged
Jakub Jirutka
requested to merge
jirutka/aports:openssl
into
master
1 year ago
Overview
0
Commits
1
Pipelines
4
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 2
19d810ae
1 year ago
version 1
812d217f
1 year ago
master (base)
and
latest version
latest version
797f9176
1 commit,
1 year ago
version 2
19d810ae
1 commit,
1 year ago
version 1
812d217f
1 commit,
1 year ago
3 files
+
5
−
136
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
main/openssl/APKBUILD
+
5
−
7
Options
@@ -2,9 +2,9 @@
# Contributor: Timo Teras <timo.teras@iki.fi>
# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname
=
openssl
pkgver
=
3.1.
1
pkgver
=
3.1.
2
_abiver
=
${
pkgver
%.*.*
}
pkgrel
=
3
pkgrel
=
0
pkgdesc
=
"Toolkit for Transport Layer Security (TLS)"
url
=
"https://www.openssl.org/"
arch
=
"all"
@@ -17,12 +17,12 @@ subpackages="$pkgname-dbg $pkgname-libs-static $pkgname-dev $pkgname-doc
libcrypto
$_abiver
:_libcrypto libssl
$_abiver
:_libssl"
source
=
"https://www.openssl.org/source/openssl-
$pkgver
.tar.gz
man-section.patch
CVE-2023-2975.patch
CVE-2023-3446.patch
"
builddir
=
"
$srcdir
/openssl-
$pkgver
"
# secfixes:
# 3.1.2-r0:
# - CVE-2023-3817
# 3.1.1-r3:
# - CVE-2023-3446
# 3.1.1-r2:
@@ -205,8 +205,6 @@ _libssl() {
}
sha512sums
=
"
8ba9dd6ab87451e126c19cc106ccd1643ca48667d6c37504d0ab98205fbccf855fd0db54474b4113c4c3a15215a4ef77a039fb897a69f71bcab2054b2effd1d9
openssl-3.1.
1
.tar.gz
9f41113e5537aee4c3f92711ff85fa12da080363fef0c8b8b34e5b3fc608473c6e4cadd9d8c78f2fcbe97462e51f26a0bb6781656a69ad40226e68af2cf2c762
openssl-3.1.
2
.tar.gz
8c44e990fe8a820f649631b9f81cf28225b7516065169a7f68e2dd7c067b30df9b2c6cb88fa826afbc9fcdaf156360aabf7c498d2d9ed452968815b12b004809 man-section.patch
a7bfa88c885adff916e578571e6aef6c2e20f8ca768ffedbea2d5a77dc7165859285cd78a1cccc665aa552e4c87a23f40c1d9a27db85f658d85b5cafa2c0f8fd CVE-2023-2975.patch
8841509389078570dd6e491bc3bf0778d6d4d2313d772e90b2eba8f8c47350d44ce38b345fea41f9dcf29f1d8192596ebe79d57b800d45752d500505fda9fdfd CVE-2023-3446.patch
"
Loading