4d3a0b9d4e
CHANGES IN CUPS V1.7.4 - Security: The web interface incorrectly served symlinked files and files that were not world-readable, potentially leading to a disclosure of information (STR #4450) - The CUPS headers incorrectly needed libdispatch for blocks support (STR #4397) - CUPS did not compile when Avahi or mDNSResponder was not present (STR #4402, STR #4424) - The "snmp" option did not work with the network backends (STR #4422) - The User directive in client.conf did not override the USER environment variable (STR #4426) - The web interface now properly shows a "Go" button for all text-based browsers (STR #4425) - The MaxJobTime directive now properly supports time values (STR #4434) - The RPM spec file did not work due to the new Brazilian Portuguese localization (STR #4436) - Fixed an "IPP read error" issue (STR #4440) - Fixed the --disable-libusb configure option (STR #4439) - Fixed the debug output from the DNS-SD backend when using Avahi (STR #4444) - Fixed a bug in the CUPS_SC_GET_DEVICE_ID handling by the network backends (STR #4447) - Added USB quirk rule for Lexmark E230 (STR #4448) - The LPD backend did not work with some versions of glibc (STR #4452)
17 lines
530 B
C
17 lines
530 B
C
$NetBSD: patch-scheduler_dirsvc.c,v 1.5 2014/07/29 11:38:40 wiz Exp $
|
|
|
|
o net/mDNSResponder-258.14 does not define kDNSServiceErr_Timeout, just threat
|
|
it like kDNSServiceErr_Unknown.
|
|
|
|
--- scheduler/dirsvc.c.orig 2014-06-09 18:33:24.000000000 +0000
|
|
+++ scheduler/dirsvc.c
|
|
@@ -831,9 +833,6 @@ dnssdErrorString(int error) /* I - Erro
|
|
|
|
case kDNSServiceErr_PollingMode :
|
|
return ("Service polling mode error.");
|
|
-
|
|
- case kDNSServiceErr_Timeout :
|
|
- return ("Service timeout.");
|
|
}
|
|
|
|
# else /* HAVE_AVAHI */
|