aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-11-07 08:41:04 +0800
committerstas <stas@FreeBSD.org>2006-11-07 08:41:04 +0800
commit5fccb95d67a396d367f1629be1473d9224539267 (patch)
tree34e2baa4bb027cc7e3622a6fed3cde5aec1203fe /security
parent799cee92772bfa3f4ac978502ba2ae59c1bb7eb6 (diff)
downloadfreebsd-ports-gnome-5fccb95d67a396d367f1629be1473d9224539267.tar.gz
freebsd-ports-gnome-5fccb95d67a396d367f1629be1473d9224539267.tar.zst
freebsd-ports-gnome-5fccb95d67a396d367f1629be1473d9224539267.zip
- 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]
Diffstat (limited to 'security')
-rw-r--r--security/pam_af/Makefile2
-rw-r--r--security/pam_af/distinfo6
-rw-r--r--security/pam_af/files/patch-Makefile11
-rw-r--r--security/pam_af/files/patch-common_subr.c11
4 files changed, 4 insertions, 26 deletions
diff --git a/security/pam_af/Makefile b/security/pam_af/Makefile
index a5883cc55585..1568f9f51ba8 100644
--- a/security/pam_af/Makefile
+++ b/security/pam_af/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pam_af
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= security
MASTER_SITES= http://mbsd.msk.ru/dist/
diff --git a/security/pam_af/distinfo b/security/pam_af/distinfo
index d0a6e8967c23..415305b12e71 100644
--- a/security/pam_af/distinfo
+++ b/security/pam_af/distinfo
@@ -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
diff --git a/security/pam_af/files/patch-Makefile b/security/pam_af/files/patch-Makefile
deleted file mode 100644
index 7848ac64c3b9..000000000000
--- a/security/pam_af/files/patch-Makefile
+++ /dev/null
@@ -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
diff --git a/security/pam_af/files/patch-common_subr.c b/security/pam_af/files/patch-common_subr.c
deleted file mode 100644
index 807db943817d..000000000000
--- a/security/pam_af/files/patch-common_subr.c
+++ /dev/null
@@ -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;