diff options
author | vg <vg@FreeBSD.org> | 2014-05-03 00:29:02 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2014-05-03 00:29:02 +0800 |
commit | 20786dea3632c93ae7f402d00bbb57a6b621752c (patch) | |
tree | 76f21994bcc6ac3e4859e4d9c2cca9fb5d9afe4e /security | |
parent | 370254e9d2d021ddd289afb0e22bb723354d89ad (diff) | |
download | freebsd-ports-gnome-20786dea3632c93ae7f402d00bbb57a6b621752c.tar.gz freebsd-ports-gnome-20786dea3632c93ae7f402d00bbb57a6b621752c.tar.zst freebsd-ports-gnome-20786dea3632c93ae7f402d00bbb57a6b621752c.zip |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/keepassx2/Makefile | 5 | ||||
-rw-r--r-- | security/keepassx2/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/keepassx2/Makefile b/security/keepassx2/Makefile index f5a64192cdc6..0fed9811aff1 100644 --- a/security/keepassx2/Makefile +++ b/security/keepassx2/Makefile @@ -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 \ diff --git a/security/keepassx2/distinfo b/security/keepassx2/distinfo index 9d863e22a4db..fc20958786d5 100644 --- a/security/keepassx2/distinfo +++ b/security/keepassx2/distinfo @@ -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 |