Update to 0.8.2.
This commit is contained in:
parent
cc21f17c94
commit
429311dff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170776
4 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue