Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Johannes Müller
aports
Commits
da2c76f8
Commit
da2c76f8
authored
Aug 04, 2016
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/curl: security upgrade to 7.50.1 (CVE-2016-5419,CVE-2016-5420,CVE-2016-5421)
fixes #6003
parent
ad87dec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
main/curl/APKBUILD
main/curl/APKBUILD
+13
-4
No files found.
main/curl/APKBUILD
View file @
da2c76f8
...
...
@@ -2,7 +2,7 @@
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
curl
pkgver
=
7.50.
0
pkgver
=
7.50.
1
pkgrel
=
0
pkgdesc
=
"An URL retrival utility and library"
url
=
"http://curl.haxx.se"
...
...
@@ -14,6 +14,15 @@ makedepends="$depends_dev groff perl"
source
=
"http://curl.haxx.se/download/
$pkgname
-
$pkgver
.tar.bz2"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev libcurl"
# secfixes:
# 7.50.1:
# - CVE-2016-5419
# - CVE-2016-5420
# - CVE-2016-5421
# 7.36.0:
# - CVE-2014-0138
# - CVE-2014-0139
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
...
...
@@ -52,6 +61,6 @@ libcurl() {
mv
"
$pkgdir
"
/usr/lib
"
$subpkgdir
"
/usr
}
md5sums
=
"
9e463ff8fdc1b5daa81c850c514980ec curl-7.50.0
.tar.bz2"
sha256sums
=
"
608dfe2db77f48db792c387e7791aca55a25f0b42385707ad927164199ecfa9a curl-7.50.0
.tar.bz2"
sha512sums
=
"
f431c9895d260ef77dcff29e868c8d5180800d12f2bd89da8942422cec454432717e6ede6484d6b6711cb2bdd85e7e8f6ae23c59fd1f5b69acd569570c8efdd8 curl-7.50.0
.tar.bz2"
md5sums
=
"
015f6a0217ca6f2c5442ca406476920b curl-7.50.1
.tar.bz2"
sha256sums
=
"
3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156 curl-7.50.1
.tar.bz2"
sha512sums
=
"
94acd91fcf8ff2605e1ba2d086c2c366257b61eaf516b9ea44e574e315feb5b30f6e47d89051f259e026ef5dd9edde5f7b15a6af9ee6a38f641da354e1e677b1 curl-7.50.1
.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment