Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring/files: gnome-keyring-2.20.0-fix_pam.patch digest-gnome-keyring-2.20.0-r1
Date: Wed, 03 Oct 2007 09:20:30
Message-Id: E1Id0GI-0003JU-8z@stork.gentoo.org
1 remi 07/10/03 09:11:22
2
3 Added: gnome-keyring-2.20.0-fix_pam.patch
4 digest-gnome-keyring-2.20.0-r1
5 Log:
6 gnome-base/gnome-keyring: sanitize gnome-keyring's pam module installation
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.1 gnome-base/gnome-keyring/files/gnome-keyring-2.20.0-fix_pam.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/files/gnome-keyring-2.20.0-fix_pam.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/files/gnome-keyring-2.20.0-fix_pam.patch?rev=1.1&content-type=text/plain
14
15 Index: gnome-keyring-2.20.0-fix_pam.patch
16 ===================================================================
17 Index: configure.in
18 ===================================================================
19 --- configure.in (revision 841)
20 +++ configure.in (working copy)
21 @@ -249,7 +249,7 @@
22 AC_ARG_WITH([pam-dir],
23 [AC_HELP_STRING([--with-pam-dir=DIR],
24 [directory to install pam modules in])],
25 - [], [with_pam_dir="/usr/lib"])
26 + [], [with_pam_dir="/lib/security"])
27 PAM_DEST_DIR="$with_pam_dir"
28 AC_SUBST(PAM_DEST_DIR)
29
30 Index: pam/Makefile.am
31 ===================================================================
32 --- pam/Makefile.am (revision 841)
33 +++ pam/Makefile.am (working copy)
34 @@ -3,7 +3,8 @@
35 -I$(top_srcdir) \
36 -DGNOME_KEYRING_DAEMON=\""$(bindir)/gnome-keyring-daemon"\"
37
38 -lib_LTLIBRARIES = pam_gnome_keyring.la
39 +pamlibdir = $(PAM_DEST_DIR)
40 +pamlib_LTLIBRARIES = pam_gnome_keyring.la
41
42 pam_gnome_keyring_la_SOURCES = \
43 gkr-pam.h \
44 @@ -17,15 +18,3 @@
45 pam_gnome_keyring_la_LDFLAGS = \
46 -module -avoid-version \
47 -export-symbols-regex 'pam_sm_'
48 -
49 -install-pam: install
50 - $(mkinstalldirs) "$(DESTDIR)$(PAM_DEST_DIR)"
51 - cp "$(DESTDIR)$(libdir)/pam_gnome_keyring.so" "$(DESTDIR)$(PAM_DEST_DIR)"
52 - ( cd "$(DESTDIR)$(PAM_DEST_DIR)"; $(LN_S) -f pam_gnome_keyring.so pam_gnome_keyring_auth.so )
53 - ( cd "$(DESTDIR)$(PAM_DEST_DIR)"; $(LN_S) -f pam_gnome_keyring.so pam_gnome_keyring_session.so )
54 -
55 -uninstall-pam:
56 - rm -f "$(DESTDIR)$(PAM_DEST_DIR)/pam_gnome_keyring.so"
57 - rm -f "$(DESTDIR)$(PAM_DEST_DIR)/pam_gnome_keyring_auth.so"
58 - rm -f "$(DESTDIR)$(PAM_DEST_DIR)/pam_gnome_keyring_session.so"
59 -
60
61
62
63 1.1 gnome-base/gnome-keyring/files/digest-gnome-keyring-2.20.0-r1
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/files/digest-gnome-keyring-2.20.0-r1?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/files/digest-gnome-keyring-2.20.0-r1?rev=1.1&content-type=text/plain
67
68 Index: digest-gnome-keyring-2.20.0-r1
69 ===================================================================
70 MD5 effc946bf3fa05d70b1251801383efd2 gnome-keyring-2.20.0.tar.bz2 572938
71 RMD160 e6af5c03eef1a972f5b6d42da8360f2faade253f gnome-keyring-2.20.0.tar.bz2 572938
72 SHA256 6fadcd85a16672381857de0e1cf2b6fe16ec3393931f92427deb13153eeabe1c gnome-keyring-2.20.0.tar.bz2 572938
73
74
75
76 --
77 gentoo-commits@g.o mailing list