diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-12-23 08:22:31 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-12-23 08:22:31 +0800 |
commit | 323f96a91956fde0558a5083a7790dd02060a193 (patch) | |
tree | 32e6f1015eece694586f08a18b8edefe398c197d /security/keepassx | |
parent | 40fce442a9dbccc307c7243e1e4c10967457f91d (diff) | |
download | freebsd-ports-gnome-323f96a91956fde0558a5083a7790dd02060a193.tar.gz freebsd-ports-gnome-323f96a91956fde0558a5083a7790dd02060a193.tar.zst freebsd-ports-gnome-323f96a91956fde0558a5083a7790dd02060a193.zip |
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
Diffstat (limited to 'security/keepassx')
-rw-r--r-- | security/keepassx/Makefile | 8 | ||||
-rw-r--r-- | security/keepassx/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/keepassx/Makefile b/security/keepassx/Makefile index b175c4dd1f3a..877ab050ad86 100644 --- a/security/keepassx/Makefile +++ b/security/keepassx/Makefile @@ -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\ diff --git a/security/keepassx/distinfo b/security/keepassx/distinfo index 012cbe2ee173..fc8be6f7b4e8 100644 --- a/security/keepassx/distinfo +++ b/security/keepassx/distinfo @@ -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 |