Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7186970602 for ; Tue, 30 Jul 2013 11:52:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CAF9114A12B; Tue, 30 Jul 2013 11:52:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA90514A121 for ; Tue, 30 Jul 2013 11:52:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Hce4Mvtps2zf for ; Tue, 30 Jul 2013 11:52:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 96C6814A114 for ; Tue, 30 Jul 2013 11:52:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5806E96; Tue, 30 Jul 2013 11:52:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 30 Jul 2013 11:52:07 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/security/KeePass To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20130730115207.5806E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Tue Jul 30 11:52:07 UTC 2013 Modified Files: pkgsrc/security/KeePass: Makefile distinfo Log Message: Update to 2.23 Changelog: Changes from 2.22 to 2.23: New Features: New password quality estimation algorithm. Added toolbar buttons: 'Open URL(s)', 'Copy URL(s) to Clipboard' and 'Perform Auto-Type'. Added 'Generate Password' command in the context menu of the KeePass system tray icon. Added 'Copy history' option in the entry duplication dialog (enabled by default). Added 'Duplicate Group' context menu command. In the MRU list, currently opened files now have an '[Opened]' suffix and are blue. When a dialog is displayed, (double) clicking the KeePass system tray icon now activates the dialog. Added {T-REPLACE-RX:...} placeholder, which replaces text using a regular expression. Added {VKEY-NX X} and {VKEY-EX X} special key codes. Added 'Perform auto-type with selected entry' trigger action. Added 'Import into active database' trigger action. Mozilla Bookmarks HTML import: added support for groups, bookmark descriptions and icons. Mozilla Bookmarks JSON import: bookmark descriptions are now imported into the note fields of entries. RoboForm import: added support for the new file format. Added support for importing Network Password Manager 4.0 CSV files. Enhanced SafeWallet XML importer to additionally support importing web entries and groups from very old export file versions (for newer versions this was already supported). Added database repair mode warning. Added option to accept invalid SSL certificates (turned off by default). Added user activity notification event for plugins. File transactions for FTP URLs are now always disabled when running under .NET 4.0 in order to workaround .NET bug 621450. Added workaround for Mono list view item selection bug. Added workaround for Mono bug 649266; minimizing to tray now removes the task bar item and restoring does not result in a broken window anymore. Added workaround for Mono bug 5795; text and selections in password boxes are now drawn properly (a monospace font can only be used on Windows due to the bug). Added workaround for Mono bug 12525; dialog banners are now drawn correctly again. Added workaround for Mono form loading bug. KPScript: added 'Import' command. KPScript: the 'ListEntries' command now also outputs date/time fields of entries. Improvements / Changes: When the option for remembering the last used database is enabled, KeePass now remembers the last active database (instead of the last opened or saved database). The 'Add Group' command and the F2 key in the groups tree view now open the group editing dialog; in-place tree node label editing is disabled. Custom string and plugin-provided columns in the 'Configure Columns' dialog are sorted alphabetically now. Improved behavior when closing inactive databases. Improved support for trigger actions during database closing. The 'Special' GUI character set now includes '|' and '~'. The 'High ANSI' character set now consists of the range [U+0080, U+00FF] except control and non-printable characters. The options dialog is now listed in the task bar when it is opened while KeePass is minimized to the system tray. A remembered user account usage state can now be preset even when the user account option is disabled using key prompt configuration flags. Improved initial input focus in key creation/prompt dialogs when key creation/prompt configuration flags are specified. During synchronization, the status dialog is now closed after all files have been saved. Improved behavior of the global KeePass activation hot key when a dialog is displayed. Changed auto-type command icon. Shortened product name in main window title. Improved data URI validation. Custom clipboard data is now encoded as data URI (with a vendor-specific MIME type). Improved configuration loading performance. Enhanced IO connection problem diagnostics. Improved single instance checking on Unix-like systems. KeePassLibC DLLs and ShInstUtil are now explicitly marked as DEP- and ASLR-compatible (like the executable file). Various UI improvements. Various code optimizations. Minor other improvements. Bugfixes: The suffixes to the 'Inherit setting from parent' options on the 'Behavior' tab of the group editing dialog now correctly show the inherited settings of the current group's parent. When locked, the main window's title doesn't show the full path of the database anymore when the option 'Show full path in title bar (instead of file name only)' is turned off. The status bar is now updated correctly after sorting by a column. Changes from 2.21 to 2.22: New Features: When the option for remembering key sources is enabled, KeePass now also remembers whether the user account is required. Added 'View' -> 'Grouping in Entry List' menu. Added 'Close active database' trigger action. Added '-ioiscomplete' command line option, which tells KeePass that the path and file system credentials are complete (the 'Open URL' dialog will not be displayed then). Added support for importing SafeWallet XML files (3.0.4 and 3.0.5). Added support for importing TurboPasswords 5.0.1 CSV files. LastPass CSV importer: added support for group trees. Alle meine Passworte XML importer: added support for custom fields and group names with special characters. Password Safe XML importer: added support for the e-mail field. Added 'Help' button in the generic CSV importer dialog. Added workaround for .NET bug 642188; top visible list view items are now remembered in details view with groups enabled. Added workaround for Mono form title bar text update bug (which e.g. caused bug 801414). Improvements / Changes: After closing a character picking dialog, KeePass now explicitly activates the previous window. Improved behavior when cancelling the icon picker dialog. Main window activation redirection now works with all KeePass dialogs automatically. The window state of the current database is now remembered before opening another database. Previous parameters are now discarded when switching between different trigger event/condition/action types. Unified separators in group paths. The UI state is now updated after adding an entry and clicking an entry reference link in the entry view. The '-entry-url-open' command line option now searches for matching entries in all open databases. Improved database context determination when opening an URL. Added support for special values in date/time fields imported from KeePass 1.x. Improved HTML entity decoding (support for more entities and CDATA sections, improved performance, ...). RoboForm HTML importer: URLs are converted to lower-case now and support for a special order rotation of attributes has been added. Removed Password Gorilla CSV importer; users should use the generic CSV importer (which can import more data than the old specialized CSV importer). Improved file discoveries. Improved test form entry auto-type window definition. In the MSI package, the version is now included in the product name. Native key transformation library: replaced Boost threads by Windows API threads (because Boost threads can result in crashes on restricted Windows 7 x64 systems). Various UI improvements. Various code optimizations. Minor other improvements. Bugfixes: (None). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/KeePass/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/KeePass/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.