Commit graph

53 commits

Author SHA1 Message Date
wiz
c5d1c57972 Updated gpa to 0.9.10.
Noteworthy changes in version 0.9.10 (2016-11-19)
-------------------------------------------------

 * Addded basic support for TOFU information.

 * Removed key-ID from some listings in favor of using the
   fingerprint.

 * Fixed deletion of X.509 keys.

 * Allow for saving to an alternate file name if the file already
   exists.

 * Fixed several problems with key edit functions.

 * Fixed drag-and-drop.


Noteworthy changes in version 0.9.9 (2015-09-09)
------------------------------------------------

 * Fixed build problem in 0.9.8 if Libgpgme < 1.6.1 is used.


Noteworthy changes in version 0.9.8 (2015-09-09)
------------------------------------------------

 * Does start with the clipboard view after a key has been created.

 * Limit the size of dialogs by truncating too long user ids.

 * Make the window frame's close button work as expected.

 * With a decent version of libgpgme the key algorithm and size is
   shown using the GnuPG 2.1 format.
2017-08-29 11:30:05 +00:00
wiz
52ae9de1e6 Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
jperkin
499bd77759 SunOS needs an explicit -lnsl. 2016-04-14 11:35:47 +00:00
wiz
83354a90c0 Update to 0.9.7:
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.
2015-07-05 18:33:01 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
joerg
967a2464d4 Expose the gpg binary gpgme is build against and use that in security/gpa. 2010-01-04 15:09:44 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
grant
8a0ca194d4 this needs getopt_long. 2005-08-27 07:58:52 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
recht
380a09fb50 Bump PKGREVISION to 2 for the gpgme BUILDLINK_DEPENDS change. 2004-08-22 17:54:18 +00:00
minskim
9f9cc8dd13 bl3ify and add explicit dependency on pkgconfig. 2004-02-25 19:15:44 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
wiz
b6e73eb413 Update to 0.7.0:
Noteworthy changes in version 0.7.0 (2003-10-22)
------------------------------------------------

 * Long file operations no longer block GPA, so several operations can be
 run at the same time. This also means GPA does not freeze while an operation
 runs, leading to a more responsive interface.

 * The keyring editor now displays all the subkeys of the currently selected
 key. This is only visible if GPA is in advanced mode (available from the
 preferences dialog).

 * The capabilities of a key (certify, sign, encrypt) are now visible from
 the keyring editor.

 * The keyring editor can now sort keys by any column. By default, they are
 listed in the order they were imported into the keyring (i.e. the same order
 as "gpg --list-keys").

 * The key list is now displayed while it is being filled, allowing for
 faster startup times.

 * A warning dialog is now displayed when an operation slows down due to
 gpg rebuilding the trust database.

 * Imports and exports from files and servers have been separated into
 different dialogs and menu options.

 * Invoking GPA with file names as arguments will open those files in the
 file manager.

 * Cosmetical and minor fixes to the file manager window.

 * GPA now remembers the brief/detailed setting view and restores it
 when GPA is started.

 * Removed all deprecated widgets. GPA is now pure GTK+ 2.2.

 * Fixed a hang on startup on PowerPC machines.

Noteworthy changes in version 0.6.1 (2003-01-29)
------------------------------------------------

 * Added a popup menu to the keyring view, with all the common operations.

 * Keys' expiration dates can be choosen by clicking on a calendar.

 * The key generation dialogs have been revamped to use GTK+2 stock widgets.

 * The passphrase for a key can be changed from the edit key dialog.

 * Revoked user names are properly treated. They are not displayed, save in
 the details notebook, and then they are clearly marked as revoked.

 * GPA now uses the standard GTK+ file selection dialog.

 * Added Swedish translation.

 * Many other bugfixes, including several portability issues.

Noteworthy changes in version 0.6.0 (2002-12-24)
------------------------------------------------

 * GPA now supports GnuPG 1.2 or later, thanks to it's use of GPGME.

 * All the user preferences are set from a single dialog, and automatically
 saved in gpa.conf, including the default keyserver and the use of
 advanced/simple UI mode.

 * The `--advanced-ui' command line options has been removed, as it is
 available within the program itself.

 * The new `-f' and `-k' options can be used to launch the keyring editor,
 the file manager, or both on startup.

 * All the user ID's in a key are now displayed in the `Details' section, and
 in most dialogs.

 * Key signatures are now displayed individually for each User ID, or in a
 global listing for the key.

 * The usual `Copy' and `Paste' commands can be used to import and export keys
 from the clipboard.

 * The `Edit key' option is now only available for private keys. Setting the
 ownertrust of a key is now an independent operation.

 * After every import operation, the user is informed of how many keys have
 been imported.

 * Errors or keyserver operations are now reported to the user.

 * The `Verify file' dialog has been completely revamped to allow
 verification of several files at the same time.

 * Added Japanese, Brazilian Portuguese, Dutch and Spanish translations.

 * The user interface has been updated to use GTK+ 2.0 and stock items.

Noteworthy changes in version 0.5.0 (2002-02-25)
------------------------------------------------

 * The file selection dialog has been significantly changed from the
   standard GTK+ file selection dialog to look more like what users
   of MS-Windows are accustomed to.

 * "Show Details" in the menu of the file manager is now named
   "Verify Signatures", and it is now accessible through an icon in
   the tool bar, too.

 * Keyserver access via a direct HTTP request now allows for
   searching for keys on keyservers.

 * GPAPA's output is now gettext()ified.

 * The standard key is now remembered in `gpa.conf'.

 * The "Sign File" dialog has been simplified.

 * The creation of a backup copy of your public and private keys
   works now. It is remembered in `gpa.conf'. If a backup does not
   yet exist, the user is asked at startup to create one.

 * GPA now has a nice icon in the upper left corner of its window. :-)

 * Many bugfixes (for instance: crashes when signing files and keys,
   handling of spaces in file names, etc.).

 * Makefiles do contain `-mwindows' now to suppress the console
   window.

 * The "Help" menus is now called "Info". The license is displayed
   in the (unofficial) German translation now. (This should be
   improved to honor "locale" settings.)

 * GPA is now ready to compile with GTK+ version 2 once it is
   released.

 * In the key manager, there are now menu entries for key operations.

 * A secret key without a matching public key is now warned about.

 * Keys now can be imported from and exported to the MS Windows
   clipboard.

 * Secret keys can be imported now.

 * When a key is generated, a passphrase which is too stupid is
   warned about.

 * There now is an icon in the tool bar to switch from the keyring
   manager to the file manager.

 * GPA can now be compiled using a standard GNU toolchain.
   In particular it can be cross-compiled from GNU/Linux to
   mingw32/MS-Windows (which is what we did for the GnuPP CD),
   or compiled natively under MS-Windows using CygWin.
2003-12-14 15:12:11 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
martin
1c21d7b935 Remove illegal optimizatioon breaking on all platforms where va_list is
not a pointer. Should make this build on alpha and macppc again (but I
can't test this right now).
2002-01-18 09:23:58 +00:00
martti
abf28b7188 This can't be compiled on alpha/powerpc because __va_list is defined
as struct in include/ansi.h instead of "char *".

This just a temporary hack, better solution is really needed...
2002-01-18 07:21:30 +00:00
martti
b57324eaf1 Updated gpa to 0.4.3
* The list of keyservers is now read form the file "keyservers" in the
  GPA configuration directory which by default is ~/.gnupg.  The new
  option keyserver may be used in the gpa.conf file to select the
  default keyserver - it implictly adds this server to the list of
  keyservers.
2002-01-17 10:28:25 +00:00