[clement] Updating to 2.1-400

Jean-Marc Pigeon jmrcpn at fedoraproject.org
Thu Jan 27 21:30:39 UTC 2011


commit 3c2d4823992cb763211519574067eae90cdf8653
Author: Jean-Marc Pigeon <jmp at safe.ca>
Date:   Thu Jan 27 16:11:15 2011 -0500

    Updating to 2.1-400

 clement.spec |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)
---
diff --git a/clement.spec b/clement.spec
index e8a9950..4bd9a9b 100644
--- a/clement.spec
+++ b/clement.spec
@@ -1,6 +1,6 @@
 #-----------------------------------------------------------
 #to define the revision numer
-%define revision %(R="$Revision: 2.1.0.320 $"; RR="${R##: }"; echo ${RR%% ?})
+%define revision %(R="$Revision: 2.1.0.400 $"; RR="${R##: }"; echo ${RR%% ?})
 %define rversion %(echo %{revision} | cut -d'.' -f1-2)
 %define subversion %(echo %{revision}| cut -d'.' -f4)
 #-----------------------------------------------------------
@@ -8,7 +8,7 @@
 %{?!mark:%define mark fedora}
 
 %if "%mark" == "fedora"
-%define locmark %{dist}
+%define locmark %{?dist}
 %endif
 
 %if "%mark" == "safe"
@@ -19,7 +19,7 @@
 #-----------------------------------------------------------
 Name: clement
 Version: %{rversion}.%{subversion}
-Release: 8%{?locmark}
+Release: 1%{?locmark}
 URL: http://www.clement.safe.ca
 License: GPLv2
 Summary: An application to filter and manage E-mail traffic
@@ -33,9 +33,10 @@ BuildRequires: openssl-devel,bzip2-devel,gmp-devel,glibc-devel,pam-devel
 %if "%mark" == "fedora"
 Requires: clamav-server
 %else
-Requires: clamd
+Requires: clamd >= 0.95.3
 %endif
 Requires: perl-Crypt-PasswdMD5
+Requires: dovecot > 1.2.11
 Requires: iptables, php
 Requires(post): chkconfig, initscripts
 Requires(preun): chkconfig, initscripts
@@ -145,11 +146,30 @@ if [ "$1" = 0 ]; then
 
 
 %changelog
-* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.1.320-6
-- rebuilt with new openssl
+* Thu Dec 17 2009 Jean-Marc Pigeon <jmp at safe.ca> 2.1.340-1
+- Bug Fix
+    * check overlapping strcpy and replace them with memmove
+- Improvement
+    * the SPF flag can be overriden by users
+
+* Mon Jun 22 2009 Jean-Marc Pigeon <jmp at safe.ca> 2.1.329-1
+- Bug Fix
+    * If configuration variable TLSAUTH is set to true,
+      authentication request is accepted ONLY under
+      a TLS (encrypted) channel.
 
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.320-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Tue Jun 16 2009 Jean-Marc Pigeon <jmp at safe.ca> 2.1.324-1
+- Improvement
+    * TLS cipher list is now : 'ALL:!LOW:+TLSv1', instead to
+      accept SSLv2 connection
+    * TLS cipher can be set in the config file, variable SSLCIPHERS
+    * Authentication capability can be restricted to TSL connection
+      only, variable TLSAUTH
+
+* Sun May 17 2009 Jean-Marc Pigeon <jmp at safe.ca> 2.1.322-1
+- Improvement
+    * renaming matchmx function to matcharec (match A record in domain)
+      to improve clarity
 
 * Mon Apr 26 2009 Jean-Marc Pigeon <jmp at safe.ca> 2.1.320-4
 - adjustement


More information about the scm-commits mailing list