Hello community, here is the log from the commit of package pwdutils checked in at Wed Nov 29 18:27:32 CET 2006. -------- --- pwdutils/pwdutils.changes 2006-10-23 16:28:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/pwdutils/pwdutils.changes 2006-11-29 18:24:29.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 29 18:24:19 CET 2006 - kukuk@suse.de + +- Remove debug output of newgrp/sg. + +------------------------------------------------------------------- New: ---- pwdutils-3.1.2-nodebug.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pwdutils.spec ++++++ --- /var/tmp/diff_new_pack.stnJOa/_old 2006-11-29 18:27:20.000000000 +0100 +++ /var/tmp/diff_new_pack.stnJOa/_new 2006-11-29 18:27:20.000000000 +0100 @@ -13,11 +13,11 @@ Name: pwdutils BuildRequires: audit-devel libnscd-devel libxcrypt-devel openldap2-devel openslp-devel openssl-devel pam-devel URL: http://www.thkukuk.de/pam/pwdutils/ -License: Other License(s), see package, GNU General Public License (GPL) - all versions +License: BSD License and BSD-like, GNU General Public License (GPL) Group: System/Base Autoreqprov: on Version: 3.1.2 -Release: 1 +Release: 11 Summary: Utilities to Manage User and Group Accounts PreReq: grep /bin/cp /bin/mv Requires: pam-modules @@ -28,6 +28,7 @@ Source2: ldap.conf Source3: useradd.default Source4: login.pamd +Patch: pwdutils-3.1.2-nodebug.diff Patch2: bugzilla-148065.patch Patch4: pam_login-3.31.diff Patch5: pam_login-3.31-suppress_hostname.patch @@ -57,6 +58,7 @@ %prep %setup -q -b 1 +%patch pushd ../pam_login-* %patch2 -p0 %patch4 @@ -191,6 +193,8 @@ %{_libdir}/pwdutils/liblog_audit.so.1* %changelog -n pwdutils +* Wed Nov 29 2006 - kukuk@suse.de +- Remove debug output of newgrp/sg. * Mon Oct 23 2006 - kukuk@suse.de - Fix typo in ldap.conf, use again example.com as domain name - Update to pwdutils 3.1.2: Fix seg.fault of pwconv on error ++++++ pwdutils-3.1.2-nodebug.diff ++++++ --- src/newgrp.c +++ src/newgrp.c 2006/11/29 17:19:40 @@ -221,7 +221,6 @@ if (g->gr_gid != search_gid) continue; - printf ("name=%s, gid=%d\n", g->gr_name, g->gr_gid); for (gp = g->gr_mem; *gp != NULL; gp++) { if (strcmp (pw->pw_name, *gp) == 0) @@ -247,8 +246,6 @@ if (!is_member && grp->gr_passwd && grp->gr_passwd[0] != '\0') { - printf ("is_member=%d, name=%s, gid=%d, %s\n", - is_member, grp->gr_name, grp->gr_gid, grp->gr_passwd); if (strcmp (grp->gr_passwd, crypt (getpass(_("Password: ")), grp->gr_passwd)) != 0) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de