#19 Enable websockets
Merged 10 months ago by jamacku. Opened 10 months ago by jamacku.
rpms/ jamacku/curl bz2224651-enable-websockets  into  rawhide

file modified
+6 -1
@@ -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 @@ 

          --disable-telnet                \

          --disable-tftp                  \

          --disable-tls-srp               \

+         --disable-websockets            \

          --without-brotli                \

          --without-libpsl                \

          --without-libssh
@@ -293,6 +294,7 @@ 

          --enable-telnet                 \

          --enable-tftp                   \

          --enable-tls-srp                \

+         --enable-websockets             \

          --with-brotli                   \

          --with-libpsl                   \

          --with-libssh
@@ -408,6 +410,9 @@ 

  %{_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)

  

I would pair the option with --disable-websockets in the minimal configuration in order to have more predictable builds in the future.

rebased onto 76f5788

10 months ago

1 new commit added

  • empty
10 months ago

1 new commit added

  • enable websockets
10 months ago

Pull-Request has been merged by jamacku

10 months ago
Metadata