Skip to content

Commit

Permalink
PR/50771: Update security/keepassx to 2.0.2.
Browse files Browse the repository at this point in the history
2.0.1:
- Flush temporary file before opening attachment. [#390]
- Disable password generator when showing entry in history mode. [#422]
- Strip invalid XML chars when writing databases. [#392]
- Add repair function to fix databases with invalid XML chars. [#392]
- Display custom icons scaled. [#322]
- Allow opening databases that have no password and keyfile. [#391]
- Fix crash when importing .kdb files with invalid icon ids. [#425]
- Update translations.

2.0.2:
- Fix regression in database writer that caused it to strip certain special
  characters (characters from Unicode plane > 0).
- Fix bug in repair function that caused it to strip non-ASCII characters.
  • Loading branch information
nonaka committed Feb 5, 2016
1 parent cee11e6 commit 76e925b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions security/keepassx/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2015/12/11 13:37:32 wiz Exp $
# $NetBSD: Makefile,v 1.34 2016/02/05 09:08:56 nonaka Exp $

DISTNAME= keepassx-2.0
DISTNAME= keepassx-2.0.2
CATEGORIES= security x11
MASTER_SITES= https://www.keepassx.org/releases/${PKGVERSION_NOREV}/

Expand Down
10 changes: 5 additions & 5 deletions security/keepassx/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2015/12/11 13:37:32 wiz Exp $
$NetBSD: distinfo,v 1.11 2016/02/05 09:08:56 nonaka Exp $

SHA1 (keepassx-2.0.tar.gz) = e5dc2e55c9ec22a769abac177f2c3b6dfb0a315c
RMD160 (keepassx-2.0.tar.gz) = 559418be72c22cff2c397b822220765ec5e26234
SHA512 (keepassx-2.0.tar.gz) = 6c8b8ee6a22cab5da5f262b281ed914e9cce99607312124b068a3386d9da560a3584acea4ce1be6700e40087febcc269273ab67ea472b99e6d3f75048d164788
Size (keepassx-2.0.tar.gz) = 1524638 bytes
SHA1 (keepassx-2.0.2.tar.gz) = 9591e89484e3c62f7de040915ebf0ddd33fa85d7
RMD160 (keepassx-2.0.2.tar.gz) = c1edfc81e7ac1c11dcddf4fc76b39eef36fad982
SHA512 (keepassx-2.0.2.tar.gz) = 3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072
Size (keepassx-2.0.2.tar.gz) = 1532353 bytes

0 comments on commit 76e925b

Please sign in to comment.