aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* textproc/jo: Update to 1.6Kurt Jaeger2022-03-122-5/+8
| | | | PR: 261042
* textproc/lowdown: upgrade to 0.11.1Baptiste Daroussin2022-03-124-4/+18
|
* textproc/groonga: Update version 12.0.0=>12.0.1Muhammad Moinur Rahman2022-03-122-4/+4
| | | | Relnotes: https://groonga.org/en/blog/2022/02/28/groonga-12.0.1.html
* textproc/py-transifex-client: Update version 0.13.6=>0.14.4Muhammad Moinur Rahman2022-03-123-21/+9
| | | | | Relnotes: https://github.com/transifex/transifex-client/releases/tag/0.14.4
* textproc/R-cran-commonmark: Update to 1.8.0TAKATSU Tomonari2022-03-122-4/+4
|
* textproc/py-mkdocs-redirects: New portSamir Noir2022-03-124-0/+35
| | | | PR: 261321
* textproc/py-mkdocs-simple-hooks: New portSamir Noir2022-03-124-0/+36
| | | | PR: 261322
* textproc/py-mkdocs-mermaid2-plugin: New portSamir Noir2022-03-124-0/+31
| | | | PR: 262258
* textproc/kepubify: Update to 4.0.4Robert Clausecker2022-03-102-6/+6
| | | | | | | Changelog: https://github.com/pgaskin/kepubify/releases/tag/v4.0.4 PR: 262475 MFH: 2022Q1 (bugfix release)
* textproc/expat2: update to 2.4.7Tobias C. Berner2022-03-103-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1]: Release 2.4.7 Fri March 4 2022 Bug fixes: #572 #577 Relax fix to CVE-2022-25236 (introduced with release 2.4.5) with regard to all valid URI characters (RFC 3986), i.e. the following set (excluding whitespace): ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789 % -._~ :/?#[]@ !$&'()*+,;= Other changes: #555 #570 #581 CMake|Windows: Store Expat version in the DLL #577 Document consequences of namespace separator choices not just in doc/reference.html but also in header <expat.h> #577 Document Expat's lack of validation of namespace URIs against RFC 3986, and that the XML 1.0r4 specification doesn't require Expat to validate namespace URIs, and that Expat may do more in that regard in future releases. If you find need for strict RFC 3986 URI validation on application level today, https://uriparser.github.io/ may be of interest. #579 Fix documentation of XML_EndDoctypeDeclHandler in <expat.h> #575 Document that a call to XML_FreeContentModel can be done at a later time from outside the element declaration handler #574 Make hardcoded namespace URIs easier to find in code #573 Update documentation on use of XML_POOR_ENTOPY on Solaris #569 #571 tests: Resolve use of macros NAN and INFINITY for GNU G++ 4.8.2 on Solaris. #578 #580 Version info bumped from 9:6:8 to 9:7:8; see https://verbump.de/ for what these numbers do Special thanks to: Jeffrey Walton Johnny Jazeix Thijs Schreijer Release 2.4.6 Sun February 20 2022 Bug fixes: #566 Fix a regression introduced by the fix for CVE-2022-25313 in release 2.4.5 that affects applications that (1) call function XML_SetElementDeclHandler and (2) are parsing XML that contains nested element declarations (e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>"). Other changes: #567 #568 Version info bumped from 9:5:8 to 9:6:8; see https://verbump.de/ for what these numbers do Special thanks to: Matt Sergeant Samanta Navarro Sergei Trofimovich and NixOS Perl XML::Parser Release 2.4.5 Fri February 18 2022 Security fixes: #562 CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8 sequences (e.g. from start tag names) to the XML processing application on top of Expat can cause arbitrary damage (e.g. code execution) depending on how invalid UTF-8 is handled inside the XML processor; validation was not their job but Expat's. Exploits with code execution are known to exist. #561 CVE-2022-25236 -- Passing (one or more) namespace separator characters in "xmlns[:prefix]" attribute values made Expat send malformed tag names to the XML processor on top of Expat which can cause arbitrary damage (e.g. code execution) depending on such unexpectable cases are handled inside the XML processor; validation was not their job but Expat's. Exploits with code execution are known to exist. #558 CVE-2022-25313 -- Fix stack exhaustion in doctype parsing that could be triggered by e.g. a 2 megabytes file with a large number of opening braces. Expected impact is denial of service or potentially arbitrary code execution. #560 CVE-2022-25314 -- Fix integer overflow in function copyString; only affects the encoding name parameter at parser creation time which is often hardcoded (rather than user input), takes a value in the gigabytes to trigger, and a 64-bit machine. Expected impact is denial of service. #559 CVE-2022-25315 -- Fix integer overflow in function storeRawNames; needs input in the gigabytes and a 64-bit machine. Expected impact is denial of service or potentially arbitrary code execution. Other changes: #557 #564 Version info bumped from 9:4:8 to 9:5:8; see https://verbump.de/ for what these numbers do Special thanks to: Ivan Fratric Samanta Navarro and Google Project Zero JetBrains [1] Changelog: https://github.com/libexpat/libexpat/blob/R_2_4_7/expat/Changes Exp-run by: antoine PR: 262381 Security: CVE-2022-25235 Security: CVE-2022-25236 Security: CVE-2022-25313 Security: CVE-2022-25314 Security: CVE-2022-25315
* textproc/sigil: Update to 1.9.1Jonathan Chen2022-03-082-4/+4
| | | | | | Changelog: https://sigil-ebook.com/blog/sigil-1.9.1-released/ PR: 262410
* textproc/py-mkdocs-material: Update to 8.2.5Kai Knoblich2022-03-082-4/+4
| | | | | | Changelog since 8.1.11: https://github.com/squidfunk/mkdocs-material/compare/8.1.11...8.2.5
* */*: Take maintainershipMuhammad Moinur Rahman2022-03-085-5/+5
|
* textproc/pugixml: Update to 1.12.1Daniel Engberg2022-03-073-6/+9
| | | | | Changelog: https://pugixml.org/docs/manual.html#v1.12 https://github.com/zeux/pugixml/releases/tag/v1.12.1
* */py-*: Take maintainershipPo-Chuan Hsieh2022-03-072-2/+2
|
* all: return koobs' ports to the pool after safekeeping his commit bit.Rene Ladan2022-03-077-7/+7
|
* textproc/py-tabletext: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-03-071-0/+71
|
* textproc/py-sparqlwrapper: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-03-072-1/+812
| | | | - While I'm here, remove USE_LOCALE=en_US.UTF-8
* textproc/py-genshi: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-03-071-0/+5818
| | | | With hat: python
* textproc/rubygem-actiontext70: Update to 7.0.2Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* textproc/rubygem-actiontext61: Update to 6.1.4.6Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* textproc/rubygem-actiontext60: Update to 6.0.4.6Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* textproc/rubygem-rouge: Update to 3.28.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | | Changes: https://github.com/rouge-ruby/rouge/releases https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
* textproc/rubygem-loofah: Update to 2.14.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/flavorjones/loofah/releases
* textproc/rubygem-elasticsearch-xpack: Update to 7.17.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases
* textproc/rubygem-elasticsearch-transport: Update to 7.17.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases
* textproc/rubygem-elasticsearch-rails: Update to 7.2.1Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-rails/releases
* textproc/rubygem-elasticsearch-persistence: Update to 7.2.1Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-rails/releases
* textproc/rubygem-elasticsearch-model: Update to 7.2.1Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-rails/releases
* textproc/rubygem-elasticsearch-api: Update to 7.17.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases
* textproc/rubygem-elasticsearch: Update to 7.17.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases
* textproc/rubygem-chewy: Update to 7.2.4Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/toptal/chewy/releases
* textproc/py-tomlkit: Update to 0.10.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/sdispater/tomlkit/releases
* textproc/py-sphinx-copybutton: Update to 0.5.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | | Changes: https://github.com/executablebooks/sphinx-copybutton/releases https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md
* textproc/py-pyexcel-ods3: Update to 0.6.1Po-Chuan Hsieh2022-03-072-4/+4
| | | | | Changes: https://github.com/pyexcel/pyexcel-ods3/releases https://github.com/pyexcel/pyexcel-ods3/blob/dev/CHANGELOG.rst
* textproc/py-pyexcel: Update to 0.7.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | | Changes: https://github.com/pyexcel/pyexcel/releases https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst
* textproc/py-petl: Update to 1.7.8Po-Chuan Hsieh2022-03-072-6/+5
| | | | Changes: https://github.com/petl-developers/petl/releases
* textproc/py-myst-parser: Update to 0.17.0Po-Chuan Hsieh2022-03-072-6/+7
| | | | | Changes: https://github.com/executablebooks/MyST-Parser/releases https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md
* textproc/py-markupsafe: Update to 2.1.0Po-Chuan Hsieh2022-03-072-5/+5
| | | | Changes: https://github.com/pallets/markupsafe/releases
* textproc/py-elasticsearch: Update to 7.17.0Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-py/releases
* textproc/py-charset-normalizer: Update to 2.0.12Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/Ousret/charset_normalizer/releases
* textproc/asciidoc: Update to 10.1.3Po-Chuan Hsieh2022-03-072-4/+4
| | | | Changes: https://github.com/asciidoc-py/asciidoc-py/releases
* textproc/rubygem-rouge327: Add rubygem-rouge327 3.27.0 (copied from ↵Po-Chuan Hsieh2022-03-074-0/+32
| | | | | | rubygem-rouge) - Add PORTSCOUT
* devel/py-qt5, devel/py-sip: Update versionsLoïc Bartoletti2022-03-071-1/+1
| | | | | | | | | | | | - Update sip to 6.5.1 - Update PyQt5 to 5.15.6 - Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5 - Update PyQtSip to 12.9.1 - Update PyQtBuilder to 1.12.2 - Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino) PR: 261685 Exp-run by: antoine
* textproc/ibus-typing-booster: upgrade to 2.15.25Thierry Thomas2022-03-062-4/+4
| | | | | Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.15.25>.
* textproc/R-cran-rmarkdown: Update to 2.12TAKATSU Tomonari2022-03-062-9/+10
|
* textproc/libxmlb: update to 0.3.7Tobias C. Berner2022-03-042-4/+4
|
* textproc/kdiff3: update to 1.9.5Tobias C. Berner2022-03-042-4/+4
|
* textproc/libxmlb: New port - Library to help create and query binary XML blobsTobias C. Berner2022-03-045-0/+96
| | | | | | | | | | | | | | | XML is slow to parse and strings inside the document cannot be memory mapped as they do not have a trailing NUL char. The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table -- where the strings have the NULs included. This allows an application to mmap the binary XML file, do an XPath query and return some strings without actually parsing the entire document. This is all done using (almost) zero allocations and no actual copying of the binary data. WWW: https://github.com/hughsie/libxmlb PR: 258541
* KDE: Update KDE Gear to 21.12.3Tobias C. Berner2022-03-033-9/+9
| | | | | | | | | | | | | | | | | | | | | Thursday, 3 March 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kcron: Improve temporary file handling * kio-extras: SFTP can use random access * kontact: Fix Manager Crash when clicking New Distro and app store packagers should update their application packages. Changelog: https://kde.org/announcements/changelogs/gear/21.12.3/ Release Notes: https://community.kde.org/KDE_Gear/21.12_Release_notes