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
e06ce962
Verified
Commit
e06ce962
authored
4 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/nghttp2: [CVE] bump to 1.41.0 (
#299
), disable no-op check()
parent
acd0f32c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!464
Security updates for 2020.06.02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/nghttp2/APKBUILD
+7
-2
7 additions, 2 deletions
user/nghttp2/APKBUILD
with
7 additions
and
2 deletions
user/nghttp2/APKBUILD
+
7
−
2
View file @
e06ce962
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname
=
nghttp2
pkgver
=
1.4
0
.0
pkgver
=
1.4
1
.0
pkgrel
=
0
pkgdesc
=
"Experimental HTTP/2 client, server and proxy"
url
=
"https://nghttp2.org/"
arch
=
"all"
options
=
"!check"
# Requires cunit, which we don't currently ship
license
=
"MIT"
depends
=
""
makedepends
=
"c-ares-dev libev-dev libxml2-dev openssl-dev zlib-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
source
=
"https://github.com/tatsuhiro-t/
$pkgname
/releases/download/v
$pkgver
/nghttp2-
$pkgver
.tar.xz"
# secfixes:
# 1.41.0-r0:
# - CVE-2020-11080
build
()
{
./configure
\
--build
=
$CBUILD
\
...
...
@@ -37,4 +42,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
3f9b989c4bd9571b11bb9d59fe2dfd5596ba3962babfc836587d5047e780400a
6c
f
46
e43c602caa25ca83c03b84a1629953140d45223099b193df54a719745ce
nghttp2-1.4
0
.0.tar.xz"
sha512sums
=
"
c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c1
6c
0
46
188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d
nghttp2-1.4
1
.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