Up to [cvs.NetBSD.org] / pkgsrc / devel / libebml
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.43 / (download) - annotate - [select for diffs], Mon Oct 10 07:37:54 2022 UTC (11 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.42: +4 -4
lines
Diff to previous 1.42 (colored)
libebml: updated to 1.4.4 Version 1.4.4 2022-10-08 * Fix ABI compatibility: unfortunately release 1.4.3 broke ABI compatibility. This release restores the compatibility with release 1.4.2. Please use it instead of release 1.4.3. In other words: 1.4.2 & 1.4.4 are compatible, while 1.4.3 is compatible with neither 1.4.2 nor 1.4.4.
Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 3 11:50:19 2022 UTC (11 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.41: +4 -6
lines
Diff to previous 1.41 (colored)
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.
Revision 1.41 / (download) - annotate - [select for diffs], Tue Oct 26 10:15:18 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.40 / (download) - annotate - [select for diffs], Thu Oct 7 13:40:12 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.39: +1 -2
lines
Diff to previous 1.39 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.39 / (download) - annotate - [select for diffs], Wed May 12 04:03:49 2021 UTC (2 years, 4 months ago) by mcf
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.38: +3 -1
lines
Diff to previous 1.38 (colored)
libebml: fix build with gcc 11 As described in the gcc 11 porting document[0], some libstdc++ headers no longer include certain headers they don't use. Patch from upstream. [0] https://gcc.gnu.org/gcc-11/porting_to.html#header-dep-changes
Revision 1.38 / (download) - annotate - [select for diffs], Thu Feb 18 19:18:50 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.37: +5 -5
lines
Diff to previous 1.37 (colored)
libebml: updated to 1.4.2 Release v1.4.2. * Fixed several heap overflow bugs in the `ReadData` functions of various data type classes. This fixes CVE-2021-3405.
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jan 5 12:39:10 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
libebml: updated to 1.4.1 Release v1.4.1 * Fixed a case EbmlMaster::Read where the element returned via UpperEltFound and FountElt points to a just-deleted element, causing callers to think the memory returned is valid, potentially leading to use-after-free/double-free errors. This can happen if the specific element's Read function throws an exception when encountering certain invalid data constellations.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Jun 29 15:08:26 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.35: +5 -5
lines
Diff to previous 1.35 (colored)
libebml: updated to 1.4.0 Released v1.4.0. * Due to breaking ABI the soname version has been bumped to 5.0.0. * Default symbol visibility is now "hidden", reducing binary size. * Converted some things pointed out by cppcheck & clang-tidy to C++11. * Fixed a lot of issues pointed out by clang-tidy. * Added a function "ForceNoDefault" in the "EbmlElement" class. * Added a function "OverwriteData" in the "EbmlElement" class to complement the existing "OverwriteHead" function. * Fixed compilation on Windows wrt. winapifamily.h * Fixed compilation on Haiku. * A C++11 compliant compiler is now required. Several of its features are now used in the source. * EbmlElement::FindNextElement: fixed a buffer overflow on the stack by one byte when the first byte read had its upper four bits unset. * EbmlCrc32: added a explicit assignment operator with default implementation as an explicit copy constructor exists (implicit assignment operators are deprecated in such cases). * When reading binary elements with a size of 0, the element was skipped by libebml instead of returned to the calling function.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Dec 11 14:05:28 2019 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.34: +5 -5
lines
Diff to previous 1.34 (colored)
libebml: updated to 1.3.10 v1.3.10: * When reading binary elements with a size of 0, the element was skipped by libebml instead of returned to the calling function.
Revision 1.34 / (download) - annotate - [select for diffs], Tue May 28 07:46:08 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.33: +5 -5
lines
Diff to previous 1.33 (colored)
libebml: updated to 1.3.9 Released v1.3.9: * Build system: fixed symbol visibility issue causing linker failures since 1.3.8. Released v1.3.8: * Build system: various fixes to the cmake rules regarding visibility, naming and building DLLs on Windows.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Mar 13 17:33:29 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.32: +5 -6
lines
Diff to previous 1.32 (colored)
libebml: updated to 1.3.7 v1.3.7: * Fixed the handling of Unicode codepoints > U+FFFF. * Fixed building on Windows with cmake. * Fixed building with gcc >= 7.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Jun 4 20:27:09 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
#include <limits> to fix the build on netbsd-8/amd64.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Apr 22 21:38:22 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.30: +5 -5
lines
Diff to previous 1.30 (colored)
libebml: updated to 1.3.6 v1.3.6. * Converted the build system from autoconf/automake to cmake. Patches by Github user "evpobr" with fixes by myself. * Fixed undefined behavior when reading signed integers with negative values from files (though compilers implemented this the way we wanted them to already). * Fixed a small memory leak when reading an element runs into an I/O exception (e.g. due to having reached the end of the file). * Fixed the EbmlMaster::GetDataStart() function returning wrong values for elements with an infinite/unknown size. * Fixed finding the next element ID when garbage data is encountered during the scan for the ID. * Fixed several potential situations where reading child element data could exceed the parent element's size. * Added a code of conduct to the project.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Sep 17 10:04:28 2017 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.29: +5 -5
lines
Diff to previous 1.29 (colored)
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.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jul 3 11:05:43 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.28: +5 -6
lines
Diff to previous 1.28 (colored)
Updated libebml to 1.3.4. 2016-07-02 Moritz Bunkus <moritz@bunkus.org> * Released v1.3.4. 2015-11-21 Moritz Bunkus <moritz@bunkus.org> * EbmlVersion.cpp: in order to enable deterministic builds the EbmlCodeDate variable has been set to "Unknown" instead of the date and time of compilation. Patch by Ed Schouten <ed@nuxi.nl>. 2015-11-18 Moritz Bunkus <moritz@bunkus.org> * libebml_t.h: use C99-style integer typedefs instead of BSD-style ones. Patch by Ed Schouten <ed@nuxi.nl>. 2015-10-24 Moritz Bunkus <moritz@bunkus.org> * EbmlBinary.h: add #include <cstdlib> for compilation with clang and libc++. Patch by Thomas Klausner <wiz@NetBSD.org>.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Nov 4 17:41:16 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.27: +1 -2
lines
Diff to previous 1.27 (colored)
Remove duplicate SHA512 digests that crept in.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Nov 3 03:27:39 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
Add SHA512 digests for distfiles for devel category Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 25 09:47:34 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Add upstream bug report URL.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Oct 25 09:44:09 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
Update libebml to 1.3.3: * Released v1.3.3. * EbmlMaster::Read(): When the parser encountered a deeply nested element with an infinite size then a following element of an upper level was not propagated correctly. Instead the element with the infinite size was added into the EBML element tree a second time resulting in memory access after freeing it and multiple attempts to free the same memory address during destruction. Fixes the issue reported as Cisco TALOS-CAN-0037. * EbmlElement::ReadCodedSizeValue(): Fixed an invalid memory access. When reading a EBML variable length integer value a read access beyond the end of the available buffer was possible if fewer bytes were available than indicated by the first byte resulting in a heap information leak. * EbmlUnicodeString::UpdateFromUTF8(): Fixed an invalid memory access. When reading from a UTF-8 string in which the length indicated by a UTF-8 character's first byte exceeds the string's actual number of bytes the parser would access beyond the end of the string resulting in a heap information leak. Fixes the issue reported as Cisco TALOS-CAN-0036.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 21 08:32:01 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.23: +5 -4
lines
Diff to previous 1.23 (colored)
Update libebml to 1.3.2: 2015-10-17 Moritz Bunkus <moritz@bunkus.org> * Released v1.3.2. 2015-08-21 Steve Lhomme <robUx4@gmail.com> * EbmlElement::FindNextElement(): Handle EOF when reading the element size properly. 2015-06-15 Steve Lhomme <robUx4@gmail.com * Disable debug code for builds for the Windows App Store. 2015-06-12 Cristian Morales Vega <reddwarf@opensuse.org> * Update the license information: use latest official text for the LGPL. 2015-02-23 Steve Lhomme <robux4@gmail.com> * EbmlString::ValidateSize(): only allow the same maximum size as EbmlBinary.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 4 23:22:37 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.22: +4 -5
lines
Diff to previous 1.22 (colored)
Update to 1.3.1: 2015-01-04 Moritz Bunkus <moritz@bunkus.org> * Released v1.3.1. * EbmlElement::Render(): doesn't catch exceptions anymore. Instead exceptions generated from the IOCallback class (e.g. if a write failed) are propagated to the caller. 2014-12-21 Moritz Bunkus <moritz@bunkus.org> * build system: switched the build system from hand-crafted Makefiles to an autoconf/automake-based system. A pkg-config file will be installed as well; its name is »libebml«. Patch by Jan Engelhardt <jengelh@inai.de>. 2014-12-20 Moritz Bunkus <moritz@bunkus.org> * EbmlMaster::Read(): when reading with SCOPE_ALL_DATA only those elements that could successfully be read will be kept (e.g. defective block groups will be dropped). 2014-12-19 Moritz Bunkus <moritz@bunkus.org> * EbmlMemoryStream: add a new class for safe memory access that throws exception on failures. 2014-12-18 Moritz Bunkus <moritz@bunkus.org> * EbmlMaster: Fixed read() trying to calculate the end position of elements with an unknown size. This avoids endless loops and assertions in certain cases. See https://trac.bunkus.org/ticket/1089
Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 29 21:31:10 2013 UTC (10 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Add a number of includes hidden by libstdc++'s name space pollution.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Apr 12 13:35:20 2013 UTC (10 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored)
update to 1.3.0 changes: several new API functions like GetValue()/SetValue(), new constructors, and a couple of bug fixes like calculating dates with 64bit integers preventing overflows in certain situations
Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 7 18:59:39 2011 UTC (11 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
update to 1.2.2 changes: bugfixes, minor improvements
Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 18 12:42:24 2011 UTC (12 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Fix patching on Mac OSX; fix installing the library; fix some pkglint issues
Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 14 18:57:14 2011 UTC (12 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
update to 1.2.0 changes: -header cleanup -bugfixes
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 8 18:42:13 2010 UTC (13 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
update to 1.0.0 changes: -API extensions -bugfixes
Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 28 09:48:13 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.15: +5 -5
lines
Diff to previous 1.15 (colored)
Update to 0.7.8: Fixes for gcc 4.3. Source code cleanup. Build fixes.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Nov 14 18:20:05 2007 UTC (15 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
libtoolize and build shared libraries, this will make it usable in dynamically loaded plugins, bump PKGREVISION
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 1 20:20:45 2007 UTC (16 years, 3 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Added support for installation to DESTDIR. Approved by salo@.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 8 03:11:05 2006 UTC (16 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update to version 0.7.7 Changes: - minor bugfixes
Revision 1.12 / (download) - annotate - [select for diffs], Sun Dec 11 17:56:32 2005 UTC (17 years, 9 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to version 0.7.6 Changes: - various bugfixes.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 6 21:11:36 2005 UTC (18 years, 3 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Force PREFIX. Addresses PR pkg/30118, althought i can't reproduce it at all..
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 30 16:31:08 2005 UTC (18 years, 4 months ago) by salo
Branch: MAIN
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update to version 0.7.5 Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 18 00:13:05 2005 UTC (18 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to version 0.7.4 Changes: - add a couple of new elements - fix compilation with gcc 4 and on AMD64 - address some other minor issues.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 23 22:24:17 2005 UTC (18 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add RMD160 digests.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 17 10:52:02 2005 UTC (18 years, 7 months ago) by salo
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Update to version 0.7.3 Changes: - allow binary element comparison (useful to compare UIDs) - rename bSaveDefault in bKeepIntact - don't save empty EbmlMasters by default - Use malloc() and free() instead of new[] and delete[] where the lib might deal with pointers that have been allocated by the app, or where the app has allocated the memory. Reason: new[]ed memory cannot be realloc()ed. - Improved the dependency calculation to be more portable (makedepend doesn't exist everywhere, and it doesn't necessarily use the compiler we want). - Added a "RemoveAll" function. - better code to handle all VTS VOBs (not yet there)
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 14 16:59:36 2004 UTC (18 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Updated to version 0.7.2 - migth as well just take maintainership Changes: - Fix for the compilation on Solaris. - Redone the #if... hierarchy to be a bit less confusing. - Remove the unsupported float80 support - Allow building a DLL with MSVC7 (not compatible with the MinGW one) - Proper description for the SHARED option.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 27 04:10:51 2004 UTC (19 years, 2 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Update to version 0.7.1. Changes: - use bzip2 distribution tarball 0.7.1: ====== - Set eol-style and keywords properties - various cosmetic fixes to Makefile and build in general - BeOS support
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 31 19:09:46 2004 UTC (19 years, 4 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Obey CXXFLAGS, pass more buildlink variables.
Revision 1.3 / (download) - annotate - [select for diffs], Sun May 16 09:48:13 2004 UTC (19 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
call $(BSD_INSTALL) to install files, not "install".
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 5 15:56:45 2004 UTC (19 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.1: +3 -4
lines
Diff to previous 1.1 (colored)
Update to version 0.7.0. Needed for mkvtoolnix update. Changes: - LGPL license changes.
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 7 10:40:01 2004 UTC (19 years, 5 months ago) by salo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1.1.1: +2 -3
lines
Diff to previous 1.1.1.1 (colored)
Initial import of libebml-0.6.5: Extensible Binary Meta Language support library. EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style. EBML was originally designed for use in the Matroska project, but the developers saw that EBML was very flexible and extensible. From pkgsrc-wip, submitted by Sergey Svishchev.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 18 20:14:59 2004 UTC (19 years, 8 months ago) by kristerw
Branch: TNF
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of devel/libebml version 0.6.3. From Rhialto in PR pkg/24016. libebml is a library for handling EBML (Extensible Binary Meta Language), that is a binary derivative of XML.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 18 20:14:59 2004 UTC (19 years, 8 months ago) by kristerw
Branch: MAIN
Initial revision