aboutsummaryrefslogtreecommitdiff
path: root/security/keepassx2
Commit message (Collapse)AuthorAgeFilesLines
* security/keepassx2: update 2.0 -> 2.0.2Jason Unovitch2016-02-223-5/+5
| | | | | | | | | PR: 207126 Submitted by: Thibault Payet <monwarez@mailoo.org> Approved by: Eric Camachat <eric@camachat.org> (maintainer) Notes: svn path=/head/; revision=409331
* Update 2.0-beta2 --> 2.0Cy Schubert2015-12-083-5/+12
| | | | | | | Approved by: eric@camachat.org (maintainer) Notes: svn path=/head/; revision=403347
* Un-break build on systems where cxx does not support c++11Thomas Zander2015-10-241-2/+8
| | | | | | | | PR: 203992 Submitted by: eric@camachat.org (maintainer) Notes: svn path=/head/; revision=400119
* Update to 2.0-beta2.Mathieu Arnold2015-10-213-70/+81
| | | | | | | | | | | | | - Bump PORTEPOCH as version goes backwards - Remove unneeded variables - Pet portlint PR: 203913 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399909
* - Add missing plist files and empty dirs, drop @dirrm*Dmitry Marakasov2015-01-292-52/+33
| | | | | | | | | PR: 197147 Submitted by: amdmi3 Approved by: eric@camachat.org (maintainer) Notes: svn path=/head/; revision=378100
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-0/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-3/+3
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Up to 2.0 alpha6, changes:Veniamin Gvozdikov2014-05-022-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=352825
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* This is a next generation of security/keepassx which supporting a *.kdbx.Veniamin Gvozdikov2013-10-305-0/+218
PR: ports/173282 Submitted by: Eric Camachat <eric@camachat.org> Approved by: eadler, osa, rm (mentors, implicit) Notes: svn path=/head/; revision=332100