Accepting request 532806 from home:vitezslav_cizek:branches:network:telephony
- Drop option --enable-openssl which doesn't work with OpenSSL 1.1 (bsc#1055277) * this drops GCM support OBS-URL: https://build.opensuse.org/request/show/532806 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=21
This commit is contained in:
parent
5d5ceca1c8
commit
cc765b15f1
@ -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
|
Tue Aug 1 12:28:27 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{n
|
|||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(openssl)
|
|
||||||
# srtp was last used in openSUSE 13.1.
|
# srtp was last used in openSUSE 13.1.
|
||||||
Provides: srtp = %{version}
|
Provides: srtp = %{version}
|
||||||
Obsoletes: srtp < %{version}
|
Obsoletes: srtp < %{version}
|
||||||
@ -71,8 +70,9 @@ This subpackage contains the development headers.
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-generic-aesicm \
|
--enable-generic-aesicm \
|
||||||
--enable-syslog \
|
--enable-syslog
|
||||||
--enable-openssl
|
# Doesn't work with OpenSSL 1.1
|
||||||
|
# --enable-openssl
|
||||||
# --enable-gdoi
|
# --enable-gdoi
|
||||||
# FIXME: Does not work:
|
# FIXME: Does not work:
|
||||||
# --enable-kernel-linux
|
# --enable-kernel-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user