Mercurial > dnsbl
comparison dnsbl.spec.in @ 227:3fee608becbc stable-6-0-21
Fixes to compile on old systems without memrchr or string::clear().
Fix bug in spamassassin interface trying to clear a string with string::empty().
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 03 Jan 2009 15:16:47 -0800 |
parents | da9e7f1c8160 |
children | ad38575e98ca |
comparison
equal
deleted
inserted
replaced
226:c3a4b03f371d | 227:3fee608becbc |
---|---|
94 /etc/rc.d/init.d/%{name} | 94 /etc/rc.d/init.d/%{name} |
95 %dir %attr(0750,%{name},root) /var/run/%{name} | 95 %dir %attr(0750,%{name},root) /var/run/%{name} |
96 | 96 |
97 | 97 |
98 %changelog | 98 %changelog |
99 * Sat Jan 03 2009 Carl Byington <carl@five-ten-sg.com> - 6.21-1 | |
100 - Fixes to compile on old systems without memrchr or string::clear(). | |
101 - Fix bug in spamassassin interface trying to clear a string with string::empty(). | |
102 | |
99 * Sat Dec 27 2008 Carl Byington <carl@five-ten-sg.com> - 6.20-1 | 103 * Sat Dec 27 2008 Carl Byington <carl@five-ten-sg.com> - 6.20-1 |
100 - Never whitelist self addressed mail. | 104 - Never whitelist self addressed mail. |
101 - Fixes to compile on Fedora 10 and for const correctness. | 105 - Fixes to compile on Fedora 10 and for const correctness. |
102 | 106 |
103 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 6.19-1 | 107 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 6.19-1 |