aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-23 19:14:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-23 20:44:17 +0100
commit67f3e45bd49581c9d21308a73dd85f972a57e24c (patch)
tree3a59c27fb0a801764cfb0b086161d0aa470a6bc5
parenta82df6a94c042f4bf27b6d162cda7fb7d7f513b5 (diff)
downloadalpine_aports-67f3e45bd49581c9d21308a73dd85f972a57e24c.tar.bz2
alpine_aports-67f3e45bd49581c9d21308a73dd85f972a57e24c.tar.xz
alpine_aports-67f3e45bd49581c9d21308a73dd85f972a57e24c.zip
main/gitolite: security upgrade to 3.6.11 (CVE-2018-20683)
fixes #9887
-rw-r--r--main/gitolite/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/gitolite/APKBUILD b/main/gitolite/APKBUILD
index c81ce8d7f0..1313660444 100644
--- a/main/gitolite/APKBUILD
+++ b/main/gitolite/APKBUILD
@@ -3,7 +3,7 @@
3# Contributor: Carlo Landmeter <clandmeter@gmail.com> 3# Contributor: Carlo Landmeter <clandmeter@gmail.com>
4 4
5pkgname=gitolite 5pkgname=gitolite
6pkgver=3.6.6 6pkgver=3.6.11
7pkgrel=0 7pkgrel=0
8pkgdesc='Centralized git server, with very fine-grained access control and many powerful features' 8pkgdesc='Centralized git server, with very fine-grained access control and many powerful features'
9url='http://github.com/sitaramc/gitolite' 9url='http://github.com/sitaramc/gitolite'
@@ -20,6 +20,10 @@ prepare() {
20 echo $pkgver > VERSION 20 echo $pkgver > VERSION
21} 21}
22 22
23# secfixes:
24# 3.6.11-r0:
25# - CVE-2018-20683
26
23package() { 27package() {
24 install -d "$pkgdir"/usr/bin || return 1 28 install -d "$pkgdir"/usr/bin || return 1
25 install -d "$pkgdir"/usr/lib/gitolite || return 1 29 install -d "$pkgdir"/usr/lib/gitolite || return 1
@@ -30,4 +34,4 @@ package() {
30 install -o git -g git -d -m 700 "$pkgdir"/var/lib/git || return 1 34 install -o git -g git -d -m 700 "$pkgdir"/var/lib/git || return 1
31} 35}
32 36
33sha512sums="1529330ed2afa315fcb650c55d515e5d4b61921f46b4d763a759537434492959f100d2219ab7673e568d46f397a25a45d4388fe3827ea988333fc8719820f8bc gitolite-3.6.6.tar.gz" 37sha512sums="7c11b3dfde9ecf9ef66185aab175d78302c42cc24f13e3e855fa27ffaee65b5887bdd7f96b00b6eed944b91af2b86993b284d1a09fe5a5a3cce82acd33631212 gitolite-3.6.11.tar.gz"