Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 00:22:31 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404271 - head/security/keepassx
Message-ID:  <201512230022.tBN0MV84012393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Dec 23 00:22:31 2015
New Revision: 404271
URL: https://svnweb.freebsd.org/changeset/ports/404271

Log:
  security/keepassx: update 0.4.3 -> 0.4.4
  
  - Update MASTER_SITES. Upstream no longer uses SVN or SourceForge
    infrastructure. See http://sourceforge.net/p/keepassx/code/387/
  - USES: Add desktop-file-utils
  
  PR:		205105
  Approved by:	maintainer timeout (2 weeks)
  Security:	CVE-2015-8378
  Security:	https://vuxml.FreeBSD.org/freebsd/918a5d1f-9d40-11e5-8f5c-002590263bf5.html
  MFH:		2015Q4

Modified:
  head/security/keepassx/Makefile
  head/security/keepassx/distinfo

Modified: head/security/keepassx/Makefile
==============================================================================
--- head/security/keepassx/Makefile	Wed Dec 23 00:22:15 2015	(r404270)
+++ head/security/keepassx/Makefile	Wed Dec 23 00:22:31 2015	(r404271)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	KeePassX
-PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTVERSION=	0.4.4
 CATEGORIES=	security
-MASTER_SITES=	SF/${PORTNAME:tl}/KeePassX/${PORTVERSION}/
+MASTER_SITES=	https://www.keepassx.org/releases/${PORTVERSION}/ \
+		http://www.keepassx.org/releases/${PORTVERSION}/
 DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
 
 MAINTAINER=	swills@FreeBSD.org
@@ -14,7 +14,7 @@ COMMENT=	Cross Platform Password Manager
 DATADIR=	${PREFIX}/share/${PORTNAME:tl}
 WRKSRC=		${WRKDIR}/${PORTNAME:tl}-${PORTVERSION}
 
-USES=		qmake shared-mime-info
+USES=		desktop-file-utils qmake shared-mime-info
 USE_QT4=	moc_build uic_build qt3support_build rcc_build \
 		corelib gui xml
 USE_XORG=	xt inputproto xtst xrender xrandr xfixes xcursor\

Modified: head/security/keepassx/distinfo
==============================================================================
--- head/security/keepassx/distinfo	Wed Dec 23 00:22:15 2015	(r404270)
+++ head/security/keepassx/distinfo	Wed Dec 23 00:22:31 2015	(r404271)
@@ -1,2 +1,2 @@
-SHA256 (keepassx-0.4.3.tar.gz) = cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85
-SIZE (keepassx-0.4.3.tar.gz) = 1368766
+SHA256 (keepassx-0.4.4.tar.gz) = 3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4
+SIZE (keepassx-0.4.4.tar.gz) = 1371560



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