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: Sun Sep 17 10:04:28 UTC 2017
Modified Files:
pkgsrc/devel/libebml: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libebml/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/libebml/distinfo
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.41 pkgsrc/devel/libebml/Makefile:1.42
--- pkgsrc/devel/libebml/Makefile:1.41 Wed Aug 16 20:21:07 2017
+++ pkgsrc/devel/libebml/Makefile Sun Sep 17 10:04:28 2017
@@ -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 @@ 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"
Index: pkgsrc/devel/libebml/distinfo
diff -u pkgsrc/devel/libebml/distinfo:1.29 pkgsrc/devel/libebml/distinfo:1.30
--- pkgsrc/devel/libebml/distinfo:1.29 Sun Jul 3 11:05:43 2016
+++ pkgsrc/devel/libebml/distinfo Sun Sep 17 10:04:28 2017
@@ -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