]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
cups-filters: Update to 1.28.9
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 17 Jun 2021 09:47:00 +0000 (11:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Jun 2021 20:06:36 +0000 (20:06 +0000)
- Update from 1.28.8 to 1.28.9
- Update of rootfile not required
- Changelog
     CHANGES IN V1.28.9
- libcupsfilters: Silenced compiler warnings
- libcupsfilters: Removed duplicate code in the
  apply_filters() function.
- driverless: If there are no driverless IPP printers
  available let "driverless" terminate with exit code 0 and
  not 1, to follow CUPS' standard of backends in discovery
  mode terminating with 0 if there are no appropriate printers
  found (Issue #375).
- gstoraster, foomatic-rip: Fixed Ghostscript command line for
  counting pages as it took too long on PDFs from evince when
  printing DjVu files (Issue #354, Pull request #371, Ubuntu
  bug #1920730).
- cups-browsed: Renamed ldap_connect() due to conflict in
  new openldap (Issue #367, Pull request #370).
- pdftoraster: Free color data after processing of each page
  (Pull request #363).
- cups-browsed: Always save "...-default" option entries
  from printers.conf, regardless of presence or absense
  of PPD file (Pull request #359).
- cups-browsed: Start after network-online.target (Pull
  request #360).
- texttopdf: Set default margins when no PPD file is used
  (Pull request #356).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/cups-filters

index ebd04622f5019c61e5f20fe637dc8d03c3e41a11..d00b5ccb254b4fe6d22bacd7cf414e24478b4982 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.28.8
+VER        = 1.28.9
 
 THISAPP    = cups-filters-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups-filters
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       = cups ghostscript
 
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 914fb53d31ff8500dc25d2e2c68ca5c1
+$(DL_FILE)_MD5 = 1ea8d0311463d4026f0f631a4843dec2
 
 install : $(TARGET)