Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2014 09:36:03 GMT
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189220: [update]: security/KeePassX up to alpha6
Message-ID:  <201405020936.s429a3j4044836@cgiserv.freebsd.org>
Resent-Message-ID: <201405020940.s429e0tB022797@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189220
>Category:       ports
>Synopsis:       [update]: security/KeePassX up to alpha6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 02 09:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 10.0-RELEASE
>Organization:
>Environment:
FreeBSD commiter 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Up to 2.0 alpha6, changes:
* Add option to lock databases after user inactivity
* Add compatibility with libgcrypt 1.6
* Display passwords in monospace font
* Use an icon for the button that shows/masks passwords
* Add an option to show passwords by default
* Improve password generator design
* On Linux link .kdbx files with KeePassX
* Remember window size
* Disallow global auto-typing when the database is locked
* Support copying entries and groups using drag’n’drop
* Open last used databases on startup
* Made the kdbx file parser more robust
* Only edit entries on doubleclick (not single) or with enter key
* Allow removing multiple entries
* Added option to minimize window when copying data to clipboard
* Save password generator settings
* Fixed auto-type producing wrong chars in some keyboard configurations
* Added some more actions to the toolbar

>How-To-Repeat:

>Fix:
diff -ruN keepassx2.orig/Makefile keepassx2/Makefile
--- keepassx2.orig/Makefile	2014-05-02 17:26:46.291535516 +0400
+++ keepassx2/Makefile	2014-05-02 15:53:16.591962246 +0400
@@ -4,9 +4,9 @@
 PORTNAME=	KeePassX
 DISTVERSION=	2.0
 CATEGORIES=	security
-MASTER_SITES=	https://www.keepassx.org/dev/attachments/download/36/
+MASTER_SITES=	https://www.keepassx.org/dev/attachments/download/69/
 PKGNAMESUFFIX=	-alpha
-DISTNAME=	${PORTNAME:L}-${DISTVERSION}${PKGNAMESUFFIX}4
+DISTNAME=	${PORTNAME:L}-${DISTVERSION}${PKGNAMESUFFIX}6
 
 MAINTAINER=	eric@camachat.org
 COMMENT=	Cross Platform Password Manager
@@ -19,7 +19,6 @@
 WRKSRC=		${WRKDIR}/${DISTNAME:L}
 
 USES=		cmake
-USE_GCC=	any
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 USE_QT4=	corelib gui xml qtestlib dbus uic_build moc_build \
diff -ruN keepassx2.orig/distinfo keepassx2/distinfo
--- keepassx2.orig/distinfo	2014-05-02 17:26:46.291535516 +0400
+++ keepassx2/distinfo	2014-05-02 15:52:44.561444121 +0400
@@ -1,2 +1,2 @@
-SHA256 (keepassx-2.0-alpha4.tar.gz) = e71d36a3dbe35dc3d6e0cc9d1e6492f9c99381696abc664f596326258ef3bb0a
-SIZE (keepassx-2.0-alpha4.tar.gz) = 1034024
+SHA256 (keepassx-2.0-alpha6.tar.gz) = 592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0
+SIZE (keepassx-2.0-alpha6.tar.gz) = 1366929

>Release-Note:
>Audit-Trail:
>Unformatted:



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