Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nginx for openSUSE:Factory checked in at 2026-03-31 15:22:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx (Old) and /work/SRC/openSUSE:Factory/.nginx.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx" Tue Mar 31 15:22:23 2026 rev:110 rq:1343729 version:1.29.7 Changes: -------- --- /work/SRC/openSUSE:Factory/nginx/nginx.changes 2026-03-27 06:45:16.839511370 +0100 +++ /work/SRC/openSUSE:Factory/.nginx.new.1999/nginx.changes 2026-03-31 15:23:01.262149509 +0200 @@ -1,0 +2,6 @@ +Thu Mar 26 01:49:17 UTC 2026 - Marcus Rueckert <[email protected]> + +- Enable support to build with aws-lc instead of openssl to ship + the http3/quic support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nginx.spec ++++++ --- /var/tmp/diff_new_pack.SDzE7x/_old 2026-03-31 15:23:02.726210500 +0200 +++ /var/tmp/diff_new_pack.SDzE7x/_new 2026-03-31 15:23:02.730210667 +0200 @@ -21,6 +21,7 @@ # keep in sync with #ngx_conditionals %bcond_with ngx_cpp_test %bcond_with ngx_google_perftools +%bcond_with awslc # Name: nginx Version: 1.29.7 @@ -60,7 +61,11 @@ BuildRequires: pkgconfig(gdlib) BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libxslt) +%if %{with awslc} +BuildRequires: aws-lc-devel +%else BuildRequires: pkgconfig(openssl) +%endif BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(zlib) %requires_eq perl @@ -90,7 +95,11 @@ Requires: pkgconfig(gdlib) Requires: pkgconfig(libpcre2-8) Requires: pkgconfig(libxslt) +%if %{with awslc} +Requires: aws-lc-devel +%else Requires: pkgconfig(openssl) +%endif Requires: pkgconfig(zlib) %requires_ge %{name}-macros BuildArch: noarch
