pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libebml



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 18 09:57:48 UTC 2023

Modified Files:
        pkgsrc/devel/libebml: Makefile distinfo

Log Message:
libebml: updated to 1.4.5

Version 1.4.5 2023-12-12

Fix invalid memory access (reading beyond allocated memory) due to missing integer overflow check.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/libebml/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/libebml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libebml/Makefile
diff -u pkgsrc/devel/libebml/Makefile:1.56 pkgsrc/devel/libebml/Makefile:1.57
--- pkgsrc/devel/libebml/Makefile:1.56  Tue Jul 18 14:11:16 2023
+++ pkgsrc/devel/libebml/Makefile       Mon Dec 18 09:57:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2023/07/18 14:11:16 nia Exp $
+# $NetBSD: Makefile,v 1.57 2023/12/18 09:57:48 adam Exp $
 
-DISTNAME=      libebml-1.4.4
+DISTNAME=      libebml-1.4.5
 CATEGORIES=    devel
 MASTER_SITES=  http://dl.matroska.org/downloads/libebml/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/libebml/distinfo
diff -u pkgsrc/devel/libebml/distinfo:1.43 pkgsrc/devel/libebml/distinfo:1.44
--- pkgsrc/devel/libebml/distinfo:1.43  Mon Oct 10 07:37:54 2022
+++ pkgsrc/devel/libebml/distinfo       Mon Dec 18 09:57:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2022/10/10 07:37:54 adam Exp $
+$NetBSD: distinfo,v 1.44 2023/12/18 09:57:48 adam Exp $
 
-BLAKE2s (libebml-1.4.4.tar.xz) = bb7e422c3582605e19551087b827a2fa40b2ec6fe7c35d486ac8b0e9f823bce6
-SHA512 (libebml-1.4.4.tar.xz) = 24f2bf51cd71f583bdd3bb33dbf20b5adeb8e96345de3abf3014f3ae1b0610c1bd04b802f26b4a1a26f884a696d6accf784bed1510f12538a6664cbd9ae51d6d
-Size (libebml-1.4.4.tar.xz) = 64116 bytes
+BLAKE2s (libebml-1.4.5.tar.xz) = fb1b24b8b864fbf16d0fe6524e0929569301668d34713108fd7950cd036ac173
+SHA512 (libebml-1.4.5.tar.xz) = 6ee2afd538de8b028a1acd4a0f00a8aa230deac297573d868683e96f22fa4953858d3a1d8ab414ac27757f35699e6149f0aaef6eb4d235baa79226d8f36ccb5c
+Size (libebml-1.4.5.tar.xz) = 64408 bytes



Home | Main Index | Thread Index | Old Index