cups: Update to 2.0.3 (was: Re: Pull request - cups 2.0.3)

Message ID 55A9FA2B.4090603@t-online.de
State Accepted
Headers

Message

Matthias Fischer July 18, 2015, 5:03 p.m. UTC
  Hi,

On 17.07.2015 17:47, Michael Tremer wrote:
> I also would appreciate if you could send in your changes as patches...

I hope, this is better now. I changed the subject accordingly.

Regarding the missing (https / ipps) backend-files, I tested with 
'--enable-ssl', '--enable-gnutls' (missing!) and 'enable-cdsassl', but 
no luck.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
+# Copyright (C) 2007-2015  IPFire Team  <info@ipfire.org> 
        #
  # 
         #
  # This program is free software: you can redistribute it and/or modify 
        #
  # it under the terms of the GNU General Public License as published by 
        #
@@ -24,7 +24,7 @@

  include Config

-VER        = 1.7.5
+VER        = 2.0.3

  THISAPP    = cups-$(VER)
  DL_FILE    = $(THISAPP)-source.tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
  DIR_APP    = $(DIR_SRC)/cups-$(VER)
  TARGET     = $(DIR_INFO)/$(THISAPP)
  PROG       = cups
-PAK_VER    = 11
+PAK_VER    = 12

  DEPS       = "ghostscript"

@@ -44,7 +44,7 @@ objects = $(DL_FILE)

  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)

-$(DL_FILE)_MD5 = 5d893edc2957005f78e2b2423fdace2e
+$(DL_FILE)_MD5 = 8d98b85edbdab7ab03739c9622f570e8

  install : $(TARGET)

@@ -77,7 +77,6 @@ $(subst %,%_MD5,$(objects)) :
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
  	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/cups-str4609.patch
  	cd $(DIR_APP) && \
  		./configure \
  			--prefix=/usr \
--
2.4.6