d1819c235b
Changes: 2.3.0 ----- - CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows (rdar://51685251) - Added a GPL2/LGPL2 exception to the new CUPS license terms. - Documentation updates (Issue #5604) - Localization updates (Issue #5637) - Fixed a bug in the scheduler job cleanup code (Issue #5588) - Fixed builds when there is no TLS library (Issue #5590) - Eliminated some new GCC compiler warnings (Issue #5591) - Removed dead code from the scheduler (Issue #5593) - "make" failed with GZIP options (Issue #5595) - Fixed potential excess logging from the scheduler when removing job files (Issue #5597) - Fixed a NULL pointer dereference bug in `httpGetSubField2` (Issue #5598) - Added FIPS-140 workarounds for GNU TLS (Issue #5601, Issue #5622) - The scheduler no longer provides a default value for the description (Issue #5603) - The scheduler now logs jobs held for authentication using the error level so it is clear what happened (Issue #5604) - The `lpadmin` command did not always update the PPD file for changes to the `cupsIPPSupplies` and `cupsSNMPSupplies` keywords (Issue #5610) - The scheduler now uses both the group's membership list as well as the various OS-specific membership functions to determine whether a user belongs to a named group (Issue #5613) - Added USB quirks rule for HP LaserJet 1015 (Issue #5617) - Fixed some PPD parser issues (Issue #5623, Issue #5624) - The IPP parser no longer allows invalid member attributes in collections (Issue #5630) - The configure script now treats the "wheel" group as a potential system group (Issue #5638) - Fixed a USB printing issue on macOS (rdar://31433931) - Fixed IPP buffer overflow (rdar://50035411) - Fixed memory disclosure issue in the scheduler (rdar://51373853) - Fixed DoS issues in the scheduler (rdar://51373929) - Fixed an issue with unsupported "sides" values in the IPP backend (rdar://51775322) - The scheduler would restart continuously when idle and printers were not shared (rdar://52561199) - Fixed an issue with `EXPECT !name WITH-VALUE ...` tests. - Fixed a command ordering issue in the Zebra ZPL driver. - Fixed a memory leak in `ppdOpen`.
25 lines
843 B
Text
25 lines
843 B
Text
$NetBSD: patch-ae,v 1.2 2019/11/17 21:22:03 leot Exp $
|
|
|
|
- Do not pass `-z' option to install(1)
|
|
- Honor optimization flags.
|
|
|
|
--- Makedefs.in.orig 2019-08-23 15:19:38.000000000 +0000
|
|
+++ Makedefs.in
|
|
@@ -46,7 +46,7 @@ SHELL = /bin/sh
|
|
#
|
|
|
|
INSTALL_BIN = @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
|
|
-INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
|
|
+INSTALL_COMPDATA = $(INSTALL) -c -m 444
|
|
INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
|
|
INSTALL_DATA = $(INSTALL) -c -m 444
|
|
INSTALL_DIR = $(INSTALL) -d
|
|
@@ -167,7 +167,7 @@ CXXLIBS = @CXXLIBS@
|
|
DBUS_NOTIFIER = @DBUS_NOTIFIER@
|
|
DBUS_NOTIFIERLIBS = @DBUS_NOTIFIERLIBS@
|
|
DNSSD_BACKEND = @DNSSD_BACKEND@
|
|
-DSOFLAGS = @DSOFLAGS@
|
|
+DSOFLAGS = -L../cups @DSOFLAGS@ $(OPTIM)
|
|
DNSSDLIBS = @DNSSDLIBS@
|
|
IPPFIND_BIN = @IPPFIND_BIN@
|
|
IPPFIND_MAN = @IPPFIND_MAN@
|