Accepting request 320517 from hardware

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/320517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2015-08-10 07:14:50 +00:00 committed by Git OBS Bridge
commit c9e45f038b
4 changed files with 26 additions and 1 deletions

View File

@ -1 +1 @@
libimobiledevice5
libimobiledevice6

View File

@ -0,0 +1,11 @@
--- libimobiledevice-1.2.0.orig/src/idevice.c
+++ libimobiledevice-1.2.0/src/idevice.c
@@ -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);

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 29 06:06:53 UTC 2015 - i@marguerite.su
- fix baselibs.conf
-------------------------------------------------------------------
Sat Jul 18 23:35:28 UTC 2015 - crrodriguez@opensuse.org
- libimobiledevice-nosslv3.patch: In tumbleweed, SSLv3_method
fails because there is no sslv3 support, use SSLv233_method instead
to negotiate the highest TLS version available.
-------------------------------------------------------------------
Sun Mar 1 13:02:52 UTC 2015 - i@marguerite.su

View File

@ -39,6 +39,7 @@ BuildRequires: python-devel
BuildRequires: python-plist
BuildRequires: readline-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: libimobiledevice-nosslv3.patch
%description
libimobiledevice is a software library that talks the protocols to support
@ -104,6 +105,7 @@ Contains Python bindings for developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1
autoreconf -fi
sed -i -e '/Requires:/d' src/%{name}-1.0.pc.in
sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in