summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2007-03-21 12:04:58 +0000
committerwiz <wiz>2007-03-21 12:04:58 +0000
commitbf8b51a7194cd127b5601ed1721b14576cdc15a1 (patch)
tree835946fe5c0d70f9e82c441cfb854fdc8d3243da /security
parent80ffdef10666c222389fd97a69f91467a6becf58 (diff)
downloadpkgsrc-bf8b51a7194cd127b5601ed1721b14576cdc15a1.tar.gz
Update to 0.8. Bump ABI depends for new dbus dependency.
Changes in version 0.8 are: * Translations Changes in version 0.7.92 are: * Fix build by including sys/types.h * In gnome_keyring_free() don't crash on NULL parameter. Changes in version 0.7.91 are: * Add method for library to discover daemon via DBus. Adds soft DBus dependency. * Fixes for building on kFreeBSD. Changes in version 0.7.3 are: * Fix endless loop when creating a keyring and a file by that name already exists. * Fix crasher when deleting session keyring. * Fix crasher when doing find operation with NULL attribute string. * Sync files to disk after writing to keyring. Changes in version 0.7.2 are: * Don't have multiple password dialogs presented for the same keyring Changes in version 0.7.1 are: * Added GNOME_KEYRING_ITEM_APPLICATION_SECRET which allows an item to be for a single application only with strict access controls. * New function gnome_keyring_item_get_info_full(_sync) which allow retrieval of item meta data without the secret, thus not incurring an ACL prompt. * Translation updates
Diffstat (limited to 'security')
-rw-r--r--security/gnome-keyring/Makefile7
-rw-r--r--security/gnome-keyring/PLIST4
-rw-r--r--security/gnome-keyring/buildlink3.mk5
-rw-r--r--security/gnome-keyring/distinfo9
-rw-r--r--security/gnome-keyring/patches/patch-aa32
5 files changed, 14 insertions, 43 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index fa58d903b7c..6658602b2f8 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2006/11/05 17:35:58 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2007/03/21 12:04:58 wiz Exp $
#
-DISTNAME= gnome-keyring-0.6.0
+DISTNAME= gnome-keyring-0.8
CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/0.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/0.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
@@ -24,5 +24,6 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/gnome-keyring/PLIST b/security/gnome-keyring/PLIST
index a2e1bc1491a..8ddf86b0b57 100644
--- a/security/gnome-keyring/PLIST
+++ b/security/gnome-keyring/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/09/15 15:08:52 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/03/21 12:04:58 wiz Exp $
bin/gnome-keyring-daemon
include/gnome-keyring-1/gnome-keyring.h
lib/libgnome-keyring.la
@@ -17,6 +17,7 @@ share/gtk-doc/html/gnome-keyring/style.css
share/gtk-doc/html/gnome-keyring/up.png
share/locale/ar/LC_MESSAGES/gnome-keyring.mo
share/locale/az/LC_MESSAGES/gnome-keyring.mo
+share/locale/be/LC_MESSAGES/gnome-keyring.mo
share/locale/bg/LC_MESSAGES/gnome-keyring.mo
share/locale/bn/LC_MESSAGES/gnome-keyring.mo
share/locale/bn_IN/LC_MESSAGES/gnome-keyring.mo
@@ -76,6 +77,7 @@ share/locale/ta/LC_MESSAGES/gnome-keyring.mo
share/locale/th/LC_MESSAGES/gnome-keyring.mo
share/locale/tr/LC_MESSAGES/gnome-keyring.mo
share/locale/uk/LC_MESSAGES/gnome-keyring.mo
+share/locale/vi/LC_MESSAGES/gnome-keyring.mo
share/locale/xh/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo
diff --git a/security/gnome-keyring/buildlink3.mk b/security/gnome-keyring/buildlink3.mk
index d41a64bcda0..cff5e479b5d 100644
--- a/security/gnome-keyring/buildlink3.mk
+++ b/security/gnome-keyring/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:11:06 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2007/03/21 12:04:58 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNOME_KEYRING_BUILDLINK3_MK:= ${GNOME_KEYRING_BUILDLINK3_MK}+
@@ -13,11 +13,12 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnome-keyring
.if !empty(GNOME_KEYRING_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.gnome-keyring+= gnome-keyring>=0.4.0
-BUILDLINK_ABI_DEPENDS.gnome-keyring+= gnome-keyring>=0.4.9nb1
+BUILDLINK_ABI_DEPENDS.gnome-keyring?= gnome-keyring>=0.8
BUILDLINK_PKGSRCDIR.gnome-keyring?= ../../security/gnome-keyring
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.endif # GNOME_KEYRING_BUILDLINK3_MK
diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo
index 44d3c613c8b..676f49d3dc9 100644
--- a/security/gnome-keyring/distinfo
+++ b/security/gnome-keyring/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.17 2006/09/17 14:43:00 joerg Exp $
+$NetBSD: distinfo,v 1.18 2007/03/21 12:04:58 wiz Exp $
-SHA1 (gnome-keyring-0.6.0.tar.bz2) = 53c5df57c068f3904a296e37ca743666eb42c7bb
-RMD160 (gnome-keyring-0.6.0.tar.bz2) = 9114a0457871b7a4f9cfe6b3e979ab11881c9145
-Size (gnome-keyring-0.6.0.tar.bz2) = 476280 bytes
-SHA1 (patch-aa) = 437037544f9204c26a565a8bb28bb3305e2cffb8
+SHA1 (gnome-keyring-0.8.tar.bz2) = 4940c79b22d3898942619e78a54ba4697c423700
+RMD160 (gnome-keyring-0.8.tar.bz2) = 31679160fab0f44addfa026b3c75c2eb0d0fb217
+Size (gnome-keyring-0.8.tar.bz2) = 446811 bytes
diff --git a/security/gnome-keyring/patches/patch-aa b/security/gnome-keyring/patches/patch-aa
deleted file mode 100644
index 3f6e72921c1..00000000000
--- a/security/gnome-keyring/patches/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2006/09/17 14:43:00 joerg Exp $
-
---- gnome-keyring.c.orig 2006-09-17 16:32:22.000000000 +0000
-+++ gnome-keyring.c
-@@ -275,9 +275,9 @@ write_credentials_byte_sync (int socket)
- msg.msg_control = (caddr_t) &cmsg;
- msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred));
- memset (&cmsg, 0, sizeof (cmsg));
-- cmsg->cmsg_len = CMSG_LEN (sizeof (struct cmsgcred));
-- cmsg->cmsg_level = SOL_SOCKET;
-- cmsg->cmsg_type = SCM_CREDS;
-+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred));
-+ cmsg.hdr.cmsg_level = SOL_SOCKET;
-+ cmsg.hdr.cmsg_type = SCM_CREDS;
- #endif
-
- again:
-@@ -324,10 +324,10 @@ write_credentials_byte (GnomeKeyringOper
-
- msg.msg_control = (caddr_t) &cmsg;
- msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred));
-- memset (cmsg, 0, sizeof (cmsg));
-- cmsg->cmsg_len = CMSG_LEN (sizeof (struct cmsgcred));
-- cmsg->cmsg_level = SOL_SOCKET;
-- cmsg->cmsg_type = SCM_CREDS;
-+ memset (&cmsg, 0, sizeof (cmsg));
-+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred));
-+ cmsg.hdr.cmsg_level = SOL_SOCKET;
-+ cmsg.hdr.cmsg_type = SCM_CREDS;
- #endif
-
- again: