]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
5 years agoRemove newline 5500/head
scootergrisen [Thu, 24 Jan 2019 05:49:26 +0000 (06:49 +0100)] 
Remove newline

So it matches the source/template file

5 years agoMake sure config.h gets installed with the private headers, as needed.
Michael R Sweet [Wed, 23 Jan 2019 17:58:47 +0000 (12:58 -0500)] 
Make sure config.h gets installed with the private headers, as needed.

5 years agoOK, allow DESTDIR to be used as a default BUILDROOT, much like we do for
Michael R Sweet [Wed, 23 Jan 2019 17:38:25 +0000 (12:38 -0500)] 
OK, allow DESTDIR to be used as a default BUILDROOT, much like we do for
DSTROOT.

5 years agoFix some build issues with the "core" component selection (rdar://47394086)
Michael R Sweet [Tue, 22 Jan 2019 17:38:24 +0000 (12:38 -0500)] 
Fix some build issues with the "core" component selection (rdar://47394086)

- 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.

5 years agoRemove macOS version check.
Michael R Sweet [Wed, 23 Jan 2019 17:14:12 +0000 (12:14 -0500)] 
Remove macOS version check.

5 years agoUpdated the USB quirks rule for Zebra label printers (Issue #5395)
Michael R Sweet [Wed, 23 Jan 2019 16:14:39 +0000 (11:14 -0500)] 
Updated the USB quirks rule for Zebra label printers (Issue #5395)

All Zebra printers now use unidir and no-reattach.

5 years agoRemove old "printer-purge.tmpl" file from the translation guide and the
Michael R Sweet [Wed, 23 Jan 2019 16:04:32 +0000 (11:04 -0500)] 
Remove old "printer-purge.tmpl" file from the translation guide and the
Spanish templates (Issue #5491)

5 years agoFix metadata header and strip old messages.
Michael R Sweet [Wed, 23 Jan 2019 16:01:35 +0000 (11:01 -0500)] 
Fix metadata header and strip old messages.

5 years agoMerge pull request #5489 from scootergrisen/master
Michael R Sweet [Wed, 23 Jan 2019 15:56:42 +0000 (10:56 -0500)] 
Merge pull request #5489 from scootergrisen/master

Add translations for templates/da

5 years agoMerge pull request #5492 from scootergrisen/patch-2
Michael R Sweet [Wed, 23 Jan 2019 15:55:48 +0000 (10:55 -0500)] 
Merge pull request #5492 from scootergrisen/patch-2

Fix a problem with msgid/msgstr in cups_de.po

5 years agoMerge pull request #5493 from scootergrisen/patch-3
Michael R Sweet [Wed, 23 Jan 2019 15:54:36 +0000 (10:54 -0500)] 
Merge pull request #5493 from scootergrisen/patch-3

Remove some newlines from cups_ru.po

5 years agoRevert previous change - need explicit AC_PROG_CPP for the header checks.
Michael R Sweet [Tue, 22 Jan 2019 22:48:17 +0000 (17:48 -0500)] 
Revert previous change - need explicit AC_PROG_CPP for the header checks.

5 years agoDon't need AC_PROG_CPP. Greatly simplifies things when cross-compiling!
Michael R Sweet [Tue, 22 Jan 2019 21:05:36 +0000 (16:05 -0500)] 
Don't need AC_PROG_CPP. Greatly simplifies things when cross-compiling!

5 years agoRemove some newlines from cups_ru.po 5493/head
scootergrisen [Tue, 22 Jan 2019 03:40:21 +0000 (04:40 +0100)] 
Remove some newlines from cups_ru.po

msgfmt -c cups_ru.po gave some warnings about some ending \n that was in the source strings.

5 years agoRemove #, fuzzy from header 5492/head
scootergrisen [Tue, 22 Jan 2019 03:28:05 +0000 (04:28 +0100)] 
Remove #, fuzzy from header

5 years agoRemove " and fix spaces
scootergrisen [Tue, 22 Jan 2019 03:25:13 +0000 (04:25 +0100)] 
Remove " and fix spaces

5 years agoFix a problem with msgid/msgstr
scootergrisen [Tue, 22 Jan 2019 03:18:59 +0000 (04:18 +0100)] 
Fix a problem with msgid/msgstr

5 years agoAdd translations for templates/da 5489/head
scootergrisen [Tue, 22 Jan 2019 01:14:39 +0000 (02:14 +0100)] 
Add translations for templates/da

5 years agoClean out some more _cupsStr cruft that might potentially cause an
Michael R Sweet [Mon, 21 Jan 2019 21:03:08 +0000 (16:03 -0500)] 
Clean out some more _cupsStr cruft that might potentially cause an
unaligned memory access (Issue #5474)

Don't directly use the string pool in the CGI programs or scheduler.

5 years agoChangelog.
Michael R Sweet [Mon, 21 Jan 2019 19:20:37 +0000 (14:20 -0500)] 
Changelog.

5 years agoFix potential unaligned accesses in the string pool (Issue #5474)
Michael R Sweet [Mon, 21 Jan 2019 19:12:43 +0000 (14:12 -0500)] 
Fix potential unaligned accesses in the string pool (Issue #5474)

This set of changes makes the PPD functions use strdup and free - they were
modifying the contents of the string in places and doing other things that
were not safe for (immutable) strings in the pool.

5 years agoMerge pull request #5486 from scootergrisen/master
Michael R Sweet [Mon, 21 Jan 2019 19:11:15 +0000 (14:11 -0500)] 
Merge pull request #5486 from scootergrisen/master

Add doc/da/index.html.in

5 years agoAdd doc/da/index.html.in 5486/head
scootergrisen [Mon, 21 Jan 2019 19:05:41 +0000 (20:05 +0100)] 
Add doc/da/index.html.in

5 years agoStop parsing the Emulators keywords in PPD files (Issue #5475)
Michael R Sweet [Mon, 21 Jan 2019 18:42:27 +0000 (13:42 -0500)] 
Stop parsing the Emulators keywords in PPD files (Issue #5475)

This also eliminates a potential memory leak...

5 years agoSwitch to using "all" and "media-col-database" because some vendors apparently
Michael R Sweet [Mon, 21 Jan 2019 17:01:11 +0000 (12:01 -0500)] 
Switch to using "all" and "media-col-database" because some vendors apparently
do not know how to read (Issue #5484)

5 years agoChangelog.
Michael R Sweet [Mon, 21 Jan 2019 16:56:12 +0000 (11:56 -0500)] 
Changelog.

5 years agoMerge pull request #5481 from scootergrisen/patch-1
Michael R Sweet [Mon, 21 Jan 2019 16:55:52 +0000 (11:55 -0500)] 
Merge pull request #5481 from scootergrisen/patch-1

Add [da] translation

5 years agoFix compile error on Linux (Issue #5483)
Michael R Sweet [Mon, 21 Jan 2019 16:53:59 +0000 (11:53 -0500)] 
Fix compile error on Linux (Issue #5483)

5 years agoAdd a USB quirk rule for the Lexmark E120n (Issue #5478)
Michael R Sweet [Mon, 21 Jan 2019 16:32:25 +0000 (11:32 -0500)] 
Add a USB quirk rule for the Lexmark E120n (Issue #5478)

5 years agoUse the same requested-attributes values for all IPP Everywhere setup
Michael R Sweet [Mon, 21 Jan 2019 16:27:43 +0000 (11:27 -0500)] 
Use the same requested-attributes values for all IPP Everywhere setup
requests (Issue #5484)

5 years agoClean up installation of private headers.
Michael R Sweet [Mon, 21 Jan 2019 13:42:04 +0000 (08:42 -0500)] 
Clean up installation of private headers.

Clean up generation of api help.

5 years agoFix iOS libcups builds (rdar://47386169)
Michael R Sweet [Fri, 18 Jan 2019 17:11:34 +0000 (12:11 -0500)] 
Fix iOS libcups builds (rdar://47386169)

5 years agoAdd [da] translation 5481/head
scootergrisen [Tue, 15 Jan 2019 20:08:17 +0000 (21:08 +0100)] 
Add [da] translation

5 years agoChangelog.
Michael R Sweet [Thu, 10 Jan 2019 22:16:12 +0000 (17:16 -0500)] 
Changelog.

5 years agoFixed a performance regression with large PPDs (rdar://47040759)
Michael R Sweet [Thu, 10 Jan 2019 22:07:29 +0000 (17:07 -0500)] 
Fixed a performance regression with large PPDs (rdar://47040759)

scheduler/printers.c:
- create_media_col(): Drop media-source/media-type support.
- load_ppd(): Stop enumerating all combinations of media size, source, and
  type.

5 years agoAllow ippSetXxx from no-value or unknown to the corresponding type.
Michael R Sweet [Thu, 10 Jan 2019 16:53:04 +0000 (11:53 -0500)] 
Allow ippSetXxx from no-value or unknown to the corresponding type.

5 years agoUpdate usage info.
Michael R Sweet [Wed, 9 Jan 2019 19:15:03 +0000 (14:15 -0500)] 
Update usage info.

5 years agoDon't expect debug2 messages when we run the "deeper" test sets.
Michael R Sweet [Wed, 9 Jan 2019 19:10:38 +0000 (14:10 -0500)] 
Don't expect debug2 messages when we run the "deeper" test sets.

5 years agoChangelog.
Michael R Sweet [Wed, 9 Jan 2019 18:24:44 +0000 (13:24 -0500)] 
Changelog.

5 years agoProtect against continuing to read from a file at EOF (Issue #5473)
Michael R Sweet [Wed, 9 Jan 2019 18:19:11 +0000 (13:19 -0500)] 
Protect against continuing to read from a file at EOF (Issue #5473)

5 years agoUse codedoc now instead of mxmldoc.
Michael R Sweet [Tue, 8 Jan 2019 03:07:35 +0000 (22:07 -0500)] 
Use codedoc now instead of mxmldoc.

Dump all of the docset stuff - Xcode no longer supports it... :(

5 years agoUpdate changelog.
Michael R Sweet [Mon, 7 Jan 2019 15:13:44 +0000 (10:13 -0500)] 
Update changelog.

5 years agoMerge pull request #5461 from erkanisik1/master
Michael R Sweet [Mon, 7 Jan 2019 14:59:30 +0000 (09:59 -0500)] 
Merge pull request #5461 from erkanisik1/master

turkish update

5 years agoMerge pull request #5471 from Atalanttore/patch-2
Michael R Sweet [Mon, 7 Jan 2019 14:58:47 +0000 (09:58 -0500)] 
Merge pull request #5471 from Atalanttore/patch-2

Update cups_de.po

5 years agoUpdate cups_de.po 5471/head
Ettore Atalan [Sat, 5 Jan 2019 00:15:35 +0000 (01:15 +0100)] 
Update cups_de.po

Added some german translations.

5 years agoFix potential crash in cups-driverd (rdar://46625579)
Michael R Sweet [Fri, 14 Dec 2018 19:30:12 +0000 (14:30 -0500)] 
Fix potential crash in cups-driverd (rdar://46625579)

5 years agoBump version. v2.3b7
Michael R Sweet [Fri, 14 Dec 2018 15:20:18 +0000 (10:20 -0500)] 
Bump version.

5 years agoChangelog.
Michael R Sweet [Fri, 14 Dec 2018 15:04:35 +0000 (10:04 -0500)] 
Changelog.

5 years agoMerge pull request #5463 from OdyX/fix-unitialized-service-idle-exit
Michael R Sweet [Fri, 14 Dec 2018 15:03:57 +0000 (10:03 -0500)] 
Merge pull request #5463 from OdyX/fix-unitialized-service-idle-exit

Fix service_idle_exit build issue with -Werror=maybe-unitialized

5 years agoFix service_idle_exit build issue with -Werror=maybe-unitialized 5463/head
Didier Raboud [Fri, 14 Dec 2018 14:46:56 +0000 (15:46 +0100)] 
Fix service_idle_exit build issue with -Werror=maybe-unitialized

5 years agoturkish update 5461/head
Erkan IŞIK [Tue, 11 Dec 2018 19:06:35 +0000 (22:06 +0300)] 
turkish update

5 years agoMove getifaddrs to a separate header.
Michael R Sweet [Mon, 10 Dec 2018 19:53:29 +0000 (14:53 -0500)] 
Move getifaddrs to a separate header.

5 years agoFix ppdmerge backup filename (Issue #5455)
Michael R Sweet [Mon, 10 Dec 2018 14:18:43 +0000 (09:18 -0500)] 
Fix ppdmerge backup filename (Issue #5455)

5 years agoBump version, changelog.
Michael R Sweet [Sat, 8 Dec 2018 13:14:16 +0000 (08:14 -0500)] 
Bump version, changelog.

5 years agoFix compile errors - not sure why these didn't show up before...
Michael R Sweet [Sat, 8 Dec 2018 13:12:52 +0000 (08:12 -0500)] 
Fix compile errors - not sure why these didn't show up before...

5 years agoBump version v2.3b6
Michael R Sweet [Fri, 7 Dec 2018 19:40:21 +0000 (14:40 -0500)] 
Bump version

5 years agoCVE-2018-4700: Linux session cookies used a predictable random number seed.
Michael R Sweet [Fri, 7 Dec 2018 17:08:27 +0000 (12:08 -0500)] 
CVE-2018-4700: Linux session cookies used a predictable random number seed.

5 years agoUpdate localization files.
Michael R Sweet [Thu, 6 Dec 2018 19:58:20 +0000 (14:58 -0500)] 
Update localization files.

5 years agoRemove cupsaddsmb and associated documentation and infrastructure (Issue #5449)
Michael R Sweet [Thu, 6 Dec 2018 19:58:01 +0000 (14:58 -0500)] 
Remove cupsaddsmb and associated documentation and infrastructure (Issue #5449)

5 years agoDrop cupstestdsc program and related documentation (Issue #5450)
Michael R Sweet [Thu, 6 Dec 2018 19:53:22 +0000 (14:53 -0500)] 
Drop cupstestdsc program and related documentation (Issue #5450)

5 years agoUpdate HTML man pages.
Michael R Sweet [Thu, 6 Dec 2018 19:41:43 +0000 (14:41 -0500)] 
Update HTML man pages.

5 years agoChangelog
Michael R Sweet [Thu, 6 Dec 2018 19:41:26 +0000 (14:41 -0500)] 
Changelog

5 years agoUpdate message catalogs for new usage help (Issue #5326)
Michael R Sweet [Thu, 6 Dec 2018 19:40:52 +0000 (14:40 -0500)] 
Update message catalogs for new usage help (Issue #5326)

5 years agoNormalize --help usage for cupsd (Issue #5326)
Michael R Sweet [Thu, 6 Dec 2018 19:39:57 +0000 (14:39 -0500)] 
Normalize --help usage for cupsd (Issue #5326)

5 years agoAdd --help usage for all Berkeley commands (Issue #5326)
Michael R Sweet [Thu, 6 Dec 2018 19:38:05 +0000 (14:38 -0500)] 
Add --help usage for all Berkeley commands (Issue #5326)

5 years agoNormalize --help usage for ippfind and ipptool (Issue #5326)
Michael R Sweet [Thu, 6 Dec 2018 19:24:29 +0000 (14:24 -0500)] 
Normalize --help usage for ippfind and ipptool (Issue #5326)

5 years agoAdd --help usage for all System V commands (Issue #5326)
Michael R Sweet [Thu, 6 Dec 2018 19:17:23 +0000 (14:17 -0500)] 
Add --help usage for all System V commands (Issue #5326)

5 years agolpoptions now works with discovered but un-added printers (Issue #5045)
Michael R Sweet [Thu, 6 Dec 2018 16:24:11 +0000 (11:24 -0500)] 
lpoptions now works with discovered but un-added printers (Issue #5045)

5 years agoDon't error out on deprecations.
Michael R Sweet [Thu, 6 Dec 2018 14:21:58 +0000 (09:21 -0500)] 
Don't error out on deprecations.

5 years agoFix -E option (Issue #5440)
Michael R Sweet [Wed, 5 Dec 2018 17:59:56 +0000 (12:59 -0500)] 
Fix -E option (Issue #5440)

5 years agoMore bogus indentation.
Michael R Sweet [Wed, 5 Dec 2018 17:39:33 +0000 (12:39 -0500)] 
More bogus indentation.

5 years agoUpdate configure script.
Michael R Sweet [Wed, 5 Dec 2018 17:38:06 +0000 (12:38 -0500)] 
Update configure script.

5 years agoFix bogus indentation.
Michael R Sweet [Wed, 5 Dec 2018 17:37:23 +0000 (12:37 -0500)] 
Fix bogus indentation.

5 years agoRevert os_transaction changes.
Michael R Sweet [Wed, 5 Dec 2018 17:34:39 +0000 (12:34 -0500)] 
Revert os_transaction changes.

5 years agoFix handling of MaxJobTime 0 (Issue #5438)
Michael R Sweet [Wed, 5 Dec 2018 17:18:13 +0000 (12:18 -0500)] 
Fix handling of MaxJobTime 0 (Issue #5438)

5 years agoPass ASAN_OPTIONS to filters.
Michael R Sweet [Wed, 5 Dec 2018 17:07:24 +0000 (12:07 -0500)] 
Pass ASAN_OPTIONS to filters.

5 years agoRemove malloc logging output since we no longer use GuardMalloc in the test suite.
Michael R Sweet [Wed, 5 Dec 2018 16:40:14 +0000 (11:40 -0500)] 
Remove malloc logging output since we no longer use GuardMalloc in the test suite.

5 years agoFix test suite failure caused by log rotation due to sandboxing warning message.
Michael R Sweet [Wed, 5 Dec 2018 16:38:44 +0000 (11:38 -0500)] 
Fix test suite failure caused by log rotation due to sandboxing warning message.

5 years agoFix ASAN support on Linux, drop suppressions file and just disable leak tests.
Michael R Sweet [Tue, 4 Dec 2018 21:52:56 +0000 (16:52 -0500)] 
Fix ASAN support on Linux, drop suppressions file and just disable leak tests.

ASAN on Linux also requires us to build with --disable-shared.  Which means the
test script should not try to preload the .so files...

5 years agoDon't use GuardMalloc on macOS now that we have AddressSanitizer.
Michael R Sweet [Tue, 4 Dec 2018 15:03:48 +0000 (10:03 -0500)] 
Don't use GuardMalloc on macOS now that we have AddressSanitizer.

5 years agoSupport AddressSanitizer in builds.
Michael R Sweet [Tue, 4 Dec 2018 14:36:02 +0000 (09:36 -0500)] 
Support AddressSanitizer in builds.

Fix a compiler warning on macOS.

5 years agoAdd USB quirk rule for Zebra ZD420 (Issue #5395)
Michael R Sweet [Fri, 30 Nov 2018 18:05:03 +0000 (13:05 -0500)] 
Add USB quirk rule for Zebra ZD420 (Issue #5395)

5 years agoAdd USB quirk rule for Star printer (Issue #5443)
Michael R Sweet [Tue, 27 Nov 2018 03:39:00 +0000 (22:39 -0500)] 
Add USB quirk rule for Star printer (Issue #5443)

5 years agoFix a crash bug when mapping PPD duplex options to IPP attributes (rdar://46183976)
Michael R Sweet [Tue, 27 Nov 2018 03:27:56 +0000 (22:27 -0500)] 
Fix a crash bug when mapping PPD duplex options to IPP attributes (rdar://46183976)

5 years agoUpdate default compiler options for GCC 8.x.
Michael R Sweet [Fri, 16 Nov 2018 20:58:29 +0000 (15:58 -0500)] 
Update default compiler options for GCC 8.x.

5 years agoFix compile error.
Michael R Sweet [Wed, 14 Nov 2018 15:17:41 +0000 (10:17 -0500)] 
Fix compile error.

5 years agoAdd cupsManualCopies as needed (Issue #5433)
Michael R Sweet [Wed, 14 Nov 2018 15:15:04 +0000 (10:15 -0500)] 
Add cupsManualCopies as needed (Issue #5433)

5 years agoFix potential truncation of Kerberos credentials (Issue #5435)
Michael R Sweet [Wed, 14 Nov 2018 14:09:33 +0000 (09:09 -0500)] 
Fix potential truncation of Kerberos credentials (Issue #5435)

5 years agoSwitch from xpc_transaction_begin to os_transaction_create.
Michael R Sweet [Thu, 8 Nov 2018 20:52:50 +0000 (15:52 -0500)] 
Switch from xpc_transaction_begin to os_transaction_create.

5 years agoAdd note about restarting the scheduler manually after editing config files (Issue...
Michael R Sweet [Thu, 8 Nov 2018 14:51:21 +0000 (09:51 -0500)] 
Add note about restarting the scheduler manually after editing config files (Issue #5402)

5 years agoClarify meaning of printer errors (Issue #5404)
Michael R Sweet [Thu, 8 Nov 2018 14:43:18 +0000 (09:43 -0500)] 
Clarify meaning of printer errors (Issue #5404)

5 years agoDocument indirect changing of configuration files (Issue #5403)
Michael R Sweet [Thu, 8 Nov 2018 14:35:36 +0000 (09:35 -0500)] 
Document indirect changing of configuration files (Issue #5403)

5 years agoMerge pull request #5410 from AOSC-Dev/master
Michael R Sweet [Thu, 8 Nov 2018 14:30:06 +0000 (09:30 -0500)] 
Merge pull request #5410 from AOSC-Dev/master

locale/zh_CN: 100%

5 years agoDeprecate snmp backend.
Michael R Sweet [Thu, 8 Nov 2018 14:29:13 +0000 (09:29 -0500)] 
Deprecate snmp backend.

5 years agoDisable SNMP supply levels when the community name is cleared (Issue #5354)
Michael R Sweet [Thu, 8 Nov 2018 14:24:48 +0000 (09:24 -0500)] 
Disable SNMP supply levels when the community name is cleared (Issue #5354)

backend/snmp-supplies.c:
- Look for empty community name.

cups/snmp.c:
- Allow empty community name.

man/cups-snmp.conf.man:
- Document behavior of empty community name.

5 years agoDon't include subdirs for internal libraries.
Michael R Sweet [Tue, 30 Oct 2018 00:46:17 +0000 (20:46 -0400)] 
Don't include subdirs for internal libraries.

5 years agoFix stuck multi-file jobs (Issue #5359, Issue #5413)
Michael R Sweet [Wed, 7 Nov 2018 16:33:00 +0000 (11:33 -0500)] 
Fix stuck multi-file jobs (Issue #5359, Issue #5413)

5 years agoLocalization updates (Issue #5408)
Michael R Sweet [Wed, 7 Nov 2018 15:40:29 +0000 (10:40 -0500)] 
Localization updates (Issue #5408)

5 years agoAdd USB quirks rule for Lexmark MS317dn (Issue #5420)
Michael R Sweet [Wed, 7 Nov 2018 15:37:27 +0000 (10:37 -0500)] 
Add USB quirks rule for Lexmark MS317dn (Issue #5420)

5 years agoFix more compiler warnings (Issue #5423)
Michael R Sweet [Tue, 6 Nov 2018 21:20:56 +0000 (16:20 -0500)] 
Fix more compiler warnings (Issue #5423)