]>
git.ipfire.org Git - thirdparty/cups-filters.git/log
Zdenek Dohnal [Mon, 23 Nov 2020 13:30:58 +0000 (14:30 +0100)]
cups-browsed.c: Free the allocated memory if error happened and we have a cluster
The code previously leaked several structs, if an error occured during print cluster creation.
(cherry picked from commit
4d588e5d29fdb2396b45bec3a7cd2819fca761e0 )
Zdenek Dohnal [Mon, 23 Nov 2020 13:19:49 +0000 (14:19 +0100)]
cups-browsed.c: revert
a5a3344aea0bc9 , silence the compiler warning
Revert the commit
a5a3344aea0bc9 because it puts back the invalid memory error, and just recast 'uuid' to 'char*'.
(cherry picked from commit
47adac020cda7247a271a203e0ffc4d94cadfde2 )
Zdenek Dohnal [Mon, 23 Nov 2020 13:09:54 +0000 (14:09 +0100)]
cups-browsed.c: Free the memory in correct order
The 'temp' pointer has two allocated pointers inside, free them before freeing the main pointer.
(cherry picked from commit
dc6c6798b14e115d997b583584c61e960de5c801 )
Zdenek Dohnal [Mon, 23 Nov 2020 13:08:16 +0000 (14:08 +0100)]
cups-browsed.c: Remove unused pointer
The 'temp' pointer looks unused, so remove it.
(cherry picked from commit
3453e98b77476c1ee165f671eace25790daca0d8 )
Zdenek Dohnal [Mon, 23 Nov 2020 13:01:34 +0000 (14:01 +0100)]
cups-browsed.c: Add tagzero attributes as IPP_TAG_KEYWORD
These attributes were added previously ass IPP_CONST_TAG(IPP_TAG_KEYWORD), which causes a problem
during 'ippDelete()' - const strings are not freed during 'ippDelete', which causes memory leaks,
because we send allocated strings into 'ippAddStrings'.
I chose this solution instead of defining a new function for freeing ipp_t struct, please let me
know if it is acceptable.
(cherry picked from commit
99b9f81be1fe31bdaaba97b6744949ae50ba3d19 )
Zdenek Dohnal [Mon, 23 Nov 2020 12:52:42 +0000 (13:52 +0100)]
ppdgenerator.c, cups-browsed.c: Fix resolution struct leaks
The code leaks res_t struct in several places:
- if struct is added to CUPS array, which is defined with copy_resolution() as a copy function.
copy_resolution() uses calloc(), so the original allocated res_t can be freed. The resolution
functions are used in cups-browsed.c, so 'free_resolution()' has to be available outside in header
file.
- overwritting previously allocated pointer with a new one in 'on_job_state()'
(cherry picked from commit
833063b41f4f0d0ddd18584d9662f8f672dd1030 )
Till Kamppeter [Fri, 13 Nov 2020 09:24:46 +0000 (10:24 +0100)]
cups-browsed: Silenced compiler warning
(cherry picked from commit
a5a3344aea0bc918533f2a7df03a7fcf9fbbb132 )
Till Kamppeter [Fri, 13 Nov 2020 09:19:45 +0000 (10:19 +0100)]
Updated NEWS
(cherry picked from commit
acfd3cc97f414d8cb1d30f4dded7316634806f0e )
Pranav Batra [Fri, 13 Nov 2020 08:25:48 +0000 (08:25 +0000)]
cups-filters: Fix foomatic-rip infinite loop
If the foomatic rip command is not present in the PPD file, the foomatic
rip filter runs cat by default to forward stdin to stdout. However,
if input is provided through a file instead of stdin, then this file
needs to be dup'd to stdin for the command to work properly.
Also, the next file needs to be selected each time an input file is
processed by calling strok_r in order to prevent an infinite loop.
TEST=foomatic-rip --ppd=ppd.ppd file.pdf
(cherry picked from commit
a48d39fe501169a1fa21590dfa8594f2e6b931f4 )
Till Kamppeter [Tue, 27 Oct 2020 08:30:39 +0000 (09:30 +0100)]
Updated NEWS
(cherry picked from commit
698b1c494a0777a109f97f395e3735fbed47059f )
Bryan Mason [Tue, 27 Oct 2020 03:36:11 +0000 (20:36 -0700)]
foomatic-rip: remove tempfile created during pdf-to-ps conversion
(cherry picked from commit
1b62a73b5f3f5a7613b30972dd3c4c02816a2df3 )
Till Kamppeter [Tue, 13 Oct 2020 10:27:42 +0000 (12:27 +0200)]
cups-filters 1.28.5 Release
Till Kamppeter [Mon, 12 Oct 2020 21:34:30 +0000 (23:34 +0200)]
Updated NEWS
Zdenek Dohnal [Mon, 12 Oct 2020 11:01:05 +0000 (13:01 +0200)]
cups-browsed.c: uuid was used after its pointer was freed by ippDelete()
(cherry picked from commit
c43be849f83f9a3804d50ebb7d7f949f28c1c22a )
Till Kamppeter [Thu, 8 Oct 2020 10:03:09 +0000 (12:03 +0200)]
cups-filters 1.28.4 Release
Till Kamppeter [Thu, 8 Oct 2020 09:50:59 +0000 (11:50 +0200)]
Updated NEWS
Till Kamppeter [Thu, 1 Oct 2020 18:04:09 +0000 (20:04 +0200)]
driverless: Always output debug message when ippfind terminates successfully
(cherry picked from commit
f50690e64fd24ac8aa631c53f5385370a0270d68 )
Till Kamppeter [Thu, 1 Oct 2020 17:59:34 +0000 (19:59 +0200)]
driverless: Avoid duplicate PPD list entries from the same device via UUID
(cherry picked from commit
4dc5eb3dfa0e68c1c15f8feda849558094e677a0 )
Till Kamppeter [Thu, 1 Oct 2020 16:47:43 +0000 (18:47 +0200)]
driverless: Reduce "ippfind" calls by "driverless" called by CUPS also listing fax PPDs, also avoid duplicate listings in printer discovery
(cherry picked from commit
67ab5d6fe1412534195f111f52b89d5d46fbb7a0 )
Till Kamppeter [Thu, 1 Oct 2020 12:53:32 +0000 (14:53 +0200)]
driverless: Whitespace/Indentation clean-up
(cherry picked from commit
d8ca47a40cf362647199e18413d72e9db7c70d72 )
Till Kamppeter [Thu, 1 Oct 2020 11:54:36 +0000 (13:54 +0200)]
driverless: Simplified code as "ippfind" allows more than on reg type on its command line
(cherry picked from commit
e88fa6a33dff191ac6af6029a243fd3c40d0fca3 )
Till Kamppeter [Tue, 29 Sep 2020 20:57:53 +0000 (22:57 +0200)]
Sample PPDs: Corrected manufacturer name in Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd
(cherry picked from commit
0a88edb1a633c48c5feb7440aff937cda53508bf )
Till Kamppeter [Thu, 24 Sep 2020 10:18:29 +0000 (12:18 +0200)]
cups-filters 1.28.3 Release
Till Kamppeter [Thu, 17 Sep 2020 14:49:09 +0000 (16:49 +0200)]
libcupsfilters: Fixed inconsistency between resolvers for DNS-SD-based URIs
(cherry picked from commit
80b6ad72d439b8ac8171c075e0fe47b0cf282fcd )
Zdenek Dohnal [Thu, 17 Sep 2020 13:34:08 +0000 (15:34 +0200)]
driverless: Fix uninitialized buffer and parsing ippfind output
(cherry picked from commit
72d8c479d35a262f6d98206b58b18801fdb76982 )
Till Kamppeter [Thu, 10 Sep 2020 19:44:03 +0000 (21:44 +0200)]
cups-filters 1.28.2 Release
Till Kamppeter [Thu, 10 Sep 2020 19:27:34 +0000 (21:27 +0200)]
Updated NEWS
(cherry picked from commit
ec9e78277014aa166a2b41ce9471db17aa8f9dda )
Zdenek Dohnal [Mon, 7 Sep 2020 10:15:57 +0000 (12:15 +0200)]
Free the used memory
(cherry picked from commit
2bdc90b9b4b721a3147439b384dd603f84ab1081 )
Till Kamppeter [Sun, 6 Sep 2020 20:56:28 +0000 (22:56 +0200)]
driverless: Fix double free and select() timeout handling
(cherry picked from commit
71de8e3bba1df1d3f260d5d11c2fe504f21bccf3 )
nidhijainpnp [Sun, 6 Sep 2020 19:32:12 +0000 (01:02 +0530)]
using select() to read ippfind output inCUPS array
(cherry picked from commit
0a157185ad157e09bf74609c7eac3a9cf730a22d )
nidhijainpnp [Sat, 5 Sep 2020 15:19:55 +0000 (20:49 +0530)]
driverless.c: creating two more forks to read output of each ippfind call simultaneously
(cherry picked from commit
90d03af35c96946e733c3a70528c32a39d3c76c6 )
Till Kamppeter [Wed, 2 Sep 2020 10:47:20 +0000 (12:47 +0200)]
Updated NEWS
(cherry picked from commit
17fd38a83e7320510c1241b234dcf0c16650ed76 )
Till Kamppeter [Wed, 2 Sep 2020 10:42:08 +0000 (12:42 +0200)]
Updated NEWS
(cherry picked from commit
8af6c903e010b5f429bb6a91ea76a8f9f40aafb6 )
Zdenek Dohnal [Wed, 2 Sep 2020 08:27:26 +0000 (10:27 +0200)]
driverless.c: free an allocated memory, use MAX_OUTPUT_LEN
(cherry picked from commit
48a5ce439de8d6f7f1799b5f76665d819a256595 )
nidhijainpnp [Mon, 31 Aug 2020 18:22:42 +0000 (23:52 +0530)]
driverless.c: make the two ippfind tasks(for IPP and
IPPS) run in parallel.
(cherry picked from commit
490af9a743135483c6ed9cf911a57aee59f21bba )
Till Kamppeter [Tue, 1 Sep 2020 12:02:44 +0000 (14:02 +0200)]
Updated NEWS
(cherry picked from commit
1a06dead1f692ae3f8276df60da0e505143d82ac )
Samuel Thibault [Mon, 31 Aug 2020 19:26:13 +0000 (21:26 +0200)]
braille: Support new liblouis tables not containing a display name
(cherry picked from commit
e29392b4e10358a7268a8704ba1e78e67c895dac )
Till Kamppeter [Sat, 29 Aug 2020 07:17:31 +0000 (09:17 +0200)]
Build system: Let ./configure not error out on more than one test font candidate
(cherry picked from commit
e50fb6ca04be3b8a472e575b349837a2dc22042f )
Till Kamppeter [Fri, 28 Aug 2020 21:59:49 +0000 (23:59 +0200)]
Fixed NEWS
Till Kamppeter [Fri, 28 Aug 2020 21:57:44 +0000 (23:57 +0200)]
cups-browsed: Fixed printf() call to prevent crash
(cherry picked from commit
d2aed0ae5f94cfa2f7d54a5244951d965498f1e1 )
Till Kamppeter [Thu, 27 Aug 2020 13:56:27 +0000 (15:56 +0200)]
Updated NEWS
Till Kamppeter [Thu, 27 Aug 2020 13:45:22 +0000 (15:45 +0200)]
libcupsfilters: Removed all signal handling and global variables from get_printer_attributes() and ippfind_based_uri_converter()
(cherry picked from commit
23a9dc4010cefe239b8393e4500eb834b0f5ee32 )
Till Kamppeter [Wed, 26 Aug 2020 22:01:49 +0000 (00:01 +0200)]
cups-filters 1.28.1 Release
Till Kamppeter [Wed, 26 Aug 2020 21:46:44 +0000 (23:46 +0200)]
driverless-fax: The script is now generated from driverless-fax.in, do not add it to the source tarball
(cherry picked from commit
b17c184806c8aa367a4ef0f88eba7321faee11c1 )
Till Kamppeter [Wed, 26 Aug 2020 21:36:39 +0000 (23:36 +0200)]
Updated NEWS.
Till Kamppeter [Wed, 26 Aug 2020 21:00:00 +0000 (23:00 +0200)]
Updated NEWS
(cherry picked from commit
1a9fee1ec9df1de25db86fba70d100014f8e54a6 )
Till Kamppeter [Wed, 26 Aug 2020 20:46:57 +0000 (22:46 +0200)]
COPYING: Fixed typos
(cherry picked from commit
91958bb3a5c7dca7d33b1ffe5f2727d8f39e08f6 )
Till Kamppeter [Wed, 26 Aug 2020 20:41:15 +0000 (22:41 +0200)]
libcupsfilters: Fixed typo in log message
(cherry picked from commit
4cc27df80d5a4f16992259dab04e6e5d7639b96d )
Till Kamppeter [Wed, 26 Aug 2020 20:39:53 +0000 (22:39 +0200)]
cups-browsed: Fixed typos in configuration file and man page
(cherry picked from commit
2c220e979890901bec95aff8875f477d8bbc4916 )
Till Kamppeter [Wed, 26 Aug 2020 19:03:28 +0000 (21:03 +0200)]
libcupsfilters: In generated PPDs do not use ".Borderless" suffixes if printer has always zero margins
(cherry picked from commit
d28d4a8218e40909ac33b17f9aba44b3bbc1f1ee )
Till Kamppeter [Wed, 26 Aug 2020 17:45:38 +0000 (19:45 +0200)]
libcupsfilters: Added "faxPrefix" option for generated IPP Fax Out PPDs
(cherry picked from commit
553c941353010ead33acb0ffc43e5367f268f9af )
Till Kamppeter [Wed, 26 Aug 2020 16:55:54 +0000 (18:55 +0200)]
driverless: List local services addresses correctly when using --std-ipp-uris
(cherry picked from commit
bd69dedfa5b0ad7185f783b7d88bb540ad69ce50 )
Till Kamppeter [Wed, 26 Aug 2020 16:43:08 +0000 (18:43 +0200)]
driverless: Make calls of ippfind somewhat faster
(cherry picked from commit
7ec4023788663849755985ae5bcae687156c0a84 )
Till Kamppeter [Wed, 26 Aug 2020 16:17:18 +0000 (18:17 +0200)]
libcupsfilters: Resolve DNS-SD-based URIs for local services correctly
(cherry picked from commit
8dd6a38e64396d60fdfb3e08edd095c1bfae185e )
Till Kamppeter [Wed, 26 Aug 2020 15:17:01 +0000 (17:17 +0200)]
libcupsfilters: in get_printer_attributes() functions do not convert URIs which are not DNS-SD-based, support dnssd://... URI scheme
(cherry picked from commit
9ef04c9bddb71b6b426bb5fe89df9a36bbee459e )
Till Kamppeter [Wed, 26 Aug 2020 12:47:52 +0000 (14:47 +0200)]
libcupsfilters: Code clean-up of ippfind_based_uri_converter() function
(cherry picked from commit
7c834bc00c57370d0fd1eadf94c3c2a8a5c9ebbb )
Till Kamppeter [Wed, 26 Aug 2020 12:15:07 +0000 (14:15 +0200)]
libcupsfilters: Moved signal handling back into main function of get_printer_attributes() variants
(cherry picked from commit
ee8ef028c0fae4b570594166d00ce866fa69f864 )
Till Kamppeter [Wed, 26 Aug 2020 12:01:54 +0000 (14:01 +0200)]
driverless: For generating a PPD, always allow CUPS driver URIs and pure IPP URIs
(cherry picked from commit
0452676c8cacab21565f1fb202973d86da6756f4 )
Zdenek Dohnal [Wed, 26 Aug 2020 11:23:05 +0000 (13:23 +0200)]
driverless.c: accept clean ipp uris too for 'driverless cat'
(cherry picked from commit
8c24dfca8050c5b94e2aa1576e41e360581ce8e3 )
Till Kamppeter [Wed, 26 Aug 2020 06:45:52 +0000 (08:45 +0200)]
Updated NEWS
Zdenek Dohnal [Wed, 26 Aug 2020 06:37:36 +0000 (08:37 +0200)]
driverless-fax: don't use a fixed path
(cherry picked from commit
324a91f663be483c8efecae9e641f0e45382c4fc )
Till Kamppeter [Tue, 25 Aug 2020 16:49:32 +0000 (18:49 +0200)]
cups-filters 1.28.0 Release
Till Kamppeter [Tue, 25 Aug 2020 14:54:55 +0000 (16:54 +0200)]
Updated NEWS
(cherry picked from commit
d3fc26073c0a35555362769595e6188fc167324d )
Till Kamppeter [Tue, 25 Aug 2020 14:36:40 +0000 (16:36 +0200)]
driverless: Add "Fax" to the driver name not to model name, as printer anf fax have same URI
(cherry picked from commit
fb8e85e7b8ee8f18e4a29eaddd2aab1130779cc9 )
Till Kamppeter [Tue, 25 Aug 2020 14:09:00 +0000 (16:09 +0200)]
driverless: Avoid duplicate entries form IPP/IPPS in "list" output
(cherry picked from commit
f6cd8592e2cf7f1d13b0f6cfe543ce63121cfd37 )
Till Kamppeter [Tue, 25 Aug 2020 13:03:09 +0000 (15:03 +0200)]
driverless: Remove spaces from CMD field of artificial device ID
(cherry picked from commit
53f558408082b17c4e2454bb1fa364a4454482a2 )
Till Kamppeter [Tue, 25 Aug 2020 12:57:28 +0000 (14:57 +0200)]
driverless, libcupsfilters: Add "Fax" to printer model name when we work with the Fax part of it
(cherry picked from commit
c84e4295442d682613de175818e958e671f6c14a )
Till Kamppeter [Tue, 25 Aug 2020 11:53:16 +0000 (13:53 +0200)]
libfontembed: Silenced warning with gcc 10.x
(cherry picked from commit
5e1aa85f5316a10ff195aa4eb0272073040fc19d )
Till Kamppeter [Mon, 24 Aug 2020 22:15:50 +0000 (00:15 +0200)]
driverless: White space and indentation clean-up
(cherry picked from commit
c343f1bb8e38cb1921ab85524d3a343ca6a4be55 )
Till Kamppeter [Mon, 24 Aug 2020 21:06:16 +0000 (23:06 +0200)]
driverless-fax: Clean-up of wrapper script
(cherry picked from commit
80bea829a4aa3ce67258c6ba5d399eef1eb31b39 )
nidhijainpnp [Wed, 19 Aug 2020 17:17:27 +0000 (22:47 +0530)]
added enum type to switch function
(cherry picked from commit
92c6403b8b1c67c622218c6b199a9667afeeb799 )
nidhijainpnp [Tue, 18 Aug 2020 10:02:28 +0000 (15:32 +0530)]
ipp.h,ipp.c: add is_fax argument in ippfind_based_uri_converter() function
(cherry picked from commit
3446ff68201d64be67cc0ed4c38e8ded1dbb1090 )
nidhijainpnp [Mon, 17 Aug 2020 15:24:23 +0000 (20:54 +0530)]
ipp.h, ipp.c, driverless.c: added get_printer_attributes4() ,get_printer_attributes5() ,ippfind_based_uri_converter() function
(cherry picked from commit
cd8b621e799f86ece62cc24035fafab6b78f5837 )
nidhijainpnp [Sun, 16 Aug 2020 15:19:53 +0000 (20:49 +0530)]
makefile: add driverless-fax
(cherry picked from commit
b8e03ba5b8ac22415d4bb453de409a971c3486a7 )
nidhijainpnp [Sun, 16 Aug 2020 15:19:22 +0000 (20:49 +0530)]
ipp.c:replace cupsBackendDeviceURi()
(cherry picked from commit
88c68887e8b96ca1a1ab68c5fb45568ad865201b )
nidhijainpnp [Sun, 16 Aug 2020 15:17:53 +0000 (20:47 +0530)]
driverless-fax:wrapper script for fax-support
(cherry picked from commit
640e10f1dec304bf3f6c6f7ca035fc939cbee53b )
nidhijainpnp [Sun, 16 Aug 2020 15:17:15 +0000 (20:47 +0530)]
driverless.c:add fax-support
(cherry picked from commit
d2963934332b5f57631ff4409a3b53adf976731a )
Till Kamppeter [Tue, 25 Aug 2020 15:10:23 +0000 (17:10 +0200)]
Revert "driverless-fax: Clean-up of wrapper script"
This reverts commit
9f8e09b0a183d4652717b0ea8e8df34d8fd2d6a4 .
Till Kamppeter [Mon, 24 Aug 2020 21:06:16 +0000 (23:06 +0200)]
driverless-fax: Clean-up of wrapper script
(cherry picked from commit
80bea829a4aa3ce67258c6ba5d399eef1eb31b39 )
nidhijainpnp [Mon, 24 Aug 2020 19:10:34 +0000 (00:40 +0530)]
ppdgenerator.c: fix phone option for faxout
(cherry picked from commit
28d3b7b8eb759b6f254f2da23f001750316b0c9d )
nidhijainpnp [Mon, 24 Aug 2020 16:36:49 +0000 (22:06 +0530)]
ppdgenerator.c: add fax support
(cherry picked from commit
722bf020afbec2041ade4923c2c5564176027884 )
Till Kamppeter [Fri, 21 Aug 2020 09:21:28 +0000 (11:21 +0200)]
Updated NEWS
(cherry picked from commit
4ce870e67442399d2f153fc854c91c4e8f6fbd4a )
Zdenek Dohnal [Fri, 21 Aug 2020 08:33:21 +0000 (10:33 +0200)]
configure.ac: Add configure option for keeping created queues during shutdown
(cherry picked from commit
5f913cc7e3ccb999afa75d4f655056128e6bb87e )
Zdenek Dohnal [Fri, 21 Aug 2020 07:54:38 +0000 (09:54 +0200)]
configure.ac: Add configure option for local queues naming for remote CUPS queues
(cherry picked from commit
1368e2541832143db212a18e2b0144d303976406 )
Till Kamppeter [Thu, 20 Aug 2020 21:44:05 +0000 (23:44 +0200)]
cups-browsed: Silenced warning of GCC 10.2.0.
(cherry picked from commit
8b48841b5b703d304edac7e6b017bd01f9fa386f )
Till Kamppeter [Wed, 19 Aug 2020 09:52:25 +0000 (11:52 +0200)]
Updated NEWS
(cherry picked from commit
65b13ead433b69df30ecd48fdea62dc2ba1955bc )
Zdenek Dohnal [Wed, 19 Aug 2020 09:42:42 +0000 (11:42 +0200)]
cups-browsed.c: fix compiler warnings
(cherry picked from commit
8ffcfe9e859fbb29b97db18dc956dfa8e0687b5f )
Till Kamppeter [Wed, 19 Aug 2020 08:03:21 +0000 (10:03 +0200)]
Updated NEWS
(cherry picked from commit
6584b4740345469451913ecc6830d953ea00dc89 )
Zdenek Dohnal [Tue, 18 Aug 2020 06:01:08 +0000 (08:01 +0200)]
cups-browsed.c: Fix several memory leaks
(cherry picked from commit
ee288bfdf0b6f3778d3962087ae8d5fb1890215a )
Till Kamppeter [Mon, 10 Aug 2020 08:19:00 +0000 (10:19 +0200)]
Updated NEWS
(cherry picked from commit
dadad395fac5347996c362e1aeded35a25bc977e )
Till Kamppeter [Mon, 10 Aug 2020 08:14:42 +0000 (10:14 +0200)]
driverless: Correct line wrapping in help output
(cherry picked from commit
ab170fd82b41db57ec0f9ee87e3e5abe96b04c27 )
nidhijainpnp [Mon, 10 Aug 2020 07:46:39 +0000 (13:16 +0530)]
call with --std-ipp-uris command line option to show uris in standard form
(cherry picked from commit
073d94d4169f31870303ede90738fd69bcfbadf7 )
nidhijainpnp [Mon, 10 Aug 2020 05:58:33 +0000 (11:28 +0530)]
Added command line option to show uris in standard form
(cherry picked from commit
b00174428ede2ff4027b9cc06067ad96c83efe0e )
Till Kamppeter [Sun, 9 Aug 2020 22:17:50 +0000 (00:17 +0200)]
Updated NEWS
(cherry picked from commit
310523a479e2cd00b6af3a58833c13c4cc0b93d5 )
rishabharya [Sun, 9 Aug 2020 22:06:21 +0000 (03:36 +0530)]
Resolving texttopdf filter crashing issue due to assert calls
(cherry picked from commit
03843b959ed693c5580d2fa39247608b9e6c02f4 )
Till Kamppeter [Sat, 8 Aug 2020 17:53:14 +0000 (19:53 +0200)]
Updated NEWS
(cherry picked from commit
53dfe5320582821eaa81700c7c291096075e287c )
nidhijainpnp [Sat, 8 Aug 2020 17:25:25 +0000 (22:55 +0530)]
update code for mode=2
(cherry picked from commit
4414c28108a67cff1ea50e454264de86da30e9e8 )
Jai Luthra [Sat, 8 Aug 2020 15:22:49 +0000 (20:52 +0530)]
libcupsfilters: Silence warning due to redefinition.
(cherry picked from commit
41be5c271b71c31af38a3247d80b095d127a0c86 )
nidhijainpnp [Sat, 8 Aug 2020 13:19:35 +0000 (18:49 +0530)]
Updating driverless
(cherry picked from commit
c92a76f479f35950a6115e8e933438c7361c9191 )
nidhijainpnp [Thu, 6 Aug 2020 04:57:23 +0000 (10:27 +0530)]
minor documentation correction in driverless
(cherry picked from commit
61365c026e27b0bf534f14e20f20853aca9d3e54 )