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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
TBK
aports
Commits
49996c01
Commit
49996c01
authored
8 years ago
by
Daniel Sabogal
Committed by
Timo Teräs
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/libgit2: security upgrade to 0.24.3
CVE-2016-8568 CVE-2016-8569
parent
e0e5de94
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
main/libgit2/APKBUILD
+11
-7
11 additions, 7 deletions
main/libgit2/APKBUILD
with
11 additions
and
7 deletions
main/libgit2/APKBUILD
+
11
−
7
View file @
49996c01
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Contributor: Pierre-Gilas MILLON <pgmillon@gmail.com>
# Contributor: Pierre-Gilas MILLON <pgmillon@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libgit2
pkgname
=
libgit2
pkgver
=
0.24.
2
pkgver
=
0.24.
3
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"A linkable library for Git"
pkgdesc
=
"A linkable library for Git"
url
=
"https://libgit2.github.com/"
url
=
"https://libgit2.github.com/"
arch
=
"all"
arch
=
"all"
...
@@ -11,11 +11,15 @@ license="GPLv2"
...
@@ -11,11 +11,15 @@ license="GPLv2"
depends
=
""
depends
=
""
depends_dev
=
"curl-dev libssh2-dev"
depends_dev
=
"curl-dev libssh2-dev"
makedepends
=
"
$depends_dev
python2 cmake zlib-dev libressl-dev"
makedepends
=
"
$depends_dev
python2 cmake zlib-dev libressl-dev"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-libs"
subpackages
=
"
$pkgname
-dev
$pkgname
-libs"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/
$
{
pkgname
}
/
$
{
pkgname
}
/archive/v
$
{
pkgver
}
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/
$pkgname
/
$pkgname
/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
# secfixes:
# 0.24.3-r0:
# - CVE-2016-8568
# - CVE-2016-8569
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
cmake
\
cmake
\
...
@@ -34,6 +38,6 @@ package() {
...
@@ -34,6 +38,6 @@ package() {
-C
"
$builddir
"
install
||
return
1
-C
"
$builddir
"
install
||
return
1
}
}
md5sums
=
"
735661b5b73e3c120d13e2bae21e49b3
libgit2-0.24.
2
.tar.gz"
md5sums
=
"
df626711b16bd5e7021123cbf1655399
libgit2-0.24.
3
.tar.gz"
sha256sums
=
"0
0f0a7403143fba69601accc80cacf49becc568b890ba232f300c1b2a37475e6
libgit2-0.24.
2
.tar.gz"
sha256sums
=
"0
a24e6a51dbf3beecb0ebcd2cafb1e09b1212e910be6477b5de03c84a5586754
libgit2-0.24.
3
.tar.gz"
sha512sums
=
"
aaba85ef65e00b5916642121dbf0e785c20332f29312e772186eef0eebba5c997a60f94dfb651cbab25c3070c7b4cc37e8619d9cb9fed590e1fb0460bcb7af02
libgit2-0.24.
2
.tar.gz"
sha512sums
=
"
cb7b482664a5527e2d7c8f7c98755fd578f5331bc39fa2a5c8b841508e075b06b936f2c4a55cb4d10fe5d1677b596387bb16d68c220f1f23fce0a894b092f8c4
libgit2-0.24.
3
.tar.gz"
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