head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.24 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.22 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.20 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.18 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.16 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.14 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.12 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.10 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.8 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.6 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.4 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.2 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.2.0.28 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.26 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.24 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.22 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.20 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.18 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.16 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.14 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.12 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.10 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.8 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.6 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.1.0.16 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.14 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.12 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.10 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2023.06.19.19.28.36; author schmonz; state Exp; branches; next 1.2; commitid RQgmjpBpP1YxNAtE; 1.2 date 2019.11.17.21.22.03; author leot; state Exp; branches; next 1.1; commitid gkGjnFOfch7ZwfLB; 1.1 date 2017.11.12.14.10.15; author khorben; state Exp; branches; next ; commitid itF6QcdEeR8hJKeA; desc @@ 1.3 log @libcups: don't strip libraries on macOS. Fixes error seen in bulk build. Still installs stripped (by default, anyway) on NetBSD. @ 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 2023-06-06 12:55:36.000000000 +0000 +++ Makedefs.in @@@@ -47,11 +47,12 @@@@ 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 -INSTALL_LIB = @@LIBTOOL_INSTALL@@ $(INSTALL) -c -m @@CUPS_EXE_FILE_PERM@@ @@INSTALL_STRIP@@ +INSTALL_STRIP_LIB?= @@INSTALL_STRIP@@ +INSTALL_LIB = @@LIBTOOL_INSTALL@@ $(INSTALL) -c -m @@CUPS_EXE_FILE_PERM@@ $(INSTALL_STRIP_LIB) INSTALL_MAN = $(INSTALL) -c -m 444 INSTALL_SCRIPT = $(INSTALL) -c -m @@CUPS_EXE_FILE_PERM@@ @@@@ -168,7 +169,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@@ @ 1.2 log @cups{,-base}: Update to 2.3.0 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`. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2017/11/12 14:10:15 khorben Exp $ d6 1 a6 1 --- Makedefs.in.orig 2019-08-23 15:19:38.000000000 +0000 d8 1 a8 1 @@@@ -46,7 +46,7 @@@@ SHELL = /bin/sh d17 7 a23 1 @@@@ -167,7 +167,7 @@@@ CXXLIBS = @@CXXLIBS@@ @ 1.1 log @Rename print/cups to print/cups-base to depend on cups-filters This change: - renames print/cups to print/cups-base, - lets print/cups-filters depend on print/cups-base instead of cups, - adds a package print/cups depending on print/cups-base and print/cups-filters. This makes sure installing print/cups always installs print/cups-filters, as it is necessary for being able to print outside of Mac OS X since CUPS 1.6.0. You're welcome. I do not think superseding is necessary, since print/cups will also install print/cups-base, which really is the same as before. In practice it is like a new dependency. I do not want to risk a bad "cvs import" either, sorry. Bumps PKGREVISION for print/cups and print/cups-filters, since they have new dependencies now. This is also necessary for everything else currently depending on print/cups; I will try to commit this right after this one. Tested on NetBSD/amd64, as reviewed on tech-pkg@@. No breakage observed, apologies if anything goes wrong. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.35 2017/10/23 12:34:54 leot Exp $ d6 1 a6 1 --- Makedefs.in.orig 2017-10-13 18:22:26.000000000 +0000 d8 1 a8 1 @@@@ -49,7 +49,7 @@@@ SHELL = /bin/sh d17 1 a17 1 @@@@ -151,7 +151,7 @@@@ CXXLIBS = @@CXXLIBS@@ d21 1 a21 1 -DSOFLAGS = -L../cups @@DSOFLAGS@@ a22 1 DSOLIBS = @@DSOLIBS@@ $(COMMONLIBS) d25 1 @