Commit graph

337830 commits

Author SHA1 Message Date
wiz
d13ce5a5e4 p5-libwww: update to 6.53.
6.53      2021-03-07 16:54:48Z
    - Require HTTP::Daemon 6.12 for test (GH#374, GH#375) (fitzmorrispr, skaji)

6.52      2021-01-07 21:20:51Z
    - Remove block of code which creates message-digest auth request field
      (GH#369) (Olaf Alders)

6.51      2020-12-29 22:09:04Z
    - Fix proxy test on Windows (GH#358) (Olaf Alders)
    - Sort keys in Pod example of constructor defaults (GH#356) (Olaf Alders)

6.50      2020-12-16 18:35:08Z
    - Fix RT #81381 - Make LWP::UserAgent robust to 5.17.6/5.18 hash
      randomization (GH#355) (Yves Orton and Olaf Alders)
2021-04-27 17:18:28 +00:00
wiz
0bdbf27c78 doc: Updated www/p5-URI to 5.09 2021-04-27 17:15:58 +00:00
wiz
01a839a2cb p5-URI: update to 5.09.
5.09      2021-03-03 15:16:47Z
    - Update Business::ISBN version requirements (GH#85) (brian d foy and Olaf
      Alders)

5.08      2021-02-28 18:08:32Z
    - added URI::nntps (GH#82)

5.07      2021-01-29 22:52:20Z
    - s/perl.com/example.com/ in examples and tests (GH#81) (Olaf Alders)

5.06      2021-01-14 16:01:13Z
    - Tidy import statements (GH#80) (Olaf Alders)

5.05      2020-10-21 13:00:44Z
    - Bump all versions to 5.05 in order to remove various version mismatches.
      (GH #77) (Olaf Alders)
    - Add a simple test case for an ipv6 host (GH#66) (Olaf Alders)
2021-04-27 17:15:49 +00:00
wiz
c9e25da4a0 doc: Updated www/p5-Net-HTTP to 6.21 2021-04-27 17:14:50 +00:00
wiz
066d57a27d p5-Net-HTTP: update to 6.21.
6.21      2021-03-18 21:56:42Z
    - Accept PeerAddr of 0. (GH#72) (trwyant)

6.20      2021-01-08 16:22:23Z
    - Replace last use of "vars" with "our" (GH#67) (James Raspass)
2021-04-27 17:14:41 +00:00
wiz
ae0bc1ff1b doc: Updated www/p5-LWP-Protocol-https to 6.10 2021-04-27 17:14:00 +00:00
wiz
58f7eb62ab p5-LWP-Protocol-https: update to 6.10.
6.10      2020-12-17 15:42:06Z
    - Fix #39 - prevent user env from breaking the test (GH#63) (Gianni
      Ceccarelli)
    - Include Net::SSLeay in reported prereqs (GH#60) (Olaf Alders)
    - Use GitHub as a bug tracker (GH#59) (Olaf Alders)
2021-04-27 17:13:51 +00:00
wiz
0d9caf208d xcb-util036: remove
Nothing in pkgsrc uses it any longer. Use xcb-util instead.
2021-04-27 17:09:59 +00:00
wiz
10c7e7bcc7 startup-notification: remove code for NetBSD < 5.99 2021-04-27 17:07:36 +00:00
wiz
92d78c218f renderproto9: remove
Compatibility package for native X from 2010. Nothing in pkgsrc
references it. I think we can remove it now.
2021-04-27 17:06:04 +00:00
wiz
437ff382e2 startup-notification010: remove
No users left in pkgsrc, please use startup-notification instead.
2021-04-27 17:01:49 +00:00
wiz
cfb2164ecb doc: Updated textproc/p5-XML-LibXML to 2.0207 2021-04-27 16:28:45 +00:00
wiz
bb2968b276 p5-XML-LibXML: update to 2.0207.
2.0207  2021-04-17
    - Small cleanups:
        - https://github.com/shlomif/perl-XML-LibXML/pull/63
        - Thanks to @Grinnz , @Kritzefitz and @atoomic .
2021-04-27 16:28:36 +00:00
wiz
36ed56729b doc: Updated textproc/p5-Text-CSV_XS to 1.46 2021-04-27 16:26:08 +00:00
wiz
aa5c408c11 p5-Text-CSV_XS: update to 1.46.
1.46	- 2021-03-24, H.Merijn Brand
    * It's 2021
    * New attribute comment_str     (RFC 4180-bis)
    * New attribute skip_empty_rows (RFC 4180-bis)
    * http -> https in links in docs
    * Fix several issues with auto-detecting \r as EOL
    * Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145)

1.45	- 2020-12-24, H.Merijn Brand
    * Update to Devel::PPPort-3.60 (3.59 was b0rked)
    * Allow adding to existing data in csv (out => $ref)
    * examples/csv2xlsx : -L   # to limit records to export
    * examples/csv2xlsx : --de # for possible double-encoding fix
    * Update to Devel::PPPort-3.61
    * Update to Devel::PPPort-3.62
    * Add examples/csv-split
    * examples/csv2xlsx : Check if .xlsx is creatable before conversion
    * Small doc additions
    * Fix META issue for bugtracker
2021-04-27 16:25:59 +00:00
wiz
20ee5b3721 doc: Updated textproc/p5-Text-Balanced to 2.04 2021-04-27 16:24:42 +00:00
wiz
961e72da8a p5-Text-Balanced: update to 2.04.
2.04 2020-12-11

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (Text-Balanced entered the perl core in
      Perl 5.7.1 so that's what the lower bound of the check should strictly be,
      but since we only support Perl 5.8.1 and higher anyway we do not need to
      check the lower bound.  The upper bound is correctly Perl 5.11.0 since the
      @INC reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)

    - Removed superfluous loading of SelfLoader.  [<nick@ccl4.org>, CPAN
      RT#85572]

    - Minor documentation patch.  [<whatever@davidnicol.com>, CPAN RT#52623]

    - Typo fixes.  [<dsteinbrunner@pobox.com>, CPAN RT#85373]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub.

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".
2021-04-27 16:24:32 +00:00
wiz
9e446599b5 doc: Updated textproc/p5-Data-HexDump to 0.04 2021-04-27 16:21:22 +00:00
wiz
2735417fb4 p5-Data-HexDump: update to 0.04.
0.04 2021-04-03 NEILB
    * Added Data::Peek to SEE ALSO, for DHexDump().
    * SYNOPSIS wasn't a working example.
    * Fixed RT#61974 - couldn't dump "0", for example.

0.03 2021-04-02 NEILB
    * Developer release all green on CPAN Testers, so doing
      a stable release.
2021-04-27 16:21:13 +00:00
wiz
70dcf1df04 doc: Updated textproc/p5-Alien-Libxml2 to 0.17 2021-04-27 16:19:29 +00:00
wiz
b33f24ad3e p5-Alien-Libxml2: update to 0.17.
0.17      2020-11-02 12:03:28 -0700
  - Bump required version of AB for bug fixes (gh#23, gh#24)
2021-04-27 16:19:20 +00:00
thor
929d59f233 math/flann-lib: fix buildlink for move from wip 2021-04-27 15:26:34 +00:00
thor
852f62939e doc: Updated math/flann-lib to 1.9.1 2021-04-27 15:17:03 +00:00
thor
bb524f24c6 math/flann-lib: added library for nearest-neighbor search 2021-04-27 15:16:46 +00:00
thor
f363e5fe5c graphics/vtk: added buildlink3.mk 2021-04-27 14:51:49 +00:00
fox
8e1f043aaa doc: Updated emulators/cannonball to 0.34 2021-04-27 14:40:12 +00:00
fox
61b3e4a143 emulators/cannonball: Updates to 0.34
Changes since 0.32:

v0.34

Car Handling Options, Colours & More!

  * Car Setup Options (selectable in Settings -> Engine -> Car Setup)
      * [Car Handling] Top Speed of 352kph option.
      * [Car Handling] Grippy Tyres option.
      * [Car Handling] Drive offroad without losing speed option.
      * [Car Handling] Strong Bumper option. Hit other cars without
        sliding/losing as much speed.
      * [Car Colours] Eventually these will be hooked up to something
        interesting, but for now you simply toggle them in the menu.
   * [Controls] Possible to invert analog pedal axis in config.xml
   * [Bug] Fixed issue present on original hardware, where 1 horizontal
     line of road bleeds onto music selection and map screen fixed, when
     fix_bugs enabled in config.xml
   * [Bug] Fixed issue present in the original game, where the passengers
     palettes would be incorrect on passing the finish line for 3/5
     destinations.
   * [Bug] Fixed a visual glitch that persisted for 1/60th of a second when
     passing the finish line in 60fps mode
   * [High Score Entry] Possible to delete last initial (not present in
     original game, but enabled by default in config.xml)
   * [High Score Entry] Possible to change default timeout value in config.xml
   * [Music Selection] Possible to change default timeout value in config.xml
   * [Shadows] Darkness increased to match hardware, as opposed to MAME.
     Can be toggled in config.xml
   * [Menus] Reorganised menu structure. Added Freeplay and Timing Fixes
     to menu.
   * [Roms] Support for both versions of fixed sample rom
   * New Icon on Windows build

v0.33

Switch & 3DS Audio Support

Overview

Good news: This release focuses on enabling the new music from the Nintendo
3DS and Nintendo Switch version to be used. This audio is in native format,
rather than streamed. Yey.
Bad news: It is incredibly complex to extract the audio. And I cannot provide
it for legal reasons. Boo.

I have provided a wiki page which provides a rough overview of what's
involved. I'll add instructions for the 3DS release at a later date.

Please replace your old config.xml file when upgrading to this release.

What's New

  * [Audio] Nintendo Switch and Nintendo 3DS Audio File Support.
  * [Audio] Sample Rate can now be set in config.xml. Default frequency
    increased to 48Khz, which makes a difference for FM generated audio.
  * [Audio] Music Test menu now supports additional audio files
  * [Audio] Extra music tracks no longer replace existing audio.
  * [Audio] Music selection screen auto-adjusts when new audio added with
    new scrolling format.
  * [Bug] Fixed long-standing bug where there was a 50% chance of a blank
    screen when switching from 60fps to 30fps mode.
  * [Techy] MML format better documented in osound.cpp source code.
    Additional command added to support Step On Beat.
2021-04-27 14:39:19 +00:00
ryoon
7679926913 doc: Updated time/projectlibre to 1.9.3 2021-04-27 14:14:50 +00:00
ryoon
98358906cb projectlibre: Update to 1.9.3
* Use bash for projectlibre.sh.

Changelog:
Not available.
2021-04-27 14:14:26 +00:00
pho
6f51e3cece Swith to CHECK_SHLIBS_SUPPORTED=no from individual CHECK_SHLIBS_SKIP list (pkg/56125)
Our binary packages have been broken because of bad "REQUIRES"
entries: GHC uses $ORIGIN in rpath but mk/pkgformat/pkg/metadata.mk
uses ldd(1) to extract the list of required .so objects, which causes
them to be wrongly expanded.
2021-04-27 13:55:25 +00:00
wiz
bae5784301 doc/TODO: add some
+ R-crosstalk-1.1.1, R-data.table-1.14.0, R-formatR-1.9, R-haven-2.4.0,
  R-highr-0.9, R-htmlTable-2.1.0, R-htmltools-0.5.1.1, R-hunspell-3.0.1,
  R-jsonlite-1.7.2, R-markdown-1.1, R-openxlsx-4.2.3, R-readr-1.4.0,
  R-rmarkdown-2.7, R-spelling-2.2, R-stringi-1.5.3, R-utf8-1.2.1,
  R-xml2-1.3.2, R-xmlparsedata-1.0.5, R-yaml-2.2.1, bibclean-3.04,
  coccigrep-1.20, csvkit-1.0.5, diction-1.14, doclifter-2.19,
  dwdiff-2.1.4, erlang-fast_xml-1.1.46, fop-2.6, go-chroma-0.8.2,
  go-diff-1.2.0, go-goldmark-1.3.5, go-md2man-2.0.0, go-org-1.5.0,
  go-regexp2-1.4.0, go-runewidth-0.0.12, go-text-0.3.6, grep-3.6,
  groonga-11.0.1, guile-json-4.5.2, hevea-2.35, ispell-de-20161207,
  jrep-1.1.1, kapidox-5.81.0, kcodecs-5.81.0, kcompletion-5.81.0,
  libplist-2.2.0, libxlsxwriter-1.0.3, lua-rapidjson-0.7.1,
  marisa-0.2.6, ocaml-csv-2.4, ocaml-expat-1.1.0, ocaml-textutils-0.14.0,
  ocaml-tyxml-4.5.0, p5-Alien-Hunspell-0.17, p5-Alien-Libxml2-0.17,
  p5-Data-HexDump-0.04, p5-Lingua-EN-Inflect-1.905,
  p5-Lingua-EN-Numbers-Ordinate-1.05, p5-Lingua-Stem-2.31,
  p5-Locale-Maketext-Gettext-1.32, p5-PDF-API2-2.040,
  p5-PPIx-QuoteLike-0.017, p5-Pod-Coverage-0.100005, p5-Pod-Strip-1.100,
  p5-Pod-Weaver-4.017, p5-String-CRC32-2.100, p5-String-Interpolate-0.33,
  p5-String-Similarity-1.16, p5-Template-Tiny-1.13, p5-Text-Balanced-2.04,
  p5-Text-CSV_XS-1.46, p5-Text-xSV-0.23, p5-XML-Compile-SOAP-3.27,
  p5-XML-Encoding-2.11, p5-XML-LibXML-2.0207, p5-YAML-PP-0.027,
  p5-ack-3.5.0, p5-marisa-0.2.6, php-yaml-2.2.1, po4a-0.63, pxp-1.2.9,
  py-acora-2.3, py-jsonrpclib-0.2.1, py-marisa-0.2.6, py-pdf-parser-0.7.4,
  py-rebulk-3.0.1, rubber-1.5.1, ruby-marisa-0.2.6, ruby-nokogumbo-2.0.5,
  sift-0.9.0, sonnet-5.81.0, syntax-highlighting-5.81.0, tcl-tDOM-0.9.2,
  translate-toolkit-3.3.4, xmltoman-0.6, yelp-tools-3.38.0, yq-2.12.0.
2021-04-27 13:04:32 +00:00
wiz
fdb0ad4483 doc: add entries for pho's recent mega-haskell-update 2021-04-27 12:40:43 +00:00
wiz
3404ff67aa doc: Updated security/p5-Net-SSLeay to 1.90 2021-04-27 12:17:23 +00:00
wiz
b3744d4be4 p5-Net-SSLeay: update to 1.90.
1.90 2021-01-21
	- New stable release incorporating all changes from developer releases
	  1.89_01 to 1.89_05.
	- Summary of major changes since version 1.88:
	  - Formalised libssl version support policy: all stable versions of OpenSSL
	    in the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and
	    all stable releases of LibreSSL in the 2.0 - 3.1 series are supported.
	    The LibreSSL 3.2 series is not yet fully supported because its TLSv1.3
	    implementation is not currently libssl-compatible.
	  - Added support for LibreSSL on Windows when built with Visual C++.
	  - Exposed P_X509_CRL_add_extensions, several SSL_CIPHER functions, and
	    several stack functions.
	  - Fixed crashes in the callback functions CTX_set_next_proto_select_cb and
	    CTX_set_alpn_select_cb.
	  - The test suite is now compatible with OpenSSL 1.1.1e onwards, as well as
	    OpenSSL security level 2 (the default on many Linux distributions).

1.89_05 2021-01-21
	- Expose SSL_get_ciphers. Thanks to github user dylc5190.
	- Expose SSL_CIPHER_get_version and fix SSL_CIPHER_description
	  and SSL_CIPHER_get_bits. Also fixed and enhanced
	  documentation for these and related SSL_CIPHER functions.
	- Clarify libssl version support policy: all stable versions of OpenSSL in
	  the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and all
	  stable releases of LibreSSL in the 2.0 - 3.1 series are supported.
	- Direct bug reports to the GitHub repository, since rt.cpan.org will shut
	  down on 2021-03-01.

1.89_04 2021-01-13
	- Fix crashes in the callback functions CTX_set_next_proto_select_cb() and
	  CTX_set_alpn_select_cb() caused by the use of a pointer returned by
	  SSL_select_next_proto() which may already have been freed under certain
	  circumstances. Fixes GH-222. Thanks to dylc5190 for the report.
	- Remove the dependency on the AES128-SHA cipher suite in the test script
	  64_ticket_sharing.t. Fixes GH-231.
	- Remove checks and warnings in Makefile.PL relating to the use of RSAref,
	  which was removed from OpenSSL in version 0.9.7.

1.89_03 2020-12-12
	- Expose the following functions:
	  - X509_STORE_CTX_get0_cert, X509_STORE_CTX_get1_chain
	  - sk_X509_pop, sk_X509_shift, sk_X509_unshift,
	  - sk_X509_insert, sk_X509_delete, sk_x509_value, sk_X509_num
	  Thanks to Dan Freed.
	- Correct the minimum OpenSSL version required for the following functions
	  to be made available (previously they were all declared to be present in
	  1.1.0-pre1, which caused Net::SSLeay to crash at run-time when built
	  against OpenSSL versions between 1.1.0-pre1 and 1.1.0-pre3):
	  - CTX_set_max_proto_version (added in 1.1.0-pre2)
	  - CTX_set_min_proto_version (added in 1.1.0-pre2)
	  - SESSION_up_ref (added in 1.1.0-pre4)
	  - set_max_proto_version (added in 1.1.0-pre2)
	  - set_min_proto_version (added in 1.1.0-pre2)
	- Correct the minimum OpenSSL version required for get_SSL_CTX and SSL_ctrl
	  to be made available (previously they were declared to be present from
	  0.9.8f onwards, when in reality they are available in all 0.9.8 versions).
	- Replace the PKI used by the test suite with one generated by the
	  generate-test-pki helper script. All entities in the new PKI have 2048-bit
	  RSA private keys and CSRs, certificates and CRLs with SHA-256 digests,
	  allowing the test suite to execute under OpenSSL security level 2 (now the
	  default security level for OpenSSL in many Linux distributions).
	- Initialise libssl consistently in the test suite.
	- Don't rely on the availability of specific SSL/TLS protocol versions or
	  cipher suites in the test suite; instead, dynamically select from any of
	  the available protocol versions and cipher suites permitted by libssl.
	  Fixes RT#132425. Thanks to Graham Ollis for the initial report of the test
	  suite failing on Ubuntu 20.04 with the Ubuntu-packaged OpenSSL, whose
	  configuration forbids the use of TLSv1.1 and below at run-time by default.

1.89_02 2020-08-07
	- Add support for the P_X509_CRL_add_extensions function. Thanks to
	  Manuel Mausz for the patch.
	- X509_get_subjectAltNames now knows how to return
	  GEN_RID. The returned value is an ASN OID in text format
	  with current maximum length of 2500 characters. Updated
	  t/local/33_x509_create_cert.t to use GEN_RID and all other
	  supported types with certificate request and signed
	  certificate. These relate to GitHub issue GH-149 opened by
	  s482dcaw.
	- Support for 64-bit Windows versions of OpenSSL from 1.0.0-beta1
	  through to 1.0.0b has been withdrawn due to malfunctions occurring in
	  Perl programs that use fork(). This mainly affects users of Strawberry
	  Perl x64 5.12.3.20180709, which ships with OpenSSL 1.0.0-beta4.
	  Affected users should build Net-SSLeay against OpenSSL 1.0.0c or
	  above; users of Strawberry Perl x64 5.12.3.20180709 may instead find
	  it easier to upgrade to Strawberry Perl x64 5.14.4.1 or above. See
	  https://github.com/radiator-software/p5-net-ssleay/issues/189 for more
	  information.

1.89_01 2020-03-22
	- Fix the repository URL in Makefile.PL (git:// rather than git@),
	  which was preventing it from being added to META.json. Thanks to
	  Dan Book.
	- When building Net-SSLeay, exit if an OpenSSL executable cannot be
	  found in PATH. Fixes RT#131060. Thanks to Nigel Horne for the report.
	- Remove non-OCSP external tests, many of which unnecessarily duplicate
	  local tests or fail for reasons outside of our control. Fixes
	  RT#129542. Thanks to Andreas Vögele for the bug report that
	  ultimately led to this change.
	- Add support for LibreSSL on Windows when built with Visual C++.
	  Thanks to Graham Ollis for the patch.
	- In SSL_CTX_free() and SSL_free(), clean callback-related data from
	  the global hash after freeing ctx, not before. This allows callbacks
	  to be executed during freeing. Thanks to Steffen Ullrich for the
	  patch.
	- t/local/07_sslecho.t started failing with OpenSSL 1.1.1e. Updated
	  the test file with missing calls to Net::SSLeay::shutdown(). Also
	  added one call in SSLeay.pm sslcat() function. Enabling SSLeay trace
	  level 3 showed 'unexpected eof while reading' errors which were added
	  to OpenSSL with commit db943f43. This fixes GitHub issue GH-160
	  reported by Brett T. Warden.
	- t/local/01_pod.t now requires Test::Pod 1.41 to work with Pod syntax
	  used with Net::SSLeay 1.88 and later. This fixes GitHub issue GH-147
	  reported by Ulrik Haugen.
2021-04-27 12:17:13 +00:00
wiz
721a844cf8 doc: Updated security/p5-IO-Socket-SSL to 2.070 2021-04-27 12:15:32 +00:00
wiz
449d161c49 p5-IO-Socket-SSL: update to 2.070.
2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
  with multiple same parts (like multiple OU). In this case an array ref instead
  of a scalar is used as hash value.
  https://github.com/noxxi/p5-io-socket-ssl/issues/95
2021-04-27 12:15:23 +00:00
wiz
80ffc39b25 doc: Updated security/p5-GnuPG-Interface to 1.02 2021-04-27 12:13:32 +00:00
wiz
269951909f p5-GnuPG-Interface: update to 1.02.
1.02 - 2021-04-09
 - Work around an issue with CLI options for deleting secret keys in gpg 2.2

1.01 - 2021-01-26
 - Make $gnupg->call('foo') update the internal GnuPG version number.
 - Localize tainted PATH env to make exec happy
2021-04-27 12:13:11 +00:00
wiz
8699f45a72 doc: Updated sysutils/p5-File-Remove to 1.60 2021-04-27 12:10:20 +00:00
wiz
a0ee7b3c8b p5-File-Remove: update to 1.60.
1.60    2020-10-22 - Shlomi Fish
    - Add .tidyallrc + related changes
    - Fix mismatched $VERSION.
        - https://rt.cpan.org/Public/Bug/Display.html?id=133562
        - https://github.com/shlomif/File-Remove/pull/3/files
        - Thanks to William Storey, PMPERRY, and @briang for the report

1.59    2020-10-16 - Shlomi Fish
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.
2021-04-27 12:10:12 +00:00
wiz
1a600c52f2 doc: Updated security/p5-Digest-HMAC to 1.04nb10 2021-04-27 12:08:33 +00:00
wiz
01f3798020 p5-Digest-HMAC: update to 1.04nb10.
Version 1.04: 2021-04-01

   No-change release updating maintainer to ARODLAND
2021-04-27 12:08:24 +00:00
wiz
b1d425e322 doc: Updated security/p5-Crypt-Twofish to 2.18 2021-04-27 12:07:34 +00:00
wiz
917bec3094 p5-Crypt-Twofish: update to 2.18.
2.18    2020-11-25      Abhijit Menon-Sen <ams@toroid.org>

    * Fix Makefile.PL to use -I. when executing tab/tables.pl, so that
      it can find tab/misc.h (suggested by Tim V)
2021-04-27 12:07:25 +00:00
wiz
55a0aaafb8 doc: Updated security/p5-Crypt-Rijndael to 1.16 2021-04-27 12:06:20 +00:00
wiz
af66d1fc3d p5-Crypt-Rijndael: update to 1.16.
1.16 - 2021-04-01
   * Add non-blocksized encoding support to streaming modes
   * Explicitly use downgraded strings

1.15 - 2020-10-10
   * Use standard uint8_t and uint32_t from stdint.h
2021-04-27 12:06:11 +00:00
pho
85faa55f9d Added a bootkit for Darwin/x86-64 2021-04-27 11:59:42 +00:00
wiz
f7b1f46033 doc: Updated security/p5-Crypt-CBC to 3.03 2021-04-27 10:51:09 +00:00
wiz
6175361929 p5-Crypt-CBC: update to 3.03.
3.03    Sun 18 Apr 2021 10:54:19 PM EDT
	- Fixed bug which caused an extraneous block of garbage data to be appended to encrypted
	  string when "nopadding" specified and plaintext is even multiple of blocksize.

3.02
	- CTR mode now requires the Math::Int128 module, which gives a ~5x performance
	  boost over Math::BigInt.

3.01
	- Warn when the deprecated opensslv1 PBKDF (key derivation function) is used
	  for encryption. Turn off with -nodeprecate=>1 or by choosing a different
	  PBKDF, such as -pbkdf=>'pbkdf2'.
	- Fix a regression when passing the legacy -salt=>1 argument.

3.00    Sun Feb  7 10:28:08 EST 2021
        - Released version 3.00 in recognition of multiple new features
	  and cleanups.

2.37    Sun Feb  7 10:20:17 EST 2021
        - Added better argument checking.
	- Fixed long-standing standard padding bug: plaintext ending with
	  bytes between 0x00 and 0x0A would be truncated in some conditions.
	- Fixed Rijndael_compat padding.

2.36    Wed 03 Feb 2021 09:19:06 AM EST
        - Add support for OFB, CFB and CTR chain modes.
	- New dependency: Math::BigInt

2.35    Sun Jan 31 22:02:42 EST 2021
        - Add support for PBKDF2 key derivation algorithm
	- New dependencies: Digest::SHA, Crypt::PBKDF2, Crypt::Cipher::AES

2.34    Fri Jan 29 18:08:12 EST 2021
        - Support for openssl SHA-256 key derivation algorithm
2021-04-27 10:51:00 +00:00
wiz
662d96abbc doc: Added security/p5-Crypt-PBKDF2 version 0.161520 2021-04-27 10:43:54 +00:00