diff --git a/libsrtp.changes b/libsrtp.changes index 4ff8f60..e43d278 100644 --- a/libsrtp.changes +++ b/libsrtp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 9 14:50:42 UTC 2017 - vcizek@suse.com + +- Drop option --enable-openssl which doesn't work with OpenSSL 1.1 + (bsc#1055277) + * this drops GCM support + ------------------------------------------------------------------- Tue Aug 1 12:28:27 UTC 2017 - jengelh@inai.de diff --git a/libsrtp.spec b/libsrtp.spec index ee18313..ec8fb6d 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -29,7 +29,6 @@ Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{n Source99: baselibs.conf BuildRequires: gcc BuildRequires: pkg-config -BuildRequires: pkgconfig(openssl) # srtp was last used in openSUSE 13.1. Provides: srtp = %{version} Obsoletes: srtp < %{version} @@ -71,8 +70,9 @@ This subpackage contains the development headers. %build %configure \ --enable-generic-aesicm \ - --enable-syslog \ - --enable-openssl + --enable-syslog +# Doesn't work with OpenSSL 1.1 +# --enable-openssl # --enable-gdoi # FIXME: Does not work: # --enable-kernel-linux