enable websockets

Resolves: #2224651
This commit is contained in:
Jan Macku 2023-08-02 14:36:11 +02:00
parent b64627ff52
commit 76f5788cab

View File

@ -1,7 +1,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl
Version: 8.2.1
Release: 1%{?dist}
Release: 2%{?dist}
License: curl
Source0: https://curl.se/download/%{name}-%{version}.tar.xz
Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc
@ -268,6 +268,7 @@ export common_configure_opts=" \
--disable-telnet \
--disable-tftp \
--disable-tls-srp \
--disable-websockets \
--without-brotli \
--without-libpsl \
--without-libssh
@ -293,6 +294,7 @@ export common_configure_opts=" \
--enable-telnet \
--enable-tftp \
--enable-tls-srp \
--enable-websockets \
--with-brotli \
--with-libpsl \
--with-libssh
@ -408,6 +410,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
%{_libdir}/libcurl.so.4.[0-9].[0-9].minimal
%changelog
* Wed Aug 02 2023 Jan Macku <jamacku@redhat.com> - 8.2.1-2
- enable websockets (#2224651)
* Wed Jul 26 2023 Lukáš Zaoral <lzaoral@redhat.com> - 8.2.1-1
- new upstream release (rhbz#2226659)