- Update to 1.0.1

ChangeLog:
- Handle local logins properly [1]
- Honor allow_on_error in setcred() [1]
- Use the default (*) rule if we can't resolve the hostname [2]

PR:		ports/104946
Submitted by:	Dan Lukes <dan@obluda.cz> [1]
Reported by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
This commit is contained in:
Stanislav Sedov 2006-11-07 00:41:04 +00:00
parent 9f81146de6
commit 6d44b14ed0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176665
4 changed files with 4 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pam_af
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= security
MASTER_SITES= http://mbsd.msk.ru/dist/

View File

@ -1,3 +1,3 @@
MD5 (pam_af-1.0.tar.bz2) = 572b800442558b6bbcc86e75b7a13b93
SHA256 (pam_af-1.0.tar.bz2) = 799ba4f22606896f7c70c3c20e6055751d5de45174ea01049418bd70e4bdf8ce
SIZE (pam_af-1.0.tar.bz2) = 17884
MD5 (pam_af-1.0.1.tar.bz2) = b55d5b311743c7b1ccf8f0906f7af931
SHA256 (pam_af-1.0.1.tar.bz2) = 9f3ec18bc82a4f63320c1125046003cff68fd51c7d74877316349bd3a3cfd526
SIZE (pam_af-1.0.1.tar.bz2) = 18006

View File

@ -1,11 +0,0 @@
--- Makefile.orig Mon Apr 17 09:12:06 2006
+++ Makefile Mon Apr 17 09:13:03 2006
@@ -68,7 +68,7 @@
# -Wchar-subscripts -Winline -Wnested-externs -fPIC
CFLAGS_GCC = -O2 -Wall -Werror -Wno-format-y2k \
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch \
- -Wshadow -Wcast-align \
+ -Wshadow \
-Wchar-subscripts -Winline -Wnested-externs -fPIC
CFLAGS_SUN = -KPIC -xO2 -D_SUN_PAM_ -D_HAVE_USERDEFS_H_
CFLAGS_HP = -Ae +w1 +W 474,486,542 +z +O2

View File

@ -1,11 +0,0 @@
--- common/subr.c.orig Sun Oct 1 18:13:16 2006
+++ common/subr.c Sun Oct 1 18:14:09 2006
@@ -322,7 +322,7 @@
const char *db;
char *host;
{
- datum key, data;
+ datum key, data = {NULL, 0};
struct myaddrinfo *res0, *res;
static hostrule_t hstent;
int found = 0;