diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-08-16 06:23:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-08-16 06:23:18 +0000 |
commit | 429311dff9f793cf52f6bf9363fd5af83e2a5db6 (patch) | |
tree | b349f35eb6d0e4a3137693fe40bf5361ab3a30f4 /security/seahorse | |
parent | cc21f17c9476c6f6e9f48022610704abf51129d7 (diff) |
Update to 0.8.2.
Notes
Notes:
svn path=/head/; revision=170776
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 2 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 | ||||
-rw-r--r-- | security/seahorse/files/patch-agent_seahorse-agent.c | 20 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 2 |
4 files changed, 15 insertions, 15 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 7fff39609a46..fb742bb7d5e8 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -7,7 +7,7 @@ # PORTNAME= seahorse -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8 diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index bd26f470f11d..13f59f87cacd 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-0.8.1.tar.bz2) = 5d69954ff503c625aa2618acde660496 -SHA256 (gnome2/seahorse-0.8.1.tar.bz2) = 1aba14b58f2366beaf32324d95281a03799b4888ac1701f0ec788b43b4117e90 -SIZE (gnome2/seahorse-0.8.1.tar.bz2) = 971378 +MD5 (gnome2/seahorse-0.8.2.tar.bz2) = 24d9a8c3564700d105847934020920bd +SHA256 (gnome2/seahorse-0.8.2.tar.bz2) = 350f1a1cc5010bb81f08c6c124a24f2560a9dffea16c8a5a62e9cdeebb03c68e +SIZE (gnome2/seahorse-0.8.2.tar.bz2) = 990284 diff --git a/security/seahorse/files/patch-agent_seahorse-agent.c b/security/seahorse/files/patch-agent_seahorse-agent.c index 25531909e8e6..8ee1d8349d6b 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 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; - +--- agent/seahorse-agent.c.orig Sun Aug 13 14:50:35 2006 ++++ agent/seahorse-agent.c Wed Aug 16 02:08:05 2006 +@@ -280,7 +280,6 @@ main (int argc, char **argv) + GnomeProgram *program = NULL; + GnomeClient *client = NULL; + - secmem_init (65536); -- + /* We need to drop privileges completely for security */ #if defined(HAVE_SETRESUID) && defined(HAVE_SETRESGID) - +@@ -288,10 +287,12 @@ main (int argc, char **argv) /* 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")); -@@ -301,7 +301,6 @@ main (int argc, char **argv) +@@ -313,7 +314,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); -@@ -314,6 +313,8 @@ main (int argc, char **argv) +@@ -329,6 +329,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 dfe968f9b484..5b17b6dc13fe 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -86,7 +86,6 @@ share/locale/ms/LC_MESSAGES/seahorse.mo share/locale/nb/LC_MESSAGES/seahorse.mo share/locale/ne/LC_MESSAGES/seahorse.mo share/locale/nl/LC_MESSAGES/seahorse.mo -share/locale/no/LC_MESSAGES/seahorse.mo share/locale/pa/LC_MESSAGES/seahorse.mo share/locale/pl/LC_MESSAGES/seahorse.mo share/locale/pt/LC_MESSAGES/seahorse.mo @@ -100,6 +99,7 @@ share/locale/sr/LC_MESSAGES/seahorse.mo share/locale/sr@Latn/LC_MESSAGES/seahorse.mo share/locale/sv/LC_MESSAGES/seahorse.mo share/locale/tr/LC_MESSAGES/seahorse.mo +share/locale/vi/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 |