[milter-greylist] Update to 4.5.2

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 14 12:28:39 UTC 2013


commit 2c28deb4338a0845222952dbd95156b330b7a4d5
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Aug 14 13:25:20 2013 +0100

    Update to 4.5.2
    
    - New upstream release 4.5.2
      - Fix crash when chown socket without group
      - Fix memory leak in nsupdate config reload
      - Fix nsupdate servers option
      - Build fixes
      - Fix ACL bypass for second recipient when sender passed auth/tls/spf
      - Parallel build
      - Configurable package information
      - More verbosity in SPF logs
      - Use localaddr for p0f and %V format string
      - Search current directory first for includes
      - Make unknown AF family non fatal in p0f, report errors once
    - Enable parallel build

 ...fig.patch => milter-greylist-4.5.2-config.patch |    4 +-
 milter-greylist.spec                               |   27 +++++++++++++++----
 sources                                            |    2 +-
 3 files changed, 24 insertions(+), 9 deletions(-)
---
diff --git a/milter-greylist-4.5.1-config.patch b/milter-greylist-4.5.2-config.patch
similarity index 87%
rename from milter-greylist-4.5.1-config.patch
rename to milter-greylist-4.5.2-config.patch
index 0aa24b9..7c2067d 100644
--- a/milter-greylist-4.5.1-config.patch
+++ b/milter-greylist-4.5.2-config.patch
@@ -1,7 +1,7 @@
 --- greylist.conf
 +++ greylist.conf
 @@ -5,11 +5,12 @@
- # $Id: greylist.conf,v 1.49 2013/01/27 02:10:19 manu Exp $
+ # $Id: greylist.conf,v 1.50 2013/08/13 12:45:08 manu Exp $
  #
  
 -pidfile "/var/run/milter-greylist.pid"
@@ -13,8 +13,8 @@
 -user "smmsp"
 +user "grmilter"
  
+ 
  # Log milter-greylist activity to a file
- #stat ">>/var/milter-greylist/greylist.log" \
 --- rc-redhat.sh.in
 +++ rc-redhat.sh.in
 @@ -13,10 +13,9 @@
diff --git a/milter-greylist.spec b/milter-greylist.spec
index a688f2b..45ecda3 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.5.1
-Release:		2%{?dist}
+Version:		4.5.2
+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.5.1-config.patch
+Patch0:			milter-greylist-4.5.2-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 -b .orig
+%patch0
 
 # Rec-code docs as UTF8
 %patch1
@@ -125,8 +125,8 @@ export LDFLAGS="-Wl,--as-needed $LDLIBS"
 	--enable-p0f				\
 	--with-drac-db=%{_localstatedir}/lib/milter-greylist/drac/drac.db
 
-## is not SMP safe :(
-make BINDIR=%{_sbindir}
+## is now SMP safe :)
+make %{_smp_mflags} BINDIR=%{_sbindir}
 
 %install
 rm -rf %{buildroot}
@@ -229,6 +229,21 @@ fi
 %endif
 
 %changelog
+* Wed Aug 14 2013 Paul Howarth <paul at city-fan.org> - 4.5.2-1
+- Update to 4.5.2
+  - Fix crash when chown socket without group
+  - Fix memory leak in nsupdate config reload
+  - Fix nsupdate servers option
+  - Build fixes
+  - Fix ACL bypass for second recipient when sender passed auth/tls/spf
+  - Parallel build
+  - Configurable package information
+  - More verbosity in SPF logs
+  - Use localaddr for p0f and %%V format string
+  - Search current directory first for includes
+  - Make unknown AF family non fatal in p0f, report errors once
+- Enable parallel build
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 241657a..4c2fb4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0149825bd2912e20a57f70539b00427  milter-greylist-4.5.1.tgz
+67e0035b779c7d2b9a9b029d663c6060  milter-greylist-4.5.2.tgz


More information about the scm-commits mailing list