summaryrefslogtreecommitdiff
path: root/config-scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix manpage test.Michael R Sweet2017-06-161-1/+1
|
* Fix some typos.Michael R Sweet2017-06-161-6/+6
|
* Fix some of the Linux-specific configure tests.Michael R Sweet2017-06-165-16/+22
|
* One other spot (RPM's objcopy needs files to be writable...)Michael R Sweet2017-06-161-1/+5
|
* Add configure option to set the installed executable permissions.Michael R Sweet2017-06-161-0/+10
|
* Fix configure script issue on Linux - no host_os_version.Michael R Sweet2017-06-011-0/+4
| | | | Add help on building CUPS on Ubuntu - commands to get base dev packages.
* Add support for cross-compilation (Issue #4897)Michael Sweet2017-04-2414-121/+119
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-1618-18/+18
| | | | Bump copyright to 2017 in web interface and README files.
* Remove ASL checks from configure script and config.h files.Michael R Sweet2016-10-201-1/+0
|
* Do some cleanup for the on-demand support - remove old launchd support (noMichael Sweet2016-06-211-6/+5
| | | | longer needed), naming/style updates, fix compiler warnings.
* Merge pull request #4825 from computersforpeace/upstartMichael R Sweet2016-06-211-0/+9
|\ | | | | Add Upstart socket activation support
| * support Upstart socket activationBrian Norris2016-05-271-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Inspired by code here: https://bugs.launchpad.net/upstart/+bug/1276713 With significant refactoring and bug-fixing. Notably, Upstart only supports passing a single file descriptor via UPSTART_FDS, so systems that want to use this support will need to configure CUPS appropriately in order to use this.
* | Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-215-10/+10
| |
* | Update all references to OS X to macOS.Michael R Sweet2016-06-209-14/+14
| |
* | The scheduler now uses the getgrouplist function when available (Issue #4611)Michael Sweet2016-05-131-0/+3
|/
* Drop SVN stuff from version.Michael Sweet2016-04-131-16/+2
|
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-1118-183/+74
|
* Fix another journald issue, and partially revert the systemd change so thatmsweet2015-08-311-2/+17
| | | | | | | CUPS 2.1 builds with systemd support on RHEL 7. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12857 a1ca3aef-8c08-0410-bb20-df032aa958be
* Don't look for DBUS on OS X, either (STR #4698)msweet2015-08-281-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12852 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix --enable-page-logging configure option (STR #4694)msweet2015-08-261-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12846 a1ca3aef-8c08-0410-bb20-df032aa958be
* Don't try to use Avahi on OS X (STR #4695)msweet2015-08-261-2/+2
| | | | | | | cupsd-logs man page is in section 5... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12845 a1ca3aef-8c08-0410-bb20-df032aa958be
* Updated autoconf sources to use newer form of AC_INIT (STR #4664)msweet2015-07-141-10/+18
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12785 a1ca3aef-8c08-0410-bb20-df032aa958be
* Next release will be CUPS 2.1rc1...msweet2015-07-142-15/+7
| | | | | | | Just look for libsystemd for all systemd support (STR #4669) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12784 a1ca3aef-8c08-0410-bb20-df032aa958be
* Prep for 2.1b2 (couple more bug fixes coming...)msweet2015-06-241-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12760 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add a check for whether the compiler supports the -Wno-unused-result option.msweet2015-06-231-1/+10
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12742 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix builds with GCC 4.8.xmsweet2015-06-151-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12737 a1ca3aef-8c08-0410-bb20-df032aa958be
* Prep for 2.1b1.msweet2015-06-081-4/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12697 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix build errors on Linux for new journald logging.msweet2015-06-042-5/+13
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12691 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add support for ASL and journald when doing "syslog" logging (STR #4474)msweet2015-06-032-4/+6
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12687 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.msweet2015-05-201-1/+5
| | | | | | | | | | | | | | DH/DHE support is being made optional because of known security issues with short DH parameters. Since there is no way to conditionally use DH/DHE with a minimum number of bits, we just have to disable it by default. TLS/1.0 support can now be disabled due to known security issues with TLS/1.0. However, since TLS/1.1 and TLS/1.2 support is not universally available, we cannot simply disable TLS/1.0 like we did for SSL/3.0. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12645 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix typo for --without-xinetd (STR #4542)msweet2014-12-092-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12350 a1ca3aef-8c08-0410-bb20-df032aa958be
* OpenBSD's libiconv uses libiconv_open instead of iconv_open...msweet2014-12-091-0/+3
| | | | | | | Standards, gotta love 'em. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12335 a1ca3aef-8c08-0410-bb20-df032aa958be
* Yet another header...msweet2014-12-091-0/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12324 a1ca3aef-8c08-0410-bb20-df032aa958be
* Try to get resolv.h test to work on OpenBSD.msweet2014-12-091-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12320 a1ca3aef-8c08-0410-bb20-df032aa958be