summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/patches/patch-ae
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-03-15 18:14:24 +0000
committerjmcneill <jmcneill>2009-03-15 18:14:24 +0000
commit8a13923f057defd911189a53880341020c1adf98 (patch)
treea8fb499ed26c7eb795499ee041ce4eb2cc493180 /security/gnome-keyring/patches/patch-ae
parenta4532c84b7fabc9b2dfe9ac3a4bd1853a9e55260 (diff)
downloadpkgsrc-8a13923f057defd911189a53880341020c1adf98.tar.gz
Update gnome-keyring to 2.26.0.
Changes between 2.24.0 and 2.26.0: ================================== * Refactor PKI code to make it modular, loosely coupled and easier to hack and test. * Add standard widgets for display of certificates. * If login keyring doesn't exist when changing a PAM password, don't create it automatically. * Overhaul the secure memory allocator to have memory guards, be valgrind compatible, and also be sparing with secure memory. * When importing keys, prompt to initialize new PKCS#11 tokens. * Fix export of RSA keys to be more interoperable. * Make the gp11 library multi-thread safe. * Rework initialization of daemon, and the way that it integrates with the new session manager. * Close open file descriptors before starting daemon from PAM. * Don't leave keyring daemon running if PAM just started it for a password change. * Register environment variables with session properly. * Remove usage of deprecated glib/gtk stuff. * Hundreds of other smaller changes and fixes.
Diffstat (limited to 'security/gnome-keyring/patches/patch-ae')
-rw-r--r--security/gnome-keyring/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/gnome-keyring/patches/patch-ae b/security/gnome-keyring/patches/patch-ae
new file mode 100644
index 00000000000..77066512534
--- /dev/null
+++ b/security/gnome-keyring/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2009/03/15 18:14:24 jmcneill Exp $
+
+--- daemon/Makefile.in.orig 2009-03-14 14:57:47.000000000 -0400
++++ daemon/Makefile.in
+@@ -364,7 +364,7 @@ servicedir = $(DBUS_SERVICES_DIR)
+ service_in_files = org.gnome.keyring.service.in
+ service_DATA = $(service_in_files:.service.in=.service)
+ desktop_in_files = gnome-keyring-daemon.desktop.in
+-desktopdir = $(sysconfdir)/xdg/autostart
++desktopdir = $(PREFIX)/share/gnome/autostart
+ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ all: all-recursive
+