summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2021-05-25Pullup ticket #6460 - requested by niabsiegert3-3/+49
graphics/cairo: security fix Revisions pulled up: - graphics/cairo/Makefile 1.149 - graphics/cairo/distinfo 1.90 - graphics/cairo/patches/patch-src_cairo-image-compositor.c 1.1 --- Module Name: pkgsrc Committed By: nia Date: Tue May 25 07:29:42 UTC 2021 Modified Files: pkgsrc/graphics/cairo: Makefile distinfo Added Files: pkgsrc/graphics/cairo/patches: patch-src_cairo-image-compositor.c Log Message: cairo: apply patch for CVE-2020-35492, bump PKGREVISION
2021-03-23inkscape: Fix build with glib2-2.68.0ryoon2-1/+23
2021-03-23gegl: Fix build with glib2-2.68.0ryoon2-1/+18
2021-03-19Revbump all Go packages after go115 updatebsiegert6-12/+12
2021-03-19jasper: updated to 2.0.27adam2-7/+7
2.0.27 Check for an image containing no samples in the PGX decoder. Check for dimensions of zero in the JPC and JPEG decoders. Fix an arguably incorrect type for an integer literal in the PGX decoder. Check for an invalid component reference in the JP2 decoder. Check on integer size in JP2 decoder.
2021-03-17jpeg: improve DESCRwiz1-21/+10
2021-03-17ilmbase, openexr: update to 2.5.5wiz3-12/+12
## Version 2.5.5 (February 12, 2021) Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files, but also a fix for universal build support on macOS. Specific OSS-fuzz issues include: * OSS-fuzz [#30291](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30291) * OSS-fuzz [#29106](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29106) * OSS-fuzz [#28971](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28971) * OSS-fuzz [#29829](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29829) * OSS-fuzz [#30121](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30121) ### Merged Pull Requests * [#914](https://github.com/AcademySoftwareFoundation/openexr/pull/914) additional verification of DWA data sizes * [#910](https://github.com/AcademySoftwareFoundation/openexr/pull/910) update tileoffset sanitycheck to handle ripmaps * [#903](https://github.com/AcademySoftwareFoundation/openexr/pull/903) prevent overflows by using Int64 for all vars in DWA initialize * [#901](https://github.com/AcademySoftwareFoundation/openexr/pull/901) Use size_t for DWA buffersize calculation * [#897](https://github.com/AcademySoftwareFoundation/openexr/pull/897) prevent overflow in RgbaFile cachePadding * [#896](https://github.com/AcademySoftwareFoundation/openexr/pull/896) add buffer size validation to FastHuf decode * [#893](https://github.com/AcademySoftwareFoundation/openexr/pull/893) Include <limits> where required by newer compilers * [#889](https://github.com/AcademySoftwareFoundation/openexr/pull/889) Add explicit #include <limits> for numeric_limits * [#854](https://github.com/AcademySoftwareFoundation/openexr/pull/854) Fix Apple Universal 2 (arm64/x86_64) builds
2021-03-12graphics/kvantum: update to 0.19.0pin3-8/+10
-Allow dragging from some disabled widgets. -Added an option (to Kvantum Manager) for setting the toolbar icon size to the font height if possible. -Don't style vertical toolbars because, otherwise, they might look ugly. -Always check if the drag manager is deleted after it sends mouse events (to prevent any crash). -Increased the drag distance and delay when dragging is done from buttons. -Try to do less calculations to get widget sizes by not consulting QCommonStyle as far as possible. -Draw view-items independently of QCommonStyle to apply all size settings correctly. -Always reserve the vertical space for a single-line text in view-items. QCommonStyle is inconsistent in this regard and may create a tiny item editor when the text is empty. Qt doesn't give enough info to QStyle for knowing whether the editor is active. -Ignore a view-item's custom brush when it's selected (as QCommonStyle does). -Cleaned up the code of transient scrollbar animation (and fixed a rare case, where a transient scrollbar might not disappear after app startup — as in kcharselect). -Fixed a small problem in (Krita's) KisSliderSpinBox.
2021-03-11py-Pillow: Fix build when X11 is installedryoon1-1/+4
* Disable xcb option explicitly.
2021-03-10py-exifread: updated to 2.3.2adam3-9/+12
2.3.2 — 2020-10-29 * Fixes for HEIC files from Note10+ * Add missing EXIF OffsetTime tags 2.3.1 — 2020-08-07 * Fix bug introduced with v2.3.0 in HEIC processing. 2.3.0 — 2020-08-03 * Add notice on Python2 EOL * Modernize code and improve testing, split up some huge functions * Added support for webp file format * Add linting * Added missing IFD data type; correct spelling mistake * Add syntax highlight for README * Add Python 3.8 to CI * make HEIC exif extractor much more compatible * Add black level tag * Use list instead of tuple for classifiers 2.2.1 — 2020-07-31 * Very minor corrections. 2.2.0 — 2019-07-24 * Add support for Python 3.5, 3.6, 3.7 * Drop official support for Python 2.6, 3.2, 3.3 * Fix for string count equals 0 * Rebasing of struct pull requests * Refactor to use Python's struct module for packing/unpacking by Dave Jones (waveform80) * Support floating point fields" by Reed Nightingale (reedbn) * Raw images support by changing Tiff detection by xaumex * Fix GPS information erroneously None * Initial HEIC support (Sam Rushing)
2021-03-10Use py-Pillow6adam1-2/+2
2021-03-10Use Pillow as versioned dependencyadam5-13/+16
2021-03-10py-Pillow: updated to 8.1.2adam3-33/+14
8.1.2 (2021-03-06) ------------------ - Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins 8.1.1 (2021-03-01) ------------------ - Use more specific regex chars to prevent ReDoS. CVE-2021-25292 - Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291 - Fix negative size read in TiffDecode.c. CVE-2021-25290 - Fix OOB read in SgiRleDecode.c. CVE-2021-25293 - Incorrect error code checking in TiffDecode.c. CVE-2021-25289 - PyModule_AddObject fix for Python 3.10 8.1.0 (2021-01-02) ------------------ - Fix TIFF OOB Write error. CVE-2020-35654 - Fix for Read Overflow in PCX Decoding. CVE-2020-35653 - Fix for SGI Decode buffer overrun. CVE-2020-35655 - Fix OOB Read when saving GIF of xsize=1 - Makefile updates - Add support for PySide6 - Use disposal settings from previous frame in APNG - Added exception explaining that _repr_png_ saves to PNG - Use previous disposal method in GIF load_end - Allow putpalette to accept 1024 integers to include alpha values - Fix OOB Read when writing TIFF with custom Metadata - Added append_images support for ICO - Block TIFFTAG_SUBIFD - Fixed dereferencing potential null pointers - Deprecate FreeType 2.7 - Moved warning to end of execution - Removed unused fromstring and tostring C methods - init() if one of the formats is unrecognised - Moved string_dimension CVE image to pillow-depends - Support raw rgba8888 for DDS 8.0.1 (2020-10-22) ------------------ - Update FreeType used in binary wheels to 2.10.4 to fix CVE-2020-15999. - Moved string_dimension image to pillow-depends 8.0.0 (2020-10-15) ------------------ - Drop support for EOL Python 3.5 - Drop support for PyPy3 < 7.2.0 - Remove ImageCms.CmsProfile attributes deprecated since 3.2.0 - Remove long-deprecated Image.py functions - Add support for 16-bit precision JPEG quantization values - Added reading of IFD tag type - Initialize offset memory for PyImagingPhotoPut - Fix TiffDecode comparison warnings - Docs: Add dark mode - Added macOS SDK install path to library and include directories - Imaging.h: prevent confusion with system - Avoid using pkg_resources in PIL.features.pilinfo - Add getlength and getbbox functions for TrueType fonts - Allow tuples with one item to give single color value in getink - Add support for CBDT and COLR fonts - Removed OSError in favour of DecompressionBombError for BMP - Implemented another ellipse drawing algorithm - Removed unused JpegImagePlugin._fixup_dict function - Added reading and writing of private PNG chunks - Implement anchor for TrueType fonts - Fixed bug in Exif __delitem__ - Fix crash in ImageTk.PhotoImage on MinGW 64-bit - Moved CVE images to pillow-depends - Refactor font_getsize and font_render - Fixed loading profile with non-ASCII path on Windows - Fixed effect_spread bug for zero distance - Added formats parameter to Image.open - Added regular_polygon draw method - Raise proper TypeError in putpixel - Added writing of subIFDs - Fix IFDRational __eq__ bug - Fixed duplicate variable name - Added homebrew zlib include directory - Corrected inverted PDF CMYK colors - Do not try to close file pointer if file pointer is empty - ImageOps.autocontrast: add mask parameter - Read EXIF data tEXt chunk into info as bytes instead of string - Replaced distutils with setuptools - Add MIME type to PsdImagePlugin - Allow ImageOps.autocontrast to specify low and high cutoffs separately 7.2.0 (2020-07-01) ------------------ - Do not convert I;16 images when showing PNGs - Fixed ICNS file pointer saving - Fixed loading non-RGBA mode APNGs with dispose background - Deprecated _showxv - Deprecate Image.show(command="...") - Updated JPEG magic number - Change STRIPBYTECOUNTS to LONG if necessary when saving - Write JFIF header when saving JPEG - Replaced tiff_jpeg with jpeg compression when saving TIFF images - Writing TIFF tags: improved BYTE, added UNDEFINED - Consider transparency when pasting text on an RGBA image - Added method argument to single frame WebP saving - Use ImageFileDirectory_v2 in Image.Exif - Corrected reading EXIF metadata without prefix - Fixed drawing a jointed line with a sequence of numeric values - Added support for 1-D NumPy arrays - Parse orientation from XMP tags - Speed up text layout by not rendering glyphs - Fixed ZeroDivisionError in Image.thumbnail - Replaced TiffImagePlugin DEBUG with logging - Fix repeatedly loading .gbr - JPEG: Truncate icclist instead of setting to None - Fixes default offset for Exif - Fixed bug when unpickling TIFF images - Fix pickling WebP - Replace IOError and WindowsError aliases with OSError 7.1.2 (2020-04-25) ------------------ - Raise an EOFError when seeking too far in PNG 7.1.1 (2020-04-02) ------------------ - Fix regression seeking and telling PNGs 7.1.0 (2020-04-01) ------------------ - Fix multiple OOB reads in FLI decoding - Fix buffer overflow in SGI-RLE decoding - Fix bounds overflow in JPEG 2000 decoding - Fix bounds overflow in PCX decoding - Fix 2 buffer overflows in TIFF decoding - Add APNG support - ImageGrab.grab() for Linux with XCB - Added three new channel operations - Prevent masking of Image reduce method in Jpeg2KImagePlugin - Added reading of earlier ImageMagick PNG EXIF data - Fixed endian handling for I;16 getextrema - Release buffer if function returns prematurely - Add JPEG comment to info dictionary - Fix size calculation of Image.thumbnail() - Fixed stroke on FreeType < 2.9 - If present, only use alpha channel for bounding box - Warn if an unknown feature is passed to features.check() - Fix Name field length when saving IM images - Allow saving of zero quality JPEG images - Allow explicit zero width to hide outline - Change ContainerIO return type to match file object mode - Only draw each polygon pixel once - Add support for shooting situation Exif IFD tags - Handle multiple and malformed JPEG APP13 markers - Depends: Update libwebp to 1.1.0 7.0.0 (2020-01-02) ------------------ - Drop support for EOL Python 2.7 - Fix rounding error on RGB to L conversion - Exif writing fixes: Rational boundaries and signed/unsigned types - Allow loading of WMF images at a given DPI - Added reduce operation - Raise ValueError for io.StringIO in Image.open - Fix thumbnail geometry when DCT scaling is used - Use default DPI when exif provides invalid x_resolution - Change default resize resampling filter from NEAREST to BICUBIC - Fixed black lines on upscaled images with the BOX filter - Better thumbnail aspect ratio preservation - Add La mode packing and unpacking - Include tests in coverage reports - Handle broken Photoshop data - Raise a specific exception if no data is found for an MPO frame - Fix Unicode support for PyPy - Added UnidentifiedImageError - Remove deprecated __version__ from plugins - Fixed freeing unallocated pointer when resizing with height too large - Copy info in Image.transform - Corrected DdsImagePlugin setting info gamma - Depends: Update libtiff to 4.1.0 - Improve handling of file resources - Removed CI testing of Fedora 29 - Added pypy3 to tox envlist - Drop support for EOL PyQt4 and PySide - Removed deprecated setting of TIFF image sizes - Removed deprecated PILLOW_VERSION - Changed default frombuffer raw decoder args
2021-03-10py-Pillow6: added version 6.2.2adam6-1/+368
Last version to support Python 2.7.
2021-03-08py-tifffile: updated to 2021.3.5adam2-8/+8
2021.3.5 Pass 4390 tests. Preliminary support for EER format. Do not warn about unknown compression
2021-03-08Recursive revbump associated with update of lang/ocamljaapb3-6/+6
2021-03-08py-dot: updated to 1.4.2adam2-7/+7
1.4.2 Added: - Documentation: Basic usage examples in `README.md`. Changed: - More detailed error message in case of Graphviz errors. - More detailed warning message in case of failure to import the DOT parser module. Deprecated: - A future pydot 2.0.0 will drop support for Python 2, 3.4 and possibly other Python versions that are end-of-life at that time. Pydot does not emit any deprecation warnings about this. Further pydot 1.x.x releases are currently not foreseen, but if there are any, should still support the mentioned Python versions. Fixed: - On Python 2, non-equality comparison (`!=`) between two separate, but equal `Edge` instances will now correctly return `False`, as it already did on Python 3. - Prevent `TypeError` in handling of DOT parser error. - Prevent `TypeError` in `graph_from_adjacency_matrix()` and `graph_from_incidence_matrix()`. - Prevent `TypeError` when creating an edge with a `Subgraph` or `Cluster` object (as opposed to name string) as an edge point. - Windows only: Fixed most failures to find Graphviz when a conda or Anaconda installation exists, but Graphviz was installed manually or through pip (`.bat`/`.exe` suffix problem). - Windows only: Fixed failure to run Graphviz related to side-by-side assembly (SxS) by now propagating the `SYSTEMROOT` environment variable.
2021-03-07graphics/ruby-cairo: update to 1.17.5taca2-8/+8
1.17.5 (2021-02-04) No release information but it looks like a few problem fixes. 1.17.4 (2021-01-17) Improvements ------------ * Added support for Red Colors.
2021-03-07graphics/ruby-RMagick: update to 4.2.2taca2-7/+7
RMagick 4.2.2 (2021-02-24) Bug Fixes: * Remove deprecation warning about block syntax (#1272) You are still recommended to use the block parameter instead of self. but we're silencing the deprecation warning until we can get RMagick's code up to that standard.
2021-03-07gd: updated to 2.3.2adam2-8/+8
2.3.2: Fixed gif: allow decodin when both Global and Local Colormaps Added avif: Support for AVIF images via libavif heif: Support for HEIF/AVIF images via libheif webp: Drop ../deps/ search when building with cmake Windows: Remove unused snprintf fallback
2021-03-07libimagequant: updated to 2.14.1adam2-7/+7
version 2.14 - improved Rust API - quality improvements for remapping overlays over a background
2021-03-06krita: Update to 4.4.2. Builds with latest boost.nia3-12/+15
Release notes: https://krita.org/en/item/krita-4-4-2-released/
2021-03-06cal3d-examples: remove patches that are not in distinfowiz13-196/+0
2021-03-06cal3d: remove patches that are not in distinfowiz2-33/+0
2021-03-06zbar: Make xmlto dependency explicitnia1-1/+4
Makes man pages get generated predictably. Should help bulk builds.
2021-03-05jasper: updated to 2.0.26adam2-7/+7
2.0.26 * Fix JP2 decoder bug that can cause a null pointer dereference for some invalid CDEF boxes.
2021-03-05py-wand: updated to 0.6.6adam2-7/+7
Version 0.6.6 ------------- - Added :meth:`Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion>` method. - Fixed `QuantumType` allocation for 32-bit architectures using HDRI. - Fixed `MagickSizeType` allocation for :meth:`ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit>` and segfault with ``armv7l`` architecture. - Fixed :class:`~wand.color.Color` deallocation error on 32-bit architectures. - Deprecated :meth:`wand.color.scale_quantum_to_int8()` - [TEST] Deprecated PDF format from test assets. - [TEST] Deprecated :class:`~wand.drawing.Drawing` test `fx_wand` fixture to improve parallel CI testing. - [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6.
2021-03-05py-tifffile: update to 2021.3.4gutteridge2-8/+8
2021.3.4 Pass 4389 tests. Fix reading multi-file, multi-series OME-TIFF (#67). Detect ScanImage 2021 files (#46). Shape new version ScanImage series according to metadata (breaking). Remove Description key from TiffFile.scanimage_metadata dict (breaking). Return ScanImage version from read_scanimage_metadata (breaking). Fix docstrings.
2021-03-04py-tifffile: updated to 2021.2.26adam2-8/+10
2021.2.26 Pass 4388 tests. Squeeze axes of LSM series by default (breaking). Add option to preserve single dimensions when reading from series (WIP). Do not allow appending to OME-TIFF files. Fix reading STK files without name attribute in metadata. Make TIFF constants multi-thread safe and pickleable. Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata. Support ScanImage v4 files in read_scanimage_metadata (not tested).
2021-03-04zbar: Update to 0.23.90leot4-26/+31
Changes: 0.23.90 ------- * Started using github actions for CI and binary releases * Fixed several issues with configure.ac, making it auto-detect most things, when possible * README.md now shows the absolute minimum requirement for building ZBar on Ubuntu * Fixed some build issues * Make it compatible with Python 3.9 * Fixed some Python 3.9 and Qt5 warnings * Typo fixes * Several fixes at zbarcam * zbarimg: fix stderr output when symbols are found
2021-03-03ivtools: Needs ps2pdfnia1-1/+4
2021-03-02osg: fix buidling on Darwin; fix finding Lua52adam5-12/+29
2021-03-01ivtools: update to 2.0.4a1nia49-1227/+136
Changes: builds again; August 22nd 2020 ivtools-2.0.3 * add Golang style "%v" format descriptor to comterp print func. July 5th 2020 ivtools-2.0.2 * Change priority of "$$" (stream) operator to line up with other stream operators (i.e. ".." and "**"). June 30th 2020 ivtools-2.0.1 * Fix nested user defined funcs in comterp (the func() command). * Change isalpha(), isdigit(), and isspace() funcs to return 0 or 1 (instead of the bitmask which is returned for C). * Add comterp_run utility script for hands-free launching of comterp scripts. Write scripts with this header: #! /usr/bin/env comterp_run * Add csvfilt comterp script as an example of using comterp_run. After installing both try "csvfilt --help". June 21st 2020 ivtools-2.0.0 Non-backward compatible changes from ivtools-1.2.11: * Swap "$$" and "$" operators in comterp. The "$$" operator is now stream() (which matches the other double-character stream operators - "..", "**", and ",,") and "$" is now list(). * Reverse the priority of ".." (iterate()) and "**" (repeat()), giving ".." precedence over "**". The reason is because ".." is more complex than "**", like multiplication is more complex than addition. * Remove symmax() and symcnt() commands because they were redundant with symid() which accepts :max and :cnt keywords. Other changes; * remove patches directory, sourceforge102203.xml, aclocal.m4, README.cygwin, README.ivmkcm, and comtop.tgz * migrated all CHANGES-* files to a CHANGES directory
2021-02-27py-tifffile: not for python2.7markd1-1/+3
2021-02-26digikam: explicitly don't look for KF5AkonadiContactmarkd1-1/+3
2021-02-26ImageMagick: allow building without documentationnia6-1394/+1412
the HTML docs make up a significant % of the installed pkg size
2021-02-24graphics: +py-tifffilemarkd1-1/+2
2021-02-24py-tifffile: Add version 2021.2.1markd5-0/+65
Tifffile is a Python library to * store numpy arrays in TIFF (Tagged Image File Format) files, and * read image and metadata from TIFF-like files used in bioimaging. Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI), NDPI, and GeoTIFF files.
2021-02-20tex-animate{,-doc}: update to 20201007markd4-16/+16
changes unknown
2021-02-18tex-circuitikz{,-doc}: update to 1.3.0markd5-17/+21
The main changes here are under the hood: a big refactoring that should have helped fixed some long-standing misfeatures. In case of disaster, there is a new rollback point added (still not using the new LaTeX rollback mechanism, though). - Fixed a long-standing problem with labels and similar decoration with equal signs and commas - Fixed a typo in the manual (thanks to @muzimuzhi on GitHub) - The Mother of All Code Refactoring: no real changes (modulo errors) - Added a rollback point to 1.2.7
2021-02-18tex-chemfig{,-doc}: update to 1.56markd6-20/+18
1.54 - \expanded primitive required - \charge macro: a "=" forgotten in the input stream now removed 1.56 - centers of rings reachable with a tikz node
2021-02-18drawing: update to 0.6.5nia3-8/+10
drawing (0.6.5) unstable; urgency=low * fix unexplained regression of bottom panes responsiveness * mitigation of the "very quick series of ctrl+b" bug * disable importing or opening an image using drag-and-drop with flatpak (it was broken) * fix printing (issue #20) * more pertinent movements of the view when holding and moving the middle-click * update several translations
2021-02-18ImageMagick: update to 7.0.11.0.wiz3-10/+10
2021-02-13 7.0.11-0 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.11-0 GIT revision 18438:ff3ef50ab:20210213 2021-02-10 7.0.11-0 <quetzlzacatenango@image...> * bump minor version # * allow reading multichannel PSD files with 1 or 2 channels. * respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212). 2021-02-07 7.0.10-62 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.10-62 GIT revision 18418:f1e915f65:20210207 2021-02-01 7.0.10-62 <quetzlzacatenango@image...> * -trim not working as expected (reference https://github.com/ImageMagick/ImageMagick/discussions/3172). * possible undefined behavior (reference https://github.com/ImageMagick/ImageMagick/issues/3195). * sanitize buggy ascender and descender values (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980202).
2021-02-17glew: restore patch chunk lost in update that fixes RELRO buildwiz3-4/+14
Bump PKGREVISION.
2021-02-16glew: Update to 2.2.0nia4-28/+20
Changes: new extensions and minor bug fixes
2021-02-15libwebp: updated to 1.2.0adam2-8/+7
version 1.2.0 * API changes: - libwebp: encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange) * lossless encoder improvements * SIMD support for Wasm builds * add xcframeworkbuild.sh, supports Mac Catalyst builds * import fuzzers from oss-fuzz & chromium * webpmux: add an '-set loop <value>' option * toolchain updates and bug fixes
2021-02-15tex-pstricks{,-doc}: update to 3.01markd6-24/+20
3.00 This version has a new package pstricks-pdf which can be used instead of pstricks if you want to run pdflatex with the --shell-escape option. 3.01 This version has a modified pstricks.tex|.pro for GhostScript versions > 9.52 Transparency is now only possible with the optional argument -dALLOWPSTRANSPARENCY. All files should still work for older GS versions.
2021-02-15tex-pst-pdf{,-doc} update to 1.2fmarkd4-16/+16
Internal changes to track updates in the LaTeX kernel (2020-10-01 release).
2021-02-15tex-pst-circ{,-doc}: update to 2.17markd4-18/+16
This version allows color names in "xcolor" notation
2021-02-15tex-pst-3dplot{,-doc}: update to 2.06markd4-18/+16
changes unknown