Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 12:22:41 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85394: [MAINTAINER] misc/libhome: update to 0.10
Message-ID:  <20050828102241.C43572E237@kiwi.oav.net>
Resent-Message-ID: <200508281020.j7SAKFU1028730@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.post.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050828102241.C43572E237>