From a5d772b9e9c1750ada9583fc3f976b166319a31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Tue, 1 Feb 2022 11:43:56 +0100 Subject: groups/231.native_packages_etc.group: clzip: bump to v1.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- groups/231.native_packages_etc.group | 4 ++-- patches/clzip-1.12_pre.local.patch | 12 ------------ patches/clzip-1.13_pre.local.patch | 12 ++++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 patches/clzip-1.12_pre.local.patch create mode 100644 patches/clzip-1.13_pre.local.patch diff --git a/groups/231.native_packages_etc.group b/groups/231.native_packages_etc.group index 2dc83a44..71a19a81 100644 --- a/groups/231.native_packages_etc.group +++ b/groups/231.native_packages_etc.group @@ -65,8 +65,8 @@ zstd")"; : ${PKG_CHEROKEE_URLS_GIT:=cherokee=https://github.com/cherokee/webserver.git@master}; : ${PKG_CHEROKEE_CONFIGURE_ARGS_EXTRA:="--with-python=${PREFIX}/bin/python2 --without-epoll --without-php"}; : ${PKG_CHEROKEE_IN_TREE:=1}; -: ${PKG_CLZIP_SHA256SUM:=fcc92b3006d87b7c4affa03fe9dcc4869a802253052653200c26f6ba718bfee8}; -: ${PKG_CLZIP_VERSION:=1.12}; +: ${PKG_CLZIP_SHA256SUM:=7ac9fbf5036bf50fb0b6a20e84d2293cb0d24d4044eaf33cbe9760bb9e7fea7a}; +: ${PKG_CLZIP_VERSION:=1.13}; : ${PKG_CLZIP_URL:=https://download.savannah.gnu.org/releases/lzip/clzip/clzip-${PKG_CLZIP_VERSION}.tar.gz}; : ${PKG_CLZIP_CONFIGURE_ARGS:="CC=${DEFAULT_TARGET}-gcc --prefix="}; : ${PKG_CLZIP_INSTALL_FILES_V2:="@clzip=bin/lzip"}; diff --git a/patches/clzip-1.12_pre.local.patch b/patches/clzip-1.12_pre.local.patch deleted file mode 100644 index 57175290..00000000 --- a/patches/clzip-1.12_pre.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru clzip-1.12.orig/configure clzip-1.12/configure ---- clzip-1.12.orig/configure 2021-01-01 16:37:55.000000000 +0100 -+++ clzip-1.12/configure 2021-01-13 12:42:25.898898082 +0100 -@@ -22,7 +22,7 @@ - mandir='$(datarootdir)/man' - CC=gcc - CPPFLAGS= --CFLAGS='-Wall -W -O2' -+CFLAGS ?= '-Wall -W -O2' - LDFLAGS= - - # checking whether we are using GNU C. diff --git a/patches/clzip-1.13_pre.local.patch b/patches/clzip-1.13_pre.local.patch new file mode 100644 index 00000000..57175290 --- /dev/null +++ b/patches/clzip-1.13_pre.local.patch @@ -0,0 +1,12 @@ +diff -ru clzip-1.12.orig/configure clzip-1.12/configure +--- clzip-1.12.orig/configure 2021-01-01 16:37:55.000000000 +0100 ++++ clzip-1.12/configure 2021-01-13 12:42:25.898898082 +0100 +@@ -22,7 +22,7 @@ + mandir='$(datarootdir)/man' + CC=gcc + CPPFLAGS= +-CFLAGS='-Wall -W -O2' ++CFLAGS ?= '-Wall -W -O2' + LDFLAGS= + + # checking whether we are using GNU C. -- cgit v1.2.3