FreeBSD Bugzilla – Attachment 146835 Details for
Bug 192500
www/jdresolve: bug in combination with p5-Net-DNS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix issue, shebang
jdresolve.diff (text/plain), 1.54 KB, created by
Kurt Jaeger
on 2014-09-04 21:18:20 UTC
(
hide
)
Description:
fix issue, shebang
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2014-09-04 21:18:20 UTC
Size:
1.54 KB
patch
obsolete
>diff -r -u -N www/jdresolve/Makefile /usr/home/pi/myp/www/jdresolve/Makefile >--- www/jdresolve/Makefile 2014-08-06 21:25:16.000000000 +0200 >+++ /usr/home/pi/myp/www/jdresolve/Makefile 2014-09-04 23:11:19.000000000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= jdresolve > PORTVERSION= 0.6.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://www.jdrowell.com/projects/jdresolve/ > PATCH_SITES= ${MASTER_SITES} >diff -r -u -N www/jdresolve/files/patch-jdresolve /usr/home/pi/myp/www/jdresolve/files/patch-jdresolve >--- www/jdresolve/files/patch-jdresolve 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/pi/myp/www/jdresolve/files/patch-jdresolve 2014-09-04 23:10:10.000000000 +0200 >@@ -0,0 +1,11 @@ >+--- jdresolve.orig 2014-09-04 21:09:39 UTC >++++ jdresolve >+@@ -857,7 +857,7 @@ >+ # For each DNS answer, check the data received >+ if ($type eq 'H') { >+ if (defined $_->{ptrdname}) { >+- $hosts{$query}{NAME} = $_->{ptrdname}; >++ $hosts{$query}{NAME} = join(".",@{$_->{ptrdname}->{label}}); >+ $hosts{$query}{RESOLVED} = 'N'; >+ >+ $resolved = 1; >diff -r -u -N www/jdresolve/pkg-descr /usr/home/pi/myp/www/jdresolve/pkg-descr >--- www/jdresolve/pkg-descr 2014-06-09 10:12:05.000000000 +0200 >+++ /usr/home/pi/myp/www/jdresolve/pkg-descr 2014-09-04 23:12:37.000000000 +0200 >@@ -13,4 +13,4 @@ > jdresolve when resolving a single IP address. Think of it as a smart > replacement for the 'host' utility that comes with bind-utils. > >-WWW: http://www.jdrowell.com/archives/projects/jdresolve/index.html >+WWW: https://github.com/jdrowell/jdresolve
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192500
: 146835