From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 28 10:20:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE3F16A41F for ; Sun, 28 Aug 2005 10:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F184843D4C for ; Sun, 28 Aug 2005 10:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7SAKFYQ028733 for ; Sun, 28 Aug 2005 10:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7SAKFU1028730; Sun, 28 Aug 2005 10:20:15 GMT (envelope-from gnats) Resent-Date: Sun, 28 Aug 2005 10:20:15 GMT Resent-Message-Id: <200508281020.j7SAKFU1028730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A451A16A41F for ; Sun, 28 Aug 2005 10:20:12 +0000 (GMT) (envelope-from kiwi@kiwi.oav.net) Received: from kiwi.oav.net (kiwi.oav.net [82.225.248.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD4343D48 for ; Sun, 28 Aug 2005 10:20:12 +0000 (GMT) (envelope-from kiwi@kiwi.oav.net) Received: by kiwi.oav.net (Postfix, from userid 1000) id C43572E237; Sun, 28 Aug 2005 12:22:41 +0200 (CEST) Message-Id: <20050828102241.C43572E237@kiwi.oav.net> Date: Sun, 28 Aug 2005 12:22:41 +0200 (CEST) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85394: [MAINTAINER] misc/libhome: update to 0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 10:20:16 -0000 >Number: 85394 >Category: ports >Synopsis: [MAINTAINER] misc/libhome: update to 0.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 28 10:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: Association KAZAR / The Caudium Group >Environment: System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 14 15:27:19 CEST 2005 >Description: - Update to 0.10 Proxy and NSS functions are now installed per default. Software Changelog : == version 0.10 * '_' and '.' are skipped in directive keywords comparison. You may use "m.o_de" as equivalent as "mode". * add getpwuid() emulation see 'uid.calc', 'where.uid', 'getpwuid' configuration directives * add proxy.deny directive to make an ACL about proxy client queries. * queries of non ascii users no longer works (they are meaningless anyway) * add NSS source using home_proxy (FreeBSD, Linux, maybe Solaris) * use standart LINE_MAX macro (default 2048 bytes) to define default miscelneaous line maximum length (previously 1024 bytes) * add some security hints in the manual * fix proxy daemon cleanup. * add a home_proxy boot starter for FreeBSD (not installed) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- libhome-0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/Makefile /usr/ports/misc/libhome/Makefile --- /usr/ports/misc/libhome.old/Makefile Fri May 20 00:21:39 2005 +++ /usr/ports/misc/libhome/Makefile Sun Aug 28 12:10:46 2005 @@ -6,7 +6,7 @@ # PORTNAME= libhome -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll @@ -19,7 +19,6 @@ OPTIONS+= DB3 "Support for DB3" on OPTIONS+= DB4 "Support for DB4" off OPTIONS+= PAM "Support for PAM (Experimental)" off -OPTIONS+= PROXY "Support for Proxy Driver (Experimental)" off OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off USE_LIBTOOL_VER= 15 @@ -32,6 +31,8 @@ .error You cannot use DB3 and DB4 in the same time. .endif +CONFIGURE_ARGS+= --with-proxy --with-nss + .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}/include @@ -66,12 +67,6 @@ CONFIGURE_ARGS+= --without-pam .endif -.if defined(WITH_PROXY) -CONFIGURE_ARGS+= --with-proxy -.else -CONFIGURE_ARGS+= --without-proxy -.endif - .if defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pgsql USE_PGSQL= YES @@ -80,8 +75,10 @@ .endif MAN5= home.conf.5 +MAN8= home_proxy.8 post-install: ${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist + ${INSTALL_SCRIPT} ${WRKSRC}/rc/freebsd/home_proxy.sh ${PREFIX}/etc/rc.d/home_proxy.sh .include diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/distinfo /usr/ports/misc/libhome/distinfo --- /usr/ports/misc/libhome.old/distinfo Mon May 16 04:49:31 2005 +++ /usr/ports/misc/libhome/distinfo Sun Aug 28 11:50:35 2005 @@ -1,2 +1,2 @@ -MD5 (libhome-0.9.tar.gz) = 6457341b887dac2f1dfc3d76117e2886 -SIZE (libhome-0.9.tar.gz) = 274081 +MD5 (libhome-0.10.tar.gz) = 011df6c6ad8e1b93442d3c2e649b93a5 +SIZE (libhome-0.10.tar.gz) = 282408 diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/pkg-plist /usr/ports/misc/libhome/pkg-plist --- /usr/ports/misc/libhome.old/pkg-plist Fri May 20 00:21:39 2005 +++ /usr/ports/misc/libhome/pkg-plist Sun Aug 28 12:11:54 2005 @@ -1,7 +1,9 @@ bin/home_finger bin/home_su bin/libhome.sh +sbin/home_proxy etc/home.conf.dist +etc/rc.d/home_proxy.sh include/home/home_version.h include/home/hparam.h include/home/hpwd.h @@ -15,3 +17,7 @@ lib/libhome-preload.la lib/libhome-preload.so lib/libhome-preload.so.1 +lib/nss_home_proxy.a +lib/nss_home_proxy.la +lib/nss_home_proxy.so +lib/nss_home_proxy.so.1 --- libhome-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: