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 Oct  3 11:50:19 UTC 2022

Modified Files:
        pkgsrc/devel/libebml: Makefile distinfo
Removed Files:
        pkgsrc/devel/libebml/patches: patch-src_EbmlString.cpp
            patch-src_EbmlUnicodeString.cpp

Log Message:
libebml: updated to 1.4.3

Version 1.4.3 2022-09-30

* A C++14 compliant C++ compiler is now required.
* Fix compilation with g++ 11.
* Remove Coremake project files
* Updated the bundled utf8cpp to v3.2.1.
* Fixed several problems in `EbmlBinary:` potential segfault by
  writing to a `nullptr`, potential memory leak under certain error
  conditions.
* Fixed problems with the generated `pkg-config` files if any of the
  installation paths are absolute.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/libebml/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libebml/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libebml/patches/patch-src_EbmlString.cpp \
    pkgsrc/devel/libebml/patches/patch-src_EbmlUnicodeString.cpp

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.50 pkgsrc/devel/libebml/Makefile:1.51
--- pkgsrc/devel/libebml/Makefile:1.50  Thu Feb 18 19:18:50 2021
+++ pkgsrc/devel/libebml/Makefile       Mon Oct  3 11:50:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/02/18 19:18:50 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/10/03 11:50:19 adam Exp $
 
-DISTNAME=      libebml-1.4.2
+DISTNAME=      libebml-1.4.3
 CATEGORIES=    devel
 MASTER_SITES=  http://dl.matroska.org/downloads/libebml/
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +11,7 @@ COMMENT=      Extensible Binary Meta Language
 LICENSE=       gnu-lgpl-v2.1
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++14
 CMAKE_ARGS+=           -DBUILD_SHARED_LIBS=YES
 PKGCONFIG_OVERRIDE=    libebml.pc.in
 

Index: pkgsrc/devel/libebml/distinfo
diff -u pkgsrc/devel/libebml/distinfo:1.41 pkgsrc/devel/libebml/distinfo:1.42
--- pkgsrc/devel/libebml/distinfo:1.41  Tue Oct 26 10:15:18 2021
+++ pkgsrc/devel/libebml/distinfo       Mon Oct  3 11:50:19 2022
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.41 2021/10/26 10:15:18 nia Exp $
+$NetBSD: distinfo,v 1.42 2022/10/03 11:50:19 adam Exp $
 
-BLAKE2s (libebml-1.4.2.tar.xz) = 86fd0ae929c40fcbe2597af51877696d5c5104cbaec656177fb5a3f709e0ff05
-SHA512 (libebml-1.4.2.tar.xz) = b9535b60ba2716053819d48e345f161ad797a74678fdf60797d652da9dfa7cab905669dac744f30a81083341462bac6f2a0e69fa7d80ee59cf7414bffbd667d5
-Size (libebml-1.4.2.tar.xz) = 70484 bytes
-SHA1 (patch-src_EbmlString.cpp) = b5d863d9e535feda3d45e67d7c8ae359ffc06428
-SHA1 (patch-src_EbmlUnicodeString.cpp) = 899601e0f4cd3411037a8c94e4aefb0a95c1605d
+BLAKE2s (libebml-1.4.3.tar.xz) = b078a6c26065f91c8f957753205a4faa4b3d47d1d60e0edc69990f8b7228f83d
+SHA512 (libebml-1.4.3.tar.xz) = 6a7a544f3f5a273eaab8c71aa692492cbfb671b3d73f03ab76438843a9a7a9379f9cffdae0e1452cf064e43c10ad82424645504a23d7f3336eabcd38f2621d0a
+Size (libebml-1.4.3.tar.xz) = 63988 bytes



Home | Main Index | Thread Index | Old Index