- Update to 0.7.6 Port maintainer (melifaro@ipfw.ru) is cc'd. Generated with FreeBSD Port Tools 0.77
Maintainer of net/nss_ldapd, Please note that PR ports/147293 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147293 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Bump. I will be happy to take maintainership too, if desired. The last = few PRs have all timed out.=
Jim Riggs wrote: > Bump. I will be happy to take maintainership too, if desired. The last few PRs have all timed out. I'l submit updated patch in several days
Sorry for a long reply. Port should be renamed to nss-pam-ldapd (due to original software renaming) Changes: * Move to 0.7.6 (originally submitted by Jim Riggs <ports@christianserving.org>) * Fix plist * Prepare for NSS_COMPAT hack deprecation * define LICENSE Alternative link: http://static.ipfw.ru/patches/pam_ldapd_20100630.diff
On Jun 29, 2010, at 3:37 PM, Alexander V. Chernikov wrote: > Sorry for a long reply. >=20 > Port should be renamed to nss-pam-ldapd (due to original software = renaming) >=20 > Changes: > * Move to 0.7.6 (originally submitted by Jim Riggs > <ports@christianserving.org>) > * Fix plist > * Prepare for NSS_COMPAT hack deprecation > * define LICENSE I haven't tested it yet, but looking through the patch, it looks good! = What are your thoughts on using this opportunity to return the name of = the non-NSS_COMPAT configuration file to nslcd.conf (to mach other OSes = and ports) instead of nss_ldapd.conf. After all, it is the = configuration for nslcd, so nslcd.conf is more intuitive. And, admins = like myself who also configure nslcd on other platforms won't get quite = so confused. ;-)
Changes: * Move to 0.7.7 * Fix plist * Add workaround for TLS (causing top(1) coredumps) * Prepare for NSS_COMPAT hack deprecation * define LICENSE
Responsible Changed From-To: freebsd-ports-bugs->timur
timur 2010-07-15 22:52:00 UTC FreeBSD ports repository Modified files: net/nss-pam-ldapd Makefile distinfo pkg-descr pkg-plist net/nss-pam-ldapd/files nslcd.in nss_patch.diff patch-pam__makefile.in Added files: net/nss-pam-ldapd/files patch-Makefile.in patch-nslcd__nslcd.c patch-nss_ldap.map Removed files: net/nss-pam-ldapd/files patch-configure patch-nslcd__cfg.c patch-nss__exports.freebsd patch-nss__prototypes.h Log: PR: 147293 Update net/nss-pam-ldapd to the 0.7.7 version Revision Changes Path 1.5 +25 -17 ports/net/nss-pam-ldapd/Makefile 1.4 +3 -3 ports/net/nss-pam-ldapd/distinfo 1.4 +1 -1 ports/net/nss-pam-ldapd/files/nslcd.in 1.2 +212 -0 ports/net/nss-pam-ldapd/files/nss_patch.diff 1.1 +18 -0 ports/net/nss-pam-ldapd/files/patch-Makefile.in (new) 1.3 +0 -212 ports/net/nss-pam-ldapd/files/patch-configure (dead) 1.3 +0 -60 ports/net/nss-pam-ldapd/files/patch-nslcd__cfg.c (dead) 1.3 +11 -0 ports/net/nss-pam-ldapd/files/patch-nslcd__nslcd.c (new) 1.3 +0 -109 ports/net/nss-pam-ldapd/files/patch-nss__exports.freebsd (dead) 1.4 +0 -43 ports/net/nss-pam-ldapd/files/patch-nss__prototypes.h (dead) 1.1 +30 -0 ports/net/nss-pam-ldapd/files/patch-nss_ldap.map (new) 1.2 +1 -1 ports/net/nss-pam-ldapd/files/patch-pam__makefile.in 1.2 +11 -8 ports/net/nss-pam-ldapd/pkg-descr 1.3 +1 -1 ports/net/nss-pam-ldapd/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!