SHA256
1
0
forked from pool/htmldoc
Commit Graph

21 Commits

Author SHA256 Message Date
Martin Pluskal
fd465e8f75 Accepting request 976218 from home:pgajdos
- security update
- added patches
  fix CVE-2022-27114 [bsc#1199370], image_load_jpeg can cause integer overflow
  + htmldoc-CVE-2022-27114.patch

OBS-URL: https://build.opensuse.org/request/show/976218
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=34
2022-05-11 13:08:40 +00:00
Martin Pluskal
7db71ad13b Accepting request 973830 from home:pgajdos
- security update
- added patches
  fix CVE-2022-28085 [bsc#1198933], Heap buffer overflow in function pdf_write_names in ps-pdf.cxx
  + htmldoc-CVE-2022-28085.patch

OBS-URL: https://build.opensuse.org/request/show/973830
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=32
2022-04-29 13:46:08 +00:00
Thomas Schraitle
e55fe33708 Accepting request 953153 from home:pgajdos
- version update to 1.9.15
  * Fixed a potential heap overflow bug with GIF images (Issue #461)
  * Fixed a potential double-free bug with PNG images (Issue #462)
  * Fixed a potential stack overflow bug with GIF images (Issue #463)
  * Fixed a potential heap underflow bug with empty attributes (Issue #464)
  * Fixed a potential stack overflow bug with BMP images (Issue #466)
  * Fixed a potential heap overflow bug with the table-of-contents (Issue #467)
  * Fixed a potential heap overflow bug with headings (Issue #468)
  * Fixed a potential stack overflow bug with GIF images (Issue #470)

OBS-URL: https://build.opensuse.org/request/show/953153
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=31
2022-02-10 13:32:23 +00:00
Martin Pluskal
52509d7d54 Accepting request 945819 from editors
OBS-URL: https://build.opensuse.org/request/show/945819
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=30
2022-01-12 12:44:55 +00:00
Dr. Werner Fink
5ba7530688 Accepting request 929571 from home:pgajdos
- security update
- added patches
  fix CVE-2021-40985 [bsc#1192357], buffer overflow may lead to DoS via a crafted BMP image
  + htmldoc-CVE-2021-40985.patch

OBS-URL: https://build.opensuse.org/request/show/929571
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=29
2021-11-05 09:31:11 +00:00
Dr. Werner Fink
a2adaafc36 Accepting request 896478 from home:susnux:branches:Publishing
Update to version 1.9.12

Fixed buffer-overflow CVE-2021-20308 ( boo#1184424 )

OBS-URL: https://build.opensuse.org/request/show/896478
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=27
2021-06-01 06:51:28 +00:00
Martin Pluskal
f52fecabe7 Accepting request 867825 from home:dirkmueller:branches:Publishing
- update to 1.9.11:
  - Added high-resolution desktop icons for Linux.
  - Updated the internal HTTP library to fix truncation of redirection URLs
  - Fixed a regression in the handling of character entities for UTF-8 input
  - The `--numbered` option did not work when the table-of-contents was disabled
  - Updated local zlib to v1.2.11.
  - Updated local libpng to v1.6.37.
  - Fixed packaging issues on macOS and Windows
  - Now ignore sRGB profile errors in PNG files
  - The GUI would crash when saving
  - Page comments are now allowed in `pre` text

OBS-URL: https://build.opensuse.org/request/show/867825
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=25
2021-02-01 15:15:42 +00:00
Martin Pluskal
6c3e2a6005 Accepting request 827665 from home:dirkmueller:branches:Publishing
- update to 1.9.9:
  - Added support for a `HTMLDOC.filename` META keyword that controls the filename
    reported in CGI mode; the default remains "htmldoc.pdf" (Issue #367)
  - Fixed a paragraph formatting issue with large inline images (Issue #369)
  - Fixed a buffer underflow issue (Issue #370)
  - Fixed PDF page numbers (Issue #371)
  - Added support for a new `L` header/footer format (`$LETTERHEAD`), which
    inserts a letterhead image at its full size (Issue #372, Issue #373,
    Issue #375)
  - Updated the build documentation (Issue #374)
  - Refactored the PRE rendering code to work around compiler optimization bugs
  - Added support for links with targets (Issue #351)
  - Fixed a table rowspan + valign bug (Issue #360)
  - Added support for data URIs (Issue #340)
  - HTMLDOC no longer includes a PDF table of contents when converting a single
    web page (Issue #344)
  - Updated the markdown support with external links, additional inline markup,
    and hard line breaks.
  - Links in markdown text no longer render with a leading space as part of the
    link (Issue #346)
  - Fixed a buffer underflow bug discovered by AddressSanitizer.
  - Fixed a bug in UTF-8 support (Issue #348)
  - PDF output now includes the base language of the input document(s)
  - Optimized the loading of font widths (Issue #354)
  - Optimized PDF page resources (Issue #356)
  - Optimized the base memory used for font widths (Issue #357)
  - Added proper `­` support (Issue #361)
  - Title files can now be markdown.
  - The GUI did not support EPUB output.
  - Empty markdown table cells were not rendered in PDF or PostScript output.

OBS-URL: https://build.opensuse.org/request/show/827665
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=23
2020-08-19 06:02:09 +00:00
Martin Pluskal
566e6a37b8 - Lots of spec file cleaning
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=20
2017-12-04 09:29:09 +00:00
Martin Pluskal
df9cf61fa0 - Update to new version 1.9.1:
* Fixed monospace font size issue
  * Added support for reproducible builds
  * Added limited support for the HTML 4.0 SPAN element
  * Added (extremely limited) UTF-8 support for input files
  * Fixed buffer underflow for (invalid) short HTML comments
  * Now indent PRE text, by popular request.
  * EPUB output now makes sure that <element property> is written
    as <element property="property">.
  * Now support both NAME and ID for table-of-contents targets.
  * Added support for repeating a single header row for tables that
    span multiple pages
  * Added support for embedding the current filename/URL in the
    header or footer
  * Added EPUB support
  * Added Markdown support
  * Fixed a regression in header/footer image scaling
  * Documentation updates
  * Compiler fixes
  * Fixed a bug when running HTMLDOC as a macOS application.
  * Updated the bundled libpng to v1.6.29.
  * And many more
- Drop upstreamed htmldoc-cups_rand.patch and no longer needed
  htmldoc-docpath.diff

OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=19
2017-12-04 08:43:37 +00:00
Martin Pluskal
4b3c80a851 Accepting request 478594 from home:sfalken:branches:Publishing
- Edited %files to clear unpackaged files builderror in
  openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/478594
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=17
2017-03-11 07:57:01 +00:00
Martin Pluskal
afd6537e5d Accepting request 393336 from home:pluskalm:branches:Publishing
- Cleanup spec file with spec-cleaner
- Use macro for configure

OBS-URL: https://build.opensuse.org/request/show/393336
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=15
2016-05-02 17:50:34 +00:00
Tomáš Chvátal
859e1a4643 Accepting request 287778 from home:benoit_monin:branches:Publishing
- update to version 1.8.28
- add source url
- drop the following patches after upstream fix:
  * htmldoc_CVE-2009-3050_535943.diff
  * htmldoc-fortify.diff
  * htmldoc-libpng15.diff
  * htmldoc-link-x11.patch
- refresh patch htmldoc-docpath.diff
- add patch htmldoc-cups_rand.patch to work around a build error
  (upstream bug #510)
- remove now unused --with-fltk configure options
- set datadir for make install
- do not package doc/ source directory: documentation is already
  provided by htmldoc.pdf
- remove COMPILE.txt from doc: useless in a rpm
- add -q to %setup to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/287778
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=13
2015-03-02 14:34:58 +00:00
OBS User mrdocs
d015178ff0 Accepting request 172601 from home:dimstar:branches:Publishing
Link to libX11 - fixes build in Factory...

OBS-URL: https://build.opensuse.org/request/show/172601
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=11
2013-04-21 03:36:51 +00:00
39a1da0b0f Accepting request 132556 from home:pgajdos:libpng15
- builds also against libpng15
  * libpng15.patch

OBS-URL: https://build.opensuse.org/request/show/132556
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=9
2012-09-04 15:19:36 +00:00
Thomas Schraitle
afcf6e55d7 Accepting request 97377 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97377
OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=7
2011-12-21 07:20:05 +00:00
Stephan Kulow
ffa40f85dc replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htmldoc?expand=0&rev=12
2011-12-06 17:18:29 +00:00
OBS User autobuild
beb7f3b2ae Accepting request 32582 from Publishing
Copy from Publishing/htmldoc based on submit request 32582 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htmldoc?expand=0&rev=6
2010-02-18 14:11:48 +00:00
OBS User autobuild
0853e1bfbf Accepting request 29904 from Publishing
Copy from Publishing/htmldoc based on submit request 29904 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htmldoc?expand=0&rev=5
2010-01-21 12:02:01 +00:00
OBS User unknown
f4ecb52a93 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htmldoc?expand=0&rev=3 2009-06-17 17:38:26 +00:00
OBS User unknown
d6a4c6b4f0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htmldoc?expand=0&rev=1 2007-01-15 23:16:52 +00:00