From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 2 09:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A69FF39A for ; Fri, 2 May 2014 09:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 822B710CD for ; Fri, 2 May 2014 09:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s429e0kl022798 for ; Fri, 2 May 2014 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s429e0tB022797; Fri, 2 May 2014 09:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2014 09:40:00 GMT Resent-Message-Id: <201405020940.s429e0tB022797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEADFF3F for ; Fri, 2 May 2014 09:36:03 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92D741057 for ; Fri, 2 May 2014 09:36:03 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s429a3Qk044843 for ; Fri, 2 May 2014 09:36:03 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s429a3j4044836; Fri, 2 May 2014 09:36:03 GMT (envelope-from nobody) Message-Id: <201405020936.s429a3j4044836@cgiserv.freebsd.org> Date: Fri, 2 May 2014 09:36:03 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189220: [update]: security/KeePassX up to alpha6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 09:40:00 -0000 >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: