X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id D4F99F831A6 for ; Mon, 11 Feb 2019 13:37:27 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 550965A404 for ; Mon, 11 Feb 2019 16:37:24 +0300 (MSK) From: alpine-mips-patches Date: Mon, 11 Feb 2019 13:18:22 +0000 Subject: [alpine-aports] [PATCH] main/unrar: upgrade to 5.7.1 To: alpine-aports@lists.alpinelinux.org Message-Id: <20190211133724.550965A404@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: There is apparently no changelog but diff from 5.6.8 shows lots of wcscpy -> wcsncpyz replacements and similar changes so upgrading seems like a good idea. --- main/unrar/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/unrar/APKBUILD b/main/unrar/APKBUILD index 91fb0ff635..b577879006 100644 --- a/main/unrar/APKBUILD +++ b/main/unrar/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=unrar -pkgver=5.6.8 +pkgver=5.7.1 pkgrel=0 pkgdesc="RAR uncompression program" url="https://www.rarlab.com" @@ -29,5 +29,5 @@ package() { "$pkgdir/usr/share/licenses/$pkgname/license.txt" } -sha512sums="5410308d7f462824bc10087cdc4515c58aaad776cc09eb6491864a338ae00ff35e3b54d1e7250c0a9576554ea382383155be718a0b95d7af00f27d5df04f4f56 unrarsrc-5.6.8.tar.gz +sha512sums="6d8a18e44453dbfb610ad4fdc9bac6fc1469f8e04fbf6faf0a119c1a582e60cb51e68aec4552316717cc2133473120973c97a71806e30ef45f1d39070edaf610 unrarsrc-5.7.1.tar.gz 2caa145c2fb1257c3cea1f552cba7bf8a3f8772c65c9751aad3fb5bec4957c7fefdb7bbb016c94b73d4778cef76460ddc2abafa8a12d09ebd24bcb6f1dcb263c makefile.patch" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---