summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-05-30 20:37:30 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-05-30 20:37:30 +0000
commitfdea95d2620b186b7450d8799d6975f62789b89c (patch)
tree1808f8ca65ca04805c2eddb7f43f4327b71c9c99
parentRevision bump to fix CVE-2013-2116 (bug #471788), drop redundant --disable-si... (diff)
downloadgentoo-2-fdea95d2620b186b7450d8799d6975f62789b89c.tar.gz
gentoo-2-fdea95d2620b186b7450d8799d6975f62789b89c.tar.bz2
gentoo-2-fdea95d2620b186b7450d8799d6975f62789b89c.zip
Dont forget to bump the git version too.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
-rw-r--r--www-apps/cgit/ChangeLog5
-rw-r--r--www-apps/cgit/cgit-0.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog
index 54d1b75f0468..56ed27e5e0d4 100644
--- a/www-apps/cgit/ChangeLog
+++ b/www-apps/cgit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/cgit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.15 2013/05/27 20:42:15 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.16 2013/05/30 20:37:30 zx2c4 Exp $
+
+ 30 May 2013; Jason A. Donenfeld <zx2c4@gentoo.org> cgit-0.9.2.ebuild:
+ Dont forget to bump the git version too.
*cgit-0.9.2 (27 May 2013)
diff --git a/www-apps/cgit/cgit-0.9.2.ebuild b/www-apps/cgit/cgit-0.9.2.ebuild
index 96146ee404bd..c43335d48b51 100644
--- a/www-apps/cgit/cgit-0.9.2.ebuild
+++ b/www-apps/cgit/cgit-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.9.2.ebuild,v 1.1 2013/05/27 20:42:15 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.9.2.ebuild,v 1.2 2013/05/30 20:37:30 zx2c4 Exp $
EAPI="4"
@@ -10,7 +10,7 @@ inherit webapp eutils multilib user
[[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
-GIT_V="1.7.4"
+GIT_V="1.8.3"
DESCRIPTION="a fast web-interface for git repositories"
HOMEPAGE="http://git.zx2c4.com/cgit/about"