Attached patch to update the nss_ldap port (1.264 -> 1.265) & adopt maintainership. Major upgrade-related fixes (from upstream): - Version info now in binary - Fix broken ethers LDAP query - FD leak cleanup Fixes in port: - Re-enable many nss classes that were disabled (ethers, netgroups) - Fix compile-time breakage in ldap-ethers code (Better fix going upstream when I have time) *** Note: Ethers and Netgroup support aren't thoroughly tested as I don't use these in my environment. Re-enabling them doesn't seem to cause any problems, so they're back on in accordance with POLA. PRs/test cases for these are welcome if anyone finds breakage. Fix: Patch attached Patch attached with submission follows: How-To-Repeat: -
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
State Changed From-To: open->closed consolidated to 141822
State Changed From-To: closed->open oops, this is not net/nss_ldapd but net/nss_ldap
State Changed From-To: open->feedback patch-Makefile.am doesn't apply http://people.freebsd.org/~pgollucci/FreeBSD/feedbacks/141931.log
Hmm, Not sure what happened to patch-Makefile.am -- I must have grabbed a botched version of my port patch because there were a few problems in that file that I recall fixing. Re-rolled and re-tested - seems OK with the attached replacement patch. -MG
Hmm.. either GNATS or my mail client mauled the patch on that last follow-up pretty horribly. Hopefully the attached version will make it unscathed. -MG
State Changed From-To: feedback->open Feedback received.
pgollucci 2010-01-18 03:43:56 UTC FreeBSD ports repository Modified files: net/nss_ldap Makefile distinfo net/nss_ldap/files patch-Makefile.am Added files: net/nss_ldap/files patch-ldap-ethers.c patch-ldap-ethers.h Log: - Update to 1.265 - Submitted is now MAINTAINER Major upgrade-related fixes (from upstream): - Version info now in binary - Fix broken ethers LDAP query - FD leak cleanup Fixes in port: - Re-enable many nss classes that were disabled (ethers, netgroups) - Fix compile-time breakage in ldap-ethers code (Better fix going upstream when I have time) *** Note: Ethers and Netgroup support aren't thoroughly tested as I don't use these in my environment. Re-enabling them doesn't seem to cause any problems, so they're back on in accordance with POLA. PRs/test cases for these are welcome if anyone finds breakage. PR: ports/141931 Submitted by: Michael Graziano <mikeg@bsd-box.net> Revision Changes Path 1.33 +2 -2 ports/net/nss_ldap/Makefile 1.16 +3 -3 ports/net/nss_ldap/distinfo 1.2 +14 -16 ports/net/nss_ldap/files/patch-Makefile.am 1.1 +32 -0 ports/net/nss_ldap/files/patch-ldap-ethers.c (new) 1.1 +11 -0 ports/net/nss_ldap/files/patch-ldap-ethers.h (new) _______________________________________________ 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: open->closed Committed. Thanks!