| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: htmldoc | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 1.9.16 | Vendor: openSUSE |
| Release: bp156.2.9 | Build date: Mon May 13 16:13:19 2024 |
| Group: Productivity/Publishing/HTML/Tools | Build host: obs-power9-07 |
| Size: 5179768 | Source RPM: htmldoc-1.9.16-bp156.2.9.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://michaelrsweet.github.io/htmldoc/index.html | |
| Summary: HTML Processor that Generates HTML, PostScript, and PDF Files | |
HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed.
LGPL-2.1-or-later
* Mon Jul 11 2022 Dirk Müller <dmueller@suse.com>
- update to 1.9.16:
* Added support for $DATE(format) and $TIME(format) header/footer strings
* (Issue #472)
* Fixed a potential image overflow bug with JPEG and PNG images (htmldoc-CVE-2022-27114.patch)
* Fixed potential heap overflow bugs with pages (CVE-2022-28085)
* Fixed potential use-after-free in blocks (Issue #484)
* Updated the GNU TLS HTTPS support code to use a faster connection shutdown
* mode (Issue #487)
* Fixed some minor Coverity warnings.
- drop htmldoc-CVE-2022-27114.patch, htmldoc-CVE-2022-28085.patch (upstream)
* Wed May 11 2022 pgajdos@suse.com
- security update
- added patches
fix CVE-2022-27114 [bsc#1199370], image_load_jpeg can cause integer overflow
+ htmldoc-CVE-2022-27114.patch
* Fri Apr 29 2022 pgajdos@suse.com
- 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
* Thu Feb 10 2022 pgajdos@suse.com
- 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)
* Wed Jan 12 2022 Danilo Spinella <danilo.spinella@suse.com>
- Update to version 1.9.14:
* BMP image support is now deprecated and will be removed in a future
release of HTMLDOC.
* Fixed a potential stack overflow bug with GIF images.
* Fixed the PDF creation date (Issue #455)
* Fixed a potential stack overflow bug with BMP images (Issue #456)
* Fixed a compile issue when libpng was not available (Issue #458)
- Update to version 1.9.13:
* Now install a 32x32 icon for Linux (Issue #432)
* Fixed an issue with large values for roman numerals and letters in headings (Issue #433)
* Fixed a crash bug when a HTML comment contains an invalid nul character (Issue #439)
* Fixed a crash bug with bogus BMP images (Issue #444)
* Fixed a potential heap overflow bug with bogus GIF images (Issue #451)
* Fixed a potential stack overflow bug with bogus BMP images (Issue #453)
- Fix CVE-2021-43579 stack-based buffer overflow in image_load_bmp() results in remote code
execution if the victim converts an HTML document linking to a crafted BMP file.
(CVE-2021-43579, bsc#1194487)
- Remove upstreamed patch htmldoc-CVE-2021-40985.patch
* Fri Nov 05 2021 pgajdos@suse.com
- 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
* Tue Jun 01 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.9.12
* Fixed buffer-overflow CVE-2021-20308 ( boo#1184424 )
* Fixed a crash bug with "data:" URIs and EPUB output
* Fixed several other crash bugs
* Fixed JPEG error handling
* Fixed some minor issues
* Removed the bundled libjpeg, libpng, and zlib.
* Fri Jan 29 2021 Dirk Müller <dmueller@suse.com>
- 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
* Tue Aug 18 2020 Dirk Mueller <dmueller@suse.com>
- 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.
- The automatically-generated title page now supports both "docnumber" and
"version" metadata.
- Added support for dc:subject and dc:language metadata in EPUB output from the
HTML keywords and lang values.
- Added support for the subject and language metadata in markdown input.
- Fixed a buffer underflow bug (Issue #338)
- `htmldoc --help` now reports whether HTTPS URLs are supported (Issue #339)
- Fixed an issue with HTML title pages and EPUB output.
- Inline fixed-width text is no longer reduced in size automatically
- Optimized initialization of font width data (Issue #334)
- Fixed formatting bugs with aligned images (Issue #322, Issue #324)
- Fixed support for three digit "#RGB" color values (Issue #323)
- Fixed character set support for markdown metadata.
- Updated libpng to v1.6.34 (Issue #326)
- The makefiles did not use the CPPFLAGS value (Issue #328)
- Added Markdown table support.
- Fixed parsing of TBODY, TFOOT, and THEAD elements in HTML files.
* Mon Dec 04 2017 mpluskal@suse.com
- 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
- Lots of spec file cleaning
- Use gnutls/gcrypt for crypto support as openssl support is gone
* Sat Mar 11 2017 sfalken@opensuse.org
- Edited %files to clear unpackaged files builderror in
openSUSE:Factory
* Mon May 02 2016 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Use macro for configure
* Wed Feb 25 2015 benoit.monin@gmx.fr
- update to version 1.8.28:
* Updated default PDF version to 1.4.
* SECURITY: Fixed three buffer overflow issues when reading AFM
files and parsing page sizes.
* Fixed incompatibility with Fortify's version of strcpy, which
does not work properly with variable-length arrays (STR #235)
* Fixed compilation against PNG library 1.5 or later (STR #243)
* Fixed documentation errors (PR #6593, PR #6595)
* Marked Zapf-Dingbats as a standard font (STR #198)
* Fixed GPL license text in GUI (STR #222)
* Fixed a table formatting problem when a column has multiple
colspan values (PR #6709)
* Fixed parsing of HTML comments (STR #181)
* Fixed potential out-of-bounds read in table-of-contents
rendering code (STR #183)
* Fixed handling of image URLs with ampersands in them (STR #186)
* Fixed top/bottom margins for logo and header/footer images
(STR #174)
* Fixed image alignment bug (Bug #231)
* Fixed X11 build problem (Bug #243)
- 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
/usr/bin/htmldoc /usr/share/applications/htmldoc.desktop /usr/share/doc/packages/htmldoc /usr/share/doc/packages/htmldoc/CHANGES.md /usr/share/doc/packages/htmldoc/README.md /usr/share/htmldoc /usr/share/htmldoc/data /usr/share/htmldoc/data/cp-1250 /usr/share/htmldoc/data/cp-1251 /usr/share/htmldoc/data/cp-1252 /usr/share/htmldoc/data/cp-1253 /usr/share/htmldoc/data/cp-1254 /usr/share/htmldoc/data/cp-1255 /usr/share/htmldoc/data/cp-1256 /usr/share/htmldoc/data/cp-1257 /usr/share/htmldoc/data/cp-1258 /usr/share/htmldoc/data/cp-874 /usr/share/htmldoc/data/iso-8859-1 /usr/share/htmldoc/data/iso-8859-14 /usr/share/htmldoc/data/iso-8859-15 /usr/share/htmldoc/data/iso-8859-2 /usr/share/htmldoc/data/iso-8859-3 /usr/share/htmldoc/data/iso-8859-4 /usr/share/htmldoc/data/iso-8859-5 /usr/share/htmldoc/data/iso-8859-6 /usr/share/htmldoc/data/iso-8859-7 /usr/share/htmldoc/data/iso-8859-8 /usr/share/htmldoc/data/iso-8859-9 /usr/share/htmldoc/data/koi8-r /usr/share/htmldoc/data/prolog.ps /usr/share/htmldoc/data/psglyphs /usr/share/htmldoc/fonts /usr/share/htmldoc/fonts/Courier-Bold.afm /usr/share/htmldoc/fonts/Courier-Bold.pfa /usr/share/htmldoc/fonts/Courier-BoldOblique.afm /usr/share/htmldoc/fonts/Courier-BoldOblique.pfa /usr/share/htmldoc/fonts/Courier-Oblique.afm /usr/share/htmldoc/fonts/Courier-Oblique.pfa /usr/share/htmldoc/fonts/Courier.afm /usr/share/htmldoc/fonts/Courier.pfa /usr/share/htmldoc/fonts/Dingbats.afm /usr/share/htmldoc/fonts/Dingbats.pfa /usr/share/htmldoc/fonts/Helvetica-Bold.afm /usr/share/htmldoc/fonts/Helvetica-Bold.pfa /usr/share/htmldoc/fonts/Helvetica-BoldOblique.afm /usr/share/htmldoc/fonts/Helvetica-BoldOblique.pfa /usr/share/htmldoc/fonts/Helvetica-Oblique.afm /usr/share/htmldoc/fonts/Helvetica-Oblique.pfa /usr/share/htmldoc/fonts/Helvetica.afm /usr/share/htmldoc/fonts/Helvetica.pfa /usr/share/htmldoc/fonts/Monospace-Bold.afm /usr/share/htmldoc/fonts/Monospace-Bold.pfa /usr/share/htmldoc/fonts/Monospace-BoldOblique.afm /usr/share/htmldoc/fonts/Monospace-BoldOblique.pfa /usr/share/htmldoc/fonts/Monospace-Oblique.afm /usr/share/htmldoc/fonts/Monospace-Oblique.pfa /usr/share/htmldoc/fonts/Monospace.afm /usr/share/htmldoc/fonts/Monospace.pfa /usr/share/htmldoc/fonts/Sans-Bold.afm /usr/share/htmldoc/fonts/Sans-Bold.pfa /usr/share/htmldoc/fonts/Sans-BoldOblique.afm /usr/share/htmldoc/fonts/Sans-BoldOblique.pfa /usr/share/htmldoc/fonts/Sans-Oblique.afm /usr/share/htmldoc/fonts/Sans-Oblique.pfa /usr/share/htmldoc/fonts/Sans.afm /usr/share/htmldoc/fonts/Sans.pfa /usr/share/htmldoc/fonts/Serif-Bold.afm /usr/share/htmldoc/fonts/Serif-Bold.pfa /usr/share/htmldoc/fonts/Serif-BoldOblique.afm /usr/share/htmldoc/fonts/Serif-BoldOblique.pfa /usr/share/htmldoc/fonts/Serif-Oblique.afm /usr/share/htmldoc/fonts/Serif-Oblique.pfa /usr/share/htmldoc/fonts/Serif-Roman.afm /usr/share/htmldoc/fonts/Serif-Roman.pfa /usr/share/htmldoc/fonts/Symbol.afm /usr/share/htmldoc/fonts/Symbol.pfa /usr/share/htmldoc/fonts/Times-Bold.afm /usr/share/htmldoc/fonts/Times-Bold.pfa /usr/share/htmldoc/fonts/Times-BoldItalic.afm /usr/share/htmldoc/fonts/Times-BoldItalic.pfa /usr/share/htmldoc/fonts/Times-Italic.afm /usr/share/htmldoc/fonts/Times-Italic.pfa /usr/share/htmldoc/fonts/Times-Roman.afm /usr/share/htmldoc/fonts/Times-Roman.pfa /usr/share/icons/hicolor/128x128/apps/htmldoc.png /usr/share/icons/hicolor/256x256/apps/htmldoc.png /usr/share/icons/hicolor/32x32/apps/htmldoc.png /usr/share/licenses/htmldoc /usr/share/licenses/htmldoc/COPYING /usr/share/man/man1/htmldoc.1.gz /usr/share/mime/packages/htmldoc.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026