Summary: | [update]: security/KeePassX up to alpha6 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Veniamin Gvozdikov <vg> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Veniamin Gvozdikov
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->swills Over to maintainer (via the GNATS Auto Assign Tool) Author: vg Date: Fri May 2 16:29:02 2014 New Revision: 352825 URL: http://svnweb.freebsd.org/changeset/ports/352825 QAT: https://qat.redports.org/buildarchive/r352825/ Log: 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 PR: ports/189220 Submitted by: myself Approved by: maintainer (via email) Modified: head/security/keepassx2/Makefile head/security/keepassx2/distinfo Modified: head/security/keepassx2/Makefile ============================================================================== --- head/security/keepassx2/Makefile Fri May 2 16:28:34 2014 (r352824) +++ head/security/keepassx2/Makefile Fri May 2 16:29:02 2014 (r352825) @@ -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 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L} 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 \ Modified: head/security/keepassx2/distinfo ============================================================================== --- head/security/keepassx2/distinfo Fri May 2 16:28:34 2014 (r352824) +++ head/security/keepassx2/distinfo Fri May 2 16:29:02 2014 (r352825) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thank you! |