Update libebml to 1.4.2

This update fixs CVE-2021-3405.

From Brad, thanks.
This commit is contained in:
rsadowski 2021-02-20 06:34:28 +00:00
parent d447fd3029
commit b5c17dbe00
3 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.25 2020/12/02 06:44:09 rsadowski Exp $
# $OpenBSD: Makefile,v 1.26 2021/02/20 06:34:28 rsadowski Exp $
COMMENT= Extensible Binary Meta Language library
DISTNAME= libebml-1.4.0
DISTNAME= libebml-1.4.2
CATEGORIES= textproc
MASTER_SITES= https://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.xz
SHARED_LIBS= ebml 4.0
HOMEPAGE= http://www.matroska.org/
HOMEPAGE= https://www.matroska.org/
MAINTAINER= Brad Smith <brad@comstyle.com>

View File

@ -1,2 +1,2 @@
SHA256 (libebml-1.4.0.tar.xz) = gKvJqCVJYVAYeY7nBJlycKObQ96abn4NI7YvjOaCxLM=
SIZE (libebml-1.4.0.tar.xz) = 69944
SHA256 (libebml-1.4.2.tar.xz) = QccjfOBYKPsiD2IIYBiwgK9NtLsULzG+wAIskliJufI=
SIZE (libebml-1.4.2.tar.xz) = 70484

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-CMakeLists_txt,v 1.2 2020/12/02 06:44:09 rsadowski Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.3 2021/02/20 06:34:28 rsadowski Exp $
Add options for building and installing shared, static libraries
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -5,6 +5,8 @@ project(ebml VERSION 1.4.0)
@@ -5,6 +5,8 @@ project(ebml VERSION 1.4.2)
option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
option(ENABLE_WIN32_IO "Build the Windows I/O helper class" OFF)