[libstaroffice] branch master updated (4b44f26 -> 9a6bbdf)

Rene Engelhard rene at moszumanska.debian.org
Thu Jul 20 17:34:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch master
in repository libstaroffice.

      from  4b44f26   update changelog
       new  40025e7   New upstream version 0.0.4
       new  14a1d31   Merge tag 'upstream/0.0.4'
       new  03e96cb   remove obsolete CVE-2017-9432.diff
       new  9a6bbdf   update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                         |  98 +++++++++++
 NEWS                                              |   6 +-
 README                                            |  27 ++-
 aclocal.m4                                        |  16 +-
 configure                                         | 122 ++++++++-----
 configure.ac                                      |  19 ++-
 debian/changelog                                  |   6 +-
 debian/patches/CVE-2017-9432.diff                 |  13 --
 debian/patches/series                             |   1 -
 inc/libstaroffice/STOFFDocument.hxx               |   2 +-
 src/Makefile.am                                   |   3 +
 src/Makefile.in                                   |   5 +-
 src/fuzz/Makefile.am                              |  34 ++++
 src/{conv/sd2text => fuzz}/Makefile.in            | 199 ++++++++++------------
 src/{lib/STOFFPosition.cxx => fuzz/sdafuzzer.cpp} |  22 ++-
 src/{lib/STOFFPosition.cxx => fuzz/sdcfuzzer.cpp} |  22 ++-
 src/{lib/STOFFPosition.cxx => fuzz/sddfuzzer.cpp} |  22 ++-
 src/{lib/STOFFPosition.cxx => fuzz/sdwfuzzer.cpp} |  22 ++-
 src/lib/._StarBitmap.cxx                          | Bin 171 -> 0 bytes
 src/lib/STOFFCell.cxx                             |   7 +-
 src/lib/STOFFChart.cxx                            |   1 +
 src/lib/STOFFDebug.hxx                            |   2 +-
 src/lib/STOFFSpreadsheetListener.cxx              |   4 +-
 src/lib/STOFFTextListener.cxx                     |   6 +-
 src/lib/StarAttribute.hxx                         |   2 +-
 src/lib/StarBitmap.cxx                            |  24 ++-
 src/lib/StarEncoding.cxx                          |   2 +-
 src/lib/StarEncodingChinese.cxx                   |   2 +-
 src/lib/StarFormatManager.cxx                     |   6 +-
 src/lib/StarWriterStruct.cxx                      |   2 +-
 src/lib/libstaroffice_internal.hxx                |  14 ++
 31 files changed, 468 insertions(+), 243 deletions(-)
 delete mode 100644 debian/patches/CVE-2017-9432.diff
 delete mode 100644 debian/patches/series
 create mode 100644 src/fuzz/Makefile.am
 copy src/{conv/sd2text => fuzz}/Makefile.in (76%)
 copy src/{lib/STOFFPosition.cxx => fuzz/sdafuzzer.cpp} (69%)
 copy src/{lib/STOFFPosition.cxx => fuzz/sdcfuzzer.cpp} (69%)
 copy src/{lib/STOFFPosition.cxx => fuzz/sddfuzzer.cpp} (69%)
 copy src/{lib/STOFFPosition.cxx => fuzz/sdwfuzzer.cpp} (69%)
 delete mode 100644 src/lib/._StarBitmap.cxx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libstaroffice.git



More information about the Pkg-openoffice-commits mailing list