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
Commits
ba6aa5f8
Commit
ba6aa5f8
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/libarchive: fix CVE-2020-19221 and CVE-2020-9308
parent
ba5a86b7
Loading
Loading
2 merge requests
!19011
3.10 openjpeg
,
!5295
[3.10] main/libarchive: fix CVE-2020-19221 and CVE-2020-9308
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/libarchive/APKBUILD
+6
-2
6 additions, 2 deletions
main/libarchive/APKBUILD
with
6 additions
and
2 deletions
main/libarchive/APKBUILD
+
6
−
2
View file @
ba6aa5f8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libarchive
pkgname
=
libarchive
pkgver
=
3.3.3
pkgver
=
3.3.3
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"library that can create and read several streaming archive formats"
pkgdesc
=
"library that can create and read several streaming archive formats"
url
=
"https://libarchive.org/"
url
=
"https://libarchive.org/"
arch
=
"all"
arch
=
"all"
...
@@ -11,10 +11,13 @@ makedepends="acl-dev bzip2-dev expat-dev lz4-dev openssl-dev xz-dev zlib-dev"
...
@@ -11,10 +11,13 @@ makedepends="acl-dev bzip2-dev expat-dev lz4-dev openssl-dev xz-dev zlib-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"https://www.libarchive.org/downloads/
$pkgname
-
$pkgver
.tar.gz
source
=
"https://www.libarchive.org/downloads/
$pkgname
-
$pkgver
.tar.gz
CVE-2019-18408.patch::https://github.com/libarchive/libarchive/commit/b8592ecba2f9e451e1f5cb7ab6dcee8b8e7b3f60.patch
CVE-2019-18408.patch::https://github.com/libarchive/libarchive/commit/b8592ecba2f9e451e1f5cb7ab6dcee8b8e7b3f60.patch
CVE-2020-19221.patch::https://github.com/libarchive/libarchive/commit/22b1db9d46654afc6f0c28f90af8cdc84a199f41.patch
"
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
# secfixes:
# secfixes:
# 3.3.3-r2:
# - CVE-2020-19221
# 3.3.3-r1:
# 3.3.3-r1:
# - CVE-2019-18408
# - CVE-2019-18408
# 3.3.2-r1:
# 3.3.2-r1:
...
@@ -43,4 +46,5 @@ tools() {
...
@@ -43,4 +46,5 @@ tools() {
}
}
sha512sums
=
"9d12b47d6976efa9f98e62c25d8b85fd745d4e9ca7b7e6d36bfe095dfe5c4db017d4e785d110f3758f5938dad6f1a1b009267fd7e82cb7212e93e1aea237bab7 libarchive-3.3.3.tar.gz
sha512sums
=
"9d12b47d6976efa9f98e62c25d8b85fd745d4e9ca7b7e6d36bfe095dfe5c4db017d4e785d110f3758f5938dad6f1a1b009267fd7e82cb7212e93e1aea237bab7 libarchive-3.3.3.tar.gz
4807e01dffb83ff4ef430c66339157e9f7a61db4fc5cec2812c3ee5ad130b4fc2d3c1cbeea87930c76cd8ec3e66272e20622a48edf0c66215b626c4e0db99cab CVE-2019-18408.patch"
4807e01dffb83ff4ef430c66339157e9f7a61db4fc5cec2812c3ee5ad130b4fc2d3c1cbeea87930c76cd8ec3e66272e20622a48edf0c66215b626c4e0db99cab CVE-2019-18408.patch
5ffd3838b3ddbbae5613bf2a75583dd513942b804cd8fed11d24d38adc9c81d7fa739b94cc2d9d0621a93909f4b7b4ec2632cdd8e3e66c1ffd89440e5e3168de CVE-2020-19221.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment