83354a90c0
Noteworthy changes in version 0.9.7 (2014-12-12) ------------------------------------------------ * Support sending keys for GnuPG 2.1. Noteworthy changes in version 0.9.6 (2014-11-21) ------------------------------------------------ * Support keyserver operations for GnuPG 2.1. * Implement the IMPORT_FILES server command. * New "Refresh Key" action in the key manager's context menu. Noteworthy changes in version 0.9.5 (2014-09-01) ------------------------------------------------ * GPA now starts with the UI server enabled and tests on startup whether such a server is already running to open that one instead of launching a second instance. * GPA is now aware of ECC keys. * Improved detection of CMS objects (which are used by S/MIME) and detached OpenPGP signatures. * Allow import and export of X.509 certificates. Allow backup of X.509 keys. * The key creation date is now displayed in the key listing. * Armored detached signature files are now created with an ".asc" suffix and not with ".sig". * The GnuPG home directory is now detected using the gpgconf tool. * Added launch-gpa wrapper for Windows. * Fixed several bugs leading to crashs. Noteworthy changes in version 0.9.4 (2013-05-01) ------------------------------------------------ * Added scrollbars to the verification result window. * Improved searching in the key listing. * Now uses the native theme under Windows. Noteworthy changes in version 0.9.3 (2012-08-08) ------------------------------------------------ * Allow searching in the keylist. * Collected bug fixes. Noteworthy changes in version 0.9.2 (2012-05-02) ------------------------------------------------ * Adjust server mode to modern Libassuan. * Add options --enable-logging for W32. * Add options --gpg-binary, --gpgsm-binary and --debug-edit-fsm. * Properly process CMS data in the clipboard and with the server's VERIFY_FILES and DECRYPT_FILES commands. * Minor code cleanups. Noteworthy changes in version 0.9.1 (2012-04-18) ------------------------------------------------ * The key selection dialogs for encryption and signing do not anymore list expired, revoked or otherwise invalid keys. * If no recipients are given to the server, a generic key selection dialog is now used. * Now works with Libassuan 2.x. * The card manager now displays the ATR for an unknown card. Noteworthy changes in version 0.9.0 (2009-06-20) ------------------------------------------------ * Added a smartcard manager. * GPA now requires GnuPG-2. * X.509 support is now always enabled. * Major internal cleanups. More to follow soon. Noteworthy changes in version 0.8.0 (2008-09-04) ------------------------------------------------ * Add basic UI server mode and option --daemon. * GPA now supports direct crypto operations to and from the clipboard, and features a simple text edit area as well. * GPA supports manipulating the backend configuration through gpg-conf. * GPA has now basic support for X.509; use the command line switch --cms to enable this. * The default keyserver is now taken from gpg.conf and not from gpa.conf. Noteworthy changes in version 0.7.6 (2007-05-24) ------------------------------------------------ * Czech translation by Zdenek Hatas. * Russian translation by Maxim Britov. * Files may now be dropped onto the file manager window. Noteworthy changes in version 0.7.5 (2007-02-26) ------------------------------------------------ * Allow setting a password if it was empty. * Fixed changing of expiration date for non-C-99 systems. * Fixed a crash while encrypting several files. * Fixed a bug while encrypting to several keys. Noteworthy changes in version 0.7.4 (2006-07-25) ------------------------------------------------ * Added icon to the Windows version. * Other minor fixes. Noteworthy changes in version 0.7.3 (2006-03-21) ------------------------------------------------ * Minor fixes. Noteworthy changes in version 0.7.2 (2006-03-03) ------------------------------------------------ * The key generation wizard does not allow to set a comment anymore. This is an advanced feature available in the advanced GUI version of key generation. * Bug fixes for the Windows target, in particular internationalization and binary mode file handling. Noteworthy changes in version 0.7.1 (2006-01-09) ------------------------------------------------ * When verifying the signature on a file, GPA now tries to find detached signatures and asks the user whether to verify them. * A "refresh" command was added to the keyring. So, if the keyring is modified outside GPA (i.e. by reading emails with auto-key-retrieve on), you can see the new keys without restarting GPA. * A .desktop file for integration with the Gnome and KDE menus is now distributed with the tarball. * The GPA icon has been changed. The new icon is now used by all windows when minimized (and on the window title if supported by the window manager). * It is again possible to do a build for Windows using the latest glib version along with a glib patch as available in the gpg4win package.
25 lines
681 B
Makefile
25 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.47 2015/07/05 18:33:01 wiz Exp $
|
|
|
|
DISTNAME= gpa-0.9.7
|
|
CATEGORIES= x11 security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpa/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pr@alles.prima.de
|
|
HOMEPAGE= http://www.gnupg.org/related_software/gpa/
|
|
COMMENT= GUI frontend to gnupg
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
LIBS+= ${BUILDLINK_LDADD.getopt}
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q}
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|