Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2014-07-29 16:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amavisd-new (Old)
 and      /work/SRC/openSUSE:Factory/.amavisd-new.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amavisd-new"

Changes:
--------
--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2014-01-08 
20:05:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes     
2014-07-29 16:49:13.000000000 +0200
@@ -1,0 +2,41 @@
+Sun Jul 27 15:35:21 UTC 2014 - [email protected]
+
+- update to version 2.9.1
+  COMPATIBILITY
+  There are no known incompatibilities between versions 2.9.0 and 2.9.1.
+
+  Additional bugfixes and also:
+  - updated decoding of RAR archives to recognize a changed format in output
+    of 'unrar' utility version 5; based on a patch by amavis17(at)iotti.biz
+  - avoid tempfailing a message if a redis server is down, just log the
+    error and carry on;
+  - some minor logging changes to facilitate troubleshooting;
+- changes in 2.9
+  COMPATIBILITY
+  This version drops dependency on a Perl module Redis, and makes
+  dependencies on modules Convert::TNEF and Convert::UUlib truly optional.
+  The following change may affect third-party log parsers:
+  To facilitate forensic log analysis and troubleshooting, log entries
+  'FWD from' and 'SEND from' at level 1 now carry one additional
+  prefixed information field which is the unique internal mail_id of
+  the message, possibly followed by a parent_mail_id in parenthesis,
+  No other incompatibilities with a previous version 2.8.1 are expected.
+
+  NEW FEATURES SUMMARY
+  - structured log/reporting to a Redis server in JSON format;
+  - IP address reputation (uses a Redis server);
+  - added two minor content categories to the major ccat CC_UNCHECKED
+    (encrypted (=1) and over-limits/mail-bomb (=2) );
+  - introduced a by-recipient setting %final_destiny_maps_by_ccat.
+- update amavisd-milter to 1.6.0
+  * New features:
+    Added new amavisd-milter option -B which passes value of
+    {daemon_name} milter macro as amavisd-new policy bank name.
+  * Bug and compatibility fixes:
+    Added amavisd-milter.spec for compilation with rpmbuild.
+    Fixed typo which prevents using LDFLAGS on Debian.
+    Fixed missing definition of true and false in libmilter/mfapi.h.
+- upstream packages as tar.xz -> added xz as BuildRequires to
+  support building for older dists
+
+-------------------------------------------------------------------

Old:
----
  amavisd-milter.tar.bz2
  amavisd-new-2.8.1.tar.gz

New:
----
  amavisd-milter-1.6.0.tar.gz
  amavisd-new-2.9.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amavisd-new.spec ++++++
--- /var/tmp/diff_new_pack.pjHlja/_old  2014-07-29 16:49:14.000000000 +0200
+++ /var/tmp/diff_new_pack.pjHlja/_new  2014-07-29 16:49:14.000000000 +0200
@@ -23,23 +23,24 @@
 %define avuser         vscan
 %define avgroup        vscan
 Name:           amavisd-new
-Version:        2.8.1
+Version:        2.9.1
 Release:        0
 Summary:        High-Performance E-Mail Virus Scanner
 License:        GPL-2.0+
 Group:          Productivity/Networking/Security
 Url:            http://www.ijs.si/software/amavisd/
-Source0:        amavisd-new-%{version}.tar.gz
+Source0:        amavisd-new-%{version}.tar.xz
 Source1:        sysconfig.amavis
 Source2:        rc.amavis
 Source3:        amavisd-new-rpmlintrc
-Source4:        amavisd-milter.tar.bz2
+Source4:        amavisd-milter-1.6.0.tar.gz
 Source5:        amavis.service
 Source6:        amavisd-milter.sh
 Patch1:         activate_virus_scanner.diff
 BuildRequires:  sed
 BuildRequires:  sendmail
 BuildRequires:  sendmail-devel
+BuildRequires:  xz
 Requires:       bzip2
 Requires:       file
 Requires:       gzip
@@ -80,7 +81,7 @@
 Recommends:     p7zip
 Recommends:     binutils
 Recommends:     %{name}-docs = %{version}
-Provides:       amavisd-milter = 1.5.0
+Provides:       amavisd-milter = 1.6.0
 Obsoletes:      amavisd-milter <= 1.5.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -114,7 +115,7 @@
     if [[ $i == *patch ]] ; then continue; fi
     if [[ $i == *patch ]] ; then continue; fi
     if [[ $i == *spec ]] ; then continue; fi
-    if [[ $i == amavisd-milter ]] ; then continue; fi
+    if [[ $i == amavisd-milter* ]] ; then continue; fi
     echo "patching file $i"
     sed -i "s|\$daemon_user  = 'vscan';|\$daemon_user  = '%{avuser}';|g; \
             s|\$daemon_group = 'vscan';|\$daemon_group = '%{avgroup}';|g; \
@@ -127,7 +128,7 @@
 # ---------------------------------------------------------------------------
 
 %build
-cd amavisd-milter
+cd amavisd-milter*
 export CFLAGS="%{optflags}"
 %configure --localstatedir="%{avspool}"
 make %{?_smp_mflags}
@@ -164,7 +165,7 @@
 ln -s ../../sbin/service %{buildroot}/%{_sbindir}/rcamavis
 %endif
 install -m 755 %{S:6} %{buildroot}%{_sbindir}/
-cd amavisd-milter
+cd amavisd-milter*
 make install DESTDIR="%{buildroot}"
 
 %pre

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to