Date: Sun, 24 Jan 2010 21:54:36 GMT From: Edmondas Girkantas <eg@fbsd.lt> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/143187: [MAINTAINER UPDATE] security/pwauth Message-ID: <201001242154.o0OLsaPG031243@www.freebsd.org> Resent-Message-ID: <201001242200.o0OM0Ele022515@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143187 >Category: ports >Synopsis: [MAINTAINER UPDATE] security/pwauth >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 Jan 24 22:00:13 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 8.0-STABLE >Organization: >Environment: FreeBSD big.bug.lt 8.0-STABLE FreeBSD 8.0-STABLE #12: Sat Jan 23 13:44:27 EET 2010 eg@big.bug.lt:/usr/obj/usr/src/sys/GENERIC i386 >Description: - updated project's homepage - temporary added BROKEN for 9-CURRENT (utmp.h issue) until I will find good solution >How-To-Repeat: >Fix: apply given patch Patch attached with submission follows: diff -ruN pwauth.orig/Makefile pwauth/Makefile --- pwauth.orig/Makefile 2010-01-24 22:20:01.000000000 +0200 +++ pwauth/Makefile 2010-01-24 23:50:39.000000000 +0200 @@ -7,8 +7,10 @@ PORTNAME= pwauth PORTVERSION= 2.3.7 +PORTREVISION= 1 CATEGORIES= security www -MASTER_SITES= http://www.unixpapa.com/software/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ + http://www.unixpapa.com/software/ MAINTAINER= eg@fbsd.lt COMMENT= A Unix Web Authenticator @@ -20,6 +22,10 @@ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900006 +BROKEN= does not compile on 9.X +.endif + WWWUID!= ${ID} -u ${WWWOWN} MINUID?= 1000 diff -ruN pwauth.orig/pkg-descr pwauth/pkg-descr --- pwauth.orig/pkg-descr 2010-01-24 22:20:01.000000000 +0200 +++ pwauth/pkg-descr 2010-01-24 22:22:20.000000000 +0200 @@ -2,4 +2,4 @@ and the Apache HTTP Daemon to support reasonably secure web authentication out of the system password database on most versions of Unix. -WWW: http://www.unixpapa.com/pwauth/ +WWW: http://code.google.com/p/pwauth/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001242154.o0OLsaPG031243>