~ubuntu-branches/ubuntu/wily/maradns/wily-proposed

« back to all changes in this revision

Viewing changes to deadwood-3.2.05/update/2.9.07/deadwood-2.9.06-verify_ignore_case.patch

  • Committer: Package Import Robot
  • Author(s): Dariusz Dwornikowski, Tomasz Buchert, Dariusz Dwornikowski
  • Date: 2015-03-27 18:34:08 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20150327183408-wnfachdkdjt96yu6
Tags: 2.0.11-1
[ Tomasz Buchert ]
* Imported Upstream version 2.0.11

[ Dariusz Dwornikowski ]
* d/patches: 
  - refreshed all patches for new deadwood version
  - removed generating of random prime on build (Closes: #785536) 
* d/rules: date taken from changelog (Closes: #785535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- deadwood-2.9.07/src/DwUdpSocket.c.orig      2010-09-07 22:18:45.000000000 -0700
2
 
+++ deadwood-2.9.07/src/DwUdpSocket.c   2010-09-07 22:20:02.000000000 -0700
3
 
@@ -833,7 +834,7 @@
4
 
                 goto catch_verify_dns_packet;
5
 
         }
6
 
 
7
 
-        /* Should we make this case-insensitive? Probably not. */
8
 
+       dwc_lower_case(question); /* Case-insensitive comparison */
9
 
         if(dw_issame(question,rem[b].query) != 1) {
10
 
                 goto catch_verify_dns_packet;
11
 
         }