comparison dnsbl.spec.in @ 284:896b9393d3f0 stable-6-0-39

Fix segfault caused by freeing unallocated memory
author Carl Byington <carl@five-ten-sg.com>
date Tue, 31 Dec 2013 10:44:15 -0800
parents e276180647ab
children 9bd5388bf469
comparison
equal deleted inserted replaced
283:7438f79afeb0 284:896b9393d3f0
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 * Tue Dec 31 2013 Carl Byington <carl@five-ten-sg.com> - 6.39-1
107 - Fix segfault caused by freeing unallocated memory.
108
106 * Tue Dec 24 2013 Carl Byington <carl@five-ten-sg.com> - 6.38-1 109 * Tue Dec 24 2013 Carl Byington <carl@five-ten-sg.com> - 6.38-1
107 - Activate check for unique ip connection limits. 110 - Activate check for unique ip connection limits.
108 111
109 * Tue Dec 17 2013 Carl Byington <carl@five-ten-sg.com> - 6.37-1 112 * Tue Dec 17 2013 Carl Byington <carl@five-ten-sg.com> - 6.37-1
110 - Add unique ip connection limits per authenticated id or email address. 113 - Add unique ip connection limits per authenticated id or email address.