From owner-svn-ports-all@freebsd.org Wed Dec 23 00:22:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D495BA50B23; Wed, 23 Dec 2015 00:22:32 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 896021021; Wed, 23 Dec 2015 00:22:32 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBN0MV2c012395; Wed, 23 Dec 2015 00:22:31 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0MV84012393; Wed, 23 Dec 2015 00:22:31 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512230022.tBN0MV84012393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Dec 2015 00:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404271 - head/security/keepassx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:22:32 -0000 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