Path to this page:
./
converters/fribidi,
Free Implementation of the Unicode Bidirectional Algorithm
Branch: pkgsrc-2019Q3,
Version: 1.0.8,
Package name: fribidi-1.0.8,
Maintainer: pkgsrc-usersFree Implementation of the Unicode Bidirectional Algorithm.
The library implements all of the algorithm as described in the "Unicode
Standard Annex #9, The Bidirectional Algorithm,
http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
against Bidi Reference Code, and due to our best knowledge, does not contain
any conformance bugs.
In the API, we were inspired by the document "Bi-Di languages support - BiDi
API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
support to Mozilla.
Internally the library uses Unicode entirely. The character property function
was automatically created from the Unicode property list data file,
PropList.txt, available from the Unicode Online Data site. This means that
every Unicode character will be treated in strict accordance with the Unicode
specification. The same is true for the mirroring of characters, which also
works for all the characters listed as mirrorable in the Unicode specification.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 0489f1f9b6e19fd3060ee4da36e7e5f7b8ad21c9
RMD160: 5b561745a5070afc2450f4d257de1e12bfd9f296
Filesize: 2028.413 KB
Version history: (Expand)
- (2019-12-18) Updated to version: fribidi-1.0.8
- (2019-10-02) Package added to pkgsrc.se, version fribidi-1.0.5 (created)
CVS history: (Expand)
2019-12-16 14:10:50 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #6101 - requested by nia
converters/fribidi: security fix
Revisions pulled up:
- converters/fribidi/Makefile 1.27
- converters/fribidi/distinfo 1.14
---
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 14 02:56:27 UTC 2019
Modified Files:
pkgsrc/converters/fribidi: Makefile distinfo
Log message:
fribidi: Update to 1.0.8
Overview of changes between 1.0.7 and 1.0.8
=============================================
* A bug fix in the fribidi unicode algorithm for multiple isolate sequences.
* Fixed a potential buffer overflow for a long sequence of isolate overrides \
characters
|