summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorobache <obache>2007-08-18 13:19:56 +0000
committerobache <obache>2007-08-18 13:19:56 +0000
commit38d13c45c5dcc8e1c7ef7c5b7fb5f54123c0d856 (patch)
treec1f24d3f17dbdbc43ae195e4f84f0609f7bb528b /security/seahorse
parent5a3bb6ec2f6ffd58d26ae2c78f563f437b0a092d (diff)
downloadpkgsrc-38d13c45c5dcc8e1c7ef7c5b7fb5f54123c0d856.tar.gz
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 (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/seahorse/distinfo3
-rw-r--r--security/seahorse/patches/patch-ad19
3 files changed, 23 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index fb3f3173e74..815b9604f3a 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -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 --git a/security/seahorse/distinfo b/security/seahorse/distinfo
index 0e40ac0d78b..e576366c8c4 100644
--- a/security/seahorse/distinfo
+++ b/security/seahorse/distinfo
@@ -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 @@ Size (seahorse-1.0.1.tar.bz2) = 1857602 bytes
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 --git a/security/seahorse/patches/patch-ad b/security/seahorse/patches/patch-ad
new file mode 100644
index 00000000000..dddcf8ad74e
--- /dev/null
+++ b/security/seahorse/patches/patch-ad
@@ -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: