[milter-greylist] Update to 4.5.1

Paul Howarth pghmcfc at fedoraproject.org
Mon May 20 19:39:06 UTC 2013


commit 30d6945d87400e9e40d4f27f20cfc58fb2ece8b6
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon May 20 20:37:56 2013 +0100

    Update to 4.5.1
    
    - New upstream release 4.5.1
      - More Solaris build fixes
      - Fix swapped %f and %r for stat example in default greylist.conf
      - Support p0f v3.06 and up with --with-p0f-src or --enable-p0f306
      - DNS update support
      - "make clean" clears milter-greylist.spec
      - Add IPv6 support for MX sync

 .gitignore                                         |    2 +-
 ...fig.patch => milter-greylist-4.5.1-config.patch |    2 +-
 milter-greylist.spec                               |   17 +++++++++++++----
 sources                                            |    2 +-
 4 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49187d5..1433d0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/milter-greylist-4.4.2.tgz
+/milter-greylist-[0-9.]*.tgz
diff --git a/milter-greylist-4.4.2-config.patch b/milter-greylist-4.5.1-config.patch
similarity index 92%
rename from milter-greylist-4.4.2-config.patch
rename to milter-greylist-4.5.1-config.patch
index f97b97a..0aa24b9 100644
--- a/milter-greylist-4.4.2-config.patch
+++ b/milter-greylist-4.5.1-config.patch
@@ -1,7 +1,7 @@
 --- greylist.conf
 +++ greylist.conf
 @@ -5,11 +5,12 @@
- # $Id: greylist.conf,v 1.48 2010/04/15 07:51:29 manu Exp $
+ # $Id: greylist.conf,v 1.49 2013/01/27 02:10:19 manu Exp $
  #
  
 -pidfile "/var/run/milter-greylist.pid"
diff --git a/milter-greylist.spec b/milter-greylist.spec
index adc2872..de28b97 100644
--- a/milter-greylist.spec
+++ b/milter-greylist.spec
@@ -19,15 +19,15 @@
 
 Summary:		Milter for greylisting, the next step in the spam control war
 Name:			milter-greylist
-Version:		4.4.2
-Release:		1902%{?dist}
+Version:		4.5.1
+Release:		1%{?dist}
 License:		BSD with advertising
 Group:			System Environment/Daemons
 URL:			http://hcpnet.free.fr/milter-greylist/
 Source0:		ftp://ftp.espci.fr/pub/milter-greylist/milter-greylist-%{version}.tgz
 Source1:		README.fedora
 Source20:		milter-greylist.systemd.service
-Patch0:			milter-greylist-4.4.2-config.patch
+Patch0:			milter-greylist-4.5.1-config.patch
 Patch1:			milter-greylist-4.4.2-utf8.patch
 Patch4:			ai_addrconfig.patch
 Patch7:			milter-greylist-dkim-reentrant.patch
@@ -74,7 +74,7 @@ This package provides a greylist filter for sendmail's milter API.
 # * Specify socket in config file rather than initscript
 # * Specify grmilter as the user to run the dæmon as
 # * Specify the GeoIP database location
-%patch0
+%patch0 -b .orig
 
 # Rec-code docs as UTF8
 %patch1
@@ -229,6 +229,15 @@ fi
 %endif
 
 %changelog
+* Mon May 20 2013 Paul Howarth <paul at city-fan.org> - 4.5.1-1
+- Update to 4.5.1
+  - More Solaris build fixes
+  - Fix swapped %%f and %%r for stat example in default greylist.conf
+  - Support p0f v3.06 and up with --with-p0f-src or --enable-p0f306
+  - DNS update support
+  - "make clean" clears milter-greylist.spec
+  - Add IPv6 support for MX sync
+
 * Thu Apr 11 2013 Paul Howarth <paul at city-fan.org> - 4.4.2-1902
 - Drop unused upstart support
 - Drop unused libspf support
diff --git a/sources b/sources
index 7b6a0cc..241657a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-176b7f657de48e0e165a3af6595fc4e8  milter-greylist-4.4.2.tgz
+e0149825bd2912e20a57f70539b00427  milter-greylist-4.5.1.tgz


More information about the scm-commits mailing list