|
|
4834bd |
%define haproxy_user haproxy
|
|
|
4834bd |
%define haproxy_group %{haproxy_user}
|
|
|
4834bd |
%define haproxy_homedir %{_localstatedir}/lib/haproxy
|
|
|
4834bd |
%define haproxy_confdir %{_sysconfdir}/haproxy
|
|
|
4834bd |
%define haproxy_datadir %{_datadir}/haproxy
|
|
|
4834bd |
|
|
|
4834bd |
%global _hardened_build 1
|
|
|
4834bd |
|
|
|
4834bd |
Name: haproxy
|
|
|
8bb09a |
Version: 2.4.17
|
|
|
56fe7a |
Release: 6%{?dist}
|
|
|
4834bd |
Summary: HAProxy reverse proxy for high availability environments
|
|
|
4834bd |
|
|
|
4834bd |
License: GPLv2+
|
|
|
4834bd |
|
|
|
4834bd |
URL: http://www.haproxy.org/
|
|
|
4834bd |
Source0: %{url}/download/2.4/src/haproxy-%{version}.tar.gz
|
|
|
4834bd |
Source1: %{name}.service
|
|
|
4834bd |
Source2: %{name}.cfg
|
|
|
4834bd |
Source3: %{name}.logrotate
|
|
|
4834bd |
Source4: %{name}.sysconfig
|
|
|
56fe7a |
Source5: %{name}.sysusers
|
|
|
56fe7a |
Source6: halog.1
|
|
|
4834bd |
|
|
|
56fe7a |
Patch0: bz2161140-refuse-response-end-stream-flag.patch
|
|
|
56fe7a |
Patch1: bz2169510-reject-empty-http-header-fields.patch
|
|
|
a590c8 |
|
|
|
4834bd |
BuildRequires: gcc
|
|
|
4834bd |
BuildRequires: lua-devel
|
|
|
4834bd |
BuildRequires: pcre2-devel
|
|
|
4834bd |
BuildRequires: openssl-devel
|
|
|
4834bd |
BuildRequires: systemd-devel
|
|
|
4834bd |
BuildRequires: systemd
|
|
|
56fe7a |
BuildRequires: systemd-rpm-macros
|
|
|
4834bd |
BuildRequires: make
|
|
|
4834bd |
|
|
|
4834bd |
Requires(pre): shadow-utils
|
|
|
4834bd |
%{?systemd_requires}
|
|
|
4834bd |
|
|
|
4834bd |
%description
|
|
|
4834bd |
HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high
|
|
|
4834bd |
availability environments. Indeed, it can:
|
|
|
4834bd |
- route HTTP requests depending on statically assigned cookies
|
|
|
4834bd |
- spread load among several servers while assuring server persistence
|
|
|
4834bd |
through the use of HTTP cookies
|
|
|
4834bd |
- switch to backup servers in the event a main one fails
|
|
|
4834bd |
- accept connections to special ports dedicated to service monitoring
|
|
|
4834bd |
- stop accepting connections without breaking existing ones
|
|
|
4834bd |
- add, modify, and delete HTTP headers in both directions
|
|
|
4834bd |
- block requests matching particular patterns
|
|
|
4834bd |
- report detailed status to authenticated users from a URI
|
|
|
4834bd |
intercepted from the application
|
|
|
4834bd |
|
|
|
4834bd |
%prep
|
|
|
4834bd |
%setup -q
|
|
|
a590c8 |
%patch0 -p1
|
|
|
a590c8 |
%patch1 -p1
|
|
|
4834bd |
|
|
|
4834bd |
%build
|
|
|
4834bd |
regparm_opts=
|
|
|
4834bd |
%ifarch %ix86 x86_64
|
|
|
4834bd |
regparm_opts="USE_REGPARM=1"
|
|
|
4834bd |
%endif
|
|
|
4834bd |
|
|
|
4834bd |
%{__make} %{?_smp_mflags} CPU="generic" TARGET="linux-glibc" USE_OPENSSL=1 USE_PCRE2=1 USE_SLZ=1 USE_LUA=1 USE_CRYPT_H=1 USE_SYSTEMD=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 USE_PROMEX=1 ${regparm_opts} ADDINC="%{build_cflags}" ADDLIB="%{build_ldflags}"
|
|
|
4834bd |
|
|
|
4834bd |
%{__make} admin/halog/halog ADDINC="%{build_cflags}" ADDLIB="%{build_ldflags}"
|
|
|
4834bd |
|
|
|
4834bd |
pushd admin/iprange
|
|
|
4834bd |
%{__make} OPTIMIZE="%{build_cflags}" LDFLAGS="%{build_ldflags}"
|
|
|
4834bd |
popd
|
|
|
4834bd |
|
|
|
4834bd |
%install
|
|
|
4834bd |
%{__make} install-bin DESTDIR=%{buildroot} PREFIX=%{_prefix} TARGET="linux2628"
|
|
|
4834bd |
%{__make} install-man DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
|
|
4834bd |
|
|
|
4834bd |
%{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
|
|
|
4834bd |
%{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{haproxy_confdir}/%{name}.cfg
|
|
|
4834bd |
%{__install} -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
|
|
4834bd |
%{__install} -p -D -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
|
|
|
56fe7a |
%{__install} -p -D -m 0644 %{SOURCE5} %{buildroot}%{_sysusersdir}/%{name}.conf
|
|
|
56fe7a |
%{__install} -p -D -m 0644 %{SOURCE6} %{buildroot}%{_mandir}/man1/halog.1
|
|
|
4834bd |
%{__install} -d -m 0755 %{buildroot}%{haproxy_homedir}
|
|
|
4834bd |
%{__install} -d -m 0755 %{buildroot}%{haproxy_datadir}
|
|
|
8bb09a |
%{__install} -d -m 0755 %{buildroot}%{haproxy_confdir}/conf.d
|
|
|
4834bd |
%{__install} -d -m 0755 %{buildroot}%{_bindir}
|
|
|
4834bd |
%{__install} -p -m 0755 ./admin/halog/halog %{buildroot}%{_bindir}/halog
|
|
|
4834bd |
%{__install} -p -m 0755 ./admin/iprange/iprange %{buildroot}%{_bindir}/iprange
|
|
|
4834bd |
%{__install} -p -m 0755 ./admin/iprange/ip6range %{buildroot}%{_bindir}/ip6range
|
|
|
4834bd |
|
|
|
4834bd |
for httpfile in $(find ./examples/errorfiles/ -type f)
|
|
|
4834bd |
do
|
|
|
4834bd |
%{__install} -p -m 0644 $httpfile %{buildroot}%{haproxy_datadir}
|
|
|
4834bd |
done
|
|
|
4834bd |
|
|
|
4834bd |
%{__rm} -rf ./examples/errorfiles/
|
|
|
4834bd |
|
|
|
4834bd |
find ./examples/* -type f ! -name "*.cfg" -exec %{__rm} -f "{}" \;
|
|
|
4834bd |
|
|
|
4834bd |
for textfile in $(find ./ -type f -name '*.txt')
|
|
|
4834bd |
do
|
|
|
4834bd |
%{__mv} $textfile $textfile.old
|
|
|
4834bd |
iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
|
|
|
4834bd |
%{__rm} -f $textfile.old
|
|
|
4834bd |
done
|
|
|
4834bd |
|
|
|
4834bd |
%pre
|
|
|
56fe7a |
%sysusers_create_compat %{SOURCE5}
|
|
|
4834bd |
|
|
|
4834bd |
%post
|
|
|
4834bd |
%systemd_post %{name}.service
|
|
|
4834bd |
|
|
|
4834bd |
%preun
|
|
|
4834bd |
%systemd_preun %{name}.service
|
|
|
4834bd |
|
|
|
4834bd |
%postun
|
|
|
4834bd |
%systemd_postun_with_restart %{name}.service
|
|
|
4834bd |
|
|
|
4834bd |
%files
|
|
|
4834bd |
%doc doc/* examples/*
|
|
|
4834bd |
%doc CHANGELOG README ROADMAP VERSION
|
|
|
4834bd |
%license LICENSE
|
|
|
4834bd |
%dir %{haproxy_homedir}
|
|
|
4834bd |
%dir %{haproxy_confdir}
|
|
|
8bb09a |
%dir %{haproxy_confdir}/conf.d
|
|
|
4834bd |
%dir %{haproxy_datadir}
|
|
|
4834bd |
%{haproxy_datadir}/*
|
|
|
4834bd |
%config(noreplace) %{haproxy_confdir}/%{name}.cfg
|
|
|
4834bd |
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
|
|
4834bd |
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
|
|
4834bd |
%{_unitdir}/%{name}.service
|
|
|
4834bd |
%{_sbindir}/%{name}
|
|
|
4834bd |
%{_bindir}/halog
|
|
|
4834bd |
%{_bindir}/iprange
|
|
|
4834bd |
%{_bindir}/ip6range
|
|
|
4834bd |
%{_mandir}/man1/*
|
|
|
56fe7a |
%{_sysusersdir}/%{name}.conf
|
|
|
4834bd |
|
|
|
4834bd |
%changelog
|
|
|
56fe7a |
* Mon Feb 27 2023 Ryan O'Hara <rohara@redhat.com> - 2.4.17-6
|
|
|
56fe7a |
- Reject empty http header field names (CVE-2023-25725, #2169510)
|
|
|
a590c8 |
|
|
|
56fe7a |
* Mon Feb 27 2023 Ryan O'Hara <rohara@redhat.com> - 2.4.17-5
|
|
|
56fe7a |
- Refuse interim responses with end-stream flag set (CVE-2023-0056, #2161140)
|
|
|
56fe7a |
|
|
|
56fe7a |
* Wed Nov 30 2022 Ryan O'Hara <rohara@redhat.com> - 2.4.17-4
|
|
|
56fe7a |
- Use systemd-sysusers for user/group creation (#2095422)
|
|
|
a590c8 |
|
|
|
8bb09a |
* Mon Jul 25 2022 Ryan O'Hara <rohara@redhat.com> - 2.4.17-3
|
|
|
8bb09a |
- Fix changelog and rebuild
|
|
|
8bb09a |
|
|
|
8bb09a |
* Wed Jun 08 2022 Ryan O'Hara <rohara@redhat.com> - 2.4.17-2
|
|
|
8bb09a |
- Add configuration directory and update systemd unit file (#2093482)
|
|
|
8bb09a |
|
|
|
8bb09a |
* Wed May 25 2022 Ryan O'Hara <rohara@redhat.com> - 2.4.17-1
|
|
|
8bb09a |
- Update to 2.4.17 #(2088532)
|
|
|
8bb09a |
- Fix unbound loop when Set-Cookie2 header is present (#2070448)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Oct 13 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.7-1
|
|
|
4834bd |
- Update to 2.4.7 (#1966688)
|
|
|
4834bd |
- Fix domain parts in :scheme and :path fields (CVE-2021-39240, #1998196)
|
|
|
4834bd |
- Fix spaces in the :method field (CVE-2021-39241, #1998198)
|
|
|
4834bd |
- Fix mismatch between :authority and Host fields (CVE-2021-39242, #1998200)
|
|
|
4834bd |
- Fix request smuggling attack or response splitting (CVE-2021-40346, #2000621)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Aug 17 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.3-1
|
|
|
4834bd |
- Update to 2.4.3 (#1966688)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Aug 10 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-8
|
|
|
4834bd |
- Add gating tests (#1966688)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.2-7
|
|
|
4834bd |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
4834bd |
Related: rhbz#1991688
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Aug 07 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-6
|
|
|
4834bd |
- Ignore badfuncs error in rpminspect (#1966688)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Aug 04 2021 Lukas Javorsky <ljavorsk@redhat.com> - 2.4.2-5
|
|
|
4834bd |
- Second rebuild against pcre2-10.37 (bug #1970765)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Aug 03 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-4
|
|
|
4834bd |
- Apply patch to fix OpenSSL 3.0 build (#1984786)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Aug 02 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-3
|
|
|
4834bd |
- Fix OpenSSL 3.0 build (#1984786)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jul 28 2021 Lukas Javorsky <ljavorsk@redhat.com> - 2.4.2-2
|
|
|
4834bd |
- Rebuild against pcre2-10.37 (bug #1970765)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jul 12 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-1
|
|
|
4834bd |
- Update to 2.4.2 (#1966688)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.0-3
|
|
|
4834bd |
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
4834bd |
Related: rhbz#1971065
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jun 03 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.0-2
|
|
|
4834bd |
- Fix hardened builds (#1966688)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jun 01 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.0-1
|
|
|
4834bd |
- Update to 2.4.0 (#1966688)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.4-3
|
|
|
4834bd |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jan 14 2021 Ryan O'Hara <rohara@redhat.com> - 2.3.4-1
|
|
|
4834bd |
- Update to 2.3.4 (#1914447)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Dec 08 2020 Ryan O'Hara <rohara@redhat.com> - 2.3.2-1
|
|
|
4834bd |
- Update to 2.3.2 (#1894994)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Oct 01 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.4-1
|
|
|
4834bd |
- Update to 2.2.4 (#1883742)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Sep 17 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.3-2
|
|
|
4834bd |
- Fix build for late loading of libgcc_s
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Sep 14 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.3-1
|
|
|
4834bd |
- Update to 2.2.3 (#1876932)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jul 31 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.2-1
|
|
|
4834bd |
- Update to 2.2.2 (#1862400)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jul 27 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.1-1
|
|
|
4834bd |
- Update to 2.2.1 (#1859846)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jul 15 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.0-3
|
|
|
4834bd |
- Update systemd service file
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jul 10 2020 Tom Callaway <spot@fedoraproject.org> - 2.2.0-2
|
|
|
4834bd |
- Fix build against lua 5.4
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jul 09 2020 Ryan O'Hara <rohara@redhat.com> - 2.2.0-1
|
|
|
4834bd |
- Update to 2.2.0 (#1854519)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jun 15 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.7-1
|
|
|
4834bd |
- Update to 2.1.7 (#1845001)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jun 08 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.6-1
|
|
|
4834bd |
- Update to 2.1.6 (#1845001)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jun 01 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.5-1
|
|
|
4834bd |
- Update to 2.1.5 (#1841837)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Apr 02 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.4-1
|
|
|
4834bd |
- Update to 2.1.4 (CVE-2010-11100, #1820200)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Mar 16 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.3-2
|
|
|
4834bd |
- Fix invalid element address calculation (#1801109)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Feb 12 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.3-1
|
|
|
4834bd |
- Update to 2.1.3 (#1802233)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jan 02 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.2-1
|
|
|
4834bd |
- Update to 2.1.2 (#1782472)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Nov 25 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.10-1
|
|
|
4834bd |
- Update to 2.0.10 (#1772961)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Nov 06 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.8-1
|
|
|
4834bd |
- Update to 2.0.8 (#1764483)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Oct 21 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.7-2
|
|
|
4834bd |
- Build with Prometheus exporter service (#1755839)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Oct 21 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.7-1
|
|
|
4834bd |
- Update to 2.0.7 (#1742544)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Sep 13 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.6-1
|
|
|
4834bd |
- Update to 2.0.6 (#1742544)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Aug 19 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.5-1
|
|
|
4834bd |
- Update to 2.0.5 (#1742544)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.3-1
|
|
|
4834bd |
- Update to 2.0.3 (#1690492)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 1.8.20-3
|
|
|
4834bd |
- Build with PCRE2 (#1669217)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.20-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Fri May 17 2019 Ryan O'Hara <rohara@redhat.com> - 1.8.20-1
|
|
|
4834bd |
- Update to 1.8.20
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Feb 13 2019 Ryan O'Hara <rohara@redhat.com> - 1.8.19-1
|
|
|
4834bd |
- Update to 1.8.19
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.17-4
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jan 24 2019 Petr Pisar <ppisar@redhat.com> - 1.8.17-3
|
|
|
4834bd |
- Rebuild against patched libpcreposix library (bug #1667614)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 1.8.17-2
|
|
|
4834bd |
- Rebuilt for libcrypt.so.2 (#1666033)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jan 09 2019 Ryan O'Hara <rohara@redhat.com> - 1.8.17-1
|
|
|
4834bd |
- Update to 1.8.17
|
|
|
4834bd |
- Fix handling of priority flag in HEADERS frame in HTTP/2 decoder (CVE-2018-20615)
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Dec 22 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.16-1
|
|
|
4834bd |
- Update to 1.8.16
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Dec 13 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.15-1
|
|
|
4834bd |
- Update to 1.8.15
|
|
|
4834bd |
- Fix denial of service attack via infinite recursion (CVE-2018-20103, #1658881)
|
|
|
4834bd |
- Fix out-of-bound reads in dns_validate_dns_response (CVE-2018-20102, #1658882)
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Dec 01 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.14-2
|
|
|
4834bd |
- Use of crpyt() is not thread safe (#1643941)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Sep 20 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.14-1
|
|
|
4834bd |
- Update to 1.8.14 (#1610066)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Aug 20 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.13-1
|
|
|
4834bd |
- Update to 1.8.13 (#1610066)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Aug 16 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.12-4
|
|
|
4834bd |
- Add BuildRequires gcc (#1604308)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.12-3
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jul 10 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.12-2
|
|
|
4834bd |
- Fix ownership of /var/lib/haproxy/ to avoid selinux DAC override errors (#1597076)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jun 28 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.12-1
|
|
|
4834bd |
- Update to 1.8.12 (#1580036)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jun 27 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.11-1
|
|
|
4834bd |
- Update to 1.8.11 (#1580036)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jun 25 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.10-1
|
|
|
4834bd |
- Update to 1.8.10 (#1580036)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon May 21 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.9-1
|
|
|
4834bd |
- Update to 1.8.9 (#1580036)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu May 10 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.8-2
|
|
|
4834bd |
- Build with USE_GETADDRINFO option
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Apr 19 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.8-1
|
|
|
4834bd |
- Update to 1.8.8 (#1560121)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Apr 09 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.7-1
|
|
|
4834bd |
- Update to 1.8.7 (#1560121)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Apr 06 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.6-1
|
|
|
4834bd |
- Update to 1.8.6 (#1560121)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Mar 26 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.5-1
|
|
|
4834bd |
- Update to 1.8.5 (#1560121)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Feb 26 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.4-2
|
|
|
4834bd |
- Define USE_SYSTEMD at build time (#1549027)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Feb 26 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.4-1
|
|
|
4834bd |
- Update to 1.8.4 (#1543668)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Feb 08 2018 Florian Weimer <fweimer@redhat.com> - 1.8.3-5
|
|
|
4834bd |
- Build halog and iprange with linker flags from redhat-rpm-config
|
|
|
4834bd |
- Tell build to include <crypt.h>
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-4
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.8.3-3
|
|
|
4834bd |
- Rebuilt for switch to libxcrypt
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jan 05 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.3-2
|
|
|
4834bd |
- Remove haproxy-systemd-wrapper
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jan 05 2018 Ryan O'Hara <rohara@redhat.com> - 1.8.3-1
|
|
|
4834bd |
- Update to 1.8.3 (#1528829)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Dec 27 2017 Ryan O'Hara <rohara@redhat.com> - 1.8.2-1
|
|
|
4834bd |
- Update to 1.8.2
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Dec 15 2017 Ryan O'Hara <rohara@redhat.com> - 1.8.1-1
|
|
|
4834bd |
- Update to 1.8.1
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Dec 15 2017 Ryan O'Hara <rohara@redhat.com> - 1.8.0-1
|
|
|
4834bd |
- Update to 1.8.0
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Sep 11 2017 Ryan O'Hara <rohara@redhat.com> - 1.7.9-1
|
|
|
4834bd |
- Update to 1.7.9 (#1485084)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8-3
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jul 10 2017 Ryan O'Hara <rohara@redhat.com> - 1.7.8-1
|
|
|
4834bd |
- Update to 1.7.8 (#1436669)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon May 01 2017 Ryan O'Hara <rohara@redhat.com> - 1.7.3-2
|
|
|
4834bd |
- Use KillMode=mixed in systemd service file (#1447085)
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Mar 26 2017 Ryan O'Hara <rohara@redhat.com> - 1.7.3-1
|
|
|
4834bd |
- Update to 1.7.3 (#1413276)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jan 18 2017 Ryan O'Hara <rohara@redhat.com> - 1.7.2-1
|
|
|
4834bd |
- Update to 1.7.2 (#1413276)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Dec 29 2016 Ryan O'Hara <rohara@redhat.com> - 1.7.1-1
|
|
|
4834bd |
- Update to 1.7.1
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Nov 28 2016 Ryan O'Hara <rohara@redhat.com> - 1.7.0-1
|
|
|
4834bd |
- Update to 1.7.0
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Nov 21 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.10-1
|
|
|
4834bd |
- Update to 1.6.10 (#1397013)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Aug 31 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.9-1
|
|
|
4834bd |
- Update to 1.6.9 (#1370709)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jul 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.7-2
|
|
|
4834bd |
- Fix main frontend in default config file (#1348674)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jul 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.7-1
|
|
|
4834bd |
- Update to 1.6.7 (#1356578)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jun 28 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.6-2
|
|
|
4834bd |
- Remove patch for CVE-2016-5360
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jun 28 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.6-1
|
|
|
4834bd |
- Update to 1.6.6 (#1350426)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jun 15 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.5-3
|
|
|
4834bd |
- Fix reqdeny causing random crashes (CVE-2016-5360, #1346672)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.5-2
|
|
|
4834bd |
- Utilize system-wide crypto-policies (#1256253)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon May 23 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.5-1
|
|
|
4834bd |
- Update to 1.6.5 (#1317313)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jan 20 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.3-1
|
|
|
4834bd |
- Update to 1.6.3 (#1276288)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Nov 18 2015 Ryan O'Hara <rohara@redhat.com> - 1.6.2-3
|
|
|
4834bd |
- Enable Lua support
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Nov 03 2015 Ryan O'Hara <rohara@redhat.com> - 1.6.2-2
|
|
|
4834bd |
- Update to 1.6.2 (#1276288)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Oct 30 2015 Ryan O'Hara <rohara@redhat.com> - 1.6.1-1
|
|
|
4834bd |
- Update to 1.6.1 (#1276288)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jul 06 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.14-1
|
|
|
4834bd |
- Update to 1.5.14 (CVE-2015-3281, #1239181)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jun 26 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.13-1
|
|
|
4834bd |
- Update to 1.5.13 (#1236056)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.12-3
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Tue May 05 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.12-2
|
|
|
4834bd |
- Remove unused patches
|
|
|
4834bd |
|
|
|
4834bd |
* Tue May 05 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.12-1
|
|
|
4834bd |
- Update to 1.5.12 (#1217922)
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Mar 04 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.11-4
|
|
|
4834bd |
- Rework systemd service and sysconfig file
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Feb 11 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.11-3
|
|
|
4834bd |
- Add sysconfig file
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Feb 10 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.11-2
|
|
|
4834bd |
- Add tcp-ut bind option to set TCP_USER_TIMEOUT (#1190783)
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Feb 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.11-1
|
|
|
4834bd |
- Update to 1.5.11 (#1188029)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jan 05 2015 Ryan O'Hara <rohara@redhat.com> - 1.5.10-1
|
|
|
4834bd |
- Update to 1.5.10
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Dec 01 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.9-1
|
|
|
4834bd |
- Update to 1.5.9
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Nov 01 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.8-1
|
|
|
4834bd |
- Update to 1.5.8
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Oct 30 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.7-1
|
|
|
4834bd |
- Update to 1.5.7
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Oct 20 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.6-1
|
|
|
4834bd |
- Update to 1.5.6
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Oct 08 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.5-1
|
|
|
4834bd |
- Update to 1.5.5
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Sep 02 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.4-1
|
|
|
4834bd |
- Update to 1.5.4
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-3
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Aug 06 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.3-2
|
|
|
4834bd |
- Use haproxy-systemd-wrapper in service file (#1126955)
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jul 25 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.3-1
|
|
|
4834bd |
- Update to 1.5.3
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jul 15 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.2-1
|
|
|
4834bd |
- Update to 1.5.2
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Jun 24 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.1-1
|
|
|
4834bd |
- Update to 1.5.1
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jun 19 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.0-2
|
|
|
4834bd |
- Build with zlib and openssl support
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jun 19 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.0-1
|
|
|
4834bd |
- Update to 1.5.0
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.25-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Mar 27 2014 Ryan O'Hara <rohara@redhat.com> - 1.4.25-1
|
|
|
4834bd |
- Update to 1.4.25
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.24-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Jun 17 2013 Ryan O'Hara <rohara@redhat.com> - 1.4.24-1
|
|
|
4834bd |
- Update to 1.4.24 (CVE-2013-2174, #975160)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Apr 30 2013 Ryan O'Hara <rohara@redhat.com> - 1.4.23-3
|
|
|
4834bd |
- Build with PIE flags (#955182)
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Apr 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.4.23-2
|
|
|
4834bd |
- Build with PIE flags (#955182)
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Apr 02 2013 Ryan O'Hara <rohara@redhat.com> - 1.4.23-1
|
|
|
4834bd |
- Update to 1.4.23 (CVE-2013-1912, #947697)
|
|
|
4834bd |
- Drop supplementary groups after setuid/setgid (#894626)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.22-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Oct 12 2012 Robin Lee <cheeselee@fedoraproject.org> - 1.4.22-1
|
|
|
4834bd |
- Update to 1.4.22 (CVE-2012-2942, #824544)
|
|
|
4834bd |
- Use linux2628 build target
|
|
|
4834bd |
- No separate x86_64 build target for halog
|
|
|
4834bd |
- halog build honors rpmbuild optflags
|
|
|
4834bd |
- Specfile cleanup
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Sep 17 2012 Václav PavlÃn <vpavlin@redhat.com> - 1.4.20-3
|
|
|
4834bd |
- Scriptlets replaced with new systemd macros (#850143)
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.20-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Apr 03 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.20-1
|
|
|
4834bd |
- Update to 1.4.20
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Feb 19 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.19-4
|
|
|
4834bd |
- fix haproxy.services file
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Feb 19 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.19-3
|
|
|
4834bd |
- Update to use systemd fixing bug #770305
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.4.19-2
|
|
|
4834bd |
- Rebuild against PCRE 8.30
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Jan 29 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.19-1
|
|
|
4834bd |
- Update to 1.4.19
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.18-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Sep 22 2011 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.18-1
|
|
|
4834bd |
- Update to 1.4.18
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Apr 26 2011 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.15-1
|
|
|
4834bd |
- Update to 1.4.15
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Feb 27 2011 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.11-1
|
|
|
4834bd |
- update to 1.4.11
|
|
|
4834bd |
|
|
|
4834bd |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Dec 12 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.9-1
|
|
|
4834bd |
- update to 1.4.9
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Jun 20 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.8-1
|
|
|
4834bd |
- update to 1.4.8
|
|
|
4834bd |
|
|
|
4834bd |
* Sun May 30 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.6-1
|
|
|
4834bd |
- update to 1.4.6
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Feb 18 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.23-1
|
|
|
4834bd |
- update to 1.3.23
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Oct 17 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.22-1
|
|
|
4834bd |
- update to 1.3.22
|
|
|
4834bd |
- added logrotate configuration
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Oct 12 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.21-1
|
|
|
4834bd |
- update to 1.3.21
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Oct 11 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.20-1
|
|
|
4834bd |
- update to 1.3.20
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Aug 02 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.19-1
|
|
|
4834bd |
- update to 1.3.19
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.18-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Sun May 17 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.18-1
|
|
|
4834bd |
- update to 1.3.18
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Apr 11 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.17-1
|
|
|
4834bd |
- Update to 1.3.17
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.15.7-2
|
|
|
4834bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Dec 30 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.15.7-1
|
|
|
4834bd |
- update to 1.3.15.7
|
|
|
4834bd |
- remove upstream patches, they are now part of source distribution
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Nov 22 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.15.6-2
|
|
|
4834bd |
- apply upstream patches
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Nov 15 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.15.6-1
|
|
|
4834bd |
- update to 1.3.15.6
|
|
|
4834bd |
- use new build targets from upstream
|
|
|
4834bd |
- add in recommended build options for x86 from upstream
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Jun 28 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.6-1
|
|
|
4834bd |
- update to 1.3.14.6
|
|
|
4834bd |
- remove gcc 4.3 patch, it has been applied upstream
|
|
|
4834bd |
- remove MIT license as that code has been removed from upstream
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Apr 14 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.4-1
|
|
|
4834bd |
- update to 1.3.14.4
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Mar 16 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.3-1
|
|
|
4834bd |
- update to 1.3.14.3
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Mar 01 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-4
|
|
|
4834bd |
- apply the gcc 4.3 patch to the build process
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Mar 01 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-3
|
|
|
4834bd |
- fix gcc 4.3 bug [#434144]
|
|
|
4834bd |
- update init script to properly reload configuration
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.14.2-2
|
|
|
4834bd |
- Autorebuild for GCC 4.3
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Jan 20 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-1
|
|
|
4834bd |
- update to 1.3.14.2
|
|
|
4834bd |
- update make flags that changed with this upstream release
|
|
|
4834bd |
- added man page installation
|
|
|
4834bd |
|
|
|
4834bd |
* Sun Dec 16 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14-1
|
|
|
4834bd |
- update to 1.3.14
|
|
|
4834bd |
|
|
|
4834bd |
* Mon Nov 05 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.3.12.4-1
|
|
|
4834bd |
- update to 1.3.12.4
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Nov 01 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.3.12.3-1
|
|
|
4834bd |
- update to 1.3.12.3
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Sep 21 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.3.12.2-3
|
|
|
4834bd |
- fix init script 'reload' task
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Sep 20 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.3.12.2-2
|
|
|
4834bd |
- update License field
|
|
|
4834bd |
|
|
|
4834bd |
* Thu Sep 20 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.3.12.2-1
|
|
|
4834bd |
- update to 1.3.12.2
|
|
|
4834bd |
- remove the upstream patch
|
|
|
4834bd |
|
|
|
4834bd |
* Tue Sep 18 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.3.12.1-1
|
|
|
4834bd |
- switch to 1.3.12.1 branch
|
|
|
4834bd |
- add patch from upstream with O'Reilly licensing updates.
|
|
|
4834bd |
- convert ISO-8859-1 doc files to UTF-8
|
|
|
4834bd |
|
|
|
4834bd |
* Sat Mar 24 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.2.17-2
|
|
|
4834bd |
- addition of haproxy user
|
|
|
4834bd |
- add license information
|
|
|
4834bd |
|
|
|
4834bd |
* Fri Mar 23 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 1.2.17-1
|
|
|
4834bd |
- initial packaging
|