ports/187216: [PATCH] security/pwauth: update to 2.3.
Takefu
takefu at airport.fm
Mon Mar 3 06:40:01 UTC 2014
>Number: 187216
>Category: ports
>Synopsis: [PATCH] security/pwauth: update to 2.3.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 03 06:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Takefu
>Release: FreeBSD 8.4-RELEASE-p7 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p7 FreeBSD 8.4-RELEASE-p7 #0: Wed Jan 15 09:30:02 JST 2014
>Description:
- Update to 2.3.11
- portlint(1) compliant
- Staging
- Add License
Port maintainer (eg at fbsd.lt) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- pwauth-2.3.11.patch begins here ---
diff -ruN /usr/ports/security/pwauth/Makefile ./Makefile
--- /usr/ports/security/pwauth/Makefile 2014-01-23 02:00:46.000000000 +0900
+++ ./Makefile 2014-03-03 15:15:09.000000000 +0900
@@ -2,7 +2,7 @@
# $FreeBSD: head/security/pwauth/Makefile 340722 2014-01-22 17:00:46Z mat $
PORTNAME= pwauth
-PORTVERSION= 2.3.10
+PORTVERSION= 2.3.11
CATEGORIES= security www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://www.unixpapa.com/software/
@@ -10,19 +10,20 @@
MAINTAINER= eg at fbsd.lt
COMMENT= A Unix Web Authenticator
+LICENSE= BSD3CLAUSE
+
PLIST_FILES= bin/pwauth bin/checkfaillog
ALL_TARGET= pwauth checkfaillog
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
.endif
-WWWUID!= ${ID} -u ${WWWOWN}
+WWWUID= `${ID} -u ${WWWOWN}`
MINUID?= 1000
post-patch:
@@ -30,9 +31,9 @@
s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h
do-install:
- -@${MKDIR} ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${PREFIX}/bin
- @${CHMOD} u=rxs ${PREFIX}/bin/pwauth
+ @${MKDIR} ${STAGEDIR}${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${STAGEDIR}${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin
+ @${CHMOD} u=rxs ${STAGEDIR}${PREFIX}/bin/pwauth
.include <bsd.port.post.mk>
diff -ruN /usr/ports/security/pwauth/distinfo ./distinfo
--- /usr/ports/security/pwauth/distinfo 2014-01-23 00:30:13.000000000 +0900
+++ ./distinfo 2014-03-03 14:28:45.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pwauth-2.3.10.tar.gz) = 267813acccc58d407b735ebfd32ee7ec52726379d0aa3670731d2ea4c9d85906
-SIZE (pwauth-2.3.10.tar.gz) = 23825
+SHA256 (pwauth-2.3.11.tar.gz) = 3c6ab789d6ec92984954b4217418781508df393639adc32514d8491d8825fa22
+SIZE (pwauth-2.3.11.tar.gz) = 23974
--- pwauth-2.3.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list