X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sender-pp-092.zoho.com (sender-pp-092.zoho.com [135.84.80.237]) by lists.alpinelinux.org (Postfix) with ESMTP id 9A5ED5C4E26 for ; Fri, 26 Jan 2018 13:27:56 +0000 (GMT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id; b=HUlnoBnTYzpwD7G3TE2c6aMCf8R63iH8USTUNUUZtuo51adeRiSh9trgxYOw7jLIU4xj8hjI27I2 QAZ5w0iPvQA0uq6NWDDgRttAmVPtMliQgi4ep4y7DXCEpeOlG39Y Received: from localhost (89-76-36-159.dynamic.chello.pl [89.76.36.159]) by mx.zohomail.com with SMTPS id 1516973263567176.93399793139656; Fri, 26 Jan 2018 05:27:43 -0800 (PST) From: Przemyslaw Pawelczyk To: jakub@jirutka.cz Cc: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/imagemagick6: Upgrade to 6.9.9-34. Date: Fri, 26 Jan 2018 14:27:37 +0100 Message-Id: <20180126132737.28652-1-przemoc@zoho.com> X-Mailer: git-send-email 2.13.5 X-ZohoMailClient: External X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Changes: - Support aspect ratio geometry, e.g. -crop 3:2. - Add support for reading the HEIC image format. - Fix IM build when HEIC is enabled. - Fixed numerous memory leaks, credit to OSS Fuzz. It's worth to note that upstream sadly removes tarballs of old releases, so for instance ImageMagick-6.9.9-33.tar.xz is no longer available. --- community/imagemagick6/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD index 6676ef0e8e44..ac664731368c 100644 --- a/community/imagemagick6/APKBUILD +++ b/community/imagemagick6/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka pkgname=imagemagick6 _pkgname=ImageMagick -pkgver=6.9.9.33 +pkgver=6.9.9.34 _pkgver=${pkgver%.*}-${pkgver##*.} _abiver=${pkgname#imagemagick} pkgrel=0 @@ -106,4 +106,4 @@ _cxx() { mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="5edbb508d18f9f80be2630bc4f7682b325a189cffa3b8ced337ce932f5f39f4517307afb190df8ebf588e7338d4779fc23a660eb0294e2411aaa90b59327dd80 ImageMagick-6.9.9-33.tar.xz" +sha512sums="02ade120faa7946072dfc3e713b631755d29a020433f1a8213f439a9cfdd4b01dac423abec8adfc9de4d05734e54cdea4fbc07105c203371c117fd787805cfc9 ImageMagick-6.9.9-34.tar.xz" -- 2.13.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---