Package: zonecheck / 3.0.5-3

Metadata

Package Version Patches format
zonecheck 3.0.5-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20locale rb.patch | (download)

zc/locale.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
30webpages.patch | (download)

www/html/form.html.en | 2 1 + 1 - 0 !
www/html/form.html.fr | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
35_apache conf.patch | (download)

doc/apache.conf | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

---
40man 1.patch | (download)

man/zonecheck.1 | 70 35 + 35 - 0 !
1 file changed, 35 insertions(+), 35 deletions(-)

---
50_libxml_407896 fix.patch | (download)

zc/ext/myxml.rb | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

---
70_zc locale_472300 fix.patch | (download)

zc/zc.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
94_yaml1_676173_fix.patch | (download)

test/rootserver.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 proper yaml syntax error exception handling for ruby 1.9
 The default YAML engine does not have a ParseError exception, but a SyntaxError one.
98_yaml2_676173_fix.patch | (download)

etc/zonecheck/rootservers | 55 39 + 16 - 0 !
1 file changed, 39 insertions(+), 16 deletions(-)

 proper yaml syntax for rootservers file
 The default YAML parser in Ruby 1.9 is more strict with the format. This patch
 converts the rootservers file to a more correct (and more readable) format.
99_update rootservers_715479 fix.patch | (download)

etc/zonecheck/rootservers | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---