summaryrefslogtreecommitdiff
path: root/config-scripts
Commit message (Collapse)AuthorAgeFilesLines
* CUPS v2.3.6 for CVE-2022-26691Steve Algernon2022-05-251-2/+2
|
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-051-2/+2
|
* Update version to 2.3.3 for:v2.3.3steve algernon2020-04-271-4/+2
| | | | | | | CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
* Another fix for DBUSDIR (Issue #5671)Michael R Sweet2019-10-211-1/+1
|
* Fix --with-dbusdir (Issue #5671)Michael R Sweet2019-10-211-4/+4
|
* Revert GNU TLS FIPS-140 changes.Michael R Sweet2019-09-031-1/+0
|
* Add wheel to system groupsNicolas Fella2019-08-231-1/+1
|
* GNU TLS FIPS140 support (Issue #5601, Issue #5622)Michael R Sweet2019-08-011-0/+1
|
* Update GCC options (hopefully will cover more future versions...)Michael R Sweet2019-08-011-2/+4
|
* Use GZIPPROG instead of GZIP to avoid install issues (Issue #5595)Michael R Sweet2019-06-121-9/+9
|
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-33/+3
| | | | "--libs" output (Issue #5261)
* Fix Linux RPM builds.Michael R Sweet2019-05-021-1/+1
|
* Greatly simplify the man page handling.Michael R Sweet2019-04-262-50/+7
|
* Move example ipptool files to the examples directory.Michael R Sweet2019-04-261-5/+3
| | | | Build tools directory for IPP tools.
* Stub out the PS and PCL print commands for ippeveprinter.Michael R Sweet2019-03-221-0/+14
| | | | | | | Add a "corelite" value for --with-components that builds the tools as well as the PPD-free libcups. Add a "CUPS_LITE" define in config.h.
* Clean up some build issues on certain platforms.Michael R Sweet2019-03-212-5/+9
|
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-142-29/+2
| | | | | | | | Eliminate use of deprecated cssmErrorString function. Switch to using SecCertificateCreateWithData. Clean out unused private header availability checks.
* Fix some build issues with the "core" component selection (rdar://47394086)Michael R Sweet2019-01-232-8/+8
| | | | | | | | | | - Availability macros were incorrect. - Some driver headers/definitions were installed even when the core library does not contain them. - Fix up the macOS/iOS detection of keychain/API availability - just need to use the TARGET_OS_xxx macros instead. - When installing private headers, install config.h so that the private headers actually work.
* Remove macOS version check.Michael R Sweet2019-01-231-8/+2
|
* Revert previous change - need explicit AC_PROG_CPP for the header checks.Michael R Sweet2019-01-221-0/+1
|
* Don't need AC_PROG_CPP. Greatly simplifies things when cross-compiling!Michael R Sweet2019-01-221-2/+1
|
* Don't error out on deprecations.Michael R Sweet2018-12-061-1/+1
|
* Fix bogus indentation.Michael R Sweet2018-12-051-8/+8
|
* Support AddressSanitizer in builds.Michael R Sweet2018-12-042-59/+58
| | | | Fix a compiler warning on macOS.
* Update default compiler options for GCC 8.x.Michael R Sweet2018-11-161-1/+1
|
* Fix compiler warnings (Issue #5423)Michael R Sweet2018-11-061-29/+11
|
* Add new libcupslite component that builds a libcups without driver/PPD support.Michael R Sweet2018-10-293-15/+44
|
* Add libcups component name, localization bundle support for iOS.Michael R Sweet2018-10-292-9/+23
|
* Don't install cupscgi, cupsmime, or cupsppdc shared libraries.Michael R Sweet2018-10-291-21/+4
|
* Drop -Wno-format-truncation since only newer versions of GCC support it and ↵Michael R Sweet2018-10-181-10/+1
| | | | the configure check has never worked.
* Update the location of strings files on newer versions of macOS.Michael R Sweet2018-10-182-5/+17
| | | | Don't install debug symbols for static libraries.
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-151-7/+1
|
* Code signing changes.Michael R Sweet2018-09-182-11/+13
|
* Add code signing for macOS Mojave.Michael R Sweet2018-09-181-1/+9
|
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-182-4/+4
| | | | benchmark.
* Fix PAM module detection and add support for the "common-*" includes used onMichael Sweet2017-12-071-4/+16
| | | | | | | | | | Ubuntu (Issue #5185) conf/pam.common: PAM definition that uses system-wide default (common) modules. config-scripts/cups-pam.m4: Add PAM module directory search paths, look for common includes. configure: Regenerate.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-0717-85/+17
|
* Drop hard-coded CGI scripting language support (Issue #5124)Michael R Sweet2017-11-011-91/+0
|
* Fixed the script interpreter detection in the configure script (Issue #5122)Michael Sweet2017-10-121-9/+17
|
* Merge pull request #5112 from paulmenzel/remove-libgcrypt-detectionMichael R Sweet2017-09-281-1/+0
|\ | | | | Remove Libgcrypt detection
| * config-scripts/cups-ssl.m4: Remove Libgcrypt detectionPaul Menzel2017-09-121-1/+0
| | | | | | | | | | | | | | | | | | Upstream a change from the book *Beyond Linux From Scratch* [1]. > Prevent configure script from searching libgcrypt-config, because > libgcrypt is not used anywere else in the package. [1] http://www.linuxfromscratch.org/blfs/view/svn/pst/cups.html
* | Suppress new GCC warning about snprintf truncation (Issue #5110)Michael Sweet2017-09-241-0/+9
|/
* Fix the localization unit test on Linux (Issue #5097)Michael Sweet2017-08-281-0/+1
| | | | | | | Makefile needed to create locale directory for tests. Also, localization test needs to allow string pointers to match for the POSIX locale and differ for other languages.
* Fix builds without libtool.Michael R Sweet2017-07-171-6/+9
|
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-10/+19
|
* Fix authorization checks on macOS (no longer /etc/authorization, but now we ↵Michael R Sweet2017-07-171-7/+2
| | | | | | don't need to look for the old names from 10.5...)
* Update help text so everything lines up properly and is consistent and ↵Michael R Sweet2017-07-174-4/+4
| | | | spelled correctly.
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-171-5/+21
| | | | | | changed in incompatible ways again... (Issue #5050)
* configure: don't accidentally set @LIBTOOL@ to 'yes'Roland Hieber2017-07-171-0/+3
| | | | | | | | Substituting @LIBTOOL@ with 'yes' would result in a lot of console output (34 GB in my case, before SIGKILL), without getting anything compiled at all. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* Fix typo that slipped in with the changes for Issue #4897.Michael R Sweet2017-06-261-1/+1
|