diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-01-20 23:42:59 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-01-20 23:42:59 +0000 |
commit | 0bdfa004a2d152b70e38525955d0ac1404eea08b (patch) | |
tree | 941df30ab6a7c449e0ea82ebc135e8ab55a64299 | |
parent | ab7d874d8df011992a42593abc8ece84a0ed205f (diff) |
devel/cgit: update 0.11.2 -> 0.12
Changes: http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html
PR: 206417
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Security: CVE-2016-1899
Security: CVE-2016-1900
Security: CVE-2016-1901
Security: https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=406816
-rw-r--r-- | devel/cgit/Makefile | 7 | ||||
-rw-r--r-- | devel/cgit/distinfo | 8 | ||||
-rw-r--r-- | devel/cgit/pkg-plist | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 9085ebbdca86..86a64acfd9d5 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git @@ -16,11 +15,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PROJECTHOST= git-core -GIT_VERSION= 2.3.3 +GIT_VERSION= 2.7.0 USES= cpe gmake iconv shebangfix tar:xz USE_OPENSSL= yes CPE_VENDOR= lars_hjemli -SHEBANG_FILES= filters/html-converters/resources/markdown.pl +SHEBANG_FILES= filters/html-converters/rst2html CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} diff --git a/devel/cgit/distinfo b/devel/cgit/distinfo index 916a14041427..ae5d2ebf2b44 100644 --- a/devel/cgit/distinfo +++ b/devel/cgit/distinfo @@ -1,4 +1,4 @@ -SHA256 (cgit-0.11.2.tar.xz) = 2e126e770693d7296c7eb5eb83b809410aef29870bfe8f54da072a3f4d813e3b -SIZE (cgit-0.11.2.tar.xz) = 93556 -SHA256 (git-2.3.3.tar.gz) = c189e4a48d8805482f450db666330c79bcefae37e0d035c7717517126ddf4305 -SIZE (git-2.3.3.tar.gz) = 5203135 +SHA256 (cgit-0.12.tar.xz) = 2ee233849335a64529a01cf2b6165ed492e20268e6e2526d7a7529ef1e24a5b7 +SIZE (cgit-0.12.tar.xz) = 85152 +SHA256 (git-2.7.0.tar.gz) = db9df4435c70a9b25d20a9ee20d65101692dc907a5a4b30e8343c9ae1b913ead +SIZE (git-2.7.0.tar.gz) = 5622494 diff --git a/devel/cgit/pkg-plist b/devel/cgit/pkg-plist index 1084ced9fef5..0a8d031c60b1 100644 --- a/devel/cgit/pkg-plist +++ b/devel/cgit/pkg-plist @@ -6,8 +6,6 @@ lib/%%PORTNAME%%/filters/email-libravatar.lua lib/%%PORTNAME%%/filters/gentoo-ldap-authentication.lua lib/%%PORTNAME%%/filters/html-converters/man2html lib/%%PORTNAME%%/filters/html-converters/md2html -lib/%%PORTNAME%%/filters/html-converters/resources/markdown.pl -lib/%%PORTNAME%%/filters/html-converters/resources/rst-template.txt lib/%%PORTNAME%%/filters/html-converters/rst2html lib/%%PORTNAME%%/filters/html-converters/txt2html lib/%%PORTNAME%%/filters/owner-example.lua |