devel/libebml: update to 1.3.5
Released v1.3.5. * The function EbmlMaster::CheckMandatory() will now only return false if a mandatory element is missing for which there's no default value in the specifications. This means that callers such as EbmlMaster::UpdateSize() and by extension EbmlMaster::Render() will not insist on all mandatory elements being present anymore, but only those for which there's no default value. * Added a template function `FindNextChild`. Patch by C.W. Betts. * Fix reading and EBML element even though the ID was not found within * Fixed an instance of undefined behavior in EbmlElement::GetSemantic() due to binding a dereferenced null pointer to a reference. * Replaced the outdated address of the Free Software Foundation with their current one.
This commit is contained in:
parent
3e61b205fc
commit
a2dc4ed3dd
2 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.41 2017/08/16 20:21:07 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2017/09/17 10:04:28 adam Exp $
|
||||
|
||||
DISTNAME= libebml-1.3.4
|
||||
DISTNAME= libebml-1.3.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= salo@NetBSD.org
|
||||
HOMEPAGE= https://sourceforge.net/projects/ebml/
|
||||
|
@ -13,9 +13,7 @@ LICENSE= gnu-lgpl-v2.1
|
|||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
PKGCONFIG_OVERRIDE= libebml.pc.in
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.29 2016/07/03 11:05:43 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.30 2017/09/17 10:04:28 adam Exp $
|
||||
|
||||
SHA1 (libebml-1.3.4.tar.bz2) = 27a505f7bcece68f57daa2704ebdacbddfa188b3
|
||||
RMD160 (libebml-1.3.4.tar.bz2) = cc534cdfc947f74d3568880bbf6520901b66cdf6
|
||||
SHA512 (libebml-1.3.4.tar.bz2) = ebf5b71afe725e40ee6415463e51ca14810eecc2fef186caacd0269077f5febeb62623fd48674b21ea732f43a620d0c91603fa48d3f8d163284d1cf204642194
|
||||
Size (libebml-1.3.4.tar.bz2) = 606205 bytes
|
||||
SHA1 (libebml-1.3.5.tar.xz) = e42bafe97fedd6ecc20334a28ce77656fe44258b
|
||||
RMD160 (libebml-1.3.5.tar.xz) = 173e894c84f4d2142f679ed8dbb7c75f5e3cf617
|
||||
SHA512 (libebml-1.3.5.tar.xz) = cdf05015724919b19281bf99c562bb7e0bdf16990da274010f664ff316b6ce95ecbeaa1e479f03505281a7f45d5796aee6e7750a9e1c0596b630911d220dca24
|
||||
Size (libebml-1.3.5.tar.xz) = 274184 bytes
|
||||
|
|
Loading…
Reference in a new issue