diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-28 05:41:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-28 05:41:40 +0000 |
commit | 2a8578098ed7294d19f852594457922e234a5876 (patch) | |
tree | db2c986364709890f9e9b133be034afacc13807e /security/seahorse | |
parent | 3227fb2e983d750365cfccf5f13f461f76047eea (diff) | |
download | ports-2a8578098ed7294d19f852594457922e234a5876.tar.gz ports-2a8578098ed7294d19f852594457922e234a5876.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 2 | ||||
-rw-r--r-- | security/seahorse/distinfo | 4 | ||||
-rw-r--r-- | security/seahorse/files/patch-agent_seahorse-agent.c | 18 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 4 |
4 files changed, 16 insertions, 12 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 96ca65df59e2..c03349cce467 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seahorse -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 7f15e6564dcf..6ce256acec29 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/seahorse-0.7.8.tar.bz2) = 635a5104e3ecc1d70c2489cc6472f579 -SIZE (gnome2/seahorse-0.7.8.tar.bz2) = 1116374 +MD5 (gnome2/seahorse-0.7.9.tar.bz2) = 67158777084e537145ba42d0b5ca199d +SIZE (gnome2/seahorse-0.7.9.tar.bz2) = 1138765 diff --git a/security/seahorse/files/patch-agent_seahorse-agent.c b/security/seahorse/files/patch-agent_seahorse-agent.c index f82bae9d1634..25531909e8e6 100644 --- a/security/seahorse/files/patch-agent_seahorse-agent.c +++ b/security/seahorse/files/patch-agent_seahorse-agent.c @@ -1,14 +1,14 @@ ---- agent/seahorse-agent.c.orig Sun Feb 13 19:43:53 2005 -+++ agent/seahorse-agent.c Fri Mar 11 22:20:26 2005 -@@ -265,7 +265,6 @@ - int ch = 0; +--- agent/seahorse-agent.c.orig Thu May 19 00:15:36 2005 ++++ agent/seahorse-agent.c Thu Jul 28 01:32:39 2005 +@@ -273,18 +273,18 @@ main (int argc, char **argv) const char *sockname; - + GnomeProgram *program = NULL; + - secmem_init (65536); - +- /* We need to drop privileges completely for security */ #if defined(HAVE_SETRESUID) && defined(HAVE_SETRESGID) -@@ -273,10 +272,12 @@ + /* Not in header files for all OSs, even where present */ int setresuid(uid_t ruid, uid_t euid, uid_t suid); int setresgid(gid_t rgid, gid_t egid, gid_t sgid); @@ -21,7 +21,7 @@ if (setuid (getuid ()) == -1 || setgid (getgid ()) == -1) #endif err (1, _("couldn't drop privileges properly")); -@@ -320,7 +321,6 @@ +@@ -301,7 +301,6 @@ main (int argc, char **argv) * All functions after this point have to print messages * nicely and not just called exit() */ @@ -29,7 +29,7 @@ /* Handle some signals */ signal (SIGINT, on_quit); -@@ -333,6 +333,8 @@ +@@ -314,6 +313,8 @@ main (int argc, char **argv) /* Initialize our sub systems */ seahorse_agent_actions_init (); seahorse_agent_cache_init (); diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index c1b42111a006..3bdcce72b2a1 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -10,6 +10,7 @@ lib/libseahorse-internal.so.0 share/gnome/applications/seahorse-pgp-preferences.desktop share/gnome/applications/seahorse.desktop share/gnome/applications/seahorse-pgp-encrypted.desktop +share/gnome/applications/seahorse-pgp-keys.desktop share/gnome/applications/seahorse-pgp-signature.desktop share/gnome/control-center-2.0/capplets/seahorse-pgp-preferences.desktop @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @@ -42,8 +43,10 @@ share/gnome/seahorse/glade/seahorse-generate-adv.glade share/gnome/seahorse/glade/seahorse-generate-druid.glade share/gnome/seahorse/glade/seahorse-generate-select.glade share/gnome/seahorse/glade/seahorse-key-manager.glade +share/gnome/seahorse/glade/seahorse-key-manager.ui share/gnome/seahorse/glade/seahorse-key-properties.glade share/gnome/seahorse/glade/seahorse-keyserver-results.glade +share/gnome/seahorse/glade/seahorse-keyserver-results.ui share/gnome/seahorse/glade/seahorse-keyserver-search.glade share/gnome/seahorse/glade/seahorse-keyserver-sync.glade share/gnome/seahorse/glade/seahorse-multi-encrypt.glade @@ -93,6 +96,7 @@ share/locale/sv/LC_MESSAGES/seahorse.mo share/locale/tr/LC_MESSAGES/seahorse.mo share/locale/uk/LC_MESSAGES/seahorse.mo share/locale/zh_CN/LC_MESSAGES/seahorse.mo +share/locale/zh_TW/LC_MESSAGES/seahorse.mo @dirrm share/gnome/help/seahorse/C/figures @dirrm share/gnome/help/seahorse/C @dirrm share/gnome/help/seahorse |