universal8895: gpsd: replace SSLv3_client_method with
authorJan Altensen <info@stricted.net>
Tue, 10 Sep 2019 09:52:20 +0000 (11:52 +0200)
committerJan Altensen <info@stricted.net>
Sun, 19 Jan 2020 07:53:21 +0000 (08:53 +0100)
 SSLv23_method

Change-Id: I7aa2dc778d01bc91f2e4572143ccb37ec5d17a75

extract-files.sh

index c7847f1e30fb49b11668c11146f76894d23a10a4..030c8796ad46f9194c4a64a74b36b9d1ddf20184 100755 (executable)
@@ -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"