cups: Update to 2.0.3 (was: Re: Pull request - cups 2.0.3)
Message ID | 55A9FA2B.4090603@t-online.de |
---|---|
State | Accepted |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 9C47A61FF3 for <patchwork@ipfire.org>; Sat, 18 Jul 2015 09:04:37 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1BB3D24D8; Sat, 18 Jul 2015 09:04:37 +0200 (CEST) Received-SPF: None (no SPF record) identity=mailfrom; client-ip=194.25.134.82; helo=mailout05.t-online.de; envelope-from=fischerm42@t-online.de; receiver=development@lists.ipfire.org Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPS id 19DB323C1 for <development@lists.ipfire.org>; Sat, 18 Jul 2015 09:04:33 +0200 (CEST) Received: from fwd04.aul.t-online.de (fwd04.aul.t-online.de [172.20.26.149]) by mailout05.t-online.de (Postfix) with SMTP id 425932C97BB for <development@lists.ipfire.org>; Sat, 18 Jul 2015 09:04:33 +0200 (CEST) Received: from [192.168.100.1] (V+A1QGZGrhB14KXLsBh-pnMdnmNm2T5d-IdIgxseHdu+5VKCipwwySbR1GjG15dwFc@[87.144.91.205]) by fwd04.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZGMAi-0djZA00; Sat, 18 Jul 2015 09:04:32 +0200 Subject: [PATCH] cups: Update to 2.0.3 (was: Re: Pull request - cups 2.0.3) To: "IPFire: Development-List" <development@lists.ipfire.org> References: <55A9217E.6070508@t-online.de> <1437148055.3316.5.camel@ipfire.org> From: Matthias Fischer <fischerm42@t-online.de> Organization: None Message-ID: <55A9FA2B.4090603@t-online.de> Date: Sat, 18 Jul 2015 09:03:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1437148055.3316.5.camel@ipfire.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: V+A1QGZGrhB14KXLsBh-pnMdnmNm2T5d-IdIgxseHdu+5VKCipwwySbR1GjG15dwFc X-TOI-MSGID: ed9c73ab-c445-461e-853f-52779779ae48 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
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