public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robert Scheck <robert@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/haproxy] main: - Upgrade to 3.4.1 (#2492990)
Date: Thu, 25 Jun 2026 19:40:39 GMT	[thread overview]
Message-ID: <178241643935.1.17868265796409583214.rpms-haproxy-bd51ca78af17@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/haproxy
            Branch : main
            Commit : bd51ca78af17c01e21c41649ad78230a8658af85
            Author : Robert Scheck <robert@fedoraproject.org>
            Date   : 2026-06-25T21:40:25+02:00
            Stats  : +11/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/haproxy/c/bd51ca78af17c01e21c41649ad78230a8658af85?branch=main

            Log:
            - Upgrade to 3.4.1 (#2492990)
- Add logrotate improvements (thanks to Xose Vazquez Perez)

---
diff --git a/haproxy.logrotate b/haproxy.logrotate
index 03c1aa0..1fcf3cc 100644
--- a/haproxy.logrotate
+++ b/haproxy.logrotate
@@ -1,8 +1,9 @@
-/var/log/haproxy.log {
+/var/log/haproxy.log /var/log/haproxy/*.log {
 	daily
 	rotate 10
 	missingok
 	compress
+	delaycompress
 	notifempty
 	postrotate
 		systemctl try-reload-or-restart rsyslog.service syslog-ng.service

diff --git a/haproxy.spec b/haproxy.spec
index 73560ec..9049f7f 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -2,8 +2,8 @@
 
 Summary:        Reliable, high-performance TCP/HTTP load-balancing reverse proxy
 Name:           haproxy
-Version:        3.4.0
-Release:        2%{?dist}
+Version:        3.4.1
+Release:        1%{?dist}
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 URL:            https://www.haproxy.org/
 Source0:        https://www.haproxy.org/download/%(b=%{version}; echo ${b%.*})/src/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ BuildRequires:  pcre2-devel
 BuildRequires:  systemd-devel
 BuildRequires:  systemd-rpm-macros
 Requires(pre):  shadow-utils
+Recommends:     logrotate
 %{?systemd_requires}
 %{?sysusers_requires_compat}
 
@@ -96,6 +97,7 @@ rm -f doc/{gpl,lgpl}.txt doc/%{name}.1 examples/%{name}.init
 %dir %{_sysconfdir}/%{name}/
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.cfg
 %dir %{_sysconfdir}/%{name}/conf.d/
+%dir %{_sysconfdir}/logrotate.d/
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %{_bindir}/halog
@@ -109,6 +111,10 @@ rm -f doc/{gpl,lgpl}.txt doc/%{name}.1 examples/%{name}.init
 %dir %{_localstatedir}/lib/%{name}/
 
 %changelog
+* Thu Jun 25 2026 Robert Scheck <robert@fedoraproject.org> - 3.4.1-1
+- Upgrade to 3.4.1 (#2492990)
+- Add logrotate improvements (thanks to Xose Vazquez Perez)
+
 * Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 3.4.0-2
 - Rebuilt for openssl 4.0
 

diff --git a/sources b/sources
index da277e2..c877f08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (haproxy-3.4.0.tar.gz) = 982dd97c9d148179e12cdac0e9675960c665f64a9cfb02eb974de9844ef7edfc1d0b99a3a1b3b8e9b145b475fbb9bfe764548486445f66805fc26cf619815310
+SHA512 (haproxy-3.4.1.tar.gz) = 97deb43a9d52031106f432e07112b9bf9912597f9a9a3d42ca01685c76ff53cd0be5c62c299f959d181b95f4166126af8cb7d05271ed3622d2a30825ab89ebfb

                 reply	other threads:[~2026-06-25 19:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178241643935.1.17868265796409583214.rpms-haproxy-bd51ca78af17@fedoraproject.org \
    --to=robert@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox