The NetBSD Project

CVS log for pkgsrc/devel/libebml/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libebml

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:35 2024 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:56:24 2023 UTC (10 months, 2 weeks ago) by zafer
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
use https

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Dec 18 09:57:48 2023 UTC (10 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
libebml: updated to 1.4.5

Version 1.4.5 2023-12-12

Fix invalid memory access (reading beyond allocated memory) due to missing integer overflow check.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Jul 18 14:11:16 2023 UTC (15 months, 4 weeks ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
devel: Adapt packages to use USE_(CC|CXX)_FEATURES

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jul 13 13:45:41 2023 UTC (16 months ago) by nia
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -4 lines
*: remove all instances of GCC_REQD where my name is the most recent in
"cvs annotate" (part 1)

Hopefully this commit can be reviewed later if a better replacement
for GCC_REQD is committed.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jul 9 14:14:58 2023 UTC (16 months, 1 week ago) by nia
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +5 -2 lines
libebml: Require a C++14 compiler properly.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:36:23 2023 UTC (21 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
*: convert to cmake/build.mk

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Oct 10 07:37:54 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
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.51: download - view: text, markup, annotated - select for diffs
Mon Oct 3 11:50:19 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
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.50: download - view: text, markup, annotated - select for diffs
Thu Feb 18 19:18:50 2021 UTC (3 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
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.49: download - view: text, markup, annotated - select for diffs
Tue Jan 5 12:39:10 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
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.48: download - view: text, markup, annotated - select for diffs
Mon Jun 29 15:08:26 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
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.47: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:30:31 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:05:28 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
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.45: download - view: text, markup, annotated - select for diffs
Tue May 28 07:46:08 2019 UTC (5 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
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.44: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:33:29 2019 UTC (5 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
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.43: download - view: text, markup, annotated - select for diffs
Sun Apr 22 21:38:22 2018 UTC (6 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -6 lines
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.42: download - view: text, markup, annotated - select for diffs
Sun Sep 17 10:04:28 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -6 lines
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.41: download - view: text, markup, annotated - select for diffs
Wed Aug 16 20:21:07 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Follow some http redirects.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Jul 3 11:05:43 2016 UTC (8 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Updated libebml to 1.3.4.

2016-07-02  Moritz Bunkus  <[email protected]>

        * Released v1.3.4.

2015-11-21  Moritz Bunkus  <[email protected]>

        * 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 <[email protected]>.

2015-11-18  Moritz Bunkus  <[email protected]>

        * libebml_t.h: use C99-style integer typedefs instead of BSD-style
        ones. Patch by Ed Schouten <[email protected]>.

2015-10-24  Moritz Bunkus  <[email protected]>

        * EbmlBinary.h: add #include <cstdlib> for compilation with clang
        and libc++. Patch by Thomas Klausner <[email protected]>.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Oct 25 09:44:09 2015 UTC (9 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
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.38: download - view: text, markup, annotated - select for diffs
Wed Oct 21 08:32:01 2015 UTC (9 years ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Update libebml to 1.3.2:

2015-10-17  Moritz Bunkus  <[email protected]>

        * Released v1.3.2.

2015-08-21  Steve Lhomme <[email protected]>

        * EbmlElement::FindNextElement(): Handle EOF when reading the
        element size properly.

2015-06-15  Steve Lhomme <[email protected]

        * Disable debug code for builds for the Windows App Store.

2015-06-12  Cristian Morales Vega <[email protected]>

        * Update the license information: use latest official text for the
        LGPL.

2015-02-23  Steve Lhomme  <[email protected]>

        * EbmlString::ValidateSize(): only allow the same maximum size as
        EbmlBinary.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jan 13 18:19:01 2015 UTC (9 years, 10 months ago) by rumko
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
devel/libebml: needs a C compiler to build

Ok@ salo

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jan 4 23:22:37 2015 UTC (9 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -14 lines
Update to 1.3.1:

2015-01-04  Moritz Bunkus  <[email protected]>

        * 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  <[email protected]>

        * 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 <[email protected]>.

2014-12-20  Moritz Bunkus  <[email protected]>

        * 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  <[email protected]>

        * EbmlMemoryStream: add a new class for safe memory access that
        throws exception on failures.

2014-12-18  Moritz Bunkus  <[email protected]>

        * 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.35: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:09 2014 UTC (10 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Apr 12 13:35:20 2013 UTC (11 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: 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
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
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.33: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:17:12 2012 UTC (12 years ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Oct 7 18:59:39 2011 UTC (13 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
update to 1.2.2
changes: bugfixes, minor improvements

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Mar 18 12:42:24 2011 UTC (13 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +18 -12 lines
Fix patching on Mac OSX; fix installing the library; fix some pkglint issues

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Feb 14 18:57:14 2011 UTC (13 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
update to 1.2.0
changes:
-header cleanup
-bugfixes

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 8 18:42:12 2010 UTC (14 years, 4 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
update to 1.0.0
changes:
-API extensions
-bugfixes

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 28 09:48:13 2008 UTC (16 years, 6 months ago) by wiz
Branches: 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
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Update to 0.7.8:
Fixes for gcc 4.3.
Source code cleanup.
Build fixes.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 14 18:20:05 2007 UTC (17 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -3 lines
libtoolize and build shared libraries,
this will make it usable in dynamically loaded plugins,
bump PKGREVISION

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jul 1 20:20:45 2007 UTC (17 years, 4 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Added support for installation to DESTDIR. Approved by salo@.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Oct 8 03:11:05 2006 UTC (18 years, 1 month ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3 lines
Update to version 0.7.7

Changes:
- minor bugfixes

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Oct 4 21:35:59 2006 UTC (18 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:44 2006 UTC (18 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 11 17:56:32 2005 UTC (18 years, 11 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update to version 0.7.6

Changes:
- various bugfixes.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:05 2005 UTC (18 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 4 18:41:31 2005 UTC (19 years ago) by rillig
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Fixed definition of BUILD_DIRS.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 20 14:12:19 2005 UTC (19 years, 3 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -3 lines
nuke ONLY_FOR_COMPILER .. newer versions of these packages build fine
with at least icc and sunpro.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 3 03:19:40 2005 UTC (19 years, 3 months ago) by grant
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
libebml builds fine with icc, too.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 30 16:31:08 2005 UTC (19 years, 5 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
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.16: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:52 2005 UTC (19 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 18 00:51:51 2005 UTC (19 years, 7 months ago) by salo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Go back only to build the static lib as before.  There are no consumers
of the shared library, yet.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 18 00:13:05 2005 UTC (19 years, 7 months ago) by salo
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
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.13: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:26 2005 UTC (19 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 17 10:52:02 2005 UTC (19 years, 9 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
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.11: download - view: text, markup, annotated - select for diffs
Thu Oct 14 16:59:36 2004 UTC (20 years, 1 month ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
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.10: download - view: text, markup, annotated - select for diffs
Tue Jul 27 04:10:51 2004 UTC (20 years, 3 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
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.9: download - view: text, markup, annotated - select for diffs
Mon May 31 19:09:46 2004 UTC (20 years, 5 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
Obey CXXFLAGS, pass more buildlink variables.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 31 16:47:48 2004 UTC (20 years, 5 months ago) by minskim
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Enable pkgviews installation.  Patches provided by Joachim Kuebart on
tech-pkg@.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 16 09:30:18 2004 UTC (20 years, 6 months ago) by grant
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
libebml really wants the GNU C++ compiler.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 5 15:56:45 2004 UTC (20 years, 6 months ago) by salo
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update to version 0.7.0.

Needed for mkvtoolnix update.

Changes:
- LGPL license changes.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 17 16:42:25 2004 UTC (20 years, 7 months ago) by grant
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
USE_LANGUAGES=c++

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 7 11:47:46 2004 UTC (20 years, 7 months ago) by salo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -8 lines
Resolve conflicts, switch to bl3. (sorry for the mess..)

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Apr 7 10:40:01 2004 UTC (20 years, 7 months ago) by salo
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +11 -9 lines
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.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 03:02:51 2004 UTC (20 years, 9 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 22 08:24:30 2004 UTC (20 years, 9 months ago) by grant
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jan 18 20:14:58 2004 UTC (20 years, 10 months ago) by kristerw
Branches: TNF
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 18 20:14:58 2004 UTC (20 years, 10 months ago) by kristerw
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <[email protected]>