Project

General

Profile

Actions

Bug #9093

closed

Resolv: Multiple strings should be concatenated in a DNS record's data

Added by zzak (zzak _) over 10 years ago. Updated about 10 years ago.

Status:
Closed
Target version:
-
ruby -v:
2.1.0dev
[ruby-core:58220]

Description

Moved from github [https://github.com/ruby/ruby/pull/389]:

"As per http://tools.ietf.org/html/rfc4408#section-3.1.3, when a TXT or SPF record contains multiple strings, those strings should be concatenated without any delimiter. Resolv was taking the first string, which meant that valid data in a TXT record wouldn't be available. This change just concatenates the strings together."


Files

389.patch (668 Bytes) 389.patch zzak (zzak _), 11/08/2013 02:59 AM

Updated by akr (Akira Tanaka) about 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Applied in changeset r44642.


  • lib/resolv.rb (Resolv::DNS::Resource::TXT#data): Return concatenated
    string.
    Patch by Ryan Brunner. [ruby-core:58220] [Bug #9093]

Updated by usa (Usaku NAKAMURA) about 10 years ago

  • Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED

Updated by usa (Usaku NAKAMURA) about 10 years ago

  • Backport changed from 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED to 1.9.3: DONE, 2.0.0: REQUIRED, 2.1: REQUIRED

backported into ruby_1_9_3 at r44944.

Updated by nagachika (Tomoyuki Chikanaga) about 10 years ago

  • Backport changed from 1.9.3: DONE, 2.0.0: REQUIRED, 2.1: REQUIRED to 1.9.3: DONE, 2.0.0: DONE, 2.1: REQUIRED

r44642 was backported to ruby_2_0_0 at r44983.

Updated by naruse (Yui NARUSE) about 10 years ago

  • Backport changed from 1.9.3: DONE, 2.0.0: DONE, 2.1: REQUIRED to 1.9.3: DONE, 2.0.0: DONE, 2.1: DONE

r45114

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0