summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 05:54:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 05:54:29 +0800
commitf458ae6a7220e3c6a68f38dca11c6198805de3f8 (patch)
tree2d606f57752aab32c4ae3c69451052b84b43d024 /security
parenta15c435f743e6d0c24eab2a0f01d9b13cd518b02 (diff)
downloadmarcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.gz
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.bz2
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.lz
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.xz
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.tar.zst
marcuscom-ports-f458ae6a7220e3c6a68f38dca11c6198805de3f8.zip
Update to 2.19.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9263 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/gnome-keyring/Makefile4
-rw-r--r--security/gnome-keyring/distinfo6
-rw-r--r--security/gnome-keyring/files/patch-pam_gkr-pam-module.c22
-rw-r--r--security/gnome-keyring/pkg-plist7
4 files changed, 34 insertions, 5 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 697dfc029..4e58096fd 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/gnome-keyring/Makefile,v 1.38 2007/06/25 17:46:21 marcus Exp $
+# $MCom: ports/security/gnome-keyring/Makefile,v 1.39 2007/07/07 19:48:46 marcus Exp $
#
PORTNAME= gnome-keyring
-PORTVERSION= 2.19.5
+PORTVERSION= 2.19.6
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo
index d47cdc4b5..1fce50f5b 100644
--- a/security/gnome-keyring/distinfo
+++ b/security/gnome-keyring/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-keyring-2.19.5.tar.bz2) = d32121817dc9a691d2ecc494ca888cb8
-SHA256 (gnome2/gnome-keyring-2.19.5.tar.bz2) = 4067f7bfe07c8e8cb8f40a988560769c7b1b5865289d6a10f4299a140fa4d5d2
-SIZE (gnome2/gnome-keyring-2.19.5.tar.bz2) = 507789
+MD5 (gnome2/gnome-keyring-2.19.6.tar.bz2) = 3fddd2cad893e57652ed0d7d7f894713
+SHA256 (gnome2/gnome-keyring-2.19.6.tar.bz2) = 9764dbc4b72aa6d000aff9c264ee8abab4ad4384db591a14b1e38145ac5006ef
+SIZE (gnome2/gnome-keyring-2.19.6.tar.bz2) = 536685
diff --git a/security/gnome-keyring/files/patch-pam_gkr-pam-module.c b/security/gnome-keyring/files/patch-pam_gkr-pam-module.c
new file mode 100644
index 000000000..8cb73bee8
--- /dev/null
+++ b/security/gnome-keyring/files/patch-pam_gkr-pam-module.c
@@ -0,0 +1,22 @@
+--- pam/gkr-pam-module.c.orig 2007-07-29 17:48:01.000000000 -0400
++++ pam/gkr-pam-module.c 2007-07-29 17:50:09.000000000 -0400
+@@ -40,6 +40,8 @@
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+
++#include <security/pam_appl.h>
++
+ #include <assert.h>
+ #include <ctype.h>
+ #include <errno.h>
+@@ -72,8 +74,8 @@ enum {
+ #define STDERR 2
+
+ /* Linux/BSD compatibility */
+-#ifndef PAM_AUTHTOK_RECOVERY_ERR
+-#define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR
++#ifndef PAM_AUTHTOK_RECOVER_ERR
++#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
+ #endif
+
+ /* -----------------------------------------------------------------------------
diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist
index 2f2901fe3..42b554c09 100644
--- a/security/gnome-keyring/pkg-plist
+++ b/security/gnome-keyring/pkg-plist
@@ -1,10 +1,14 @@
bin/gnome-keyring-daemon
include/gnome-keyring-1/gnome-keyring-memory.h
+include/gnome-keyring-1/gnome-keyring-result.h
include/gnome-keyring-1/gnome-keyring.h
lib/libgnome-keyring.a
lib/libgnome-keyring.la
lib/libgnome-keyring.so
lib/libgnome-keyring.so.0
+lib/pam_gnome_keyring.a
+lib/pam_gnome_keyring.la
+lib/pam_gnome_keyring.so
libdata/pkgconfig/gnome-keyring-1.pc
libexec/gnome-keyring-ask
%%DOCSDIR%%/ch01.html
@@ -91,6 +95,7 @@ share/locale/sr/LC_MESSAGES/gnome-keyring.mo
share/locale/sr@Latn/LC_MESSAGES/gnome-keyring.mo
share/locale/sv/LC_MESSAGES/gnome-keyring.mo
share/locale/ta/LC_MESSAGES/gnome-keyring.mo
+share/locale/te/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
@@ -105,6 +110,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
@dirrmtry share/locale/rw/LC_MESSAGES