pkgsrc/net/freeradius2/patches/patch-ae
sevan f7ec7297c8 Update to v2.2.9
http://freeradius.org/version2.html
The 2.2.x release series is now End Of Life. Only security fixes will be applied to 2.2.x.
Fix Tunnel-Password crash from home server. Found by Denis Andzakovic.
Fix timer issue when proxying.
Update EAP-TTLS so that MPPE keys are correctly calculated with TLSv1.2.
Always delete MS-MPPE-* from the TTLS inner tunnel. This allows TTLS / EAP-MSCHAPv2 to work.
Don't fall through in empty "case" statements. Fixes #1274.
2016-10-11 14:12:41 +00:00

23 lines
691 B
Text

$NetBSD: patch-ae,v 1.4 2016/10/11 14:12:41 sevan Exp $
--- Makefile.orig 2015-09-30 20:37:13.000000000 +0000
+++ Makefile
@@ -11,7 +11,7 @@ include Make.inc
.PHONY: all clean install
-SUBDIRS = $(LTDL_SUBDIRS) $(wildcard src raddb scripts doc)
+SUBDIRS = $(LTDL_SUBDIRS) $(wildcard src scripts doc)
WHAT_TO_MAKE = all
all:
@@ -47,9 +47,7 @@ export DESTDIR := $(R)
install:
$(INSTALL) -d -m 755 $(R)$(sbindir)
$(INSTALL) -d -m 755 $(R)$(bindir)
- $(INSTALL) -d -m 755 $(R)$(raddbdir)
$(INSTALL) -d -m 755 $(R)$(mandir)
- $(INSTALL) -d -m 755 $(R)$(RUNDIR)
$(INSTALL) -d -m 700 $(R)$(logdir)
$(INSTALL) -d -m 700 $(R)$(radacctdir)
$(INSTALL) -d -m 755 $(R)$(datadir)