]> git.pld-linux.org Git - packages/libimobiledevice.git/commitdiff
- rel 5; fix openssl 1.1.1 build auto/th/libimobiledevice-1.2.0-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 13:51:24 +0000 (15:51 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 13:51:24 +0000 (15:51 +0200)
libimobiledevice.spec
openssl.patch [new file with mode: 0644]

index b44cf2b19902432a78d6a1ff6ce8a1cea716998d..df19d8be6186dbdab68138c1fd8a1aa15202facb 100644 (file)
@@ -14,13 +14,14 @@ Summary(pl.UTF-8):  Biblioteka do łączenia się z urządzeniami mobilnymi
 Name:          libimobiledevice
 # 1.2.x is stable
 Version:       1.2.0
-Release:       4
+Release:       5
 License:       LGPL v2+
 Group:         Libraries
 #Source0Download: http://www.libimobiledevice.org/
 Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 8757900ba7bbe2ef5f54342415d0223e
 Patch0:                %{name}-cython.patch
+Patch1:                openssl.patch
 URL:           http://www.libimobiledevice.org/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake
@@ -113,6 +114,7 @@ Wiązania libimobiledevice dla Pythona.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/openssl.patch b/openssl.patch
new file mode 100644 (file)
index 0000000..a1f1221
--- /dev/null
@@ -0,0 +1,11 @@
+--- libimobiledevice-1.2.0/src/idevice.c~      2015-01-28 02:10:32.000000000 +0100
++++ libimobiledevice-1.2.0/src/idevice.c       2018-09-18 15:46:45.405574489 +0200
+@@ -678,7 +678,7 @@ LIBIMOBILEDEVICE_API idevice_error_t ide
+       }
+       BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
+-      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
++      SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
+       if (ssl_ctx == NULL) {
+               debug_info("ERROR: Could not create SSL context.");
+               BIO_free(ssl_bio);
This page took 0.136177 seconds and 4 git commands to generate.