pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libebml devel/libebml: update to 1.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8980a988732
branches:  trunk
changeset: 368500:b8980a988732
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Sep 17 10:04:28 2017 +0000

description:
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.

diffstat:

 devel/libebml/Makefile |  10 ++++------
 devel/libebml/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 55a5fdc89990 -r b8980a988732 devel/libebml/Makefile
--- a/devel/libebml/Makefile    Sun Sep 17 09:57:38 2017 +0000
+++ b/devel/libebml/Makefile    Sun Sep 17 10:04:28 2017 +0000
@@ -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@localhost
 HOMEPAGE=      https://sourceforge.net/projects/ebml/
@@ -13,9 +13,7 @@
 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"
diff -r 55a5fdc89990 -r b8980a988732 devel/libebml/distinfo
--- a/devel/libebml/distinfo    Sun Sep 17 09:57:38 2017 +0000
+++ b/devel/libebml/distinfo    Sun Sep 17 10:04:28 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index