All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/snort: bump to version 2.9.14.1
@ 2019-09-04  0:51 Sergio Prado
  2019-09-04 19:44 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Sergio Prado @ 2019-09-04  0:51 UTC (permalink / raw)
  To: buildroot

Since configure is using PKG_CHECK_MODULES macro, we need to
unconditionally depends on host-pkgconf.

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
---
 package/snort/snort.hash | 2 +-
 package/snort/snort.mk   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/snort/snort.hash b/package/snort/snort.hash
index abe85920cf1e..69b3210c0210 100644
--- a/package/snort/snort.hash
+++ b/package/snort/snort.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256 7b02e11987c6cb4f6d79d72799ca9ad2b4bd59cc1d96bb7d6c91549f990d99d0  snort-2.9.12.tar.gz
+sha256 2472989da3aace000d1ea5931ece68f8e5cc0c511e272d65182113a2481e822d  snort-2.9.14.1.tar.gz
 
 # Hash for license files:
 sha256 f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7  LICENSE
diff --git a/package/snort/snort.mk b/package/snort/snort.mk
index 191ef673d745..bfb6f9f91b9d 100644
--- a/package/snort/snort.mk
+++ b/package/snort/snort.mk
@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-SNORT_VERSION = 2.9.12
+SNORT_VERSION = 2.9.14.1
 SNORT_SITE = https://www.snort.org/downloads/snort
 SNORT_LICENSE = GPL-2.0
 SNORT_LICENSE_FILES = LICENSE COPYING
 
-SNORT_DEPENDENCIES = libpcap libdnet daq pcre
+SNORT_DEPENDENCIES = libpcap libdnet daq pcre host-pkgconf
 
 # patching configure.in
 SNORT_AUTORECONF = YES
@@ -25,7 +25,7 @@ SNORT_CFLAGS += -O0
 endif
 
 ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
-SNORT_DEPENDENCIES += libtirpc host-pkgconf
+SNORT_DEPENDENCIES += libtirpc
 SNORT_CFLAGS += `$(PKG_CONFIG_HOST_BINARY) --cflags libtirpc`
 SNORT_LIBS += `$(PKG_CONFIG_HOST_BINARY) --libs libtirpc`
 endif
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/snort: bump to version 2.9.14.1
  2019-09-04  0:51 [Buildroot] [PATCH] package/snort: bump to version 2.9.14.1 Sergio Prado
@ 2019-09-04 19:44 ` Peter Korsgaard
  2019-09-17 17:53   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-04 19:44 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 4, 2019 at 2:52 AM Sergio Prado <sergio.prado@e-labworks.com> wrote:
>
> Since configure is using PKG_CHECK_MODULES macro, we need to
> unconditionally depends on host-pkgconf.
>
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/snort: bump to version 2.9.14.1
  2019-09-04 19:44 ` Peter Korsgaard
@ 2019-09-17 17:53   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-17 17:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > On Wed, Sep 4, 2019 at 2:52 AM Sergio Prado <sergio.prado@e-labworks.com> wrote:
 >> 
 >> Since configure is using PKG_CHECK_MODULES macro, we need to
 >> unconditionally depends on host-pkgconf.
 >> 
 >> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>

Given that this just contains a minor fix, committed to 2019.08.x -
thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-17 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04  0:51 [Buildroot] [PATCH] package/snort: bump to version 2.9.14.1 Sergio Prado
2019-09-04 19:44 ` Peter Korsgaard
2019-09-17 17:53   ` Peter Korsgaard

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.