Commit graph

2233 commits

Author SHA1 Message Date
wiz
f199d87900 help2man: update to 1.47.17.
help2man (1.47.17) unstable; urgency=medium

  * Add Serbian translation of info page (thanks to Мирослав Николић).
  * Update Swedish translation (thanks to Sebastian Rasmussen).
  * Update to debhelper v13.
  * Update standards version to 4.5.1 (no changes).
  * Update copyright years.

 -- Brendan O'Dea <bod@debian.org>  Tue, 19 Jan 2021 22:27:16 +1100
2021-01-25 09:48:35 +00:00
nia
3ce3983672 sratom: Update to 0.6.8
sratom (0.6.8) stable;

  * Fix potential null pointer dereference
2021-01-24 16:24:37 +00:00
adam
80d5185e40 py-emoji: updated to 0.6.0
0.6.0:
Unknown changes
2021-01-20 11:04:13 +00:00
triaxx
e8add8e750 erlang-base64url: Remove
The package already exists as devel/erlang-base64url.
2021-01-16 16:05:46 +00:00
triaxx
1b3f227bf3 Makefile: remove erlang-base64url
The package already exists as devel/erlang-base64url.
2021-01-16 16:04:00 +00:00
triaxx
6c09221679 Makefile: Add erlang-base64url version 1.0.1 2021-01-16 15:33:05 +00:00
triaxx
c506780b79 erlang-base64url: Add version 1.0.1
Base64Url is a standalone, URL-safe and base64-compatible codec for Erlang.
It is a dependency for the last release of chat/ejabberd.
2021-01-16 15:31:53 +00:00
triaxx
a343bfb598 erlang-iconv: Update to 1.0.11
upstream changes:
-----------------
Version 1.0.11
  * Updating p1_utils to version 1.0.19.
  * Fix to compile with Rebar2 and Erlang 23, added to Travis and Coveralls
  * Document usage with Elixir mix
  * Add more explicit usage example
  * Add CoC and contribution guide

Version 1.0.10
  * Updating p1_utils to version 1.0.13.

Version 1.0.9
  * Updating p1_utils to version 6ff85e8.
2021-01-15 23:34:45 +00:00
taca
29fb6581e9 converters/ruby-unf_ext: update to 0.0.7.7
## 0.0.7.7 (2019-03-19)

- Include Windows binaries for Ruby 2.7.
2021-01-10 14:05:22 +00:00
taca
91e70dbcbb converters/ruby-Ascii85: update to 1.1.0
=== 1.1.0 / 2020-11-11

  * Make use of frozen_string_literal
  * Update tests to use newer minitest syntax
2021-01-10 14:03:51 +00:00
micha
aafd09cc9b converters/utf8proc: Update ABI version
Bump PKGREVISION.
2021-01-04 15:46:58 +00:00
wiz
a97d907b49 utf8proc: update to 2.6.1.
## Version 2.6.1 ##

2020-12-15

 - Bugfix in `utf8proc_grapheme_break_stateful` for `NULL` state argument, which
   also broke `utf8proc_grapheme_break`.
2021-01-04 12:16:30 +00:00
wiz
b668da7f8f py-chardet: update to 4.0.0.
This will be the last release of chardet to support Python 2.7.
chardet 5.0 will only support 3.6+

Major Changes

This release is multiple years in the making, and provides some
quality of life improvements to chardet. The primary user-facing
changes are:

    Single-byte charset probers now use nested dictionaries under
    the hood, so they are usually a little faster than before. (See
    #121 for details)

    The CharsetGroupProber class now properly short-circuits when
    one of the probers in the group is considered a definite match.
    This lead to a substantial speedup.

    There is now a chardet.detect_all function that returns a list
    of possible encodings for the input with associated confidences.

    We have dropped support for Python 2.6, 3.4, and 3.5 as they
    are all past end-of-life.

The changes in this release have also laid the groundwork for
retraining the models to make them more accurate, and to support
some more encodings/languages (see #99 for progress). This is our
main focus for chardet 5.0 (beyond dropping Python 2 support).
2021-01-04 11:53:14 +00:00
taca
190ba23c73 Remove reference to php72. 2021-01-03 15:26:11 +00:00
fcambus
de3d8ce189 bdf2psf: update to 1.200.
Nothing applying to bdf2psf in particular noted in the Changelog.
2021-01-03 10:13:16 +00:00
taca
6ddaa7ba3d converters/php-iconv: add buildlink3.mk
Add buildlink3.mk file for newer www/php-http3 package.
2021-01-03 06:45:45 +00:00
ryoon
a8e8c5c75e *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
gdt
0aa23b912f py-zfec: Update to 1.5.4
Upstream changes relative to 1.5.3 are negligible.
2020-12-19 15:28:05 +00:00
nia
ff16fd7df0 Add converters/cue2pops.
Contributed in a private email by embr@liclac.eu, thx!

cue2pops is a tool for converting PlayStation 1 backups in .CUE/.BIN format to
.VCD, the format supported by the PlayStation 2's POPS emulator.

The original cue2pops is Windows-only, this is the cue2pops-linux fork.
2020-12-13 15:43:46 +00:00
nia
f6dd9d2f87 Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
2020-12-04 20:44:57 +00:00
fcambus
6389dda346 bdf2psf: update to 1.199.
Nothing applying to bdf2psf in particular noted in the Changelog.
2020-12-02 15:34:49 +00:00
ryoon
e629e68456 utf8proc: Bump PKGREVISON from .so file version bump 2020-11-30 15:25:18 +00:00
micha
c33b2bb12b converters/utf8proc: Update ABI version of library 2020-11-30 10:54:03 +00:00
wiz
1e66488897 utf8proc: update to 2.6.0.
## Version 2.6 ##

2020-11-23

 - New `utf8proc_islower` and `utf8proc_isupper` functions ([#196]).

 - Bugfix for manual calls to `grapheme_break_extended` for initial characters ([#205]).

 - Various build and portability improvements.
2020-11-29 18:11:13 +00:00
nia
8ded1ce22e dos2unix: Update to 7.4.2
2020-10-12: Version 7.4.2

  * New Friulian translation of the messages.
  * Updated Dutch, German, Serbian, Traditional Chinese, and Ukrainian
    translations.
2020-11-26 15:12:39 +00:00
nia
bff5bea551 sratom: Update to 0.6.6
sratom (0.6.6) stable;

  * Fix various minor warnings and other code quality issues

 -- David Robillard <d@drobilla.net>  Sun, 27 Sep 2020 15:18:12 +0000
2020-11-24 13:52:37 +00:00
nia
e46cfb4ea9 libwps: Update to 0.4.12
0.4.11 -> 0.4.12
- add a minimalist parser for Pocket Word .psw and .pwi files
2020-11-23 19:56:16 +00:00
wiz
196d0d846a *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
ryoon
d4454810d5 libe-book: Fix build with textproc/icu-68.1 2020-11-05 09:19:22 +00:00
ryoon
43857824ec libcdr: Fix build with textproc/icu-68.1 2020-11-05 09:17:53 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ryoon
4675ccbc79 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
fcambus
a1327c7ded bdf2psf: update to 1.198.
Nothing applying to bdf2psf in particular noted in the Changelog.
2020-11-01 15:11:16 +00:00
wen
935a85d22a Update to 1.14
Update LICENSE

Upstream changes:
1.14 2020.09.27   Fixing pod breakage in EUC-JP pod

1.13 2020.09.27   Fixing MANIFEST.SKIP error

1.12 2020.09.27   Build tool updates. Maintainer updates. POD error fixes.
                  Relicensed under MIT license.
2020-10-24 23:30:56 +00:00
fcambus
208e51de6c bdf2sfd: update to 1.1.5.
bdf2sfd 1.1.5 (2020-10-20)

- Enable FORTIFY_SOURCE level 2
- Check strdup() return value and error out on failed allocations
2020-10-20 13:03:58 +00:00
fcambus
5655ba20e7 bdf2sfd: update to 1.1.4.
bdf2sfd 1.1.4 (2020-10-08)

- Add support for seccomp on arm
- Update error message to use seccomp architecture names
- Add a note in the README about sandboxing and fuzzing
- Make displayUsage() and error() static
- Reduce amount of fprintf() calls when outputting SFD header
2020-10-09 07:30:39 +00:00
wiz
e1cab12eeb *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
wiz
5beb413e27 qrencode: update to 4.1.1.
Version 4.1.1 (2020.9.28)
-------------------------
* Some minor bugs in Micro QR Code generation have been fixed.
  * The data capacity calculations are now correct. These bugs probably did not
    affect the Micro QR Code generation.
2020-10-05 11:28:32 +00:00
fcambus
64a462a4ab bdf2psf: update to 1.197.
ChangeLog:

  * standard.equivalents: map more aggressively the box drawing symbols.
    Mappings for ballot symbols.  Thanks to Nick Black, closes: #965029.
2020-09-24 05:37:24 +00:00
wiz
d107fc9693 *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
he
349a6f3a85 On powerpc, build with -mlongcall, to avoid truncated relocations.
Build fix only for this arch, so no revision bump.
2020-09-08 06:33:47 +00:00
wiz
771d334971 converters/Makefile: + p5-JSON-Parse. 2020-09-07 10:37:16 +00:00
wiz
789e9338fa converters/p5-JSON-Parse: import p5-JSON-Parse-0.57
A perl module for parsing JSON. (JSON means "JavaScript Object
Notation" and it is specified in RFC 7159.)
2020-09-07 10:36:58 +00:00
wiz
929e5fac42 p5-Unicode-EastAsianWidth: update to 12.0.
[Changes for 12.0 - 2018-11-24]

* Update to Unicode v12.0.0.
2020-09-06 20:01:34 +00:00
wiz
dc0bd09b44 p5-Sereal: update to 4.018.
4.018 Thurs Aug 3, 2020
    * Fix issue with gcc 10 with snappy compression.

4.017 Thurs July 9, 2020
    * The build fixes in 4.016 didn't work correctly, this should fix them.

4.016 Thurs July 9, 2020
    * Fix some dependency issues in build process

4.015 Weds  July 8, 2020
    * Build fixes (missing dependency)
    * Hardening against corrupted data
    * New thresholds to manage decoding process
2020-09-06 20:00:49 +00:00
wiz
85f7ba1de6 p5-Sereal-Encoder: update to 4.018.
4.018 Thurs Aug 3, 2020
    * Fix issue with gcc 10 with snappy compression.

4.017 Thurs July 9, 2020
    * The build fixes in 4.016 didn't work correctly, this should fix them.

4.016 Thurs July 9, 2020
    * Fix some dependency issues in build process

4.015 Weds  July 8, 2020
    * Build fixes (missing dependency)
2020-09-06 19:57:45 +00:00
wiz
22674f3408 p5-Sereal-Decoder: update to 4.018.
4.018 Thurs Aug 3, 2020
    * Fix issue with gcc 10 with snappy compression.

4.017 Thurs July 9, 2020
    * The build fixes in 4.016 didn't work correctly, this should fix them.

4.016 Thurs July 9, 2020
    * Fix some dependency issues in build process

4.015 Weds  July 8, 2020
    * Build fixes (missing dependency)
    * Hardening against corrupted data
    * New thresholds to manage decoding process
2020-09-06 19:54:04 +00:00
wiz
625e9e5078 p5-JSON-MaybeXS: update to 1.004002.
1.004002 - 2020-05-17
 - fix test that fails when JSON::XS is installed, but below version 3.0
   (RT#132578)

1.004001 - 2020-05-01
 - document when is_bool became available
 - now favouring Cpanel::JSON::XS over JSON::XS in more situations (the former
   is always added to prereqs when a compiler is available, although JSON::XS
   is still used at runtime if new enough and Cpanel::JSON::XS is not
   installed). This makes boolean handling more predictable and consistent.
2020-09-06 19:50:46 +00:00
wiz
b2d51a2057 p5-Cpanel-JSON-XS: update to 4.23.
4.23 2020-09-05 (rurban)
        - Fixup t/54_stringify change for JSON 2.09 (really use PR #169 madsen)

4.22 2020-09-04 (rurban)
        - Fix t/54_stringify needs JSON 2.09 for allow_unknown (PR #169 madsen)
        - Fix t/118_type.t for 5.6
        - Fix t/96_interop.t for missing JSON::XS (GH #83 ribasushi)
        - Possible fix for s390x with long double, untested (GH #83)

4.21 2020-08-13 (rurban)
        - Fix not enough HEK memory allocation for the new canonical tied hashes
          feature. (GH #168)
        - TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in
          125_shared_boolean.t

4.20 2020-08-12 (rurban)
        - New feature: sort tied hashes with canonical. (GH #167)
        - Fix encode of threads::shared boolean (#166 Sam Bingner).
          This was broken with 4.00.
        - Fix some stringify overload cases via convert_blessed (GH #105)
        - Fix a compat case with JSON::XS, when convert_blessed is set, but
          allow_blessed not. (GH #105)
        - Improve blessed and stringify tests
        - Work on better inf/nan detection on AIX (#165 Peter Heuchert)
        - Fix documentation for booleans and their types (#162 by Karen Etheridge)

4.19 2020-02-06 (rurban)
        - Fix typed decode memory leak (#160 by Pali).

4.18 2019-12-13 (rurban)
        - Add new method ->type_all_string (#156 by Pali).
          When type_all_string is set then encode method produce stable deterministic
          string types in result JSON.
          This can be an alternative to Cpanel::JSON::XS::Type when having
          deterministic output is required but string JSON types are enough for any
          output.
        - Move SvGETMAGIC() from encode_av() and encode_hv() to encode_sv()
          (#156 by Pali)
        - Add Math::BigInt and Math::BigFloat as recommended dependences
          (#157 by Pali and Grinnz)

4.17 2019-11-04 (rurban)
        - Add Changes tests and fixups (see #155)

4.16 2019-11-04 (rurban)
        - Use Perl_strtod instead of self-made atof (via pow), to
          minimize differences from core string-to-float conversions.
          (#154). Fixes float representation regressions (in the 1e-6
          to 1e-16 range) since 5.22.

4.15 2019-10-21 (rurban)
        - Fix more tests for nvtype long double

4.14 2019-10-15 (rurban)
        - Fix tests for nvtype long double (#153)
        - Fix PREREQ's. E.g. CentOS 7 has not Test::More anymore. (#152 by Pali)

4.13 2019-10-14 (rurban)
        - For JSON_TYPE_INT and JSON_TYPE_FLOAT allow to encode numeric values
          above 2^64 in PV slot via Math::BigInt/Float (#145, #148, #149 by Pali)
        - For JSON_TYPE_INT and JSON_TYPE_FLOAT encoder allow to pass Math::BigInt
          and Math::BigFloat objects with allow_bignum. (#147 by Pali)
        - Fix encoding floating point values above 2^64 in PV slot to JSON_TYPE_INT
          (#148, #150 by Pali)
        - Do not allow serializing objects when convert_blessed is not enabled.
          (#146 by Pali)

4.12 2019-06-11 (rurban)
        - Make encoder independent on Math::BigInt version (#140 by Pali)
        - Rethrow error from eval_sv and eval_pv() (#138, #139 by Pali),
          e.g. when Math::BigInt/BigFloat fails.
        - Fix encoding Inf and NaN from PV and NV slots to JSON_TYPE_INT
          (#137 by Pali)
        - Fix memory corruption in sv_to_ivuv() function (#136 by Pali)
        - Add new method ->require_types (#135 by Pali)
        - Fix typed json encoder conversion from scalar's PV and NV slot to
          JSON_TYPE_INT (#133, #134 by Pali)
        - Fix inconsistency with warnings in typed json encoder (#131 by Pali)
        - Fix Perl 5.8.0 support (#130 by Pali)
        - Fixed minor pod typo (#129 by sheeit)
        - Document invalid recursive callbacks or overloads (#128)

4.11 2019-03-26 (rurban)
        - Fix unicode strings with BOM corrupt ->utf8 state (#125)
          The BOM encoding effects only its very own decode call,
          not its object.

4.10 2019-03-18 (rurban)
        - Fix incr_text refcounts (#123)
        - Add incr_rest testcase (#123)
        - Fix encode_stringify string-overload refcnt problem (#124)
          "Attempt to free unreferenced scalar" with convert_blessed and overload.

4.09 2019-02-15 (rurban)
        - Add seperate allow_dupkeys property, in relaxed (#122)
        - Fixed allow_dupkeys for the XS slow path
        - Silence 2 -Wunused-value warnings
        - Fix ->unblessed_bool to produce modifiable perl structures (PR #121 by Pali)
2020-09-06 19:48:51 +00:00
wiz
b3bb1aca86 p5-Convert-UUlib: update to 1.710.
1.71 Tue Mar 17 00:54:06 CET 2020
	- backport to c89 (patch by Paul Howarth).

1.7  Sat Feb 29 22:07:54 CET 2020
	- new function: GetFileList.
	- experimental perlmulticore support (see manpage).
        - Initialize is now a NOP and CleanUp automatically initializes again.
        - updated example decoder and documentation a bit.
	- include ecb.h to deal with compiler builtins and endianness.
	- some further µ-optimisations in hot code, especially for yEnc.
        - replace crc32 function by slice-by-16 version by Stephan Brumme,
          which should speed up yEnc en-/decoding.
        - yEnc: do not calculate two crcs per part, instead, combine
          the part crcs together to form the file crc.
        - yEnc: allow pcrc= in addition to pcrc32= for yenc trailers, as
          some draft mentions both and it is actually in active use.
        - yEnc: ignore crc32= on multiparts, except on the last part,
          which avoids spurious corruption warnings.
        - be more precise in documenting code licenses in COPYING.
        - convert constant creation to the method I normally use.
        - use common::sense.

1.62 Mon Feb 17 23:19:42 CET 2020
	- major performance improvement by simplifying code in _FP_gets
          to not use fscanf. This might slow things down on platforms
          with very slow fgetc.

1.61 Sun Feb  9 18:38:29 CET 2020
	- lint uulib: fix some format string type mismatches
          and some other minor issues.

1.6  Thu Oct 24 17:11:54 CEST 2019
	- fix heap overflow (testcase by Noel Duffy, reported
          by Robert Scheck). The defense-in-depth mechanism based
          on mmap should make this unexploitable for other than denial
          of service, on systems supporting mmap/mprotect.
2020-09-06 19:47:38 +00:00