Logoj0ke.net Open Build Service > Projects > internetx:projects:http > haproxy > Changes
Sign Up | Log In

Changes of Revision 15

[-] Changed haproxy.spec
x
 
1
@@ -3,7 +3,7 @@
2
 %define haproxy_home    %{_localstatedir}/lib/haproxy
3
 %define haproxy_confdir %{_sysconfdir}/haproxy
4
 %define haproxy_datadir %{_datadir}/haproxy
5
-%define devtag     dev24
6
+%define devtag     dev26
7
 
8
 Name:           haproxy
9
 Version:        1.5
10
@@ -14,10 +14,18 @@
11
 License:        GPLv2+
12
 
13
 URL:            http://haproxy.1wt.eu/
14
-Source0:        http://haproxy.1wt.eu/download/1.4/src/haproxy-%{version}.tar.gz
15
+Source0:        http://haproxy.1wt.eu/download/1.5/src/haproxy-%{version}-%{devtag}.tar.gz
16
 Source1:        %{name}.init
17
 Source2:        %{name}.cfg
18
 Source3:        %{name}.logrotate
19
+Source4:   benchmark.cfg
20
+Source5:   haproxy-geoip
21
+
22
+Patch1:        0001-Add-ability-to-externalize-health-check.patch
23
+Patch2:        0001-enhance-hash-type-directive-with-algorithm-options.patch
24
+Patch3:        0002-implement-avalanche-as-modifier.patch
25
+Patch4:        haproxy-1.5-geolocation.patch
26
+
27
 
28
 BuildRequires:  pcre-devel, openssl-devel
29
 
30
@@ -43,7 +51,10 @@
31
 
32
 %prep
33
 %setup -n %{name}-%{version}
34
-
35
+%patch1 -p1 
36
+%patch2 -p1
37
+%patch3 -p1 
38
+%patch4 -p1 
39
 
40
 %build
41
 # No configure script is present, it is all done via make flags
42
@@ -118,6 +129,7 @@
43
 %doc examples/cttproxy-src.cfg
44
 %doc examples/haproxy.cfg
45
 %doc examples/tarpit.cfg
46
+%doc examples/benchmark.cfg
47
 %doc CHANGELOG LICENSE README
48
 %dir %{haproxy_datadir}
49
 %{haproxy_datadir}/*
50
@@ -126,6 +138,7 @@
51
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
52
 %{_initrddir}/%{name}
53
 %{_sbindir}/%{name}
54
+%{_sbindir}/haproxy-geoip
55
 %{_sbindir}/haproxy-systemd-wrapper
56
 %{_bindir}/halog
57
 %{_mandir}/man1/%{name}.1.gz
58
@@ -133,6 +146,11 @@
59
 
60
 
61
 %changelog
62
+* Fr May 06 2014 Juergen Gotteswinter <jg@internetx.com> 1.5-dev26
63
+- bumped to latest dev release
64
+- added geoip support
65
+- patched in additional hashing algorithms
66
+
67
 * Sat Apr 26 2014 Juergen Gotteswinter <jg@internetx.com> 1.5-dev24
68
 - pushed forward to latest dev build
69
 - added some config samples and other probably useful thinsg
70
[+] Added 0001-Add-ability-to-externalize-health-check.patch ^
[+] Added 0001-enhance-hash-type-directive-with-algorithm-options.patch ^
[+] Added 0002-implement-avalanche-as-modifier.patch ^
[+] Added haproxy-1.5-geolocation.patch ^
[+] Added benchmark.cfg ^
Added haproxy-1.5-dev26.tar.gz ^
[+] Added haproxy-geoip ^