From 95446feafd50bbaa1cb7dcaabce609fd77ab1f31 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 10 Sep 2019 11:52:20 +0200 Subject: [PATCH] universal8895: gpsd: replace SSLv3_client_method with SSLv23_method Change-Id: I7aa2dc778d01bc91f2e4572143ccb37ec5d17a75 --- extract-files.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extract-files.sh b/extract-files.sh index c7847f1..030c879 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -72,4 +72,7 @@ sed -i -z "s/ seclabel u:r:gpsd:s0\n//" $BLOB_ROOT/vendor/etc/init/init.gps.r sed -i -z "s/-g@android:wpa_wlan0\n class main\n/-g@android:wpa_wlan0\n interface android.hardware.wifi.supplicant@1.0::ISupplicant default\n interface android.hardware.wifi.supplicant@1.1::ISupplicant default\n class main\n/" $BLOB_ROOT/vendor/etc/init/wifi.rc sed -i -z "s/ setprop wifi.interface wlan0\n\n/ setprop wifi.interface wlan0\n setprop wifi.concurrent.interface swlan0\n\n/" $BLOB_ROOT/vendor/etc/init/wifi.rc +# replace SSLv3_client_method with SSLv23_method +sed -i "s/SSLv3_client_method/SSLv23_method\x00\x00\x00\x00\x00\x00/" $BLOB_ROOT/vendor/bin/hw/gpsd + "${MY_DIR}/setup-makefiles.sh" -- 2.20.1