Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2018-10-01 08:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin"

Mon Oct  1 08:14:16 2018 rev:75 rq:637098 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2018-02-22 14:57:32.924575419 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2018-10-01 08:14:23.474084451 +0200
@@ -1,0 +2,61 @@
+Tue Sep 18 20:29:34 UTC 2018 - Arjen de Korte <[email protected]>
+
+- update spamassassin to 3.4.2
+  * There are four new plugins (disabled by default)
+    HashBL - interface to The Email Blocklist (EBL)
+    ResourceLimits - assure your spamd child processes do not exceed
+      specified CPU or memory limit
+    FromNameSpoof - detection of the From:name field being used to
+      mislead
+    Phishing - finds uris used in phishing campaigns detected by
+      OpenPhish (https://openphish.com) or PhishTank
+      (https://phishtank.com) feeds
+  * For security reasons SSLv3 support has been removed from spamc(1).
+  * Four CVE security bug fixes are included in this release for
+    PDFInfo.pm and the SA core: CVE-2017-15705, CVE-2016-1238,
+    CVE-2018-11780 & CVE-2018-11781.
+  * In sa-update script, optional support for SHA-256 / SHA-512 in
+    addition to or instead of SHA1 has been added for better validation
+    of rules.
+  * GeoIP2 support has been added to RelayCountry and URILocalBL plugins
+    due to GeoIP legacy API deprecations.
+  * several new or enhanced configuration options
+- update spampd to 2.51
+  * Replace IO::Socket::INET with IO::Socket::IP for IPv6 support
+  * Unix ports (ability to listen on UNIX sockets)
+  * Add X-Envelope-* headers before Received
+  * Add /usr/local/bin and /usr/local/sbin to PATH
+  * Add --setsid option to start server with setsid if running in
+    background
+- Removed patches (are now in upstream):
+  * 0001-bug-7361-Allow-building-against-OpenSSL-1.1.0.patch
+  * 0001-Fix-bug-7367-Don-t-assume-cwd-.-is-in-INC-it-may-be-.patch
+  * DNS-resolver-recursion-desired-not-set.patch
+  * spamassassin-dont_use_SSLv3_methods.patch
+  * spampd-2.42_git_20170226.patch
+  * Unescaped_left_brace_in_regex_is_deprecated.patch
+  
+-------------------------------------------------------------------
+Mon Sep 17 19:11:13 UTC 2018 - Arjen de Korte <[email protected]>
+
+- Revert incompatibility-with-NET-DNS.patch (this patch attempts to
+  fix a problem that was already solved by bsc#1059210)
+
+-------------------------------------------------------------------
+Thu Sep 13 14:05:04 UTC 2018 - [email protected]
+
+- bsc#1107765 - spamassassin: incompatibility with Net::DNS >= 1.01 
+ - Add upstream patch:
+  incompatibility-with-NET-DNS.patch
+
+-------------------------------------------------------------------
+Sun Sep  9 09:52:44 UTC 2018 - [email protected]
+
+- bsc#1069831 Running sa-update from spamassassin gives warning 
+  about deprecated regex
+  o remove deprecated-regex.patch and apply upstream patch:
+    Unescaped_left_brace_in_regex_is_deprecated.patch
+  This patch also fixes the bug PerMsgStatus Warning
+   https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7196
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-bug-7367-Don-t-assume-cwd-.-is-in-INC-it-may-be-.patch
  0001-bug-7361-Allow-building-against-OpenSSL-1.1.0.patch
  DNS-resolver-recursion-desired-not-set.patch
  Mail-SpamAssassin-3.4.1.tar.bz2
  Mail-SpamAssassin-rules-3.4.1.r1675274.tgz
  deprecated-regex.patch
  spamassassin-dont_use_SSLv3_methods.patch
  spampd-2.42.tar.bz2
  spampd-2.42_git_20170226.patch

New:
----
  Mail-SpamAssassin-3.4.2.tar.bz2
  Mail-SpamAssassin-rules-3.4.2.r1840640.tgz
  spampd-2.51.tar.gz

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

Other differences:
------------------
++++++ spamassassin.spec ++++++
--- /var/tmp/diff_new_pack.mJo16T/_old  2018-10-01 08:14:24.518083778 +0200
+++ /var/tmp/diff_new_pack.mJo16T/_new  2018-10-01 08:14:24.522083776 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,8 +22,8 @@
 %endif
 
 %define ix_version 2.05
-%define spd_version 2.42
-# http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm
+%define spd_version 2.51
+# https://github.com/mpaperno/spampd/releases
 
 %define IXHASH iXhash2-%{ix_version}
 %define SPAMPD spampd-%{spd_version}
@@ -32,15 +32,15 @@
 Summary:        Extensible email filter which is used to identify spam
 License:        Apache-2.0
 Group:          Productivity/Networking/Email/Utilities
-Version:        3.4.1
+Version:        3.4.2
 Release:        0
-%define sa_version 3.4.1
-%define rules_revision 1675274
+%define sa_version 3.4.2
+%define rules_revision 1840640
 Url:            http://spamassassin.org/
-Source:         
http://apache.mirrors.hoobly.com//spamassassin/source/Mail-SpamAssassin-%{version}.tar.bz2
-Source1:        
http://apache.mirrors.hoobly.com//spamassassin/source/Mail-SpamAssassin-rules-%{version}.r%{rules_revision}.tgz
+Source:         
http://apache.mirrors.hoobly.com/spamassassin/source/Mail-SpamAssassin-%{version}.tar.bz2
+Source1:        
http://apache.mirrors.hoobly.com/spamassassin/source/Mail-SpamAssassin-rules-%{version}.r%{rules_revision}.tgz
 Source2:        %{IXHASH}.tar.gz
-Source3:        %{SPAMPD}.tar.bz2
+Source3:        %{SPAMPD}.tar.gz
 Source10:       local.cf
 Source12:       sysconfig.spamd
 Source14:       sysconfig.spampd
@@ -51,25 +51,18 @@
 Patch2:         patch-URIDNSBL
 Patch3:         patch-SQL_ASCII_SORT
 Patch6:         bnc#582111.diff
-Patch7:         spampd-2.42_git_20170226.patch
 Patch10:        iXhash2-meta-rules.patch
-# add OpenSSL 1.1 support
-# PATCH-FIX-UPSTREAM 
https://svn.apache.org/viewvc?view=revision&revision=1806555
-Patch11:        0001-bug-7361-Allow-building-against-OpenSSL-1.1.0.patch
-# PATCH-FIX-SUSE don't use deprecated SSLv3_client_method
-Patch12:        spamassassin-dont_use_SSLv3_methods.patch
-# PATCH-FIX-UPSTREAM https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7367
-Patch13:        0001-Fix-bug-7367-Don-t-assume-cwd-.-is-in-INC-it-may-be-.patch
-# PATCH-FIX-UPSTREAM https://bz.apache.org/SpamAssassin/attachment.cgi?id=5314
-Patch14:        DNS-resolver-recursion-desired-not-set.patch
-# PATCH-FIX-UPSTREAM https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7404
-Patch15:        deprecated-regex.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 PreReq:         %fillup_prereq
 BuildRequires:  dos2unix
 BuildRequires:  openssl-devel
+# optional, but want them for build (test)
+BuildRequires:  curl >= 7.2.14
+BuildRequires:  gpg
+BuildRequires:  re2c
 #
+Requires:       curl >= 7.2.14
 Requires:       perl-IO-Socket-INET6
 Requires:       perl-Mail-DKIM
 Requires:       perl-Mail-SpamAssassin = %version
@@ -108,13 +101,17 @@
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(Time::Local)
 # optional, but want them for build (test)
+BuildRequires:  perl(BSD::Resource)
 BuildRequires:  perl(DBI)
 BuildRequires:  perl(Encode::Detect)
+BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(IO::Socket::INET6)
 BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(IP::Country)
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Mail::SPF)
 BuildRequires:  perl(Net::Ident)
+BuildRequires:  perl(Net::Patricia) >= 1.16
 BuildRequires:  perl(Razor2::Client::Agent) >= 2.61
 #
 Requires:       perl-libwww-perl
@@ -135,7 +132,7 @@
 Requires:       perl(Time::Local)
 # optional
 Recommends:     perl(Mail::SPF)
-Recommends:     perl(Net::Patricia)
+Recommends:     perl(Net::Patricia) >= 1.16
 Recommends:     perl(Razor2::Client::Agent) >= 2.61
 Recommends:     perl(IO::Socket::INET6)
 Recommends:     perl(IO::Socket::SSL)
@@ -177,13 +174,7 @@
 %patch2 -p1
 %patch3 -p0
 %patch6 -p0
-%patch7 -p0
 %patch10 -p0
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p2
 
 %build
 if [ -e t/data/whitelists/winxpnews.com ]; then

++++++ Mail-SpamAssassin-3.4.1.tar.bz2 -> Mail-SpamAssassin-3.4.2.tar.bz2 ++++++
++++ 20574 lines of diff (skipped)

++++++ Mail-SpamAssassin-rules-3.4.1.r1675274.tgz -> 
Mail-SpamAssassin-rules-3.4.2.r1840640.tgz ++++++
++++ 5795 lines of diff (skipped)


Reply via email to