[ppp] * Wed Sep 29 2010 Jiri Skala <jskala at redhat.com> - 2.4.5-12 - fixes #637513 - Missing: README.eap-tl

Jiri Skala jskala at fedoraproject.org
Wed Oct 6 06:51:09 UTC 2010


commit 8be50685f9dad1de9ecb5f63f70294c8b4426ec3
Author: Jiri Skala <jskala at localhost.(none)>
Date:   Wed Oct 6 08:51:13 2010 +0200

    * Wed Sep 29 2010 Jiri Skala <jskala at redhat.com> - 2.4.5-12
    - fixes #637513 - Missing: README.eap-tls
    - updated to latest eaptls upstream
    - fixes #637886 - EAP-TLS not working with enabled PPP Multilink Framing option

 ppp-2.4.5-eaptls-mppe-0.99.patch |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/ppp-2.4.5-eaptls-mppe-0.99.patch b/ppp-2.4.5-eaptls-mppe-0.99.patch
index 16d7c2b..eb6c2a6 100644
--- a/ppp-2.4.5-eaptls-mppe-0.99.patch
+++ b/ppp-2.4.5-eaptls-mppe-0.99.patch
@@ -244,15 +244,6 @@ diff -Naur ppp-2.4.5/linux/Makefile.top ppp-2.4.5-eaptls-mppe-0.99/linux/Makefil
 diff -Naur ppp-2.4.5/pppd/Makefile.linux ppp-2.4.5-eaptls-mppe-0.99/pppd/Makefile.linux
 --- ppp-2.4.5/pppd/Makefile.linux	2009-11-16 23:26:07.000000000 +0100
 +++ ppp-2.4.5-eaptls-mppe-0.99/pppd/Makefile.linux	2010-10-01 15:17:54.207272272 +0200
-@@ -33,7 +33,7 @@
- # CC = gcc
- #
- COPTS = -O2 -pipe -Wall -g
--LIBS =
-+LIBS = 
- 
- # Uncomment the next 2 lines to include support for Microsoft's
- # MS-CHAP authentication protocol.  Also, edit plugins/radius/Makefile.linux.
 @@ -73,6 +73,9 @@
  # Enable EAP SRP-SHA1 authentication (requires libsrp)
  #USE_SRP=y
@@ -270,7 +261,7 @@ diff -Naur ppp-2.4.5/pppd/Makefile.linux ppp-2.4.5-eaptls-mppe-0.99/pppd/Makefil
 +# EAP-TLS
 +ifdef USE_EAPTLS
 +CFLAGS += -DUSE_EAPTLS=1 -I/usr/kerberos/include
-+LIBS += -lssl
++LIBS += -lssl -lcrypto
 +PPPDSRC += eap-tls.c
 +HEADERS += eap-tls.h
 +PPPDOBJS += eap-tls.o


More information about the scm-commits mailing list