<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.freebsd.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.freebsd.org/bugzilla/"
          
          maintainer="bugmeister@FreeBSD.org"
>

    <bug>
          <bug_id>147686</bug_id>
          
          <creation_ts>2010-06-08 12:10:08 +0000</creation_ts>
          <short_desc>mail/exim - update to 4.72 release</short_desc>
          <delta_ts>2010-06-09 10:00:14 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Ports &amp; Packages</product>
          <component>Individual Port(s)</component>
          <version>Latest</version>
          <rep_platform>Any</rep_platform>
          <op_sys>Any</op_sys>
          <bug_status>Closed</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>Normal</priority>
          <bug_severity>Affects Only Me</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexey Degtyarev">alexey</reporter>
          <assigned_to name="Kirill Ponomarev">krion</assigned_to>
          <cc>krion</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>563278</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Degtyarev">alexey</who>
    <bug_when>2010-06-08 12:10:08 +0000</bug_when>
    <thetext>	
This will update mail/exim to the most recent version.

The changes from the previous release are:

1. TWO SECURITY FIXES: one relating to mail-spools which are globally 
writable, the other to locking of MBX folders (not mbox). 
These have CVE identifiers CVE-2010-2023 and CVE-2010-2024 

2. MySQL stored procedures are now supported. 

3. The dkim_domain transport option is now a list, not a single 
string, and messages will be signed for each element in the 
list (discarding duplicates). 

4. The 4.70 release unexpectedly changed the behaviour of dnsdb TXT 
lookups in the presence of multiple character strings within 
the RR. Prior to 4.70, only the first string would be returned. 
The dnsdb lookup now, by default, preserves the pre-4.70 
semantics, but also now takes an extended output separator 
specification. The separator can be followed by a semicolon, to 
concatenate the individual text strings together with no join 
character, or by a comma and a second separator character, in 
which case the text strings within a TXT record are joined on 
that second character. Administrators are reminded that DNS 
provides no ordering guarantees between multiple records in an 
RRset. For example: 

foo.example. IN TXT &quot;a&quot; &quot;b&quot; &quot;c&quot; 
foo.example. IN TXT &quot;d&quot; &quot;e&quot; &quot;f&quot; 

${lookup dnsdb{&gt;/ txt=foo.example}} -&gt; &quot;a/d&quot; 
${lookup dnsdb{&gt;/; txt=foo.example}} -&gt; &quot;def/abc&quot; 
${lookup dnsdb{&gt;/,+ txt=foo.example}} -&gt; &quot;a+b+c/d+e+f&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>563279</commentid>
    <comment_count>1</comment_count>
    <who name="Edwin Groothuis">edwin</who>
    <bug_when>2010-06-08 12:10:24 +0000</bug_when>
    <thetext>Responsible Changed
From-To: freebsd-ports-bugs-&gt;krion

Over to maintainer (via the GNATS Auto Assign Tool)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>563281</commentid>
    <comment_count>2</comment_count>
    <who name="dfilter service">dfilter</who>
    <bug_when>2010-06-09 09:53:47 +0000</bug_when>
    <thetext>krion       2010-06-09 08:53:32 UTC

  FreeBSD ports repository

  Modified files:
    mail/exim            Makefile distinfo 
  Log:
  Update to 4.72
  
  The changes from the previous release are:
  
  1. TWO SECURITY FIXES: one relating to mail-spools which are
  globally writable, the other to locking of MBX folders (not mbox).
  These have CVE identifiers CVE-2010-2023 and CVE-2010-2024
  
  2. MySQL stored procedures are now supported.
  
  3. The dkim_domain transport option is now a list, not a single
  string, and messages will be signed for each element in the list
  (discarding duplicates).
  
  4. The 4.70 release unexpectedly changed the behaviour of dnsdb TXT
  lookups in the presence of multiple character strings within
  the RR. Prior to 4.70, only the first string would be returned.
  The dnsdb lookup now, by default, preserves the pre-4.70
  semantics, but also now takes an extended output separator
  specification. The separator can be followed by a semicolon, to
  concatenate the individual text strings together with no join
  character, or by a comma and a second separator character, in
  which case the text strings within a TXT record are joined on
  that second character. Administrators are reminded that DNS
  provides no ordering guarantees between multiple records in an
  RRset. For example:
  
  foo.example. IN TXT &quot;a&quot; &quot;b&quot; &quot;c&quot;
  foo.example. IN TXT &quot;d&quot; &quot;e&quot; &quot;f&quot;
  
  ${lookup dnsdb{&gt;/ txt=foo.example}} -&gt; &quot;a/d&quot;
  ${lookup dnsdb{&gt;/; txt=foo.example}} -&gt; &quot;def/abc&quot;
  ${lookup dnsdb{&gt;/,+ txt=foo.example}} -&gt; &quot;a+b+c/d+e+f&quot;
  
  PR:             ports/147686
  Submitted by:   Alexey V.Degtyarev &lt;alexey@renatasystems.org&gt;
  
  Revision  Changes    Path
  1.251     +1 -1      ports/mail/exim/Makefile
  1.100     +3 -3      ports/mail/exim/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to &quot;cvs-all-unsubscribe@freebsd.org&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>563280</commentid>
    <comment_count>3</comment_count>
    <who name="Kirill Ponomarev">krion</who>
    <bug_when>2010-06-09 09:53:51 +0000</bug_when>
    <thetext>State Changed
From-To: open-&gt;closed

Committed. Thanks!</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>106994</attachid>
            <date>2010-06-08 12:10:08 +0000</date>
            <delta_ts>2010-06-08 12:10:08 +0000</delta_ts>
            <desc>exim-4.72.patch</desc>
            <filename>exim-4.72.patch</filename>
            <type>text/plain</type>
            <size>1131</size>
            <attacher name="Alexey Degtyarev">alexey</attacher>
            
              <data encoding="base64">ZGlmZiAtTnJ1IG1haWwvZXhpbS5vcmlnL01ha2VmaWxlIG1haWwvZXhpbS9NYWtlZmlsZQotLS0g
bWFpbC9leGltLm9yaWcvTWFrZWZpbGUJMjAxMC0wNS0wNSAxODowODoxOC4wMDAwMDAwMDAgKzAw
MDAKKysrIG1haWwvZXhpbS9NYWtlZmlsZQkyMDEwLTA2LTA4IDEwOjQyOjExLjAwMDAwMDAwMCAr
MDAwMApAQCAtNTgsNyArNTgsNyBAQAogUExJU1RfU1VCKz0JU09fMTAyND0iQGNvbW1lbnQgIgog
LmVuZGlmCiAKLUVYSU1fVkVSU0lPTj0JNC43MQorRVhJTV9WRVJTSU9OPQk0LjcyCiBTQV9FWElN
X1ZFUlNJT049NC4yCiBTT18xMDI0X1ZFUlNJT049My4yCiAKZGlmZiAtTnJ1IG1haWwvZXhpbS5v
cmlnL2Rpc3RpbmZvIG1haWwvZXhpbS9kaXN0aW5mbwotLS0gbWFpbC9leGltLm9yaWcvZGlzdGlu
Zm8JMjAxMC0wNS0wNSAxODowODoxOC4wMDAwMDAwMDAgKzAwMDAKKysrIG1haWwvZXhpbS9kaXN0
aW5mbwkyMDEwLTA2LTA4IDEwOjUyOjI0LjAwMDAwMDAwMCArMDAwMApAQCAtMSw2ICsxLDYgQEAK
LU1ENSAoZXhpbS9leGltLTQuNzEudGFyLmJ6MikgPSBmOWM1YTJkOTRiNWJiMTMyZDA2ZTJmZmY4
NWJlZjc1ZQotU0hBMjU2IChleGltL2V4aW0tNC43MS50YXIuYnoyKSA9IGU3NTQ3NTZmMWQ2Y2Yz
OTNhMGQ1OGEyNTY5ZTdlZjQ4NjBhYThmNzk3ZDAzMGVjOTg4N2MyYjMxMDAzMGJiYzUKLVNJWkUg
KGV4aW0vZXhpbS00LjcxLnRhci5iejIpID0gMTU2MDE3MAorTUQ1IChleGltL2V4aW0tNC43Mi50
YXIuYnoyKSA9IGNjYzkzN2I1MzM1NjhlNWU4MzQwZjE4MWEzYjNkMmZmCitTSEEyNTYgKGV4aW0v
ZXhpbS00LjcyLnRhci5iejIpID0gNDI5OWJjM2RjODRhODJmNWM5NDQ5NDAwNmI0OWFjYmExNTlh
ZDhhMWZlNWRkNjQ3ZjdlZTJmOWJmZTc4OTIwYgorU0laRSAoZXhpbS9leGltLTQuNzIudGFyLmJ6
MikgPSAxNTU5MDMxCiBNRDUgKGV4aW0vc2EtZXhpbS00LjIudGFyLmd6KSA9IGFkNzZmNzNjNmIz
ZDAxY2FhODgwNzhlM2U2MjI3NDVhCiBTSEEyNTYgKGV4aW0vc2EtZXhpbS00LjIudGFyLmd6KSA9
IDcyZTBhNzM1NTQ3ZjE4YjA1Nzg1ZTZjNThhNzFkMjQ2MjM4NThmMGY1MjM0YTVkYzBlMjRjYjQ1
Mzk5OWU5OWEKIFNJWkUgKGV4aW0vc2EtZXhpbS00LjIudGFyLmd6KSA9IDY2NTc1
</data>

          </attachment>
      

    </bug>

</bugzilla>