From 4f6ab0078700c20d575ffee4fec8713a06a7b365 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 17 Jan 2019 12:08:02 -0300 Subject: [PATCH] recipes: compressors/clzip: upgraded to version 1.11 --- recipes/compressors/clzip/recipe | 7 ++++--- sources/SOURCELIST.txt | 2 +- sources/clzip-1.10.tar.gz.sha256 | 1 - sources/clzip-1.11.tar.gz.sha256 | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 sources/clzip-1.10.tar.gz.sha256 create mode 100644 sources/clzip-1.11.tar.gz.sha256 diff --git a/recipes/compressors/clzip/recipe b/recipes/compressors/clzip/recipe index 1046d09f..f5d89b65 100644 --- a/recipes/compressors/clzip/recipe +++ b/recipes/compressors/clzip/recipe @@ -1,6 +1,6 @@ # Build recipe for clzip. # -# Copyright (c) 2016-2018 Matias Fonzo, . +# Copyright (c) 2016-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=clzip -version=1.10 +version=1.11 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -61,7 +61,8 @@ build() # Set sane permissions chmod -R u+w,go-w,a+rX-s . - ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS -static" \ + ./configure CFLAGS="$QICFLAGS -Wall -W" \ + LDFLAGS="$QILDFLAGS -static" \ $configure_args \ --infodir=$infodir \ --mandir=$mandir \ diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 12716227..8fd3b4a2 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -63,7 +63,7 @@ http://download.samba.org/pub/rsync/src/rsync-3.1.3.tar.gz http://download.savannah.gnu.org/releases/acl/acl-2.2.53.tar.gz http://download.savannah.gnu.org/releases/attr/attr-2.4.48.tar.gz http://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.bz2 -http://download.savannah.gnu.org/releases/lzip/clzip/clzip-1.10.tar.gz +http://download.savannah.gnu.org/releases/lzip/clzip/clzip-1.11.tar.gz http://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-1.21-pre1.tar.lz http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.11.tar.lz http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.8.tar.lz diff --git a/sources/clzip-1.10.tar.gz.sha256 b/sources/clzip-1.10.tar.gz.sha256 deleted file mode 100644 index 25c2f082..00000000 --- a/sources/clzip-1.10.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -e33506b4654b87ff1d5f02ce3db23363dd1a674c00625d799644f93628acac0f clzip-1.10.tar.gz diff --git a/sources/clzip-1.11.tar.gz.sha256 b/sources/clzip-1.11.tar.gz.sha256 new file mode 100644 index 00000000..f48cc10b --- /dev/null +++ b/sources/clzip-1.11.tar.gz.sha256 @@ -0,0 +1 @@ +d9d51212afa80371dc2546d278ef8ebbb3cd57c06fdd761b7b204497586d24c0 clzip-1.11.tar.gz -- 2.11.4.GIT