Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/p7zip: bump to version v17.04
Date: Mon, 19 Jul 2021 23:17:19 +0200	[thread overview]
Message-ID: <20210719231719.5c1de495@windsurf> (raw)
In-Reply-To: <20210719192112.3905400-1-nerv@dawncrow.de>

On Mon, 19 Jul 2021 21:21:12 +0200
Andr? Zwing <nerv@dawncrow.de> wrote:

> This new attempt to maintain p7zip is already picked up by Distributions.
> It fixes CVE-2016-9296, CVE-2017-17969, CVE-2018-5996 and CVE-2018-10115.
> Note that the version is now prefixed with 'v'.
> 
> Signed-off-by: Andr? Zwing <nerv@dawncrow.de>

Thanks for this patch, I have applied, but after doing one change.

> -P7ZIP_VERSION = 16.02
> -P7ZIP_SOURCE = p7zip_$(P7ZIP_VERSION)_src_all.tar.bz2
> -P7ZIP_SITE = http://downloads.sourceforge.net/project/p7zip/p7zip/$(P7ZIP_VERSION)
> +P7ZIP_VERSION = v17.04
> +P7ZIP_SITE = $(call github,jinfeihan57,p7zip,$(P7ZIP_VERSION))

This should have been:

P7ZIP_VERSION = 17.04
P7ZIP_SITE = $(call github,jinfeihan57,p7zip,v$(P7ZIP_VERSION))

So that the "v" isn't in the version prefix. Indeed, we do some
matching against release-monitoring.org, and they store versions
without "v" prefixes. See https://release-monitoring.org/project/2583/

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2021-07-19 21:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19 19:21 [Buildroot] [PATCH] package/p7zip: bump to version v17.04 André Zwing
2021-07-19 21:17 ` Thomas Petazzoni [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=20210719231719.5c1de495@windsurf \
    --to=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox