Mercurial > dnsbl
comparison dnsbl.spec.in @ 286:9bd5388bf469 stable-6-0-40
Fix possible segfault in mlfi_connect, hostaddr might be null
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 05 Feb 2014 07:54:38 -0800 |
parents | 896b9393d3f0 |
children | bb69fdc3acaa |
comparison
equal
deleted
inserted
replaced
285:0bc4442e16c1 | 286:9bd5388bf469 |
---|---|
101 /etc/rc.d/init.d/%{name} | 101 /etc/rc.d/init.d/%{name} |
102 %dir %attr(0750,%{name},root) /var/run/%{name} | 102 %dir %attr(0750,%{name},root) /var/run/%{name} |
103 | 103 |
104 | 104 |
105 %changelog | 105 %changelog |
106 * Wed Feb 05 2014 Carl Byington <carl@five-ten-sg.com> - 6.40-1 | |
107 - Fix possible segfault in mlfi_connect, hostaddr might be null. | |
108 | |
106 * Tue Dec 31 2013 Carl Byington <carl@five-ten-sg.com> - 6.39-1 | 109 * Tue Dec 31 2013 Carl Byington <carl@five-ten-sg.com> - 6.39-1 |
107 - Fix segfault caused by freeing unallocated memory. | 110 - Fix segfault caused by freeing unallocated memory. |
108 | 111 |
109 * Tue Dec 24 2013 Carl Byington <carl@five-ten-sg.com> - 6.38-1 | 112 * Tue Dec 24 2013 Carl Byington <carl@five-ten-sg.com> - 6.38-1 |
110 - Activate check for unique ip connection limits. | 113 - Activate check for unique ip connection limits. |