summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-09-17 10:04:28 +0000
committeradam <adam@pkgsrc.org>2017-09-17 10:04:28 +0000
commit6dd2ef0e98ce5afdd4a97bd2cedd0a402bfe5786 (patch)
tree6d028b6f03ca50809cee72a5bfdc31b7367ac228 /devel/libebml
parent010aa8170ef6e395e82e28b743d89e0208b6c8ab (diff)
downloadpkgsrc-6dd2ef0e98ce5afdd4a97bd2cedd0a402bfe5786.tar.gz
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 (limited to 'devel/libebml')
-rw-r--r--devel/libebml/Makefile10
-rw-r--r--devel/libebml/distinfo10
2 files changed, 9 insertions, 11 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index 3abcfde3f49..636ae8fb52e 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -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
-
-PKGCONFIG_OVERRIDE= libebml.pc.in
-
GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= libebml.pc.in
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index 6caef281ea9..664d1ba32fa 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -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