Commit graph

324648 commits

Author SHA1 Message Date
wiz
0f56231655 p5-Bio-ASN1-EntrezGene: update to 1.73.
1.73      2018-09-24 21:31:26-05:00 America/Chicago
  * Fix regex warnings for Perl 5.28.
  * New module 'Bio::SeqIO::entrezgene' imported from the BioPerl
    distribution.  This means Bio-ASN1-Entrezgene now "Enhances"
    BioPerl's Bio::SeqIO instead of being a hard dependency of
    BioPerl.
2020-09-06 19:43:03 +00:00
wiz
1f23ed8b4b doc: Updated audio/p5-MPEG-Audio-Frame to 0.10 2020-09-06 19:30:33 +00:00
wiz
e8213423de p5-MPEG-Audio-Frame: update to 0.10.
0.10 Sa, Oct 12 12:00:00 2019
	- Now using `binmode` to make the module compatible with Windows
2020-09-06 19:30:12 +00:00
wiz
0a4bd7be6e doc: Updated audio/p5-MP3-Tag to 1.15 2020-09-06 19:28:15 +00:00
wiz
5bf075b3f1 p5-MP3-Tag: update to 1.15.
Release Name: 1.15
====================

Tag.pm:	Fix more unescaped-{ warnings (thanks to Christian Walde etc).
2020-09-06 19:28:06 +00:00
wiz
59f1c75f52 doc: Updated archivers/p5-Compress-Bzip2 to 2.28 2020-09-06 19:21:50 +00:00
wiz
7fb4c0f13d p5-Compress-Bzip2: update to 2.28.
Changes: not found.
2020-09-06 19:21:38 +00:00
bsiegert
e8fc31d446 syncthing: hardcode Go 1.14 for now, bump revision
syncthing builds with Go 1.15 but panics on startup, which is why my bulk
build has not found this. This will be fixed in the next upstream version.

Discussed with tnn@ and gdt@
2020-09-06 17:38:33 +00:00
bsiegert
d2fffe429e Update tldr to 1.4.1.
v1.4.1 (2020-09-04)

- [fixed] Syntax error in zsh completion file


v1.4.0 (2020-09-03)

- [added] Configurable automatic cache updates
- [added] Improved color detection and support for `--color` argument and
  `NO_COLOR` env variable
- [changed] Make `--list` option comply with official spec
- [changed] Move cache age warning to stderr
2020-09-06 16:43:52 +00:00
roy
5a35815caa doc: Updated net/dhcpcd to 9.2.0 2020-09-06 15:01:27 +00:00
roy
1e67ac3dee Update to dhcpcd-9.2.0 with the following changes:
* route: ensure IPv4LL routes come last in priority
 * DHCP: fix many issues with extending the last lease
 * privsep: don't read control group from config in privsep
 * privsep: only the master process responds to signals
 * privsep: use a socketpair for stderr/stdin rather than dupping /dev/null
 * privsep: right limit stdin/stderr/stdout
 * privsep: dumping a lease is now run in a sandbox
 * options: check if kernel supports INET or INET6 before enabling default
 * options: let clientid override a prior duid
 * options: allow -1 to represent infinity for requested lease time
 * dhcpcd: fix a crash initing a new interface after route overflow
 * Linux: fix reading the IPv6 forwarding proc entry
2020-09-06 15:01:00 +00:00
wiz
708041a9ba nginx-devel: add checksum for njs; fix checksum for lua-nginx-module (to match nginx) 2020-09-06 13:43:05 +00:00
wiz
808d527cff graphene: simplify download URL 2020-09-06 13:24:40 +00:00
wiz
64e1c182eb doc: Updated archivers/p5-Archive-Zip to 1.68 2020-09-06 12:12:24 +00:00
wiz
b20da92e2a p5-Archive-Zip: update to 1.68.
1.68 Thr 12 Mar 2020
    - Switched to GitHub as issue tracker
    - Replaced references to Test::MockModule in
      t/23_closed_handle.t with code from PR #32, RT #110087
    - Unixified line endings in t/23_closed_handle.t
    - Added documentation for Archive::Zip::Member::isSymbolicLink,
      RT #130524
    - Implemented other, unrelated doc fixes
    - Fixed examples/zipcheck.pl to skip symbolic links, RT #130525
    - Described version 1.59, RT #117371 (tagged important!)

    - Completely re-did test suite:
      . Created new test APIs in t/common.pm and documented them in
        t/README.md
      . Changed tests to be less dependent on OS-specific quirks of "unzip -t"
      . Changed tests to write more diagnostic information if executed in
        automated test environments
      . Normalized access to test data and to temporary results.  Removed
        references to obsolete temporary results (for example, those to
        directory "extracted").
      . Normalized test headers and brushed up tests in general

1.67 Sun 06 Oct 2019
    - Fixed compatibility issues with zip64 format (defined-or, pack)
    - Fixed hard-coded version fields introduced in version 1.66
    - Fixed merge glitch with tests 26 and 27
    - Fixed merge glitch with bzip passthrough
    - Updated bzip test file to avoid zip bomb detection

1.66 Mon 16 Sep 2019
    - Refactored low-level methods for reading and writing zip files
      in zip64 format.  Added new parameters and return values to
      most of these.  Extended constants in Archive::Zip to cover
      zip64 formats and lengths.
    - Added public APIs
        Archive::Zip::Archive::zip64
        Archive::Zip::Archive::desiredZip64Mode
        Archive::Zip::Archive::versionMadeBy
        Archive::Zip::Archive::versionNeededToExtract
        Archive::Zip::Member::zip64
        Archive::Zip::Member::desiredZip64Mode
      and constants
        Archive::Zip::ZIP64_AS_NEEDED
        Archive::Zip::ZIP64_EOCD
        Archive::Zip::ZIP64_HEADERS
      plus POD on these.
    - Added tests for zip64 format in t/21_zip64.t and more test zip
      files below t/data.  Extended tests in t/02_main.t to perform
      all existing tests in all possible desired zip64 modes.
    - Extended methods
        Archive::Zip::Member::localExtraField
        Archive::Zip::Member::cdExtraField
      to perform format checks when called as setters and to reject
      any zip64 extended information extra fields passed by the user.
      Extended POD and tests in t/02_main.t accordingly.
    - Setting {'compressedSize'} after writing central directory
      header.
    - Added new optional parameter $noFormatError to method
      Archive::Zip::_readSignature to silence any format errros when
      testing for signatures.
    - Added error handling for potentially failed object conversion
      after calling method Archive::Zip::Member::_become.  Factored
      in method Archive::Zip::Member::_becomeDirectoryIfNecessary
      into caller.
    - Changed methods
        Archive::Zip::Archive::contents
        Archive::Zip::Member::contents
      (and all inheriting from these) to consistently return a pair
      ($contents, $status) when called in list context and a scalar
      $contents when called in scalar context.  Extended tests in
      t/02_main.t accordingly.
    - Changed method Archive::Zip::Member::extractToFileHandle to
      accept a file name instead of a file handle when extracting
      symbolic links.  Changed lower-level and higher-level methods
      to use that feature.  Cleaned up code related to the handling
      of symbolic links.  Added creation of intermediate directories
      in method Archive::Zip::Member::extractToFileNamed for symbolic
      links as well.  Reporting errors from symlink call as AZ-error.
      Added POD and test zip file t/data/symlink.zip and tests in
      t/26_symlinks.t for these changes.
    - Cleaned up code and added comment related to that highly
      dubious (?) {'wasWritten'} logic.

1.65 Sat 7 Sep 2019
    - Fix for members using bzip compression [github/pmqs]
    - NetBSD doesn't mind empty zips [github/pmqs]
    - Solaris test failure, Add diag to failing test to collect data [github/pmqs]
    - Test for presence of Test::MockModule [github/pmqs]
    - Fix skip line for Windows [github/pmqs]
    - Skip tests that assume /tmp on Windows [github/pmqs]
2020-09-06 12:12:14 +00:00
wiz
e8c210215b doc: Updated mail/sieve-connect to 0.89nb5 2020-09-06 12:04:56 +00:00
wiz
da64715bc2 sieve-connect: depend on p5-Term-ReadLine-Gnu.
Bump PKGREVISION.
2020-09-06 12:04:44 +00:00
wiz
1b300a40a6 doc: Updated devel/p5-Reply to 0.42nb9 2020-09-06 12:03:22 +00:00
wiz
a90fdb2b20 p5-Reply: depend on p5-Term-ReadLine-Gnu.
Bump PKGREVISION.
2020-09-06 12:03:13 +00:00
wiz
0eddf4f81e doc: Updated security/kpcli to 3.3nb4 2020-09-06 11:55:54 +00:00
wiz
a247a33ba2 kpcli: depend on p5-Term-ReadLine-Gnu.
Bump PKGREVISION.
2020-09-06 11:55:43 +00:00
wiz
b98f29e1f3 doc: Added devel/p5-Term-ReadLine-Gnu version 1.36 2020-09-06 11:55:05 +00:00
wiz
842ca6ab89 devel/Makefile: + p5-Term-ReadLine-Gnu 2020-09-06 11:54:55 +00:00
wiz
883ff7661f devel/p5-Term-ReadLine-Gnu: import p5-Term-ReadLine-Gnu-1.36
This is an implementation of Term::ReadLine using the GNU
Readline/History Library.
2020-09-06 11:54:38 +00:00
leot
fbdb7a02b9 doc: Updated net/youtube-dl to 20200906 2020-09-06 09:54:50 +00:00
leot
dfca77e7c5 youtube-dl: Update to 20200906
pkgsrc changes:
* Update patch for the [rai] extractor (only related to tests)

Changes:
20200906
--------
Core
+ [utils] Recognize wav mimetype (#26463)

Extractors
* [nrktv:episode] Improve video id extraction (#25594, #26369, #26409)
* [youtube] Fix age gate content detection (#26100, #26152, #26311, #26384)
* [youtube:user] Extend URL regular expression (#26443)
* [xhamster] Improve initials regular expression (#26526, #26353)
* [svtplay] Fix video id extraction (#26425, #26428, #26438)
* [twitch] Rework extractors (#12297, #20414, #20604, #21811, #21812, #22979,
  #24263, #25010, #25553, #25606)
    * Switch to GraphQL
    + Add support for collections
    + Add support for clips and collections playlists
* [biqle] Improve video ext extraction
* [xhamster] Fix extraction (#26157, #26254)
* [xhamster] Extend URL regular expression (#25789, #25804, #25927))
2020-09-06 09:54:34 +00:00
fcambus
e271c4c64f doc: Updated lang/yabasic to 2.87.0 2020-09-06 09:11:18 +00:00
fcambus
889cdbbad6 yabasic: update to 2.87.0.
ChangeLog:

Version 2.87.0 (August 12, 2020)
  - Fixed an edge-case in for-loops
  - Allow eof(0) and peek(0) to refer to standard input
2020-09-06 09:06:15 +00:00
wiz
c6f2964dc2 doc/TODO: add some
+ cantata-2.4.1, enchant2-2.2.10, fontforge-20200314, gnutls-3.6.15,
  libspiro-1.1.0.20200505, libuninameslist-20200413, libv4l-1.20.0,
  p11-kit-0.23.21, poppler-20.09.0, py-mercurial-5.5.1, redis-6.0.7,
  strawberry-0.7.2, wxGTK30-3.1.4.
2020-09-06 08:18:53 +00:00
tnn
0eb1c0adfd libheif: add missing include 2020-09-06 07:18:31 +00:00
mef
ddf77cf728 (doc/CHANGES-2020) Correction Updated sysutils/webmin to 1.955 2020-09-06 05:10:55 +00:00
ryoon
b36b905893 doc: Updated mail/notmuch to 0.31 2020-09-06 03:12:01 +00:00
ryoon
c6209bf5d3 notmuch: Update to 0.31
Changelog:
What's new in notmuch 0.31
=========================

Emacs
-----

Notmuch now supports Emacs 27.1. You may need to set
`mml-secure-openpgp-sign-with-sender` and/or
`mml-secure-smime-sign-with-sender` to continue signing messages.

The minimum supported major version of GNU Emacs is now 25.1.

Add support for moving between threads after notmuch-tree-from-search-thread.

New `notmuch-unthreaded` mode (added in Notmuch 0.30)

  Unthreaded view is a mode where each matching message is shown on a
  separate line.

  The main key entries to unthreaded view are

  'u' enter a query to view in unthreaded mode (works in hello,
      search, show and tree mode)

  'U' view the current query in unthreaded mode (works from search,
      show and tree)

  Saved searches can also specify that they should open in unthreaded
  view.

  Currently it is not possible to specify the sort order: it will
  always be newest first.

Notmuch-Mutt
------------

The shell pipeline executed by notmuch-mutt, which symlinked matched
files to a maildir for mutt to access is replaced with internal perl
processing. This search operation is now more portable, and somewhat
faster.

Library
-------

Improve exception handling in the library. This should
largely eliminate terminations inside the library due to uncaught
exceptions or internal errors.  No doubt there are a few uncovered
code paths still; please report them as bugs.

Add `notmuch_message_get_flag_st` and
`notmuch_message_has_maildir_flag_st`, and deprecate the existing
non-status providing versions.

Move memory de-allocation from `notmuch_database_close` to
`notmuch_database_destroy`.

Handle relative filenames in `notmuch_database_index_file`, as
promised in the documentation.

Python Bindings
---------------

Documentation for the python bindings is merged into the main
sphinx-doc documentation tree. The merged documentation can be built
with e.g. `make sphinx-html`

Dependencies
------------

We now support building notmuch against Xapian 1.5 (the current
development version).

Test Suite
----------

Test suite fixes for compatibility with Emacs 27.1.

Build System
------------

Man pages are now compressed reproducibly.
2020-09-06 03:11:31 +00:00
ryoon
332372fda7 skk: Accept emacs27 and emacs27nox 2020-09-06 03:03:34 +00:00
ryoon
101216f357 emacs: emacs27 is not development version anymore. Fix Elisp package builds 2020-09-06 02:59:16 +00:00
mef
e75f0d0b96 doc: Updated sysutils/webmin to 1.953nb1 2020-09-06 02:46:12 +00:00
mef
672c199fdf (sysutils/wbm-{virtual-server,cyrus-imapd}) two distinfo files recoverd again 2020-09-06 02:43:16 +00:00
mef
88e7941279 (sysutils/webmin,wbm-*) updated 1.953 to 1.955
(pkgsrc changes)
 - Utilize common DISTINFO_FILE
 - patches converted to SUBST. Make portable to version update
 - (two distinfo files will be recovered again after this commit, sorry)
 - PKGPATH variable does not hold the value yet in Makefile (right ?)

(upstream changes)
Version 1.955 (22nd August 2020)
More bugfixes, and an update to the theme.

Version 1.954 (2nd August 2020)
Minor bugfixes to 1.953
2020-09-06 02:38:53 +00:00
ryoon
4f71fe6bc1 emacs: EMACS_TYPE=emacs27 depends on editors/emacs27 2020-09-06 01:54:14 +00:00
mef
03947717d3 (mail/cyrus-imapd24) fix build. [subst.mk:sh] had no effect 2020-09-05 22:14:44 +00:00
scole
bc2d6d5872 doc: Updated textproc/split-thai to 0.9 2020-09-05 18:04:35 +00:00
scole
48e614e23d Update to 0.9
- add a perl script st-wordbreak
2020-09-05 18:02:36 +00:00
wiz
7f74bed877 thunderbird: fix PLIST for branding option 2020-09-05 12:28:09 +00:00
wiz
6009bad99c thunderbird: add workaround for llvm compiler bug, same as for www/firefox 2020-09-05 12:27:43 +00:00
ryoon
a6a4fe7316 graphics: Enable blender-lts 2020-09-05 11:48:33 +00:00
ryoon
9eb8f2b5b8 doc: Added graphics/blender-lts version 2.83.5 2020-09-05 11:47:42 +00:00
ryoon
c7fb77538a graphics/blender-lts: import blender-2.83.5
Blender is the free and open source 3D creation suite.

It supports the entirety of the 3D pipeline - modeling, rigging, animation,
simulation, rendering, compositing and motion tracking, video editing and
2D animation pipeline.

This package provides Long Term Support (LTS) version.
2020-09-05 11:46:40 +00:00
ryoon
a0301e1e15 doc: Updated graphics/blender to 2.90.0 2020-09-05 11:41:27 +00:00
ryoon
7245548ae9 blender: Update to 2.90.0
Changelog:
Building on the success of the 2.8 series, Blender 2.90 continues
to polish the user experience, introducing improvements to EEVEE,
Cycles, sculpt, VR, animation, modeling, UV editing and so much
more. Blender integrates industry standard libraries such as Intel
Embree, Intel OpenImageDenoise and NVidia Optix to provide a
cutting-edge rendering experience.
2020-09-05 11:40:58 +00:00
ryoon
f6e04801bc doc: Updated parallel/threadingbuildingblocks to 2020.3 2020-09-05 11:34:32 +00:00