Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: Frank Vanbever via buildroot <buildroot@buildroot.org>
Cc: Frank Vanbever <frank.vanbever@mind.be>
Subject: Re: [Buildroot] [PATCH v2] package/libmodsecurity: bump to version 3.0.9
Date: Thu, 31 Aug 2023 14:30:38 +0200	[thread overview]
Message-ID: <87y1hrl7gx.fsf@48ers.dk> (raw)
In-Reply-To: <20230428192352.1353513-1-frank.vanbever@mind.be> (Frank Vanbever via buildroot's message of "Fri, 28 Apr 2023 21:23:51 +0200")

>>>>> "Frank" == Frank Vanbever via buildroot <buildroot@buildroot.org> writes:

 > - Drop 0003-Revert-Fix-maxminddb-link-on-FreeBSD.patch, handling of libmaxminddb
 >   was fixed upstream in d2b700d
 > - Drop 0004-build-pcre.m4-fix-build-without-pcre.patch, handling of PCRE was
 >   fixed upstream in 791964a

 > Signed-off-by: Frank Vanbever <frank.vanbever@mind.be>

Committed to 2023.02.x after marking it as a security bump, thanks.

> ---
 >  ...Revert-Fix-maxminddb-link-on-FreeBSD.patch | 28 ------------------
 >  ...build-pcre.m4-fix-build-without-pcre.patch | 29 -------------------
 >  package/libmodsecurity/libmodsecurity.hash    |  4 +--
 >  package/libmodsecurity/libmodsecurity.mk      |  4 +--
 >  4 files changed, 4 insertions(+), 61 deletions(-)
 >  delete mode 100644 package/libmodsecurity/0003-Revert-Fix-maxminddb-link-on-FreeBSD.patch
 >  delete mode 100644 package/libmodsecurity/0004-build-pcre.m4-fix-build-without-pcre.patch

 > diff --git a/package/libmodsecurity/0003-Revert-Fix-maxminddb-link-on-FreeBSD.patch b/package/libmodsecurity/0003-Revert-Fix-maxminddb-link-on-FreeBSD.patch
 > deleted file mode 100644
 > index 9608e3d935..0000000000
 > --- a/package/libmodsecurity/0003-Revert-Fix-maxminddb-link-on-FreeBSD.patch
 > +++ /dev/null
 > @@ -1,28 +0,0 @@
 > -From 6737dc133cb4811a000c02b4e0a92b72f0b220ee Mon Sep 17 00:00:00 2001
 > -From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > -Date: Fri, 16 Jul 2021 19:12:51 +0200
 > -Subject: [PATCH] Revert "Fix maxminddb link on FreeBSD"
 > -
 > -This reverts commit 785958f9b5089b918c7d054cbcc2fe4a3c7b3788.
 > -
 > -Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ----
 > - build/libmaxmind.m4 | 2 +-
 > - 1 file changed, 1 insertion(+), 1 deletion(-)
 > -
 > -diff --git a/build/libmaxmind.m4 b/build/libmaxmind.m4
 > -index 656fc250..02820b5a 100644
 > ---- a/build/libmaxmind.m4
 > -+++ b/build/libmaxmind.m4
 > -@@ -10,7 +10,7 @@ dnl  MAXMIND_VERSION
 > - AC_DEFUN([PROG_MAXMIND], [
 > - 
 > - # Possible names for the maxmind library/package (pkg-config)
 > --MAXMIND_POSSIBLE_LIB_NAMES="maxminddb maxmind"
 > -+MAXMIND_POSSIBLE_LIB_NAMES="libmaxminddb maxminddb maxmind"
 > - 
 > - # Possible extensions for the library
 > - MAXMIND_POSSIBLE_EXTENSIONS="so la sl dll dylib"
 > --- 
 > -2.30.2
 > -
 > diff --git a/package/libmodsecurity/0004-build-pcre.m4-fix-build-without-pcre.patch b/package/libmodsecurity/0004-build-pcre.m4-fix-build-without-pcre.patch
 > deleted file mode 100644
 > index 5a5baeacee..0000000000
 > --- a/package/libmodsecurity/0004-build-pcre.m4-fix-build-without-pcre.patch
 > +++ /dev/null
 > @@ -1,29 +0,0 @@
 > -From af96f4fe916adc7dc6d649a07c10b45c978d31a1 Mon Sep 17 00:00:00 2001
 > -From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > -Date: Wed, 27 Jul 2022 14:17:20 +0200
 > -Subject: [PATCH] build/pcre.m4: fix build without pcre
 > -
 > -Don't raise an error if pcre is disabled now that pcre2 is supported
 > -
 > -Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > -[Upstream status: not sent (no feedback on
 > -https://github.com/SpiderLabs/ModSecurity/pull/2596)]
 > ----
 > - build/pcre.m4 | 1 -
 > - 1 file changed, 1 deletion(-)
 > -
 > -diff --git a/build/pcre.m4 b/build/pcre.m4
 > -index f6c9ae18..3e40f5c9 100644
 > ---- a/build/pcre.m4
 > -+++ b/build/pcre.m4
 > -@@ -99,7 +99,6 @@ AC_SUBST(PCRE_LD_PATH)
 > - 
 > - if test -z "${PCRE_VERSION}"; then
 > -     AC_MSG_NOTICE([*** pcre library not found.])
 > --    ifelse([$2], , AC_MSG_ERROR([pcre library is required]), $2)

 > - else
 > -     AC_MSG_NOTICE([using pcre v${PCRE_VERSION}])
 > -     ifelse([$1], , , $1) 
 > --- 
 > -2.35.1
 > -

 > diff --git a/package/libmodsecurity/libmodsecurity.hash b/package/libmodsecurity/libmodsecurity.hash
 > index 7ba0ef7f18..c79ae1cf45 100644
 > --- a/package/libmodsecurity/libmodsecurity.hash
 > +++ b/package/libmodsecurity/libmodsecurity.hash
 > @@ -1,4 +1,4 @@
 > -# From https://github.com/SpiderLabs/ModSecurity/releases/download/v3.0.8/modsecurity-v3.0.8.tar.gz.sha256
 > -sha256  e241c89b3cd7e58a863d0d0d6b9b8ba4d33ffb0f51171044c258c62e3e7956c7  modsecurity-v3.0.8.tar.gz
 > +# From https://github.com/SpiderLabs/ModSecurity/releases/download/v3.0.9/modsecurity-v3.0.9.tar.gz.sha256
 > +sha256  a5111ecd23e332a1d7c9652dbdb18517a96b21573315cb887a8e86761b95d3d8  modsecurity-v3.0.9.tar.gz
 >  # Localy calculated
 >  sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
 > diff --git a/package/libmodsecurity/libmodsecurity.mk b/package/libmodsecurity/libmodsecurity.mk
 > index e83fda895f..335f3a41e5 100644
 > --- a/package/libmodsecurity/libmodsecurity.mk
 > +++ b/package/libmodsecurity/libmodsecurity.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -LIBMODSECURITY_VERSION = 3.0.8
 > +LIBMODSECURITY_VERSION = 3.0.9
 >  LIBMODSECURITY_SOURCE = modsecurity-v$(LIBMODSECURITY_VERSION).tar.gz
 >  LIBMODSECURITY_SITE = https://github.com/SpiderLabs/ModSecurity/releases/download/v$(LIBMODSECURITY_VERSION)
 >  LIBMODSECURITY_INSTALL_STAGING = YES
 > @@ -12,7 +12,7 @@ LIBMODSECURITY_LICENSE = Apache-2.0
 >  LIBMODSECURITY_LICENSE_FILES = LICENSE
 >  LIBMODSECURITY_CPE_ID_VENDOR = trustwave
 >  LIBMODSECURITY_CPE_ID_PRODUCT = modsecurity
 > -# We're patching build/libmaxmind.m4 and build/pcre.m4
 > +# We're patching configure.ac
 >  LIBMODSECURITY_AUTORECONF = YES
 
 >  LIBMODSECURITY_DEPENDENCIES = pcre2
 > -- 

 > 2.37.2

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2023-08-31 12:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 19:14 [Buildroot] [PATCH 1/1] package/libmodsecurity - bump version to 3.0.9 Frank Vanbever via buildroot
2023-04-28 19:23 ` [Buildroot] [PATCH v2] package/libmodsecurity: bump to version 3.0.9 Frank Vanbever via buildroot
2023-05-01  7:28   ` Peter Korsgaard
2023-08-31 12:30   ` Peter Korsgaard [this message]

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=87y1hrl7gx.fsf@48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    --cc=frank.vanbever@mind.be \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox