diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-26 10:22:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-26 10:22:27 +0800 |
commit | 327dabc54c3900f4ba315e3b2c222f10d40e0bfc (patch) | |
tree | 06264cedae9ac2dfb1d4b3cf816aad3415755700 /security/pam_ldap | |
parent | e028938e81e5723e40d46033eda29961634468da (diff) | |
download | freebsd-ports-gnome-327dabc54c3900f4ba315e3b2c222f10d40e0bfc.tar.gz freebsd-ports-gnome-327dabc54c3900f4ba315e3b2c222f10d40e0bfc.tar.zst freebsd-ports-gnome-327dabc54c3900f4ba315e3b2c222f10d40e0bfc.zip |
Update to 1.5.0.
Diffstat (limited to 'security/pam_ldap')
-rw-r--r-- | security/pam_ldap/Makefile | 2 | ||||
-rw-r--r-- | security/pam_ldap/distinfo | 2 | ||||
-rw-r--r-- | security/pam_ldap/files/patch-ab | 20 |
3 files changed, 11 insertions, 13 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 6bae015fee48..3aa25be8d386 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.4.8 +PORTVERSION= 1.5.0 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo index c0b226201723..02ae68f96849 100644 --- a/security/pam_ldap/distinfo +++ b/security/pam_ldap/distinfo @@ -1 +1 @@ -MD5 (pam_ldap-148.tar.gz) = 2794d78c7d8b54a54d7ce0a972f71cee +MD5 (pam_ldap-150.tar.gz) = 2fe328d579f2610b9db8674403cbd892 diff --git a/security/pam_ldap/files/patch-ab b/security/pam_ldap/files/patch-ab index 5954ba8511e0..1a5dd09a4c2e 100644 --- a/security/pam_ldap/files/patch-ab +++ b/security/pam_ldap/files/patch-ab @@ -1,12 +1,10 @@ -$FreeBSD$ - ---- pam_ldap.c.orig Mon Mar 25 15:54:28 2002 -+++ pam_ldap.c Mon Mar 25 15:54:29 2002 +--- pam_ldap.c.orig Thu Jul 25 22:15:52 2002 ++++ pam_ldap.c Thu Jul 25 22:20:11 2002 @@ -126,12 +126,7 @@ #include "pam_ldap.h" #include "md5.h" --#ifdef HAVE_SECURITY_PAM_MISC_H +-#if defined(HAVE_SECURITY_PAM_MISC_H) || defined(HAVE_PAM_PAM_MISC_H) - /* FIXME: is there something better to check? */ #define CONST_ARG const -#else @@ -15,7 +13,7 @@ $FreeBSD$ #ifndef HAVE_LDAP_MEMFREE #define ldap_memfree(x) free(x) -@@ -2843,11 +2838,11 @@ +@@ -2898,11 +2893,11 @@ { _conv_sendmsg (appconv, "Password change aborted", PAM_ERROR_MSG, no_warn); @@ -27,11 +25,11 @@ $FreeBSD$ -#endif /* PAM_AUTHTOK_RECOVERY_ERR */ +#else + return PAM_AUTHTOK_RECOVERY_ERR; -+#endif /* PAM_AUTHTOK_RECOVER_ERR */ ++#endif } else { -@@ -2887,11 +2882,11 @@ +@@ -2942,11 +2937,11 @@ syslog (LOG_ERR, "pam_ldap: error getting old authentication token (%s)", pam_strerror (pamh, rc)); @@ -47,7 +45,7 @@ $FreeBSD$ } if (try_first_pass || use_first_pass) -@@ -2901,11 +2896,11 @@ +@@ -2956,11 +2951,11 @@ newpass = NULL; if (use_first_pass && newpass == NULL) @@ -63,7 +61,7 @@ $FreeBSD$ } tries = 0; -@@ -2955,11 +2950,11 @@ +@@ -3010,11 +3005,11 @@ } else { @@ -79,7 +77,7 @@ $FreeBSD$ } if (cmiscptr == NULL) -@@ -2991,11 +2986,11 @@ +@@ -3046,11 +3041,11 @@ { _conv_sendmsg (appconv, "Password change aborted", PAM_ERROR_MSG, no_warn); |