summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08p5-Unicode-Collate: update to 1.21.wiz3-24/+7
1.21 Sat Nov 4 10:49:19 2017 - mklocale: [rt.cpan.org #121664] . removed from @INC (take 2) - DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt. * Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 34. - added tangut.t in t. - Locale/*.pl and CJK/Korean.pm are updated. 1.20 Fri Nov 3 11:50:21 2017 - XS: [rt.cpan.org #121664] . removed from @INC - U::C::Locale newly supports locales: dsb, lkt.
2017-11-07py-simplejson: updated to 3.12.0adam3-9/+15
Version 3.12.0: * Fix threaded import race condition * Move RawJSON implementation to simplejson.raw_json module * Move JSONDecodeError implementation to simplejson.errors module
2017-10-27Update to 7.4.0ryoon3-20/+19
Changelog: 2017-10-10: Version 7.4.0 * New option --allow-chown to allow file ownership change in old file mode. Option --no-allow-chown does the opposite. * Code cleanup. 2017-07-04: Version 7.3.5 * New flag 0 for option -i, --info. End information lines with a null character instead of a newline character, enabling correct file name interpretation when flag c is used. * Don't print leading spaces when option -i with flag c is used. * Code cleanup. * Manual update. * Translation updates.
2017-10-19py-cairosvg: update to 2.1.1adam2-11/+12
Version 2.1.1 Use cssselect2 and tinycss2 instead of cssselect and tinycss Don’t require lxml anymore Rely on defusedxml to detect unsafe SVG files Use http://www.w3.org/2000/svg as default namespace
2017-10-17Update converters/erlang-iconv to 1.0.6fhajny2-8/+8
- Updating p1_utils to version 1.0.10. - Fix possible overflow of inleft
2017-10-02libzmf: update to 0.0.2.wiz2-8/+7
libzmf-0.0.2 - Allow build with boost older than 1.56. - Require C++11 for build. - Fix various issues found by oss-fuzz. - Minor code cleanups.
2017-10-02libcdr: update to 0.1.4.wiz3-24/+7
libcdr 0.1.4 * Fix several issues found by oss-fuzz. * Require C++11 for build. * Fix issues found by coverity. * Various code cleanups.
2017-09-29Allow narrowing of the data tables GCC 5+.joerg1-1/+7
2017-09-27devel/Makefile: + p5-Convert-UUwiz1-1/+2
2017-09-27converters/p5-Convert-UU: import p5-Convert-UU-0.5201wiz3-0/+24
This package contains a perl module for uuencoding and uudecoding data.
2017-09-26help2man: update to 1.47.5adam2-7/+7
help2man 1.47.5: * Refresh Brazilian Portuguese translation from translation project copy (trivial date change). * Update Swedish translation. * Use POSIX compliant TZ when setting UTC. * Update copyright years.
2017-09-25libstaroffice: add missing zlib buildlinkwiedi1-1/+2
2017-09-22ruby-uconv: add mirror sitetnn1-1/+2
2017-09-18revbump for requiring ICU 59.xmaya10-20/+20
2017-09-17p5-Sereal: update to 3.015.wiz2-8/+12
3.015 Thu Sep 1 20:18:44 CEST 2016 * Fix builds under 5.25+ * Fix various buffer overun bugs found using AFL (thanks to dgryski) * Fix issue in decode_from_file() 3.014 Dec 7 2015 * Fix builds under 5.8.9 3.012 Dec 6 2015 * Yet another release related to broken META files. ExtUtils::MakeMaker and CPAN::Meta need to be up to date or the META files miss stuff. 3.011 Dec 6 2015 * No significant changes. Doc typo fixes, and build tweaks. 3.010 Nov 30 2015 * Fix silly build issue for Sereal. We do some magic so that things "Just Work" when building from withing the git repo, but that magic was failing due to a precedence issue in the magic detection logic. This mean that users building in a git based .cpan dir would see breakage. 3.009 Nov 30 2015 * Re-relase 3.008 with updated META files. 3.008 Nov 27 2015 * [ENCODER] FIX: Make sure that reserializing a data structure created using alias_varint_under does not produce a corrupted dataset. Thanks to Iskra for the report. * [ENCODER] FIX: Precedence issue related to sort keys options. Thanks to Petr Písař <ppisar@redhat.com> for the report and fix. * [ENCODER/DECODER] FIX: Win32 build issues. 3.007 Nov 26 2015 * [DECODER] Build fixes for boxes without any Sereal installed (it seems to be common on certain types of smokers, and not on others). * [ENCODER]: Base sort order changed, new sort orders added. Rework sort logic to be more efficient, fix sorted tied hashes, define new sort order. See Sereal::Encoders CHANGES files. * [ENCODER] Handle PVLV undefs * [ENCODER] General optimizations. * [ENCODER] Build fixes for 5.8.9 * [ENCODER] Doc patches * Win32 build fixes. 3.006 Nov 14 2015 * [DECODER] fix segfaults from heavily corrupted data. Guards against various pathological cases which could cause segfaults fixed. Thanks to Damian Gryski and "fuzzing sereal with afl" for finding these cases. * [ENCODER] Various subtle fixes to how we choose whether to serialize the string or numeric version of a value, in particular to ensure that "00" always round trips as "00", and related issues. Note this fix has correctness and performance consequences. In some cases values that used to serialized as integers (arguably incorrectly) will be serialized as strings instead, and some code maybe be slower to serialize. NOTE: Some issues related to this subject are not fixable without a protocol change. In particular this change may affect the behavior of code that uses binary logical operators on values serialized with Perl. Thanks to Zefram, Tom, and others for help with this issue. * Fixups for cast warnings under -Wint-to-ptr builds by using using PTR2INT and INT2PTR for casting our objects. * Win32 fixes * Build improvements * Changes to how we generate constants 3.005 Jan 05 2015 * Build improvements related to char signedness being platform dependent. 3.004 Dec 27 2014 * Performance optimizations and other miscellaneous changes. * Build improvements. * Win32 fixes for weakrefs. 3.003 Oct 19 2014 * Niko Tyni fixed the 64-bit big endian Sereal bug! (Yay Niko!) * Setup META.yml correctly so that certain dependencies are marked as being test dependencies and not build or run-time dependencies. * Allow one to build against an externally supplied version of csnappy or miniz. Thanks to Petr Písař <ppisar@redhat.com> 3.002 Aug 20 2014 Summary of changes from 3.001 - 3.002 - Encoder: Introduce "canonical" option to encoder - Encoder: Introduce "canonical_refs" option to encoder - Decoder: Introduce "set_readonly" option to decoder - Decooder: Introduce "set_readonly_scalars" option to decoder * Decoder Bug fixes - Fix assertion fails in DEBUG perls (Brian Fraser) - Fix segfault with "into" interface when decoding references and strings into the same target SV. See new test t/550_decode_into.t * Test Infra Changes - Split up bulk tests to speed up testing and make it easier to see when a failure is restricted to a specific option. * Big-Endian Support - Improved support for Big-Endian machines. We now build and pass test on Sparc and HP-UX and other platforms with big-endian or strict alignedness requirements. Much thanks to Jarkko Hietaniemi, Gregor Herrmann, and H. Merijn Brand for for their assistance with this. - We still have issues with s390x (Z/Os) with Sereal. If someone wants to help it would be appreciated. 3.001 - Production release 1 of protocol version 3 - Zlib support - CANONICAL_UNDEF, - new magic header to make it easier to detect UTF8 encoded data. - Minor changes to how scalar values are serialized to favour more compact representations.
2017-09-17p5-Sereal-Encoder: update to 3.015.wiz4-105/+8
3.015 Thu Sep 1 20:18:44 CEST 2016 * Fix builds under 5.25+
2017-09-17p5-Sereal-Decoder: update to 3.015.wiz4-107/+7
3.015 Thu Sep 1 20:18:44 CEST 2016 * Fix builds under 5.25+ * Fix various buffer overun bugs found using AFL (thanks to dgryski) * Fix issue in decode_from_file()
2017-09-17p5-JSON-PP: update to 2.94.wiz2-8/+7
2.94 2017-05-29 - fix a test to support perl 5.6 2.93 2017-05-15 - fix packaging issue 2.92 2017-05-15 - production release 2.91_04 2017-01-10 - fixed isa tests for bignum 2.91_03 2017-01-09 - reworked documentation, based on the one for JSON::XS - let json_pp utility to show the version of JSON::PP - applied a patch to fix loading order of B module (pali++) 2.91_02 2016-12-04 - fixed not to fail tests under Perl 5.25.* (srezic++) 2.91_01 2016-12-03 - changed the number detection logic, patched by haarg (experimental) - merged PR from dagolden to correct 0 handling - removed base.pm dependency (dolmen) - fixed wrong character offset spotted by ilmari - applied patches from Jarkko Hietaniemi to address VAX issues - small doc fixes from bessarabov, gregoa, Chris Anderson - applied a patch to remove . in @INC in json_pp (Tony Cook) - removed $VAR1 from json_pp output, spotted by tokuhirom - fixed an issue to ignore trailing 0 - added Scalar::Util dependency for Perl 5.8+ - fixed issues spotted by Nicolas Seriot's JSON Test Suite including experimental UTF-16/32 support and backward incompatible change of C style comment handling (now disabled by default) - moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm and gave it a proper version - refactored incremental parser to let it handle incomplete JSON text properly - imported and tweaked tests from JSON.pm - minor code clean up
2017-09-17p5-JSON-MaybeXS: remove comment.wiz1-3/+1
2017-09-17p5-JSON-MaybeXS: update to 1.003009.wiz2-8/+7
1.003009 - 2017-02-27 - fix tests to no longer rely on . being in @INC (RT#120404)
2017-09-16Reset maintainerwiz3-6/+6
2017-09-10Various portability fixes. Fix library path for the final binaries. Bumpjoerg26-7/+597
revision.
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb1-2/+2
2017-09-06Comment out dead sites.wiz1-2/+2
2017-09-04Recursive revbump from poppler updateryoon1-2/+2
2017-09-04Update some URLs.wiz1-3/+3
2017-09-04Follow some redirects.wiz5-11/+11
2017-09-04Comment out dead sites.wiz3-6/+6
2017-09-04Use ASCII.joerg2-1/+13
2017-09-04Recursive bump for poppler 0.58 shlib bump.wiz1-2/+2
2017-09-04Updated p5-JSON-XS to 3.04.wiz2-8/+7
3.04 Thu Aug 17 04:30:47 CEST 2017 - change exponential realloc algorithm on encoding and string decoding to be really exponential (this helps slow/debugging allocators such as libumem) (reported by Matthew Horsfall). - string encoding would needlessly overallocate output space (testcase by Matthew Horsfall). - be very paranoid about extending buffer lengths and croak if buffers get too large, which might (or might not) improve security. - add cbor-packed type to json_xs. - switch from YAML to YAML::XS in json_xs, as YAML is way too buggy and outdated.
2017-09-03Follow some redirects.wiz1-2/+2
2017-09-03Fix HOMEPAGE.wiz1-3/+3
2017-08-25No encoding parameter on Python 2.7.joerg2-1/+15
2017-08-24Revbump for boost updateadam2-4/+4
2017-08-24Revbump for boost updateadam28-56/+56
2017-08-16Comment out dead sites.wiz3-7/+7
2017-08-16Follow some http redirects.wiz2-4/+4
2017-08-15revbump due poppler update to verson 0.57.0nros1-2/+2
2017-08-11Update to 2.03ryoon2-8/+8
Changelog: 2.03 - fix man page build due to non-ASCII char (thanks, Anton!) 2.02 - add option --caseful-sz to optionally treat upper-/lowercasing of sz. This also fixes unwanted unidirectional lowercasing of U+1E9E
2017-08-01Follow some http -> https redirects.wiz1-2/+2
2017-07-30Switch github HOMEPAGEs to https.wiz4-8/+8
2017-07-14Version 2.0.3:adam3-47/+59
* Add ``python_requires`` in ``setup.py`` Version 2.0.2: * Handle ``text-align`` in textPath tags * Test with Python 3.6 Version 2.0.1: * Don't crash on relative refs with no input URL Version 2.0.0: * Drop Python 2 support * Drop pycairo support * Rely on cairocffi, lxml, cssselect, pillow and tinycss * Fix markers * Fix URL/id handling * Use bounding boxes for gradients * Split deployment and development tests * Add a scale option * Add a parent size option * Test with Travis
2017-07-11Revbump associated with ocaml-4.04.2jaapb1-2/+2
2017-07-09Simplify github usage.wiz2-11/+7
2017-07-09Better shell quoting.wiz1-2/+1
2017-07-09Fill in DESCR.wiz1-0/+5
2017-07-09Add converters/unoconvmanu6-1/+62
unoconv converts any document format that OpenOffice can import, to any document format that OpenOffice can export. unoconv uses the OpenOffice's UNO bindings for non-interactive conversion of documents.
2017-07-07Honor LDFLAGS. Fixes RELRO build.wiz2-4/+4
2017-07-07Update converters/erlang-iconv to 1.0.5.fhajny2-8/+8
- depends on p1_utils-1.0.9