summaryrefslogtreecommitdiff
path: root/security/seahorse/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-05-19 21:14:11 +0000
committerjmmv <jmmv@pkgsrc.org>2005-05-19 21:14:11 +0000
commit42facc9abad95987bc78a52472b560dc07661f9b (patch)
tree7cc98319d4ddb13f8864624c5194fa6ace862e70 /security/seahorse/patches
parent488d78d4c1396ba0f01bb40b4ece6fa94327fdf9 (diff)
downloadpkgsrc-42facc9abad95987bc78a52472b560dc07661f9b.tar.gz
Update to 0.7.8:
seahorse 0.7.8 -------------- * HKP key server support. * Reworked drag-and-drop. Now works between Seahorse windows. * Added a dialog for adding key servers simply and correctly. * Add option to agent 'Authorize' window to turn off prompting for authorization [Adam Schriber] * Handle empty passwords properly in agent [Adam Schreiber] * Keep agent window on top [Adam Schreiber] * Removed libeel dependency. * Better keyboard handling in the recipients dialog. * Fix some rare gnome-vfs problems. * Many smaller bug fixes. seahorse 0.7.7 -------------- * Working keyserver sync (including upload) support. * Compatibility with GNOME 2.10. * Nautilus plugin now works with Nautilus 2.10 [Fernando Herrera] * Cleaned up and simplified columns in the Key Manager. * Fix problems with entering expiry dates. * Remove 'Text Mode' option. Clarify 'ASCII Armor' option. * Removed lots of 'jargon' from the interface. * Can now drag keys from a key list to nautilus. * Many smaller bug fixes. seahorse 0.7.6 -------------- * Compatible with GPG 1.4 * Initial LDAP key server searching and importing support. * Show descriptive icons (eg: secret, public keys) in the main Key Manager window. [Adam Schreiber] * Monitor keyring and refresh key list automatically across processes, such as gedit plugin, recipient selection etc... * Decryption 'Open With' in nautilus for PGP encrypted and signed files. [Adam Schreiber] * Added Backup Keyrings functionality. [Adam Schreiber] * Prompt for signer when no default key is selected. * Display UIDs properly in the seahorse-agent status window. * Allow selection of a signing key in the Recipients dialog. * More usable HIG friendly Key Properties dialog [Jim Pharis] * Fix problems with 0 length files being created on error. * Gnome HIG compliancy fixes * Allow deletion of UIDs from the Key Manager window. * Show all UIDs in the Recipient selection dialog. * Prompt before overwriting files. * More efficient operations on large files. * Enable gedit plugin by default. * Many smaller bug fixes.
Diffstat (limited to 'security/seahorse/patches')
-rw-r--r--security/seahorse/patches/patch-aa18
-rw-r--r--security/seahorse/patches/patch-ab22
2 files changed, 20 insertions, 20 deletions
diff --git a/security/seahorse/patches/patch-aa b/security/seahorse/patches/patch-aa
index 8833169eb1f..138dc80b239 100644
--- a/security/seahorse/patches/patch-aa
+++ b/security/seahorse/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2004/11/07 13:19:24 jmmv Exp $
+$NetBSD: patch-aa,v 1.7 2005/05/19 21:14:11 jmmv Exp $
---- libseahorse/seahorse-util.c.orig 2004-10-14 11:40:11.000000000 -0600
+--- libseahorse/seahorse-util.c.orig 2005-05-01 19:30:09.000000000 +0000
+++ libseahorse/seahorse-util.c
-@@ -226,11 +226,12 @@ seahorse_util_write_data_to_file (const
+@@ -230,11 +230,12 @@ seahorse_util_write_data_to_file (const
gchar *buffer;
gint nread;
@@ -15,13 +15,13 @@ $NetBSD: patch-aa,v 1.6 2004/11/07 13:19:24 jmmv Exp $
+ if (gpgme_data_seek (data, 0, SEEK_SET) == -1)
+ {
+ gpg_err_code_t e = gpg_err_code_from_errno (errno);
-+ return GPG_E (e);
++ return GPG_E (e);
+ }
- file = seahorse_vfs_data_create (path, TRUE, &err);
- if(file != NULL)
-@@ -270,11 +271,11 @@ seahorse_util_write_data_to_text (gpgme_
- guint nread = 0;
+ file = seahorse_vfs_data_create (path, SEAHORSE_VFS_WRITE, &err);
+ if (file != NULL) {
+@@ -275,11 +276,11 @@ seahorse_util_write_data_to_text (gpgme_
+ guint nread = 0;
GString *string;
- /*
@@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.6 2004/11/07 13:19:24 jmmv Exp $
+ /* Reset the read pointer in data */
+ if (gpgme_data_seek (data, 0, SEEK_SET) == -1)
+ {
-+ return NULL;
++ return NULL;
+ }
string = g_string_new ("");
diff --git a/security/seahorse/patches/patch-ab b/security/seahorse/patches/patch-ab
index f2327634692..4f770c20f08 100644
--- a/security/seahorse/patches/patch-ab
+++ b/security/seahorse/patches/patch-ab
@@ -1,14 +1,14 @@
-$NetBSD: patch-ab,v 1.3 2004/12/30 17:41:58 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2005/05/19 21:14:11 jmmv Exp $
---- configure.orig 2004-11-02 18:13:19.000000000 +0100
+--- configure.orig 2005-05-07 17:08:51.000000000 +0000
+++ configure
-@@ -19342,6 +19342,9 @@ echo $ECHO_N "checking for GnuPG >= $min
- sed 's/^gpg (GnuPG) \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
+@@ -19614,6 +19614,9 @@ echo $ECHO_N "checking for GPGME - versi
+ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
- if test "$major" -eq "$req_major"; then
-+ if test "$minor" -gt "$req_minor"; then
-+ ok="yes"
-+ fi
- if test "$minor" -eq "$req_minor"; then
- if test "$micro" -ge "$req_micro"; then
- ok="yes"
+ if test "$major" -eq "$req_major"; then
++ if test "$minor" -gt "$req_minor"; then
++ ok="yes"
++ fi
+ if test "$minor" -eq "$req_minor"; then
+ if test "$micro" -ge "$req_micro"; then
+ ok="yes"