pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/seahorse Fixed miss of upstream when split ap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3a55aab0323
branches:  trunk
changeset: 532412:c3a55aab0323
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Aug 18 13:19:56 2007 +0000

description:
Fixed miss of upstream when split apart seahorse-agent and seahorse-daemon
into different processes.
Should fix PR 36256.

seahorse-agent is now setuid.  Bump PKGREVISION.

diffstat:

 security/seahorse/Makefile         |   4 ++--
 security/seahorse/distinfo         |   3 ++-
 security/seahorse/patches/patch-ad |  19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r a68380121a3d -r c3a55aab0323 security/seahorse/Makefile
--- a/security/seahorse/Makefile        Sat Aug 18 11:10:08 2007 +0000
+++ b/security/seahorse/Makefile        Sat Aug 18 13:19:56 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2007/08/18 11:10:08 obache Exp $
+# $NetBSD: Makefile,v 1.65 2007/08/18 13:19:56 obache Exp $
 
 DISTNAME=      seahorse-1.0.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/seahorse/1.0/}
 EXTRACT_SUFX=  .tar.bz2
diff -r a68380121a3d -r c3a55aab0323 security/seahorse/distinfo
--- a/security/seahorse/distinfo        Sat Aug 18 11:10:08 2007 +0000
+++ b/security/seahorse/distinfo        Sat Aug 18 13:19:56 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2007/06/12 20:09:11 joerg Exp $
+$NetBSD: distinfo,v 1.20 2007/08/18 13:19:56 obache Exp $
 
 SHA1 (seahorse-1.0.1.tar.bz2) = 03e5232d47e0d9d16fe7a713b00533859583a8d8
 RMD160 (seahorse-1.0.1.tar.bz2) = c11d2b0ae114cb41d52a3dc068f8a4fafc322603
@@ -6,6 +6,7 @@
 SHA1 (patch-aa) = 991e7eb505efa2b81a6f56910aa9359743e1cb3b
 SHA1 (patch-ab) = 8d391aecd0edc78dbbcc6638a76bc29b0a2fba9c
 SHA1 (patch-ac) = 0ad2021c9bda727b3b219cd6d6ca0a6132cc0a37
+SHA1 (patch-ad) = 46eefba09bb80c67547d824e775cf35383856aa5
 SHA1 (patch-ae) = a0a85645b1df89ffb992c9191c30b228d2c5bd6f
 SHA1 (patch-ah) = 4a60c47ffd0de18fc423e317e870d08e8295a95c
 SHA1 (patch-ai) = 435ed5231c352f01ed4d83e4c5447cfef6468953
diff -r a68380121a3d -r c3a55aab0323 security/seahorse/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse/patches/patch-ad        Sat Aug 18 13:19:56 2007 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ad,v 1.3 2007/08/18 13:19:56 obache Exp $
+http://svn.gnome.org/viewcvs/seahorse/trunk/agent/Makefile.am?r1=1480&r2=1730&view=patch
+
+--- agent/Makefile.in.orig     2007-08-18 12:19:57.000000000 +0000
++++ agent/Makefile.in
+@@ -739,10 +739,10 @@ uninstall-man: uninstall-man1
+       uninstall-man uninstall-man1
+ 
+ 
+-# Don't make the daemon setuid
+-# Make the daemon setuid
++# Don't make the agent setuid
++# Make the agent setuid
+ @HAVE_USER_MLOCK_FALSE@install-exec-hook:
+-@HAVE_USER_MLOCK_FALSE@       chmod u+s $(DESTDIR)$(bindir)/seahorse-daemon
++@HAVE_USER_MLOCK_FALSE@       chmod u+s $(DESTDIR)$(bindir)/seahorse-agent
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:



Home | Main Index | Thread Index | Old Index