diff --git a/haproxy-3.0.7.tar.gz b/haproxy-3.0.8.tar.gz similarity index 39% rename from haproxy-3.0.7.tar.gz rename to haproxy-3.0.8.tar.gz index ab70bba664e958103ad616971381cbcbfc715efe..ed8cce1e3a2481d2d1f4aca891136c4a27998b30 100644 Binary files a/haproxy-3.0.7.tar.gz and b/haproxy-3.0.8.tar.gz differ diff --git a/haproxy.logrotate b/haproxy.logrotate index c2c8c9c25515f6fbb70bff2014f5f590e375e0d8..d852c51171d683e91b3f55137e75c0e181ddf6c6 100644 --- a/haproxy.logrotate +++ b/haproxy.logrotate @@ -2,7 +2,6 @@ compress daily dateext - rotate 31 missingok notifempty sharedscripts diff --git a/haproxy.spec b/haproxy.spec index f4169a533cb156ecfbd4e0707d488e68e962afc3..eb9f3855867d312699156c10c0b211ae79b60892 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -4,7 +4,7 @@ %global _hardened_build 1 Name: haproxy -Version: 3.0.7 +Version: 3.0.8 Release: 1 Summary: The Reliable, High Performance TCP/HTTP Load Balancer @@ -114,6 +114,10 @@ exit 0 %{_mandir}/man1/* %changelog +* Tue Feb 11 2025 Funda Wang - 3.0.8-1 +- update to 3.0.8 +- drop rotate count from logrotate setting + * Thu Jan 02 2025 Funda Wang - 3.0.7-1 - Update to 3.0.7 diff --git a/haproxy.yaml b/haproxy.yaml index 627f1598a33ea66400247e0956d8f68fc3539e1b..28a465269562b68a17df5c8050b08d2884bb9d92 100644 --- a/haproxy.yaml +++ b/haproxy.yaml @@ -1,4 +1,4 @@ -version_control: github -src_repo: haproxy/haproxy -tag_prefix: ^v -seperator: . \ No newline at end of file +version_control: git +src_repo: http://git.haproxy.org/?p=haproxy-3.0.git +tag_prefix: ^v +separator: .