From patchwork Wed Apr 8 07:56:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Schonken X-Patchwork-Id: 459156 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id AC57A140134 for ; Wed, 8 Apr 2015 17:56:50 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=tyv6qIT0; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 26411A2672; Wed, 8 Apr 2015 07:56:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XdlXM8pa0uF8; Wed, 8 Apr 2015 07:56:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 01C93A2714; Wed, 8 Apr 2015 07:56:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 70C101C257B for ; Wed, 8 Apr 2015 07:56:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C5A18FBD8 for ; Wed, 8 Apr 2015 07:56:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2qyvEfmcE9u2 for ; Wed, 8 Apr 2015 07:56:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9E7578FAA1 for ; Wed, 8 Apr 2015 07:56:43 +0000 (UTC) Received: by wgin8 with SMTP id n8so79417838wgi.0 for ; Wed, 08 Apr 2015 00:56:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=PUpWVBOEmxcTfb/XFjUQye4yJK9IA6iWzb5ge7eD1xs=; b=tyv6qIT0J5hbqcXliRY8dZIVofCuYKFsI5nYsupUFh2DNQMxqyowwyEfRmGY6ROwZm qfgJ5imHE+vfV5qBtOfFO4Gr39eJms4b0M1YpbqmgZP1VH+YQFAeGBsnb4/2jvEjSIMM WS+i+Er8IDppFMEjkB8Odg56LjZVjKyZtYOFUkY0qLuNsy4UFrU4V3EDMtu9dB25hG8I YRCcf6Akx2tslGdhggPnYGmkwRvgzVyhWeBAinXh1ZUUWpcDvyQvplAe0LSlgc7t+BOT O6fjsUAmXThN2jvd6Q5YeM6FAjsvxhzs4SzDDwyeEv8qLWJrfBuXsSPbBnsn+wGTstwu 9ohw== X-Received: by 10.180.90.113 with SMTP id bv17mr12100420wib.3.1428479802342; Wed, 08 Apr 2015 00:56:42 -0700 (PDT) Received: from localhost.localdomain ([196.211.24.125]) by mx.google.com with ESMTPSA id m4sm14380187wjb.25.2015.04.08.00.56.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Apr 2015 00:56:41 -0700 (PDT) From: Olivier Schonken To: buildroot@busybox.net Date: Wed, 8 Apr 2015 09:56:13 +0200 Message-Id: <1428479774-29241-3-git-send-email-olivier.schonken@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1428479774-29241-1-git-send-email-olivier.schonken@gmail.com> References: <1428479774-29241-1-git-send-email-olivier.schonken@gmail.com> Cc: Olivier Schonken Subject: [Buildroot] [PATCH v3 3/4] package/gutenprint: Un-deprecate and bump version to 5.2.10 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Olivier Schonken --- package/gutenprint/Config.in | 1 - package/gutenprint/gutenprint.hash | 2 +- package/gutenprint/gutenprint.mk | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/gutenprint/Config.in b/package/gutenprint/Config.in index 686dbce..2826594 100644 --- a/package/gutenprint/Config.in +++ b/package/gutenprint/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_GUTENPRINT bool "gutenprint" # because of cups security issues - depends on BR2_DEPRECATED_SINCE_2015_05 depends on BR2_INSTALL_LIBSTDCPP depends on BR2_PACKAGE_CUPS select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE diff --git a/package/gutenprint/gutenprint.hash b/package/gutenprint/gutenprint.hash index 3cfe0e1..36c12cc 100644 --- a/package/gutenprint/gutenprint.hash +++ b/package/gutenprint/gutenprint.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 4b27e4f06f32d30271df89ecb6089bb11bcf2caec5f60b0909e083095354bca0 gutenprint-5.2.9.tar.bz2 +sha256 431f352b412dfb9809d126a85a37a1fcd1c1826275ace8cdcd4fd9a6ee360e59 gutenprint-5.2.10.tar.bz2 diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk index 3ff05b6..0bdc3bc 100644 --- a/package/gutenprint/gutenprint.mk +++ b/package/gutenprint/gutenprint.mk @@ -5,7 +5,7 @@ ################################################################################ GUTENPRINT_VERSION_MAJOR = 5.2 -GUTENPRINT_VERSION = $(GUTENPRINT_VERSION_MAJOR).9 +GUTENPRINT_VERSION = $(GUTENPRINT_VERSION_MAJOR).10 GUTENPRINT_SITE = http://downloads.sourceforge.net/project/gimp-print/gutenprint-$(GUTENPRINT_VERSION_MAJOR)/$(GUTENPRINT_VERSION) GUTENPRINT_SOURCE = gutenprint-$(GUTENPRINT_VERSION).tar.bz2 GUTENPRINT_LICENSE = GPLv2+