All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/c-icap-modules: bump to version 0.5.3
Date: Tue, 24 Sep 2019 20:19:30 +0200	[thread overview]
Message-ID: <20190924181930.13380-2-fontaine.fabrice@gmail.com> (raw)
In-Reply-To: <20190924181930.13380-1-fontaine.fabrice@gmail.com>

- Remove zlib option (dropped since version 0.5.1 and
  https://github.com/c-icap/c-icap-modules/commit/51e78cf08a0a92b58037abcbbcacba962874d0b0)
- Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/c-icap-modules/c-icap-modules.hash | 10 +++++++---
 package/c-icap-modules/c-icap-modules.mk   |  9 +--------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/package/c-icap-modules/c-icap-modules.hash b/package/c-icap-modules/c-icap-modules.hash
index a9fee87e43..fa0eb08983 100644
--- a/package/c-icap-modules/c-icap-modules.hash
+++ b/package/c-icap-modules/c-icap-modules.hash
@@ -1,3 +1,7 @@
-# From http://sourceforge.net/projects/c-icap/files/c-icap-modules/0.4.x/
-md5 1a7eaa7a34ff35c2440cf303f7b45f22  c_icap_modules-0.4.5.tar.gz
-sha1 515145e6d29413aff8543937504dc5c419043fd5  c_icap_modules-0.4.5.tar.gz
+# From http://sourceforge.net/projects/c-icap/files/c-icap-modules/0.5.x/
+md5 d5f1e553cfe60180f9fa22c9a13005be  c_icap_modules-0.5.3.tar.gz
+sha1 df76f30b2cc29aeef700f477693e7017eaa847f4  c_icap_modules-0.5.3.tar.gz
+
+# Locally calculated
+sha256 6e2f87a60379ffde26947c6e82ff0c7f614bc005588bf1efb40c74f69c82f925  c_icap_modules-0.5.3.tar.gz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/c-icap-modules/c-icap-modules.mk b/package/c-icap-modules/c-icap-modules.mk
index d75437898c..b5356b1db1 100644
--- a/package/c-icap-modules/c-icap-modules.mk
+++ b/package/c-icap-modules/c-icap-modules.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-C_ICAP_MODULES_VERSION = 0.4.5
+C_ICAP_MODULES_VERSION = 0.5.3
 C_ICAP_MODULES_SOURCE = c_icap_modules-$(C_ICAP_MODULES_VERSION).tar.gz
 C_ICAP_MODULES_SITE = http://downloads.sourceforge.net/c-icap
 C_ICAP_MODULES_LICENSE = GPL-2.0+
@@ -15,13 +15,6 @@ C_ICAP_MODULES_CONF_OPTS = \
 	--with-c-icap=$(STAGING_DIR)/usr/ \
 	--without-clamav
 
-ifeq ($(BR2_PACKAGE_ZLIB),y)
-C_ICAP_MODULES_CONF_OPTS += --with-zlib
-C_ICAP_MODULES_DEPENDENCIES += zlib
-else
-C_ICAP_MODULES_CONF_OPTS += --without-zlib
-endif
-
 ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
 C_ICAP_MODULES_CONF_OPTS += --with-bdb
 C_ICAP_MODULES_DEPENDENCIES += berkeleydb
-- 
2.23.0

  reply	other threads:[~2019-09-24 18:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24 18:19 [Buildroot] [PATCH 1/2] package/c-icap: bump to version 0.5.5 Fabrice Fontaine
2019-09-24 18:19 ` Fabrice Fontaine [this message]
2019-09-24 21:15 ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190924181930.13380-2-fontaine.fabrice@gmail.com \
    --to=fontaine.fabrice@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.