aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking
diff options
context:
space:
mode:
authorTim Ansell <mithro@mithis.com>2004-09-26 07:24:37 +0000
committerTim Ansell <mithro@mithis.com>2004-09-26 07:24:37 +0000
commit25cbba71345bb33ff81f7e59fabd2acc33816e58 (patch)
treefb6d51229312ae121fa62264cbb878e5127fd48d /nonworking
parent448d69f70ccf862b9ecdc69de24d8b56fd464c73 (diff)
downloadopenembedded-25cbba71345bb33ff81f7e59fabd2acc33816e58.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into mithis.com:/cc/packages 2004/09/26 02:21:25+02:00 handhelds.org!zecke ARM: CHAP MS triggers the unaligned memory access trap. This patch ultimatively tries to avoid this trap by not blindly copying and casting the unsigned char* packet to the internal datastructure but to use BZERO, BCOPY to create the package. This is the first draft and needs more testing. BKrev: 41566eb5qD1hq6iVqVMOYc7oRRQBWg
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/ppp/ppp/mppe-signed.patch0
-rw-r--r--nonworking/ppp/ppp_2.4.1+cvs20040427.oe35
2 files changed, 35 insertions, 0 deletions
diff --git a/nonworking/ppp/ppp/mppe-signed.patch b/nonworking/ppp/ppp/mppe-signed.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/ppp/ppp/mppe-signed.patch
diff --git a/nonworking/ppp/ppp_2.4.1+cvs20040427.oe b/nonworking/ppp/ppp_2.4.1+cvs20040427.oe
index e69de29bb2..2984686740 100644
--- a/nonworking/ppp/ppp_2.4.1+cvs20040427.oe
+++ b/nonworking/ppp/ppp_2.4.1+cvs20040427.oe
@@ -0,0 +1,35 @@
+DESCRIPTION = "Point-to-Point Protocol (PPP) daemon"
+
+DEPENDS = "libpcap-0.7.2 openssl"
+
+PACKAGES =+ "${PN}-plugins"
+
+FILES_${PN}-plugins = /usr/lib/pppd/*
+
+SRC_URI = "http://handhelds.org/~zecke/downloads/tmp/ppp-cvs-20040427.tar.gz \
+ file://008_pathnames.h.diff;patch=1 \
+ file://011_scripts_redialer.diff;patch=1 \
+ file://018_ip-up_option.diff;patch=1 \
+ file://057_pppoe-interface-change;patch=1 \
+ file://auth_hook_segfault;patch=1 \
+ file://cifdefroute.dif;patch=1 \
+ file://close_devfd;patch=1 \
+ file://fix_closed_fds;patch=1 \
+ file://no_crypt_hack;patch=1 \
+ file://ppp-2.3.11-oedod.dif;patch=1 \
+ file://ppp-2.4.2-stripMSdomain;patch=1 \
+ file://pppdump-no-deflate;patch=1 \
+ file://pppoe_discovery;patch=1 \
+ file://setevn_call_file;patch=1 \
+ file://syslog_local2;patch=1 \
+ file://use_openssl;patch=1 \
+ file://install_and_cc.patch;patch=1 \
+ file://mppe-signed.patch;patch=1 "
+
+S = "${WORKDIR}/ppp"
+
+inherit autotools libtool
+
+EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
+EXTRA_OECONF = --disable-strip
+