From owner-cvs-all Sat Mar 30 2:14:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC7137B405; Sat, 30 Mar 2002 02:14:36 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2UAEak05939; Sat, 30 Mar 2002 02:14:36 -0800 (PST) (envelope-from dinoex) Message-Id: <200203301014.g2UAEak05939@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 30 Mar 2002 02:14:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nntpcache Makefile ports/news/nntpcache/files patch-src-authinfo_ldap.c patch-src-authinfo_pam.c patch-src-authinfo_pam.ext patch-src::authinfo_pam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/03/30 02:14:36 PST Modified files: news/nntpcache Makefile Added files: news/nntpcache/files patch-src-authinfo_ldap.c patch-src-authinfo_pam.c Removed files: news/nntpcache/files patch-src-authinfo_pam.ext patch-src::authinfo_pam.c Log: Updated with new Option, some cleanups. >Number: 30849 news/nntpcache fails compiling authinfo_pam.c, add radius & ldap auth mechanisms. The fix is to place a #ifndef __FreeBSD__ .. #endif arround in authinfo_pam.c. The attached patch corrects this problem, and adds additional authentication functionality to the nntpcache port (RADIUS, LDAP[v1,v2]). files/patch-src-authinfo_pam.ext removed due to a post-configure target is added to the Makefile that recreates the authinfo_[pam,radius,ldap].ext files. PR: 30849 Submitted by: hetzels@westbend.net Revision Changes Path 1.21 +36 -0 ports/news/nntpcache/Makefile 1.1 +19 -0 ports/news/nntpcache/files/patch-src-authinfo_ldap.c (new) 1.1 +12 -0 ports/news/nntpcache/files/patch-src-authinfo_pam.c (new) 1.2 +0 -11 ports/news/nntpcache/files/patch-src-authinfo_pam.ext (dead) 1.2 +0 -13 ports/news/nntpcache/files/patch-src::authinfo_pam.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message