Mercurial > dnsbl
changeset 69:fb8afa205293
fix fedora core 3 compile error - enum list cannot end with comma
author | carl |
---|---|
date | Sat, 02 Apr 2005 12:12:23 -0800 |
parents | 0e387cd3784b |
children | c812a06f87bf |
files | ChangeLog dnsbl.spec.in package.bash src/scanner.cpp xml/dnsbl.in |
diffstat | 5 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 22 18:07:09 2005 -0800 +++ b/ChangeLog Sat Apr 02 12:12:23 2005 -0800 @@ -1,5 +1,9 @@ $Id$ +4.6 2005-04-02 + Fix enum compilation error on Fedora Core 3. + Discovered by Nigel Horne <njh@bandsman.co.uk> + 4.5 2005-01-22 Add uuencode decoding for old style attachments.
--- a/dnsbl.spec.in Sat Jan 22 18:07:09 2005 -0800 +++ b/dnsbl.spec.in Sat Apr 02 12:12:23 2005 -0800 @@ -1,6 +1,6 @@ Summary: DNSBL Sendmail Milter Name: dnsbl -Version: 4.5 +Version: 4.6 Release: 2 Copyright: GPL Group: System Environment/Daemons
--- a/package.bash Sat Jan 22 18:07:09 2005 -0800 +++ b/package.bash Sat Apr 02 12:12:23 2005 -0800 @@ -1,6 +1,6 @@ #!/bin/bash -VER=dnsbl-4.5 +VER=dnsbl-4.6 mkdir $VER target1=/home/httpd/html/510sg/util/dnsbl.tar.gz target2=/home/httpd/html/510sg/dnsbl.conf
--- a/src/scanner.cpp Sat Jan 22 18:07:09 2005 -0800 +++ b/src/scanner.cpp Sat Apr 02 12:12:23 2005 -0800 @@ -125,7 +125,7 @@ m_cr, m_nl, b_cr, - uu_cr, + uu_cr }; typedef state PARSE[end_state];
--- a/xml/dnsbl.in Sat Jan 22 18:07:09 2005 -0800 +++ b/xml/dnsbl.in Sat Apr 02 12:12:23 2005 -0800 @@ -2,7 +2,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> -<title>DNSBL Sendmail milter - Version 4.5</title> +<title>DNSBL Sendmail milter - Version 4.6</title> </head> <center>Introduction</center>