Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/pam/files: Linux-PAM-1.1.0-debug.patch
Date: Sat, 20 Jun 2009 20:23:15
Message-Id: E1MI75m-0007OS-1s@stork.gentoo.org
1 flameeyes 09/06/20 20:23:14
2
3 Added: Linux-PAM-1.1.0-debug.patch
4 Log:
5 Version bump to new release. Some of the interesting changes: the debug USE flag is properly set up this time, we don't patch man regeneration any longer (should be fixed upsteram), don't touch the modules' README files until install phase, don't error out on pam_timestamp usage, this PAM version fixes it. Also drop the update warnings on the split PAM modules.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-libs/pam/files/Linux-PAM-1.1.0-debug.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/files/Linux-PAM-1.1.0-debug.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/files/Linux-PAM-1.1.0-debug.patch?rev=1.1&content-type=text/plain
13
14 Index: Linux-PAM-1.1.0-debug.patch
15 ===================================================================
16 Index: Linux-PAM-1.1.0/modules/pam_env/pam_env.c
17 ===================================================================
18 --- Linux-PAM-1.1.0.orig/modules/pam_env/pam_env.c
19 +++ Linux-PAM-1.1.0/modules/pam_env/pam_env.c
20 @@ -120,7 +120,7 @@ _pam_parse (const pam_handle_t *pamh, in
21 "user_envfile= specification missing argument - ignored");
22 } else {
23 *user_envfile = 13+*argv;
24 - D(("new User Env File: %s", *user_env_file));
25 + D(("new User Env File: %s", *user_envfile));
26 }
27 } else if (!strncmp(*argv,"readenv=",8))
28 *readenv = atoi(8+*argv);