changeset 102:d9c64bafbf60 stable-5-10

fix compile error on fc3
author carl
date Sun, 16 Oct 2005 08:12:48 -0700
parents 6ac7ba4a8312
children 5569df6d896e
files ChangeLog dnsbl.spec.in package.bash src/tokenizer.cpp xml/dnsbl.in
diffstat 5 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 26 20:40:29 2005 -0700
+++ b/ChangeLog	Sun Oct 16 08:12:48 2005 -0700
@@ -1,5 +1,9 @@
     $Id$
 
+5.10 2005-10-16
+    Fix a compile error on Fedora Core 3.
+    Discovered by Nigel Horne <njh@bandsman.co.uk>
+
 5.9 2005-09-26
     Fix a bug with empty return paths passed to the verification code.
     That resulted in 'MAIL FROM:<<>>' being sent to the verification
--- a/dnsbl.spec.in	Mon Sep 26 20:40:29 2005 -0700
+++ b/dnsbl.spec.in	Sun Oct 16 08:12:48 2005 -0700
@@ -1,6 +1,6 @@
 Summary: DNSBL Sendmail Milter
 Name: dnsbl
-Version: 5.9
+Version: 5.10
 Release: 2
 Copyright: GPL
 Group: System Environment/Daemons
--- a/package.bash	Mon Sep 26 20:40:29 2005 -0700
+++ b/package.bash	Sun Oct 16 08:12:48 2005 -0700
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VER=dnsbl-5.9
+VER=dnsbl-5.10
 mkdir $VER
     target1=/home/httpd/html/510sg/util/dnsbl.tar.gz
     target2=/home/httpd/html/510sg/dnsbl.conf
--- a/src/tokenizer.cpp	Mon Sep 26 20:40:29 2005 -0700
+++ b/src/tokenizer.cpp	Sun Oct 16 08:12:48 2005 -0700
@@ -23,7 +23,7 @@
 			s_single,
 			s_string1,		// first " of string
 			s_string2,		// last " of string
-			s_slash,		// possible start of ignore to eol
+			s_slash 		// possible start of ignore to eol
 			};
 
 typedef state PARSE[end_state];
--- a/xml/dnsbl.in	Mon Sep 26 20:40:29 2005 -0700
+++ b/xml/dnsbl.in	Sun Oct 16 08:12:48 2005 -0700
@@ -2,7 +2,7 @@
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<title>DNSBL Sendmail milter - Version 5.9</title>
+<title>DNSBL Sendmail milter - Version 5.10</title>
 </head>
 
 <center>Introduction</center>