update to 1.4.8
This commit is contained in:
parent
f37db97e3f
commit
d641a47e86
@ -1 +1 @@
|
||||
haproxy-1.4.6.tar.gz
|
||||
haproxy-1.4.8.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Example configuration for a possible web application. See the
|
||||
# full configuration options online.
|
||||
#
|
||||
# http://haproxy.1wt.eu/download/1.3/doc/configuration.txt
|
||||
# http://haproxy.1wt.eu/download/1.4/doc/configuration.txt
|
||||
#
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
@ -45,7 +45,7 @@ defaults
|
||||
option httplog
|
||||
option dontlognull
|
||||
option http-server-close
|
||||
option forward-for except 127.0.0.0/8
|
||||
option forwardfor except 127.0.0.0/8
|
||||
option redispatch
|
||||
retries 3
|
||||
timeout http-request 10s
|
||||
|
@ -5,7 +5,7 @@
|
||||
%define haproxy_datadir %{_datadir}/haproxy
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.4.6
|
||||
Version: 1.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
|
||||
@ -144,6 +144,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 20 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.8-1
|
||||
- update to 1.4.8
|
||||
|
||||
* Sun May 30 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.6-1
|
||||
- update to 1.4.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user