Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2018-01-20 11:19:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin"

Sat Jan 20 11:19:09 2018 rev:72 rq:567288 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2017-12-12 21:16:29.021213649 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2018-01-20 11:19:10.629510335 +0100
@@ -1,0 +2,6 @@
+Thu Jan 18 08:52:03 UTC 2018 - vark...@suse.com
+
+- bsc#1059210 spamassassin perl dns resolver recursion desired not set
+  o add DNS-resolver-recursion-desired-not-set.patch
+
+-------------------------------------------------------------------

New:
----
  DNS-resolver-recursion-desired-not-set.patch

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

Other differences:
------------------
++++++ spamassassin.spec ++++++
--- /var/tmp/diff_new_pack.9Jrb47/_old  2018-01-20 11:19:11.593465272 +0100
+++ /var/tmp/diff_new_pack.9Jrb47/_new  2018-01-20 11:19:11.593465272 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spamassassin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -60,6 +60,8 @@
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 PreReq:         %fillup_prereq
@@ -178,6 +180,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 if [ -e t/data/whitelists/winxpnews.com ]; then

++++++ DNS-resolver-recursion-desired-not-set.patch ++++++
--- Mail-SpamAssassin-3.4.1/lib/Mail/SpamAssassin/DnsResolver.pm.orig   
2018-01-18 09:33:58.566828560 +0100
+++ Mail-SpamAssassin-3.4.1/lib/Mail/SpamAssassin/DnsResolver.pm        
2018-01-18 09:32:47.765978605 +0100
@@ -575,6 +575,7 @@
                 { $1 eq '\\' ? "\\$1" : sprintf("\\%03d",ord($1)) }xgse;
 
     $packet = Net::DNS::Packet->new($domain, $type, $class);
+    $packet->header->rd(1);
 
     # a bit noisy, so commented by default...
     #dbg("dns: new DNS packet time=%.3f domain=%s type=%s id=%s",

Reply via email to