diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-13 04:51:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-13 04:51:25 +0800 |
commit | 04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac (patch) | |
tree | 8ae0e2441824d774db657eda6757ebba7158f3ed | |
parent | bccdfb569786d52fc058312dca26fc382e7af447 (diff) | |
download | marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.tar marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.tar.gz marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.tar.bz2 marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.tar.lz marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.tar.xz marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.tar.zst marcuscom-ports-04e9657a0cbc0dc0aa05cbdf470f3404aaf44eac.zip |
Update to 2.19.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9380 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/gnome-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/gnome-keyring/distinfo | 6 | ||||
-rw-r--r-- | security/gnome-keyring/files/patch-pam_gkr-pam-client.c | 19 | ||||
-rw-r--r-- | security/seahorse/Makefile | 4 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 2 |
6 files changed, 31 insertions, 10 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index c3ea3fd7f..1310e5af4 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.40 2007/07/29 21:54:28 marcus Exp $ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.41 2007/07/31 04:51:03 marcus Exp $ # PORTNAME= gnome-keyring -PORTVERSION= 2.19.6.1 +PORTVERSION= 2.19.90 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 61bdceb80..c59677b22 100644 --- a/security/gnome-keyring/distinfo +++ b/security/gnome-keyring/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-keyring-2.19.6.1.tar.bz2) = cf47a48f079c6202ee3e2f5d2d330aac -SHA256 (gnome2/gnome-keyring-2.19.6.1.tar.bz2) = 7df83ad3ff5331851af5239b8d49b19437519387b3b618c4908092ef44d41f07 -SIZE (gnome2/gnome-keyring-2.19.6.1.tar.bz2) = 536515 +MD5 (gnome2/gnome-keyring-2.19.90.tar.bz2) = 4a33ec4a99d0bafb791ca37740987e0a +SHA256 (gnome2/gnome-keyring-2.19.90.tar.bz2) = 28bfa335ffcc8d64f22e4d20832e646d28e9f6a96f6a2a1e7f62d34042c8ef1e +SIZE (gnome2/gnome-keyring-2.19.90.tar.bz2) = 539640 diff --git a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c b/security/gnome-keyring/files/patch-pam_gkr-pam-client.c new file mode 100644 index 000000000..2d4f5f87d --- /dev/null +++ b/security/gnome-keyring/files/patch-pam_gkr-pam-client.c @@ -0,0 +1,19 @@ +--- pam/gkr-pam-client.c.orig 2007-08-12 16:42:30.000000000 -0400 ++++ pam/gkr-pam-client.c 2007-08-12 16:43:46.000000000 -0400 +@@ -29,6 +29,7 @@ + + #include <sys/types.h> + #include <sys/socket.h> ++#include <sys/ucred.h> + #include <sys/un.h> + #include <sys/uio.h> + #include <sys/wait.h> +@@ -90,7 +91,7 @@ check_peer_same_uid (int sock) + socklen_t xuc_len = sizeof (xuc); + + if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && +- xuc_len == sizeof (xuc) { ++ xuc_len == sizeof (xuc)) { + uid = xuc.cr_uid; + } else { + syslog (GKR_LOG_ERR, "could not get gnome-keyring-daemon socket credentials, " diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index af03d3d3b..70c71d506 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,11 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.40 2007/07/02 03:35:47 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.41 2007/07/08 18:25:39 marcus Exp $ # PORTNAME= seahorse -PORTVERSION= 2.19.5 +PORTVERSION= 2.19.90 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index bf3c02d53..0896312ce 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-2.19.5.tar.bz2) = f61bd756f5ec99c6ee13cad5841cd953 -SHA256 (gnome2/seahorse-2.19.5.tar.bz2) = 725adcc8762ad32899cf63c8eacf6e210e21ceef371a4c97204112a9b731e3e0 -SIZE (gnome2/seahorse-2.19.5.tar.bz2) = 2141106 +MD5 (gnome2/seahorse-2.19.90.tar.bz2) = 2597ad4c13c90eaca6f9e776876262b1 +SHA256 (gnome2/seahorse-2.19.90.tar.bz2) = a8c9a8e1abd7b5ea9497fecec47f74714bb8ee027ae07875fb3f6d28c37042df +SIZE (gnome2/seahorse-2.19.90.tar.bz2) = 2216436 diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index d17dc5706..93fec8056 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -146,12 +146,14 @@ share/locale/fr/LC_MESSAGES/seahorse.mo share/locale/gl/LC_MESSAGES/seahorse.mo share/locale/gu/LC_MESSAGES/seahorse.mo share/locale/he/LC_MESSAGES/seahorse.mo +share/locale/hi/LC_MESSAGES/seahorse.mo share/locale/hr/LC_MESSAGES/seahorse.mo share/locale/hu/LC_MESSAGES/seahorse.mo share/locale/it/LC_MESSAGES/seahorse.mo share/locale/ja/LC_MESSAGES/seahorse.mo share/locale/ko/LC_MESSAGES/seahorse.mo share/locale/lt/LC_MESSAGES/seahorse.mo +share/locale/lv/LC_MESSAGES/seahorse.mo share/locale/mk/LC_MESSAGES/seahorse.mo share/locale/ml/LC_MESSAGES/seahorse.mo share/locale/ms/LC_MESSAGES/seahorse.mo |