From 4ecca2b7bc5344f75c4e91770b47fa98297d334e Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 9 Jul 2017 01:55:09 +0200 Subject: [PATCH] unlzx, fix unsafe source (#1500) --- app-arch/unlzx/unlzx-1.1.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-arch/unlzx/unlzx-1.1.recipe b/app-arch/unlzx/unlzx-1.1.recipe index 9a3549f63..b103fd59b 100644 --- a/app-arch/unlzx/unlzx-1.1.recipe +++ b/app-arch/unlzx/unlzx-1.1.recipe @@ -5,8 +5,11 @@ these archives." HOMEPAGE="http://aminet.net/package/misc/unix/unlzx.c.gz" COPYRIGHT="2001 Erik Meusel" LICENSE="Public Domain" -REVISION="3" -SOURCE_URI="git+https://github.com/tweakdeveloper/unlzx.git#36a85e7" +REVISION="4" +srcGitRev="36a85e75eb8ef9a9ca2191cc275ff7d20def16ec" +SOURCE_URI="https://github.com/tweakdeveloper/unlzx/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="472f38164768989657cd57ef759624de5331ef7033f8723023ed67f520648eb5" +SOURCE_DIR="unlzx-$srcGitRev" ADDITIONAL_FILES="unlzx-expander-rules" ARCHITECTURES="x86_gcc2 x86"