summaryrefslogtreecommitdiff
path: root/net/freeradius/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-07-14 22:10:01 +0000
committeradrianp <adrianp@pkgsrc.org>2006-07-14 22:10:01 +0000
commit94c358342b7869dea41589aa7fa435c7f81c2559 (patch)
tree4a5bcc04324b0e5743c49ea51ea58fa591a1fb88 /net/freeradius/Makefile
parentb6cc1e2e003992ee8fe0bdf973df08f0b83180b1 (diff)
downloadpkgsrc-94c358342b7869dea41589aa7fa435c7f81c2559.tar.gz
Update to 1.1.2
* Updated dictionaries (as always), * Extended Ascend "abinary" support for Juniper, * Configurable "cipher_list" for EAP methods that use TLS, * Additional checks on cert issuer validation for EAP methods that use TLS, * SQL IODBC bug fixes, * Updates to the LDAP module, * Better catching of errors in the config files, * Miscellaneous other fixes In addition to this add an extra option to options.mk which is "freeradius-simul-use". This will enable Simultaneous-Use and is enabled by default. If you disable it freeradius can be built without depending on the net-snmp package. Original idea from John Nemeth.
Diffstat (limited to 'net/freeradius/Makefile')
-rw-r--r--net/freeradius/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index 9d1bc943b80..ab641d0d1b9 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2006/07/13 22:20:35 adrianp Exp $
+# $NetBSD: Makefile,v 1.51 2006/07/14 22:10:01 adrianp Exp $
-DISTNAME= freeradius-1.1.1
-PKGREVISION= 4
+DISTNAME= freeradius-1.1.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \
ftp://ftp.Awfulhak.org/pub/radius/
@@ -82,7 +81,6 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
-.include "../../net/net-snmp/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"