Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 17:09:03 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477003 - head/devel/cgit
Message-ID:  <201808121709.w7CH93Mf085801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Aug 12 17:09:03 2018
New Revision: 477003
URL: https://svnweb.freebsd.org/changeset/ports/477003

Log:
  Update to upstream release 1.2.1 (Fixes CVE-2018-14912)
  
  PR:		230361
  Submitted by:	yasu@utahime.org
  Approved by:	mt@markoturk.info (maintainer)
  Security:	CVE-2018-14912

Modified:
  head/devel/cgit/Makefile
  head/devel/cgit/distinfo
  head/devel/cgit/pkg-plist

Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile	Sun Aug 12 17:03:21 2018	(r477002)
+++ head/devel/cgit/Makefile	Sun Aug 12 17:09:03 2018	(r477003)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cgit
-PORTVERSION=	1.2
+PORTVERSION=	1.2.1
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
 		https://www.kernel.org/pub/software/scm/git/:git

Modified: head/devel/cgit/distinfo
==============================================================================
--- head/devel/cgit/distinfo	Sun Aug 12 17:03:21 2018	(r477002)
+++ head/devel/cgit/distinfo	Sun Aug 12 17:09:03 2018	(r477003)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1531847574
-SHA256 (cgit-1.2.tar.xz) = d5622ba7c3eb87de402da6fe3a092219546a917ff627966e99c9f18ba32a4832
-SIZE (cgit-1.2.tar.xz) = 88628
+TIMESTAMP = 1533411742
+SHA256 (cgit-1.2.1.tar.xz) = 3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf
+SIZE (cgit-1.2.1.tar.xz) = 89648
 SHA256 (git-2.18.0.tar.xz) = 8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
 SIZE (git-2.18.0.tar.xz) = 5102264

Modified: head/devel/cgit/pkg-plist
==============================================================================
--- head/devel/cgit/pkg-plist	Sun Aug 12 17:03:21 2018	(r477002)
+++ head/devel/cgit/pkg-plist	Sun Aug 12 17:09:03 2018	(r477003)
@@ -3,6 +3,7 @@ lib/cgit/filters/commit-links.sh
 lib/cgit/filters/email-gravatar.lua
 lib/cgit/filters/email-gravatar.py
 lib/cgit/filters/email-libravatar.lua
+lib/cgit/filters/file-authentication.lua
 lib/cgit/filters/gentoo-ldap-authentication.lua
 lib/cgit/filters/html-converters/man2html
 lib/cgit/filters/html-converters/md2html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121709.w7CH93Mf085801>