attachment

<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Mike,<div class=""><br class=""></div><div class="">I can file defects for this, but one quick bit of feedback with tests B-1 and B-5.2 (the browse tests)</div><div class=""><br class=""></div><div class="">These tests are failing for me on Linux, and the cause seems to be at least partly due to a syntax problem with how subtypes can be specified to the "ippfind" tool. The "ippfind" tool used to accept a DNS-SD subtype using the "_SUBTYPE._sub._TYPE._TRANSPORT" syntax instead of the "_TYPE._TRANSPORT,_SUBTYPE" notation that was used in the RFC but isn't used on the wire.</div><div class=""><br class=""></div><div class="">The "bonjour-tests.sh" test does B-1 like so:</div><div class=""><br class=""></div><div class="">> ${IPPFIND} --literal-name "${TARGET}" "_ipp._tcp,_print.local --quiet</div><div class=""><br class=""></div><div class="">which fails on Ubuntu Linux but works on macOS. IMHO this line should be phrased like so:</div><div class=""><br class=""></div><div class="">> ${IPPFIND} --literal-name "${TARGET}" "_print._sub._ipp._tcp.local --quiet</div><div class=""><br class=""></div><div class="">and our code should be updated to work using that syntax on all platforms. I am observing that this successfully finds my target HP TANGO (Ubuntu 18.04.4):</div><div class=""><br class=""></div><div class="">$ avahi-browse _print._sub._ipp._tcp</div><div class=""><br class=""></div><div class="">but this fails:</div><div class=""><br class=""></div><div class=""><div class="">$ avahi-browse _ipp._tcp,_print</div></div><div class=""><br class=""></div><div class="">If I use the system provided /usr/bin/ippfind (which "ippfind --version" reports "CUPS v2.2.7") it works the way I expect it to work as described above but doesn't support "--literal-name".</div><div class=""><br class=""></div><div class="">Still testing...</div><div class=""><br class=""><div class="">
Smith<br class=""><br class="">/**<br class="">    Smith Kennedy<br class="">    HP Inc.<br class="">*/

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Feb 4, 2020, at 5:05 PM, Michael Sweet via ipp <<a href="mailto:ipp@pwg.org" class="">ipp@pwg.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" class="">
<div class="">All,<br class="">
<br class="">
I have posted a proposed update to the IPP Everywhere v1.0 Printer Self-Certification Tools to:<br class="">
<br class="">
        <a href="https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-macos.zip" class="">https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-macos.zip</a><br class="">
        <a href="https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-rhel.tar.gz" class="">https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-rhel.tar.gz</a><br class="">
        <a href="https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-ubuntu.tar.gz" class="">https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-ubuntu.tar.gz</a><br class="">
        <a href="https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-windows.msi" class="">https://ftp.pwg.org/pub/pwg/ipp/wd/sw-ippeveselfcert10-20200204-windows.msi</a><br class="">
<br class="">
Instructions for using the new "ippevesubmit" program can be found here:<br class="">
<br class="">
        <a href="https://istopwg.github.io/ippeveselfcert" class="">https://istopwg.github.io/ippeveselfcert</a><br class="">
<br class="">
These will be moved over to the main PWG web site when the update goes live.<br class="">
<br class="">
Changes include:<br class="">
<br class="">
- Issue #41: Windows IPP Everywhere Self Cert 1.0 Update 3: ipptool fails to<br class="">
  run - missing regex.dll<br class="">
- Updated the Windows test scripts to look for PWG Raster files on the Desktop,<br class="">
  and to write the test results to the Desktop since the installation<br class="">
  directory is now write-protected on current versions of Windows.<br class="">
- Updated libcups and the IPP tools to CUPS v2.2.13.<br class="">
<br class="">
Note: All binaries are for 64-bit systems only.<br class="">
<br class="">
Please provide feedback before February 27, 2020.  I would like to post update 4 after the IPP workgroup conference call on that day.<br class="">
<br class="">
________________________<br class="">
Michael Sweet<br class="">
<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
ipp mailing list<br class="">
<a href="mailto:ipp@pwg.org" class="">ipp@pwg.org</a><br class="">
<a href="https://www.pwg.org/mailman/listinfo/ipp" class="">https://www.pwg.org/mailman/listinfo/ipp</a><br class="">
</div>
</div></blockquote></div><br class=""></div></body></html>