Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package haproxy for openSUSE:Factory checked in at 2025-06-24 20:46:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haproxy (Old) and /work/SRC/openSUSE:Factory/.haproxy.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haproxy" Tue Jun 24 20:46:47 2025 rev:161 rq:1287782 version:3.2.0+git0.e134140d2 Changes: -------- --- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes 2025-06-18 17:58:57.323107590 +0200 +++ /work/SRC/openSUSE:Factory/.haproxy.new.7067/haproxy.changes 2025-06-24 20:47:38.140540263 +0200 @@ -1,0 +2,10 @@ +Fri Jun 20 10:44:20 UTC 2025 - Georg Pfuetzenreuter <mail+...@georg-pfuetzenreuter.net> + +- Repair rc_symlink conditionals + +------------------------------------------------------------------- +Fri Jun 20 00:45:43 UTC 2025 - Georg Pfuetzenreuter <mail+...@georg-pfuetzenreuter.net> + +- Update QUIC documentation in README.SUSE.PACKAGING + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haproxy.spec ++++++ --- /var/tmp/diff_new_pack.1vrw9J/_old 2025-06-24 20:47:39.012576414 +0200 +++ /var/tmp/diff_new_pack.1vrw9J/_new 2025-06-24 20:47:39.012576414 +0200 @@ -224,7 +224,7 @@ %if %{with systemd} install -D -m 0644 admin/systemd/%{pkg_name}.service %{buildroot}%{_unitdir}/%{pkg_name}.service -%if %{with rc_symlinks} +%if %{with rc_symlink} ln -sf /sbin/service %{buildroot}%{_sbindir}/rc%{pkg_name} %endif %if %{with sysusers} @@ -316,7 +316,7 @@ %endif %{_sbindir}/haproxy %{_sbindir}/haproxy-halog -%if %{with rc_symlinks} +%if %{with rc_symlink} %{_sbindir}/rchaproxy %endif %dir %attr(-,root,haproxy) %{pkg_home} ++++++ README.SUSE.PACKAGING ++++++ --- /var/tmp/diff_new_pack.1vrw9J/_old 2025-06-24 20:47:39.060578405 +0200 +++ /var/tmp/diff_new_pack.1vrw9J/_new 2025-06-24 20:47:39.064578570 +0200 @@ -1,9 +1,15 @@ Packaging notes regarding QUIC: -We enable QUIC for Tumbleweed where OpenSSL 3.x is the default. -OpenSSL is not the perfect fit, but it's better than nothing - the best recommendation by HAProxy currently seems to be AWS-LC, but we do not ship it. - +By default we enable QUIC with OpenSSL for Tumbleweed. OpenSSL is not the perfect fit - the best recommendation by HAProxy currently seems to be AWS-LC: https://github.com/haproxy/wiki/wiki/SSL-Libraries-Support-Status#tldr -Note to remove USE_QUIC_OPENSSL_COMPAT if switching to a different implementation in the future. +The project configuration can be adjusted to enable QUIC with AWS-LC: + +``` +Macros: +%_with_awslc 1 +# for < 1600 +%_with_quic 1 +:Macros +```