aboutsummaryrefslogtreecommitdiff
path: root/security/pwauth
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-22 20:56:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-22 20:56:49 +0000
commit080b519060e3553470c806def4cea846729adce1 (patch)
tree0b1169898c388ae96b4c244657da2bb986197bab /security/pwauth
parent5eb70542a7c79779e87ac8587075a8ba8e8483c1 (diff)
downloadports-080b519060e3553470c806def4cea846729adce1.tar.gz
ports-080b519060e3553470c806def4cea846729adce1.zip
- Update to 2.3.7
PR: ports/131791 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout (clement; 1 month)
Notes
Notes: svn path=/head/; revision=230702
Diffstat (limited to 'security/pwauth')
-rw-r--r--security/pwauth/Makefile5
-rw-r--r--security/pwauth/distinfo6
-rw-r--r--security/pwauth/files/patch-config.h (renamed from security/pwauth/files/patch-config.c)20
3 files changed, 15 insertions, 16 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile
index a649fe69b933..cfcdbf03a53e 100644
--- a/security/pwauth/Makefile
+++ b/security/pwauth/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pwauth
-PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTVERSION= 2.3.7
CATEGORIES= security www
MASTER_SITES= http://www.unixpapa.com/software/
@@ -29,7 +28,7 @@ post-patch:
s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h
do-install:
- -@${MKDIR} -p ${PREFIX}/bin
+ -@${MKDIR} ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${PREFIX}/bin
@${CHMOD} u=rxs ${PREFIX}/bin/pwauth
diff --git a/security/pwauth/distinfo b/security/pwauth/distinfo
index 9373cab65e8f..5f3a72af24be 100644
--- a/security/pwauth/distinfo
+++ b/security/pwauth/distinfo
@@ -1,3 +1,3 @@
-MD5 (pwauth-2.3.2.tar.gz) = 782856fa30ce2630dd57df3ad554e43a
-SHA256 (pwauth-2.3.2.tar.gz) = eff9a8020292891e892ee5aee369a7c4c2a5c6e2953c9e513f555777252bca91
-SIZE (pwauth-2.3.2.tar.gz) = 20581
+MD5 (pwauth-2.3.7.tar.gz) = ec71e0488d918edca04ee56762c9712b
+SHA256 (pwauth-2.3.7.tar.gz) = b7062011d4f7b7c69a876c40ae959d6aaf1744d5ef51e2bd97c745a84e4c1d1f
+SIZE (pwauth-2.3.7.tar.gz) = 21608
diff --git a/security/pwauth/files/patch-config.c b/security/pwauth/files/patch-config.h
index 964719506224..e78bc9d3036a 100644
--- a/security/pwauth/files/patch-config.c
+++ b/security/pwauth/files/patch-config.h
@@ -1,9 +1,9 @@
---- config.h.orig Wed Sep 29 01:07:18 2004
-+++ config.h Sun Oct 30 13:49:52 2005
-@@ -106,13 +106,13 @@
+--- config.h.orig 2008-05-19 21:59:42.000000000 +0300
++++ config.h 2009-02-17 23:01:51.000000000 +0200
+@@ -112,13 +112,13 @@
/* #define SHADOW_NONE /**/
- /* #define SHADOW_BSD /* FreeBSD, NetBSD, OpenBSD, BSDI */
+ /* #define SHADOW_BSD /* FreeBSD, NetBSD, OpenBSD, BSDI, OS X */
-#define SHADOW_SUN /* Linux, Solaris, IRIX */
+/* #define SHADOW_SUN /* Linux, Solaris, IRIX */
/* #define SHADOW_JFH /**/
@@ -13,10 +13,10 @@
-/* #define PAM /* Linux PAM or OpenPAM*/
+ #define PAM /* Linux PAM or OpenPAM*/
+ /* #define PAM_OS_X /* PAM on OS X */
/* #define PAM_SOLARIS /* PAM on Solaris other than 2.6 */
/* #define PAM_SOLARIS_26 /* PAM on Solaris 2.6 */
- /* #define LOGIN_CONF_OPENBSD /**/
-@@ -193,7 +193,7 @@
+@@ -200,7 +200,7 @@
*/
#define UNIX_LASTLOG /**/
@@ -25,21 +25,21 @@
/* If NOLOGIN_FILE is defined to the full path name of a file, then the
-@@ -238,7 +238,7 @@
+@@ -245,7 +245,7 @@
* last).
*/
-#define SERVER_UIDS 72 /* user "nobody" */
-+#define SERVER_UIDS %%UIDS%% /* user "www" */
++#define SERVER_UIDS %%UIDS%% /* user "nobody" */
/* If MIN_UNIX_UID is defined to an integer, logins with uid numbers less than
-@@ -250,7 +250,7 @@
+@@ -257,7 +257,7 @@
* given value will be accepted).
*/
-#define MIN_UNIX_UID 500 /**/
-+#define MIN_UNIX_UID %%MINUID%% /**/
++#define MIN_UNIX_UID %%MINUID%% /**/
/* If IGNORE_CASE is defined, the login given is checked in two different