svn commit: r423101 - head/www/coppermine

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Oct 2 02:36:26 UTC 2016


Author: danilo
Date: Sun Oct  2 02:36:24 2016
New Revision: 423101
URL: https://svnweb.freebsd.org/changeset/ports/423101

Log:
  - Update to 1.5.44
  - This release covers a SQL injection and a possible shell code execute vulnerabilities
  
  MFH:		2016Q3

Modified:
  head/www/coppermine/Makefile
  head/www/coppermine/distinfo

Modified: head/www/coppermine/Makefile
==============================================================================
--- head/www/coppermine/Makefile	Sun Oct  2 02:27:14 2016	(r423100)
+++ head/www/coppermine/Makefile	Sun Oct  2 02:36:24 2016	(r423101)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	coppermine
-PORTVERSION=	1.5.42
+PORTVERSION=	1.5.44
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/Coppermine/1.5.x/
 DISTNAME=	cpg${PORTVERSION}
@@ -17,7 +17,7 @@ IMAGEMAGICK_DESC=	Use ImageMagick instea
 IMAGEMAGICK_RUN_DEPENDS+=	convert:graphics/ImageMagick
 
 USE_PHP=	mysql pcre ctype
-USES=		zip
+USES=		php zip
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/coppermine/distinfo
==============================================================================
--- head/www/coppermine/distinfo	Sun Oct  2 02:27:14 2016	(r423100)
+++ head/www/coppermine/distinfo	Sun Oct  2 02:36:24 2016	(r423101)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463346557
-SHA256 (cpg1.5.42.zip) = 0fc4fc504fb604266235b717178cf1cde79d153f5ec42c3d431e884fa8eff1a8
-SIZE (cpg1.5.42.zip) = 19004180
+TIMESTAMP = 1474834741
+SHA256 (cpg1.5.44.zip) = 870062cca227643d46b28e919271819788781b8784a77e3e4c272e62d09de85d
+SIZE (cpg1.5.44.zip) = 19005637


More information about the svn-ports-all mailing list