All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [PATCH] giflib: upgrade 5.1.4 -> 5.2.1
       [not found] <1681A89D284BA877.10560@lists.openembedded.org>
@ 2021-05-23  9:40 ` Andreas Müller
  0 siblings, 0 replies; only message in thread
From: Andreas Müller @ 2021-05-23  9:40 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

Forgot to mention: This is V3
On Sun, May 23, 2021 at 11:39 AM Andreas Müller via
lists.openembedded.org
<schnitzeltony=gmail.com@lists.openembedded.org> wrote:
>
> * Project removed autotools configuration files. It is now a pure Makefile
>   build so autotools are not required any more
> * Checked sources: Back ported CVE-patch can go
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../giflib/files/CVE-2019-15133.patch         | 23 -------------------
>  .../{giflib_5.1.4.bb => giflib_5.2.1.bb}      | 18 +++++++--------
>  2 files changed, 9 insertions(+), 32 deletions(-)
>  delete mode 100644 meta-oe/recipes-devtools/giflib/files/CVE-2019-15133.patch
>  rename meta-oe/recipes-devtools/giflib/{giflib_5.1.4.bb => giflib_5.2.1.bb} (52%)
>
> diff --git a/meta-oe/recipes-devtools/giflib/files/CVE-2019-15133.patch b/meta-oe/recipes-devtools/giflib/files/CVE-2019-15133.patch
> deleted file mode 100644
> index 9957be82f..000000000
> --- a/meta-oe/recipes-devtools/giflib/files/CVE-2019-15133.patch
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -From 799eb6a3af8a3dd81e2429bf11a72a57e541f908 Mon Sep 17 00:00:00 2001
> -From: "Eric S. Raymond" <esr@thyrsus.com>
> -Date: Sun, 17 Mar 2019 12:37:21 -0400
> -Subject: [PATCH] Address SF bug #119: MemorySanitizer: FPE on unknown address
> -
> ----
> - dgif_lib.c | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -Upstream-status: Backport [https://sourceforge.net/p/giflib/code/ci/799eb6a3af8a3dd81e2429bf11a72a57e541f908/]
> -CVE: CVE-2019-15133
> -
> ---- a/lib/dgif_lib.c   2021-01-13 19:28:18.923493586 +0100
> -+++ b/lib/dgif_lib.c   2021-01-13 19:28:55.245863085 +0100
> -@@ -1099,7 +1099,7 @@ DGifSlurp(GifFileType *GifFile)
> -
> -               sp = &GifFile->SavedImages[GifFile->ImageCount - 1];
> -               /* Allocate memory for the image */
> --              if (sp->ImageDesc.Width < 0 && sp->ImageDesc.Height < 0 &&
> -+              if (sp->ImageDesc.Width <= 0 && sp->ImageDesc.Height <= 0 &&
> -                       sp->ImageDesc.Width > (INT_MAX / sp->ImageDesc.Height)) {
> -                   return GIF_ERROR;
> -               }
> diff --git a/meta-oe/recipes-devtools/giflib/giflib_5.1.4.bb b/meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb
> similarity index 52%
> rename from meta-oe/recipes-devtools/giflib/giflib_5.1.4.bb
> rename to meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb
> index 1871bab46..105c53eab 100644
> --- a/meta-oe/recipes-devtools/giflib/giflib_5.1.4.bb
> +++ b/meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb
> @@ -3,14 +3,17 @@ SECTION = "libs"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
>
> -SRC_URI = " \
> -    ${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2 \
> -    file://CVE-2019-15133.patch \
> -"
> -
>  CVE_PRODUCT = "giflib_project:giflib"
>
> -inherit autotools
> +DEPENDS = "xmlto-native"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.gz"
> +SRC_URI[sha256sum] = "31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd"
> +
> +do_install() {
> +    # using autotools's default will end up in /usr/local
> +    oe_runmake DESTDIR=${D} PREFIX=${prefix} LIBDIR=${libdir} install
> +}
>
>  PACKAGES += "${PN}-utils"
>  FILES_${PN} = "${libdir}/libgif.so.*"
> @@ -19,6 +22,3 @@ FILES_${PN}-utils = "${bindir}"
>  BBCLASSEXTEND = "native"
>
>  RDEPENDS_${PN}-utils = "perl"
> -
> -SRC_URI[md5sum] = "2c171ced93c0e83bb09e6ccad8e3ba2b"
> -SRC_URI[sha256sum] = "df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5"
> --
> 2.31.1
>
>
> 
>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-23  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1681A89D284BA877.10560@lists.openembedded.org>
2021-05-23  9:40 ` [oe] [PATCH] giflib: upgrade 5.1.4 -> 5.2.1 Andreas Müller

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.