Date: Sun, 20 Jan 2013 22:37:48 GMT From: Jason Helfman <jgh@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175462: [patch] net/nss-pam-ldapd: drop unnecessary patch Message-ID: <201301202237.r0KMbmuj093156@freefall.freebsd.org> Resent-Message-ID: <201301202240.r0KMe0Ba093200@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175462 >Category: ports >Synopsis: [patch] net/nss-pam-ldapd: drop unnecessary patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 20 22:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Arthur de Jong, author of this software, indicated in a personal mail after I had submitted a bug report that the following patch in the attached patch is no longer necessary. >How-To-Repeat: >Fix: Index: files/patch-nss__prototypes.h =================================================================== --- files/patch-nss__prototypes.h (revision 310636) +++ files/patch-nss__prototypes.h (working copy) @@ -1,16 +0,0 @@ ---- nss/prototypes.h.orig 2011-03-09 13:39:24.000000000 -0900 -+++ nss/prototypes.h 2012-02-29 17:15:19.000000000 -0900 -@@ -125,11 +125,13 @@ - nss_status_t _nss_ldap_getservent_r(struct servent *result,char *buffer,size_t buflen,int *errnop); - nss_status_t _nss_ldap_endservent(void); - -+#ifdef HAVE_SHADOW_H - /* shadow - extended user information */ - nss_status_t _nss_ldap_getspnam_r(const char *name,struct spwd *result,char *buffer,size_t buflen,int *errnop); - nss_status_t _nss_ldap_setspent(int stayopen); - nss_status_t _nss_ldap_getspent_r(struct spwd *result,char *buffer,size_t buflen,int *errnop); - nss_status_t _nss_ldap_endspent(void); -+#endif - - #endif /* NSS_FLAVOUR_GLIBC */ - >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301202237.r0KMbmuj093156>