summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* CUPS v2.3.6 for CVE-2022-26691Steve Algernon2022-05-251-12/+12
|
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-10/+10
| | | | | | Import the improvements to ippeveprinter from OpenPrinting/ippsample. Import the improvements to ippfind and ipptool from OpenPrinting/ippsample.
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-051-10/+10
|
* Update version to 2.3.3 for:v2.3.3steve algernon2020-04-271-13/+11
| | | | | | | CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
* Bump version.Michael R Sweet2019-12-181-10/+10
|
* Another fix for DBUSDIR (Issue #5671)Michael R Sweet2019-10-211-5/+5
|
* Revert GNU TLS FIPS-140 changes.Michael R Sweet2019-09-031-6/+0
|
* Fix spelling of "accordion".Michael R Sweet2019-08-271-10/+10
| | | | Bump version.
* Add wheel to system groupsNicolas Fella2019-08-231-1/+1
|
* GNU TLS FIPS140 support (Issue #5601, Issue #5622)Michael R Sweet2019-08-011-0/+6
|
* 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-130/+138
|
* Bump versions to 2.3.0 (optimism!)Michael R Sweet2019-05-241-10/+10
|
* Bump version to 2.3rc1.v2.3rc1Michael R Sweet2019-05-211-10/+10
|
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-37/+3
| | | | "--libs" output (Issue #5261)
* Update version in configure script.v2.3b8Michael R Sweet2019-05-021-127/+120
|
* Fix Linux RPM builds.Michael R Sweet2019-05-021-1/+1
|
* Greatly simplify the man page handling.Michael R Sweet2019-04-261-172/+122
|
* 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-118/+128
| | | | | | | 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-211-114/+127
|
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-141-141/+1
| | | | | | | | 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-231-10/+9
| | | | | | | | | | - 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-6/+0
|
* Revert previous change - need explicit AC_PROG_CPP for the header checks.Michael R Sweet2019-01-221-178/+178
|
* Don't need AC_PROG_CPP. Greatly simplifies things when cross-compiling!Michael R Sweet2019-01-221-296/+289
|
* Bump version, changelog.Michael R Sweet2018-12-081-120/+127
|
* Remove cupsaddsmb and associated documentation and infrastructure (Issue #5449)Michael R Sweet2018-12-061-2/+1
|
* Don't error out on deprecations.Michael R Sweet2018-12-061-1/+1
|
* Update configure script.Michael R Sweet2018-12-051-8/+8
|
* Support AddressSanitizer in builds.Michael R Sweet2018-12-041-178/+176
| | | | 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-190/+128
|
* Add new libcupslite component that builds a libcups without driver/PPD support.Michael R Sweet2018-10-291-14/+44
|
* Add libcups component name, localization bundle support for iOS.Michael R Sweet2018-10-291-5/+27
|
* Don't install cupscgi, cupsmime, or cupsppdc shared libraries.Michael R Sweet2018-10-291-21/+0
|
* Drop -Wno-format-truncation since only newer versions of GCC support it and ↵Michael R Sweet2018-10-181-27/+1
| | | | the configure check has never worked.
* Update the location of strings files on newer versions of macOS.Michael R Sweet2018-10-181-119/+125
| | | | Don't install debug symbols for static libraries.
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-151-117/+160
|
* Code signing changes.Michael R Sweet2018-09-181-11/+11
|
* Add code signing for macOS Mojave.Michael R Sweet2018-09-181-0/+11
|
* Bump version to 2.3b6, changelog.Michael R Sweet2018-06-051-10/+10
|
* Block invalid group tags when parsing IPP messages.Michael R Sweet2018-06-041-10/+10
|
* Next release is 2.3b4Michael R Sweet2018-03-221-126/+119
|
* Add missing cups-lpd service file (needs to be present for Xcode project to beMichael R Sweet2018-02-281-110/+117
| | | | complete)
* Bump version to 2.3rc1.Michael R Sweet2018-02-201-10/+10
|
* Bump version to 2.3b3.v2.3b3Michael R Sweet2018-02-011-10/+10
|
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-181-2/+2
| | | | benchmark.
* Bump versions and copyrights.Michael R Sweet2018-01-171-126/+119
|
* Fix PAM module detection and add support for the "common-*" includes used onMichael Sweet2017-12-071-114/+133
| | | | | | | | | | 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.