Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
d81af6b5
Verified
Commit
d81af6b5
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/curl: [CVE] sec bump to 7.64.0
parent
b99ad359
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/curl/APKBUILD
+10
-7
10 additions, 7 deletions
system/curl/APKBUILD
with
10 additions
and
7 deletions
system/curl/APKBUILD
+
10
−
7
View file @
d81af6b5
...
...
@@ -3,7 +3,7 @@
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Maintainer:
pkgname
=
curl
pkgver
=
7.6
1.1
pkgver
=
7.6
4.0
pkgrel
=
0
pkgdesc
=
"An URL retrival utility and library"
url
=
"https://curl.haxx.se"
...
...
@@ -13,11 +13,17 @@ depends="ca-certificates"
makedepends_build
=
"groff perl"
makedepends_host
=
"zlib-dev openssl-dev libssh2-dev"
makedepends
=
"
$makedepends_build
$makedepends_host
"
source
=
"https://curl.haxx.se/download/
$pkgname
-
$pkgver
.tar.bz2
"
source
=
"https://curl.haxx.se/download/
$pkgname
-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-dbg
$pkgname
-doc
$pkgname
-dev libcurl"
# secfixes:
# 7.64.0-r0:
# - CVE-2019-3823
# - CVE-2019-3822
# - CVE-2018-16890
# - CVE-2018-16842
# - CVE-2018-16840
# - CVE-2018-16839
# 7.60.0-r0:
# - CVE-2017-8816
# - CVE-2017-8817
...
...
@@ -68,7 +74,6 @@ subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev libcurl"
# - CVE-2014-0139
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -83,12 +88,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
@@ -98,4 +101,4 @@ libcurl() {
mv
"
$pkgdir
"
/usr/lib
"
$subpkgdir
"
/usr
}
sha512sums
=
"
484d33c0d32109539a95309cdb4404c03c0e7164fdbf7a4724a5b01aa20e2d48fbe6363c7cc53060d4d28050cfa6b43f9ed220ab65d4d389eb00efff5db1bfb5
curl-7.6
1.1
.tar.
bz2
"
sha512sums
=
"
953f1f5336ce5dfd1b9f933624432d401552d91ee02d39ecde6f023c956f99ec6aae8d7746d7c34b6eb2d6452f114e67da4e64d9c8dd90b7644b7844e7b9b423
curl-7.6
4.0
.tar.
xz
"
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