Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (59m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 20:52:35 UTC Now

2021-03-09 12:28:21 UTC MAIN commitmail json YAML

Update to 0.61

Upstream changes:
[0.61] - 2021-01-28
Fixed

    Reformated Build.PL

[0.60] - 2021-01-14
Added

    CI improvements
    Started a real ChangeLog

(wen)

2021-03-09 12:12:30 UTC MAIN commitmail json YAML

Added sysutils/ansible-base; Updated sysutils/ansible

(adam)

2021-03-09 12:11:40 UTC MAIN commitmail json YAML

ansible: updated to 3.0.0

We're happy to announce that the ansible-3.0.0 package is now
available! This update is based on the ansible-base-2.10.x package
just like ansible-2.10 was so the changes shouldn't be too major.
However, it does contain new major versions of many collections which
means that there will be some backwards incompatible changes in the
modules and plugins.

If you would like to learn about how and why we got to version 3.0.0,
we invite you to visit our blog for the background as well as a Q&A:

- https://www.ansible.com/blog/announcing-the-community-ansible-3.0.0-package
- https://www.ansible.com/blog/ansible-3.0.0-qa

(adam)

2021-03-09 12:10:31 UTC MAIN commitmail json YAML

ansible-base: added version 2.10.6

Ansible is a radically simple IT automation system. It handles configuration
management, application deployment, cloud provisioning, ad-hoc task execution,
network automation, and multi-node orchestration. Ansible makes complex changes
like zero-downtime rolling updates with load balancers easy.

(adam)

2021-03-09 11:26:39 UTC MAIN commitmail json YAML

Updated net/haproxy, lang/py-mypy

(adam)

2021-03-09 11:26:21 UTC MAIN commitmail json YAML

py-mypy: updated to 0.812

0.812:
This release fixes a regression in module finding behavior and adds the --exclude flag for excluding certain paths when searching for modules.

(adam)

2021-03-09 11:24:05 UTC MAIN commitmail json YAML

haproxy: updated to 2.3.6

2.3.6
- MINOR: check: do not ignore a connection header for http-check send
- BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro
- BUILD: ssl: guard SSL_CTX_add_server_custom_ext with special macro
- BUILD: ssl: guard SSL_CTX_set_msg_callback with SSL_CTRL_SET_MSG_CALLBACK macro
- BUG/MINOR: intops: fix mul32hi()'s off-by-one
- BUG/MINOR: http-ana: Don't increment HTTP error counter on internal errors
- BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state
- BUG/MINOR: server: re-align state file fields number
- BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints()
- BUG/MINOR: backend: hold correctly lock when killing idle conn
- BUG/MINOR: server: Fix server-state-file-name directive
- CLEANUP: deinit: release global and per-proxy server-state variables on deinit
- BUG/MEDIUM: config: don't pick unset values from last defaults section
- BUG/MINOR: stats: revert the change on ST_CONVDONE
- BUG/MINOR: cfgparse: do not mention "addr:port" as supported on proxy lines
- BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL
- DOC: tune: explain the origin of block size for ssl.cachesize
- CLEANUP: channel: fix comment in ci_putblk.
- BUG/MINOR: server: Remove RMAINT from admin state when loading server state
- BUG/MINOR: session: atomically increment the tracked sessions counter
- BUG/MINOR: checks: properly handle wrapping time in __health_adjust()
- BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust()
- BUG/MINOR: sample: Always consider zero size string samples as unsafe
- BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions
- DOC: explain the relation between pool-low-conn and tune.idle-pool.shared
- BUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TRY_ADDQ().
- BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in a ring buffer
- BUG/MINOR: http-rules: Always replace the response status on a return action
- BUG/MINOR: server: Init params before parsing a new server-state line
- BUG/MINOR: server: Be sure to cut the last parsed field of a server-state line
- BUG/MEDIUM: mux-h1: Fix handling of responses to CONNECT other than 200-ok
- BUG/MINOR: ssl/cli: potential null pointer dereference in "set ssl cert"
- MINOR: Configure the `cpp` userdiff driver for *.[ch] in .gitattributes
- BUG/MINOR: sample: secure convs that accept base64 string and var name as args
- BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe
- BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop
- BUG/MEDIUM: cli/shutdown sessions: make it thread-safe
- BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal
- BUG/MINOR: fd: properly wait for !running_mask in fd_set_running_excl()
- BUG/MINOR: resolvers: Fix condition to release received ARs if not assigned
- BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record
- BUG/MINOR: resolvers: new callback to properly handle SRV record errors
- BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records
- BUG/MEDIUM: resolvers: Reset address for unresolved servers
- BUG/MINOR: ssl: potential null pointer dereference in ckchs_dup()
- CLEANUP: muxes: Remove useless if condition in show_fd function
- BUG/MINOR: stats: fix compare of no-maint url suffix
- BUG/MINOR: mux-h1: Immediately report H1C errors from h1_snd_buf()
- BUG/MINOR: http-ana: Only consider dst address to process originalto option
- BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule
- BUG/MINOR: connection: Use the client's dst family for adressless servers
- BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1
- DOC: spoe: Add a note about fragmentation support in HAProxy
- BUG/MINOR: mux-h2: Fix typo in scheme adjustment
- BUG/MINOR: http-ana: Don't increment HTTP error counter on read error/timeout

(adam)

2021-03-09 09:55:41 UTC MAIN commitmail json YAML

doc: Updated security/libretls to 3.3.1p1

(schmonz)

2021-03-09 09:55:30 UTC MAIN commitmail json YAML

Update to 3.3.1p1. From the changelog:

- build: Add OpenSSL includes to libcompat HEAD master
  Some compat sources (getentropy_linux.c for example) require OpenSSL.

(schmonz)

2021-03-09 09:47:37 UTC MAIN commitmail json YAML

Updated devel/protobuf, devel/py-protobuf

(adam)

2021-03-09 09:46:59 UTC MAIN commitmail json YAML

protobuf py-protobuf: updated to 3.15.5

Protocol Buffers v3.15.5

C++

Do not disable RTTI by default in the CMake build

(adam)

2021-03-09 09:39:11 UTC MAIN commitmail json YAML

unknown-horizons: Don't check for a Linux distribution. Fixes build.

(nia)

2021-03-09 09:01:47 UTC MAIN commitmail json YAML

doc: Updated textproc/lok to 0.1.4

(pin)

2021-03-09 09:01:24 UTC MAIN commitmail json YAML

textproc/lok: update to 0.1.4

-Fix format_size test

(pin)

2021-03-09 08:58:23 UTC MAIN commitmail json YAML

2021-03-09 08:56:38 UTC MAIN commitmail json YAML

2021-03-09 08:43:56 UTC MAIN commitmail json YAML

doc: Removed filesystems/fuse-gstfs-ng

(nia)

2021-03-09 08:43:06 UTC MAIN commitmail json YAML

fuse-gstfs-ng: remove

package can't build with current boost, upstream is dead, and nobody
else packages this so there's nobody to steal patches from

(nia)

2021-03-09 08:38:25 UTC MAIN commitmail json YAML

doc: Updated security/stunnel to 5.58

(triaxx)

2021-03-09 08:38:07 UTC MAIN commitmail json YAML

stunnel: Update to 5.58

upstream changes:
-----------------
  * Security bugfixes
      o The "redirect" option was fixed to properly handle unauthenticated
        requests (thx to Martin Stein).
      o Fixed a double free with OpenSSL older than 1.1.0 (thx to Petr
        Strukov).
      o OpenSSL DLLs updated to version 1.1.1j.
  * New features
      o New 'protocolHeader' service-level option to insert custom 'connect'
        protocol negotiation headers. This feature can be used to impersonate
        other software (e.g. web browsers).
      o 'protocolHost' can also be used to control the client SMTP protocol
        negotiation HELO/EHLO value.
      o Initial FIPS 3.0 support.
  * Bugfixes
      o X.509v3 extensions required by modern versions of OpenSSL are added to
        generated self-signed test certificates.
      o Fixed a tiny memory leak in configuration file reload error handling
        (thx to Richard K旦nning).
      o Merged Debian 05-typos.patch (thx to Peter Pentchev).
      o Merged with minor changes Debian 06-hup-separate.patch (thx to Peter
        Pentchev).
      o Merged Debian 07-imap-capabilities.patch (thx to Ansgar).
      o Merged Debian 08-addrconfig-workaround.patch (thx to Peter Pentchev).
      o Fixed tests on the WSL2 platform.
      o NSIS installer updated to version 3.06 to fix a multiuser installation
        bug on some platforms, including 64-bit XP.
      o Fixed engine initialization (thx to Petr Strukov).
      o FIPS TLS feature is reported when a provider or container is available,
        and not when FIPS control API is available.

(triaxx)

2021-03-09 08:28:14 UTC MAIN commitmail json YAML

doc: Removed multimedia/ushare

(nia)

2021-03-09 08:27:19 UTC MAIN commitmail json YAML

2021-03-09 08:14:01 UTC MAIN commitmail json YAML

2021-03-09 06:50:44 UTC MAIN commitmail json YAML

Updates time/p5-Calendar-Simple to 2.0.1

(wen)

2021-03-09 06:49:27 UTC MAIN commitmail json YAML

Update to 2.0.1

Upstream changes:
[2.0.1] 2021-01-14
Added

    Details of bugtracker

(wen)

2021-03-09 06:01:05 UTC MAIN commitmail json YAML

Updated textproc/py-defusedxml, devel/py-bintrees

(adam)

2021-03-09 06:00:47 UTC MAIN commitmail json YAML

py-bintrees: updated to 2.2.0

v2.2.0:
build c-extensions inplace for testing by github action

(adam)

2021-03-09 05:59:33 UTC MAIN commitmail json YAML

py-defusedxml: updated to 0.7.1

defusedxml 0.7.1
- Fix regression ``defusedxml.ElementTree.ParseError``
  The ``ParseError`` exception is now the same class object as
  ``xml.etree.ElementTree.ParseError`` again.

(adam)

2021-03-09 03:50:25 UTC MAIN commitmail json YAML

firefox: Remove workaround for strange devel/nss installation

(ryoon)

2021-03-09 03:45:30 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.62

(ryoon)

2021-03-09 03:44:23 UTC MAIN commitmail json YAML

nss: Update to 3.62

* Change header files installation suggested by markd@.
  Do not install dbm header files and install nss header files
  under nss, not nss/nss.

Changelog:
Bugs fixed in NSS 3.62

    Bug 1688374 - Fix parallel build NSS-3.61 with make.
    Bug 1682044 - pkix_Build_GatherCerts() + pkix_CacheCert_Add() can corrupt "cachedCertTable".
    Bug 1690583 - Fix CH padding extension size calculation.
    Bug 1690421 - Adjust 3.62 ABI report formatting for new libabigail.
    Bug 1690421 - Install packaged libabigail in docker-builds image.
    Bug 1689228 - Minor ECH -09 fixes for interop testing, fuzzing.
    Bug 1674819 - Fixup a51fae403328, enum type may be signed.
    Bug 1681585 - Add ECH support to selfserv.
    Bug 1681585 - Update ECH to Draft-09.
    Bug 1678398 - Add Export/Import functions for HPKE context.
    Bug 1678398 - Update HPKE to draft-07.

(ryoon)

2021-03-09 03:11:38 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Syck to 1.34

(wen)

2021-03-09 03:10:59 UTC MAIN commitmail json YAML

Update to 1.34

Upstream changes:
1.34 Oct 26 2020

- #50 Stop depending on constants dropped from Perl 5.28

1.33 Oct 26 2020

- #52 Fix memory corruption.
- #53 Fix for handling circular aliases.
- #56 syck.h: unconditionally include stdlib.h
- Switch changelog to a more parsible format.
- Update github CI to use a cpanfile.
- Update Devel::PPPort to 3.62

(wen)

2021-03-09 03:05:43 UTC MAIN commitmail json YAML

Updated www/moodle to 3.10.2

(wen)

2021-03-09 03:04:43 UTC MAIN commitmail json YAML

Update to 3.10.2

Upstream changes:
Moodle 3.10.2 release notes

Releases > Moodle 3.10.2 release notes

Release date: 8 March 2021

Here is the full list of fixed issues in 3.10.2.
Contents

    1 General fixes and improvements
    2 Accessibility improvements
    3 Security fixes
    4 See also

General fixes and improvements

    MDL-67959 - The default group icon should not be displayed when there is no group picture
    MDL-67515 - Uninstalled plugin breaks the custom lang tool if it had some strings customised
    MDL-66979 - Switch all the Behat testing to the new W3C drivers
    MDL-70535 - VideoJS language doesn't fallback to en
    MDL-68970 - Pages during a quiz attempt should not be cached, so forwards/back do not lead to errors
    MDL-57020 - Unable to delete scales which are no longer used
    MDL-70268 - Dropbox repository requires log on to work - which fails
    MDL-46256 - count_words returns too few words when dealing with html tags
    MDL-70048 - Dropbox Search API: /files/search is being retired in favor of /files/search_v2
    MDL-69867 - Marking workflow display wrong current grade if using scales
    MDL-70736 - Unable to load Marking Guide Templates
    MDL-70796 - Moodle word count does not match other software
    MDL-69101 - Essay question: "Accepted file types" and other new fields are not supported in Moodle XML file
    MDL-70377 - When reviewing an attempt as a teacher $string['saved'] {$a} not replaced
    MDL-43697 - Archived badges are restored during course restore
    MDL-70676 - Workshop assessment aspect with no grade is unusable
    MDL-70631 - Poor performance of zip_packer::extract_to_pathname()
    MDL-70648 - Editing a calendar event of type category and removing the category results in an error
    MDL-68958 - Undefined variable: href when creating IMSCP
    MDL-70339 - Activity chooser does not honour external tool icons
    MDL-56772 - File picker:Right align table column headers, in RTL mode (theme:boost)
    MDL-70513 - Quiz manual grading page should warn if you try to leave with unsaved data
    MDL-70705 - Multilang Filters not applied to Recent blog entries block Blog entry titles
    MDL-70552 - Notification of submissions are not sent for anonymous feedback
    MDL-70574 - Cloze multianswer question leaks percentage if with decimal
    MDL-66932 - Grade percentage display in Gradebook should be LTR, in RTL mode
    MDL-70585 - Downloaded course content unbrowseable for some activity names
    MDL-70912 - Cannot access H5P content bank popup in Atto editor within mod_data textarea
    MDL-70264 - badges/oauth2callback.php should be removed and replaced by admin/oauth2callback.php
    MDL-67974 - Badge expiry error and missing expired stamp
    MDL-67494 - Course/activity calendar events are deleted when the teacher who created them requests their data to be deleted
    MDL-70995 - Group names not formatted in course participants filter
    MDL-69883 - Unable to scroll beyond 50 conversations in Messages tool
    MDL-69097 - Language filters aren't correctly applied in "Whole forum grading"

Accessibility improvements

    MDL-70169 - Login page accessibility issues
    MDL-70288 - Checkbox and advanced checkbox elements can have duplicate labels
    MDL-70173 - Dashboard accessibility issues
    MDL-65390 - Accessibility #11 Content appears above ���show more��� button
    MDL-59782 - Question bank highlight of last added question is wrong in boost
    MDL-70172 - Site home page accessibility issues

Security fixes

Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

(wen)

2021-03-09 03:02:04 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.300005

(wen)

2021-03-09 03:00:40 UTC MAIN commitmail json YAML

Update to 0.300005

Upstream changes:
0.300005  2021-01-26 15:57:41-05:00 America/New_York

    [ BUG FIXES ]
    * GH #1546: Add MIME type for all files served from public (Russell
      @veryrusty Jenkins)
    * GH #1555: Remove all leftovers of warnings config setting (Sergiy
      Borodych)
    * GH #1557: Remove HTTP::XSCookies workaround (Alexander Pankoff)
    * GH #1564: Add script_name to redirects beginning with / (Nigel Gregoire)
    * GH #1567: Fix CSS so errors do not display ourside of <pre> HTML
      element (Elliot Holden)
    * GH #1568: Serializer::Mutable doesn't auto-load other serializers
      (Russell @veryrusty Jenkins)
    * GH #1579: Fix missing push_header method in Response::Delayed
      (Paul Clements)

    [ ENHANCEMENTS ]
    * GH #1552: Update jQuery (Sergiy Borodych)
    * GH #1558: Test to make sure uploads aren't discarded after the
      forward keyword is used (Alexander Pankoff)
    * GH #1571: Add GitHub Actions support (Gabor Szabo)
    * GH #1572: Install Dancer2::Session::Cookie in order to run the test
      t/issues/gh-811.t (racke)

    [ DOCUMENTATION ]
    * GH #1490: Document Dancer2::Core::App->template() (Steve Dondley)
    * GH #1551: Fix pod for cookie same site attribute (Sergiy Borodych)
    * GH #1562: Fix links, missing code in Tutorial (cloveistaken)

(wen)

2021-03-09 02:03:35 UTC MAIN commitmail json YAML

doc: Updated x11/lxterminal to 0.4.0

(gutteridge)

2021-03-09 02:03:27 UTC MAIN commitmail json YAML

lxterminal: update to 0.4.0

Fixed word-wise selection issue when running on gtk3
Fixed URL highlighting feature broken after updating libvte to 0.60.
Added new ���Bold is bright��� feature and setting.
Added new ���Visual bell��� feature and setting.
A few translation updates.

(gutteridge)

2021-03-09 01:57:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/lxpanel to 0.10.1

(gutteridge)

2021-03-09 01:57:43 UTC MAIN commitmail json YAML

lxpanel: update to 0.10.1

Fixed battery alarm when measurement of current is missing.
Fixed spelling errors on ���allow to��� in plugins descriptions, and ���GTK2+��� to more correct ���GTK+���.
Fixed battery indication when charge_full and energy_full are not available.
Corrected scaling of volume plugin for HiDPI monitors.
Fixed connection name dropdown list in netstatus plugin.
Few translations updates (of course).

(gutteridge)

2021-03-09 01:51:43 UTC MAIN commitmail json YAML

doc: Updated x11/lxsession to 0.5.5

(gutteridge)

2021-03-09 01:51:32 UTC MAIN commitmail json YAML

lxsession: update to 0.5.5

Remove libunique dependency, and use glib >= 2.28.0 to handle unique apps both for GTK+ 2 and 3.
Fix possible memory issue: use memmove instead of memcpy for overlapping area copy.
Fix memory issue: never free buffer returned by gtk_entry_get_text().
Fix spelling error: assiociate -> associate.
Pass desktop_environnement as a parameter for lxsession-xdg-autostart to fix wrong autostart processing.
Replace ���images_display��� with ���image_display��� for consistency.
Translations updates.

(gutteridge)

2021-03-09 00:53:32 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Parser to 3.76

(wen)

2021-03-09 00:51:47 UTC MAIN commitmail json YAML

Update to 3.76

Upstream changes:
3.76      2021-03-04
  * Add a fix for a stack confusion error on `eof`. (GH#21) (Matthew Horsfall
    and Chase Whitener)

(wen)

2021-03-08 23:45:02 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/bulk-medium to 20210309

(wiz)

2021-03-08 23:44:53 UTC MAIN commitmail json YAML

bulk-medium: switch from removed re-alpine to alpine

bump version

(wiz)

2021-03-08 23:41:58 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Cookies to 6.10

(wen)

2021-03-08 23:41:15 UTC MAIN commitmail json YAML

Update to 6.10

Upstream changes:
6.10      2021-01-04 22:03:43Z
    - Do not set discard if max-age is set (GH#61) (robnagler, simbabque)
    - Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn)

6.09      2020-11-19 22:20:47Z
    - Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63)
      (Charlie Hothersall-Thomas)

(wen)

2021-03-08 23:38:40 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Message to 6.29

(wen)

2021-03-08 23:37:38 UTC MAIN commitmail json YAML

Update to 6.29

Upstream changes:
6.29      2021-03-06 04:50:34Z
    - fix issue with HTTP::Request internal cache for canonical url when using
      URI::URL (GH#146) (andrew-grechkin)

6.28      2021-02-19 16:22:13Z
    - fix warnings during HTTP::Config->match #62 (GH#152) (Vi泥as Str叩dal)

6.27      2021-01-05 03:02:01Z
    - Clean up backcompat code (GH#148) (Dan Book)
    - Add "308 Permanent Redirect" to is_cacheable_by_default (GH#150) (simbabque)

(wen)

2021-03-08 21:41:07 UTC MAIN commitmail json YAML

doc: Updated net/rclone to 1.54.1

(leot)

2021-03-08 21:40:57 UTC MAIN commitmail json YAML

rclone: Update to 1.54.1

Changes:
1.54.1
------
* Bug Fixes
  * accounting: Fix --bwlimit when up or down is off (Nick Craig-Wood)
  * docs
    * Fix nesting of brackets and backticks in ftp docs (edwardxml)
    * Fix broken link in sftp page (edwardxml)
    * Fix typo in crypt.md (Romeo Kienzler)
    * Changelog: Correct link to digitalis.io (Alex JOST)
    * Replace #file-caching with #vfs-file-caching (Miron Veryanskiy)
    * Convert bogus example link to code (edwardxml)
    * Remove dead link from rc.md (edwardxml)
  * rc: Sync,copy,move: document createEmptySrcDirs parameter (Nick Craig-Wood)
  * lsjson: Fix unterminated JSON in the presence of errors (Nick Craig-Wood)
* Mount
  * Fix mount dropping on macOS by setting --daemon-timeout 10m (Nick Craig-Wood)
* VFS
  * Document simultaneous usage with the same cache shouldn't be used
    (Nick Craig-Wood)
* B2
  * Automatically raise upload cutoff to avoid spurious error (Nick Craig-Wood)
  * Fix failed to create file system with application key limited to a prefix
    (Nick Craig-Wood)
* Drive
  * Refer to Shared Drives instead of Team Drives (Nick Craig-Wood)
* Dropbox
  * Add scopes to oauth request and optionally "members.read" (Nick Craig-Wood)
* S3
  * Fix failed to create file system with folder level permissions policy
    (Nick Craig-Wood)
  * Fix Wasabi HEAD requests returning stale data by using only 1 transport
    (Nick Craig-Wood)
  * Fix shared_credentials_file auth (Dmitry Chepurovskiy)
  * Add --s3-no-head to reducing costs docs (Nick Craig-Wood)
* Union
  * Fix mkdir at root with remote:/ (Nick Craig-Wood)
* Zoho
  * Fix custom client id's (buengese)

(leot)

2021-03-08 21:30:09 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 0.18.0

(pin)

2021-03-08 21:29:42 UTC MAIN commitmail json YAML

editors/featherpad: update to 0.18.0

-Fixed an old but rare problem in highlighting of multiline comments.
-Added Pascal syntax highlighting.
-Added Java syntax highlighting.
-Better highlighting of numeric literals in some programming languages.
-Taken into account some general variables of Perl when highlighting its syntax.
-Taken into account the possibility of using unpaired or different paired
delimiters for the second part of Perl's replacement operators.
-Fixes and improvements to Ruby syntax highlighting.
-Prevent Qt from giving any non-plain text to the selection clipboard.
-Made PageUp/PageDown select the first/last item of the search history when the
search line-edit is focused.
-Fixed the lack of Perl-style comments in PHP syntax highlighting.
-If needed, save cursor positions when the app is terminated by SIGTERM.
-Prevent the spell checker from changing an uneditable document.
-Added an icon to the tabs/view-items of files that have targets but aren't
symlinks (e.g., their parent directories are symlinks). Also, (1) when a final
target exists, two items are added to the tab/view-item context menu for
copying its path and opening it, and (2) if a file and some of its targets are
opened, only the first one is editable by default.
-Added JSON syntax highlighting.
-Added "math" and "equation" to LaTex syntax highlighting.

(pin)

2021-03-08 21:28:38 UTC MAIN commitmail json YAML

doc: Updated chat/py-hangups to 0.4.13

(leot)

2021-03-08 21:28:28 UTC MAIN commitmail json YAML

py-hangups: Update to 0.4.13

Changes:
0.4.13
------
- add --keep-emoticons
- drop support for Python 3.5
- add support for Python 3.9
- show message when image is not found
- return ConversationEvent from Conversation methods
- add new Conversation methods
- add group link sharing support to Conversation
- add canonical_email to user.User

(leot)

2021-03-08 20:41:12 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-topkg to 1.0.3

(jaapb)

2021-03-08 20:41:01 UTC MAIN commitmail json YAML

Updated misc/ocaml-topkg to version 1.0.3.

This adds support for OCaml 4.12. Otherwise changes are minor.

(jaapb)

2021-03-08 20:37:06 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-extlib to 1.7.8

(jaapb)

2021-03-08 20:36:54 UTC MAIN commitmail json YAML

Updated devel/ocaml-extlib to version 1.7.8.

Changes include:
* sync with OCaml 4.12
* breaking change: ExtList.find_map type updated to match stdlib (following deprecation in previous release)
* breaking change: minimal (recommended) build of extlib now excludes Base64 module
* String: fold_left and fold_right without allocations

(jaapb)

2021-03-08 20:09:59 UTC MAIN commitmail json YAML

Updated graphics/py-tifffile, www/py-flask-caching

(adam)

2021-03-08 20:09:38 UTC MAIN commitmail json YAML

py-flask-caching: updated to 1.10.0

Version 1.10.0
--------------
- **Important**: The way caching backends are loaded have been refactored.
  Instead of passing the name of the initialization function one can now use
  the full path to the caching backend class.
  For example:
  ``CACHE_TYPE="flask_caching.backends.SimpleCache"``.
  In the next major release (2.0), this will be the only supported way.
- UWSGICache is not officially supported anymore and moved to the user
  contributed backends.
- Switch from Travis-CI to GitHub Actions
- Fix add() in RedisCache without a timeout.
- Fix error in how the FileSystemCache counts the number of files.
- Type Annotations have been added.
- Add some basic logging to SimpleCache and FileSystemCache for better
  observability.
- Add option in memoize to ignore args
- Stop marking wheels as Python 2 compatible.
- Fix ``default_timeout`` not being properly passed to its super constructor.
- Fix ``kwargs`` not being passed on in function ``_memoize_make_cache_key``.
- Add a Redis Cluster Mode caching backend.
- Do not let PIP install this package on unsupported Python Versions.
- Fix uWSGI initialization by checking if uWSGI has the 'cache2' option
  enabled.
- Documentation updates and fixes.

(adam)

2021-03-08 20:07:20 UTC MAIN commitmail json YAML

py-tifffile: updated to 2021.3.5

2021.3.5
Pass 4390 tests.
Preliminary support for EER format.
Do not warn about unknown compression

(adam)

2021-03-08 16:37:59 UTC MAIN commitmail json YAML

genreadme: Reorganize information for clarity.

Move the navigation to the top and reword it slightly. This makes it
more immediately visible. I'm not sure if this justifies a "Skip to content"
button yet.

Give the binary package table headers.

(nia)

2021-03-08 15:26:40 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_install to 20210308

(nia)

2021-03-08 15:25:47 UTC MAIN commitmail json YAML

2021-03-08 14:34:32 UTC MAIN commitmail json YAML

doc: Updated devel/xsd to 4.0.0

(nia)

2021-03-08 14:33:44 UTC MAIN commitmail json YAML

pkgsrc/devel/xsd/Makefile@1.40 / diff
pkgsrc/devel/xsd/PLIST@1.3 / diff
pkgsrc/devel/xsd/distinfo@1.7 / diff
pkgsrc/devel/xsd/patches/patch-libbackend-elements-1.6.1_backend-elements_indentation_cxx.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_cli_file-arguments.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_deque.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_graph.txx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_map.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_vector.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_mm_bits_evptr.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_mm_evptr.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_mm_shptr.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_mm_static-ptr.hxx deleted
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_types_fundamental.hxx deleted
pkgsrc/devel/xsd/patches/patch-libfrontend-elements-1.1.1_frontend-elements_context.hxx deleted
pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_parser.cxx deleted
pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.cxx deleted
pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.hxx deleted
pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_schema.hxx deleted
pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_transformations_anonymous.cxx deleted
      :
(more 14 files)
xsd: Update to 4.0.0. Builds again.

Borrowed patches from FreeBSD to rename the executable to avoid a
conflict wiht lang/mono.

(nia)

2021-03-08 13:25:12 UTC MAIN commitmail json YAML

owncloudclient: Create directory for configuration files

(nia)

2021-03-08 13:18:14 UTC MAIN commitmail json YAML

doc: Updated net/owncloudclient to 2.7.6.3261

(nia)

2021-03-08 13:17:53 UTC MAIN commitmail json YAML

2021-03-08 13:07:38 UTC MAIN commitmail json YAML

Removed net/bittornado[-gui]

(adam)

2021-03-08 13:06:37 UTC MAIN commitmail json YAML

2021-03-08 12:40:03 UTC MAIN commitmail json YAML

doc: Updated security/gnu-pw-mgr to 2.7.4

(ryoon)

2021-03-08 12:39:33 UTC MAIN commitmail json YAML

gnu-pw-mgr: Update to 2.7.4

* Use pkgsrc libtool.
* Use MASTER_SITE_GNU as MASTER_SITES.

Changelog:
New in 2.7.4 - September 2020
New in 2.4 - August, 2018

disable the --use-pbkdf2 option and implement --rehash as replacement

* the default "rehash" count is printed with --status output
* security question answers can now be stable across password
  changes. Two answers are now printed: the deprecated version
  that changes with the rehash count, and the new version that
  is stable.

New in 2.2 - June, 2018

* Chase Bank has added the password restriction that no three characters
  may be in sequence. So look for that and fix it, if need be.

* Let people know when they last modified a password.
  Mark the day when the pbkdf2 count is modified.

* The confirmation value printed out is a hash based on the confirmation
  string and the current password. So, if the password changes, then
  so does the confirmation string. Not ideal. This change restricts
  the hashing source to just the password id and the confirmation
  string.

* Users may now specify a config file other than the default.

New in 2.0 - May, 2016

* A new option --shared to implement sharing passwords.
  This allows shared logins with secure passwords and still
  keeps all the other passwords very secret.  See the docs for
  the rationale and usage.

(ryoon)

2021-03-08 11:51:11 UTC MAIN commitmail json YAML

security: remove guardtime, libguardtime

(nia)

2021-03-08 11:49:13 UTC MAIN commitmail json YAML

doc: removed guardtime

(nia)

2021-03-08 11:48:12 UTC MAIN commitmail json YAML

2021-03-08 11:23:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.5.1

(pin)

2021-03-08 11:23:27 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.5.1

Tweaks and changes:
-Small under the hood tweaks
-Update documentation
-Changes to default and alt theme
-Capitalize first letter of shell (shorthand:ON)

(pin)

2021-03-08 11:08:21 UTC MAIN commitmail json YAML

doc: Removed re-alpine

(nia)

2021-03-08 11:06:47 UTC MAIN commitmail json YAML

2021-03-08 11:01:13 UTC MAIN commitmail json YAML

doc: Updated lang/mono-basic to 4.7

(nia)

2021-03-08 11:00:42 UTC MAIN commitmail json YAML

mono-basic: Update to 4.7.

Builds again.

(nia)

2021-03-08 10:57:09 UTC MAIN commitmail json YAML

doc: Updated games/woof to 4.0.0

(micha)

2021-03-08 10:55:47 UTC MAIN commitmail json YAML

games/woof: Update to 4.0.0

Woof! 4.0.0
-----------
- The -fast and -respawn options are now properly reloaded from
  savegames.
- PNG screenshots are now exact reproductions# of the actual
  game# screen.
- Framebuffer overflows are now prevented in V_DrawPatchGeneral() and
  V_CopyRect().
- The bmp2c.c tool now builds with MSVC build (@rfomin).
- A workaround for the SDL 2.0.14 Alt-Tab bug on Windows has been
  introduced (@rfomin).
- A woof-midiproc.exe has been ported over from Crispy Doom, allowing to
  set SFX and music volume separately on Windows (@rfomin).
- The SPECHITS overflow emulation has been ported over from Chocolate
  Doom / PrBoom+, allowing for some more obscure Vanilla demos to keep
  sync.
- The "IDKFA" cheat string has been externalized, allowing it to be
  replaced by DEHACKED.
- The widescreen rendering mode has been ported over from Crispy Doom
  with proper support for the widescreen assets found e.g. in the Unity
  version of Doom (@rfomin).
- MIDI playback on big-endian systems has been fixed (@BeWorld2018).
- The "HI_START"/"HI_END" namespace has been introduced to avoid
  conflicts with high-resolution textures (@rfomin).
- The option to show the "A secret is revealed!" message has been added
  (@rfomin).
- The window geometry and display index settings are now saved across
  restarts (@rfomin).
- The -pistolstart command line option has been added (@rfomin).
- Support for 16-bit WAV sound lumps has been added (@rfomin).
- Support for the "MUSINFO" lump has been added (@rfomin).
- Demo compatibility with Boom 2.02 has been vastly improved:
- MBF codepointers are now disabled during Boom demo playback (@rfomin).
- The P_FindShortestTextureAround() function has been fixed (@rfomin).
- Boom's friction code has been restored (@rfomin).
- Boom's BLOCKMAP generation code has been integrated (@rfomin).
- Sprite lumps smaller than 8 bytes are now ignored (@rfomin).
- Empty music lumps (i.e. with zero length) are now properly handled
  (@rfomin).
- The weapon attack alignment implementation has been brought in line
  with Crispy Doom.
- The "no fog on spawn west" Vanilla Doom bug is now properly emulated
  (@rfomin).
- Switches definitions referencing unknown texture names are now ignored
  instead of exiting (@rfomin).
- A crash has been fixed when reading out joystick button states.
- Endianess issues with positioning the status bar patch, drawing the
  bunny scroll screen and fullscreen patches have been fixed.

Unfortunately, some of these changes made it necessary to change the
savegame format which is now incompatible to previous releases.

(micha)

2021-03-08 10:26:18 UTC MAIN commitmail json YAML

textproc/ripgrep: fix build fail

(pin)

2021-03-08 08:47:45 UTC MAIN commitmail json YAML

doc: Updated devel/tig to 2.5.3

(fcambus)

2021-03-08 08:45:57 UTC MAIN commitmail json YAML

tig: update to 2.5.3.

tig-2.5.3
---------

Bug fixes:

- Fix autoconf checking for readline. (#1072)
- Fix segfault when saving a view with no column.
- Reset view->parent when main view is promoted.
- Fix segfault when pressing Enter in a child main view.
- Restore lazy navigation.
- Format time_t values portably and fix other values too. (#1084, #1085)
- Fix loop when wrapping line with ISO-8859-1 character. (#1087, #1088)

(fcambus)

2021-03-08 08:44:28 UTC MAIN commitmail json YAML

re-assign maint

(nikita)

2021-03-08 08:34:52 UTC pkgsrc-2020Q4 commitmail json YAML

Pullup tickets #6432 and #6434

(bsiegert)

2021-03-08 08:34:10 UTC pkgsrc-2020Q4 commitmail json YAML

Pullup ticket #6434 - requested by nia
chat/mumble: security fix

Revisions pulled up:
- chat/mumble/Makefile                                          1.29
- chat/mumble/PLIST                                            1.4
- chat/mumble/distinfo                                          1.7

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Fri Mar  5 09:57:20 UTC 2021

  Modified Files:
  pkgsrc/chat/mumble: Makefile PLIST distinfo

  Log Message:
  mumble: Update to 1.3.4

  Client

  Fixed: Don't use outdated (non-existent) notification icon names on Linux (#4705)
  Fixed: Security vulnerability caused by allowing non http/https URL schemes in public server list (#4733)

  Server

  Fixed: Exit status for actions like --version or --supw was always set to non-zero ( #3998)

  General

  Fixed: Packet loss & audio artifacts caused by OCB2 XEX* mitigation (#4720)

(bsiegert)

2021-03-08 08:13:44 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Inline to 2.214

(wen)

2021-03-08 08:13:10 UTC MAIN commitmail json YAML

2021-03-08 08:12:07 UTC MAIN commitmail json YAML

Update to 2.214
Update DEPENDS

Upstream changes:
2.214    2021-01-23 22:43:10Z
          - distribution tooling updates
          - removed Pod::Tests dependency that is no longer used
          - remove use of File::Slurp in favour of Path::Tiny

(wen)

2021-03-08 08:09:15 UTC MAIN commitmail json YAML

doc: Updated lang/ocaml to 4.11.2

(jaapb)

2021-03-08 08:08:43 UTC MAIN commitmail json YAML

Updated lang/ocaml to version 4.11.2.

This is a bugfix release from 4.11.1. The amd64 runtime patches have been
removed since they seem to have been incorporated by upstream.

(jaapb)

2021-03-08 07:11:14 UTC MAIN commitmail json YAML

Updated graphics/py-dot, biology/py-cutadapt

(adam)

2021-03-08 07:10:56 UTC MAIN commitmail json YAML

py-cutadapt: updated to 3.3

v3.3:
* :issue:`504`: Fix a crash on Windows.
* :issue:`490`: When ``--rename`` is used with ``--revcomp``, disable adding the
  ``rc`` suffix to reads that were reverse-complemented.
* Also, there is now a ``{rc}` template variable for the ``--rename`` option, which
  is replaced with "rc" if the read was reverse-complemented (and the empty string if not).
* :issue:`512`: Fix issue :issue:`128` once more (the ���Reads written��� figure in the report
  incorrectly included both trimmed and untrimmed reads if ``--untrimmed-output`` was used).
* :issue:`515`: The report is now send to stderr if any output file is
  written to stdout

(adam)

2021-03-08 07:07:42 UTC MAIN commitmail json YAML

py-dot: updated to 1.4.2

1.4.2

Added:
- Documentation: Basic usage examples in `README.md`.

Changed:
- More detailed error message in case of Graphviz errors.
- More detailed warning message in case of failure to import the DOT
  parser module.

Deprecated:
- A future pydot 2.0.0 will drop support for Python 2, 3.4 and
  possibly other Python versions that are end-of-life at that time.
  Pydot does not emit any deprecation warnings about this. Further
  pydot 1.x.x releases are currently not foreseen, but if there are
  any, should still support the mentioned Python versions.

Fixed:
- On Python 2, non-equality comparison (`!=`) between two separate, but
  equal `Edge` instances will now correctly return `False`, as it
  already did on Python 3.
- Prevent `TypeError` in handling of DOT parser error.
- Prevent `TypeError` in `graph_from_adjacency_matrix()` and
  `graph_from_incidence_matrix()`.
- Prevent `TypeError` when creating an edge with a `Subgraph` or
  `Cluster` object (as opposed to name string) as an edge point.
- Windows only: Fixed most failures to find Graphviz when a conda or
  Anaconda installation exists, but Graphviz was installed manually or
  through pip (`.bat`/`.exe` suffix problem).
- Windows only: Fixed failure to run Graphviz related to side-by-side
  assembly (SxS) by now propagating the `SYSTEMROOT` environment
  variable.

(adam)

2021-03-08 07:01:44 UTC MAIN commitmail json YAML

Updated mail/py-aiosmtpd, devel/py-gitpython

(adam)

2021-03-08 07:01:25 UTC MAIN commitmail json YAML

py-gitpython: updated to 3.1.14

3.1.14
* git.Commit objects now have a ``replace`` method that will return a
  copy of the commit with modified attributes.
* Add python 3.9 support

(adam)

2021-03-08 06:57:26 UTC MAIN commitmail json YAML

py-aiosmtpd: updated to 1.4.2

1.4.2:
Controller ready_timeout defaults to 5.0
More detailed message in TimeoutError during Controller.start()
IMPORTANT: No more leak of sensitive info during smtp_AUTH

1.4.1:
local_part_limit (max length of email address local part) is now customizable, defaults to 0 (no limit)

1.4.0:
PROXY Protocol support
SMTPS/STARTTLS support from CLI
UnixSocketController
Improvement on tox+pytest to enable stable run for pypy3-on-Windows, MacOS, and Cygwin
Example on how to implement SMTP AUTH

1.3.2:
Fixed:
Documentation issues that causes some automated build systems to fail
Improper IPv6 detection on systems whose kernel does not support IPv6

Also:
Add info about GPG Signing key to README and PyPI
A 'hidden' testenv named static to run pytype

1.3.1:
Smarter localhost determination
No longer failing on hostname=""

1.3.0:
"AUTH LOGIN " support
Command Call Limit to stop misbehaving clients
"authenticator" system to replace "auth_callback"
"handle_EHLO" can modify return values
(Almost) transparant passing of keyword args given to
Controller to SMTP
Now uses TLS Context as-is
Complete conversion of test cases from unittest/nose2 to
pytest
Improve compatibility with setuptools<=46.4.0

(adam)

2021-03-08 06:34:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.5.0

(pin)

2021-03-08 06:33:49 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.5.0

Performance improvements:
-Macchina no longer relies on which or cat, improving execution time by ~5ms.

(pin)

2021-03-08 06:25:12 UTC MAIN commitmail json YAML

Updated devel/p5-Test-File to 1.448

(wen)

2021-03-08 06:23:46 UTC MAIN commitmail json YAML

Update to 1.448

Upstream changes:
1.448 2021-03-05T15:01:18Z
        * Promote to a user release

1.447_01 2021-03-02T16:11:23Z
        * Try handling all-numeric user and group names (but, also, wtf?)
        Github #26.

1.447 2021-02-24T21:32:41Z
        * Trying harder to get the tests to pass on Cygwin

1.446 2021-02-20T21:18:48Z
        * Better cygwin detection, from Achim Gratz

1.445 2021-02-16T08:57:34Z
        * Get the tests to pass under Cygwin (Github #17, from Slaven Rezić)

1.444 2021-01-06T03:40:19Z
        * Remove Travis, add GitHub actions
        * Add file_is_symlink_not_ok

1.443_03 2020-06-15T13:13:42Z
        * Merge some test additions from Desmond Daignault (GitHub #20)

1.443_02 2020-06-15T12:10:34Z
        * Deprecated directories in tests appropriate for only plain files.
        It's a diag() message now but will be a test failure later.

1.443_01 2020-06-12T11:54:41Z
        * change the file_writeable_ok tests to file_writable_ok, which
        is the correct spelling. The old names work but now warn to use
        the new name.
        * Some updates to refresh the tests.
        * Start mirroring Test2::Tools::File so we support the same names.
        Thanks to Torbjørn Lindahl for spotting rough edges.

(wen)

2021-03-08 03:54:46 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Glances to 3.1.6.2

(fox)

2021-03-08 03:53:48 UTC MAIN commitmail json YAML

sysutils/py-Glances: Update to 3.1.6.2

Changes since 3.1.6.1:

Version 3.1.6.2
===============

Bugs corrected:

    * Remove bad merge for a non tested feature
      (see https://github.com/nicolargo/glances/issues/1787#issuecomment-774682954)

(fox)

2021-03-08 03:47:23 UTC MAIN commitmail json YAML

doc: Updated security/wolfssl to 4.7.0

(fox)

2021-03-08 03:44:35 UTC MAIN commitmail json YAML

security/wolfssl: Updates to v4.7.0

Changes since v4.6.0:

wolfSSL Release 4.7.0 (February 16, 2021)

Release 4.7.0 of wolfSSL embedded TLS has bug fixes and new features including:
New Feature Additions

  * Compatibility Layer expansion SSL_get_verify_mode, X509_VERIFY_PARAM API,
    X509_STORE_CTX API added
  * WOLFSSL_PSK_IDENTITY_ALERT macro added for enabling a subset of TLS alerts
  * Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session
    tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
  * Implement RFC 5705: Keying Material Exporters for TLS
  * Added --enable-reproducible-build flag for making more deterministic
    library outputs to assist debugging
  * Added support for S/MIME (Secure/Multipurpose Internet Mail Extensions)
    bundles

Fixes

  * Fix to free mutex when cert manager is free’d
  * Compatibility layer EVP function to return the correct block size and type
  * DTLS secure renegotiation fixes including resetting timeout and retransmit
    on duplicate HelloRequest
  * Fix for edge case with shrink buffer and secure renegotiation
  * Compile fix for type used with curve448 and PPC64
  * Fixes for SP math all with PPC64 and other embedded compilers
  * SP math all fix when performing montgomery reduction on one word modulus
  * Fixes to SP math all to better support digit size of 8-bit
  * Fix for results of edge case with SP integer square operation
  * Stop non-ct mod inv from using register x29 with SP ARM64 build
  * Fix edge case when generating z value of ECC with SP code
  * Fixes for PKCS7 with crypto callback (devId) with RSA and RNG
  * Fix for compiling builds with RSA verify and public only
  * Fix for PKCS11 not properly exporting the public key due to a missing key
    type field
  * Call certificate callback with certificate depth issues
  * Fix for out-of-bounds read in TLSX_CSR_Parse()
  * Fix incorrect AES-GCM tag generation in the EVP layer
  * Fix for out of bounds write with SP math all enabled and an edge case of
    calling sp_tohex on the result of sp_mont_norm
  * Fix for parameter check in sp_rand_prime to handle 0 length values
  * Fix for edge case of failing malloc resulting in an out of bounds write
    with SHA256/SHA512 when small stack is enabled

Improvements/Optimizations

  * Added --enable-wolftpm option for easily building wolfSSL to be used with
    wolfTPM
  * DTLS macro WOLFSSL_DTLS_RESEND_ONLY_TIMEOUT added for resending flight
    only after a timeout
  * Update linux kernel module to use kvmalloc and kvfree
  * Add user settings option to cmake build
  * Added support for AES GCM session ticket encryption
  * Thread protection for global RNG used by wolfSSL_RAND_bytes function calls
  * Sanity check on FIPs configure flag used against the version of FIPs
    bundle
  * --enable-aesgcm=table now is compatible with --enable-linuxkm
  * Increase output buffer size that wolfSSL_RAND_bytes can handle
  * Out of directory builds resolved, wolfSSL can now be built in a separate
    directory than the root wolfssl directory

Vulnerabilities

  * [HIGH] CVE-2021-3336: In earlier versions of wolfSSL there exists a
    potential man in the middle attack on TLS 1.3 clients. Malicious
    attackers with a privileged network position can impersonate TLS 1.3
    servers and bypass authentication. Users that have applications with
    client side code and have TLS 1.3 turned on, should update to the latest
    version of wolfSSL. Users that do not have TLS 1.3 turned on, or that are
    server side only, are NOT affected by this report. For the code change
    see #3676. Thanks to Aina Toky Rasoamanana and Olivier Levillain from
    Télécom SudParis for the report.
  * [LOW] In the case of using custom ECC curves there is the potential for a
    crafted compressed ECC key that has a custom prime value to cause a hang
    when imported. This only affects applications that are loading in ECC keys
    with wolfSSL builds that have compressed ECC keys and custom ECC curves
    enabled.
  * [LOW] With TLS 1.3 authenticated-only ciphers a section of the server
    hello could contain 16 bytes of uninitialized data when sent to the
    connected peer. This affects only a specific build of wolfSSL with TLS
    1.3 early data enabled and using authenticated-only ciphers with TLS 1.3.

For additional vulnerability information visit the vulnerability page at
https://www.wolfssl.com/docs/security-vulnerabilities/

See INSTALL file for build instructions.
More info can be found on-line at https://wolfssl.com/wolfSSL/Docs.html

(fox)

2021-03-08 00:08:17 UTC MAIN commitmail json YAML

doc: Added devel/php-ffi version 8.0.3

(taca)

2021-03-08 00:07:55 UTC MAIN commitmail json YAML

devel/Makefile: add and enable php-ffi

(taca)

2021-03-08 00:07:09 UTC MAIN commitmail json YAML

devel/php-ffi: add package version 7.4.16

Add php-ffi, part of php74 and php80.

PHP is a programming language designed to be embedded into web pages.
The FFI extension implements the Foreign Function Interface, but currently
it is experimental.

(taca)

2021-03-07 19:49:59 UTC MAIN commitmail json YAML

Note update of security/softhsm2 to 2.6.1.

(he)

2021-03-07 19:49:12 UTC MAIN commitmail json YAML

Update softhsm2 to version 2.6.1.

Pkgsrc changes:
* Change dependency from botan to botan-devel to get version 2.x.

Upstream changes:

SoftHSM 2.6.1 - 2020-04-29

* Issue #542: Support Ed448/X448 for OpenSSL
* Issue #538: Improved warning and compilation issues for GCC10
* Issue #527: Fixed compilation issues for MacOS 10.15.4/Xcode 11.4

SoftHSM 2.6.0 - 2020-03-17

* Issue #493: Upgrade to Botan 2.
* Issue #530: Update appveyor build.
* Issue #438: Detect crypto algorithms by default.
  (Patch from Alon Bar-Lev)
* Issue #455: Provide a new configuration option to allow enabling and
  disabling various mechanisms (slots.mechanisms in the softhsm2.conf).
  (Thanks to Jakub Jelen)
* Issue #479: Increase SQLite busy timeout from 15 seconds to 3 minutes.
  (Patch from Jan Luebbe)
* Issue #513: Add configuration option to reset state on fork closing all
  sessions rather than keeping all sessions open in duplicate process.
  (Thanks to Anderson Toshiyuki Sasaki)
* Issue #500: C_WaitForSlotEvent implementation.
  (Patch from massey101)
* Issue #445: Add wrap support with CKM_AES_CBC.

Bugfixes:
* Issue #418: Set fields to NULL to avoid double free.
  (Patch from Brian J Murray)
* Issue #423: ENGINE_load_rdrand is not supported with older openssl.
  (Patch from Alon Bar-Lev)
* Issue #429: Updated prerequisite to build from repository.
  (Patch from Dharmesh Khandelwal)
* Issue #434: Fix build issues with CMake.
  (Patch from Peter Wu)
* Issue #435: Fix botan build without EDDSA.
  (Patch from Peter Wu)
* Issue #442: Release resources from OSSLEVPSymmetricAlgorithm.
  (Patch from Petr Men邸鱈k)
* Issue #449/#502: Do not copy zero sized buffer avoid null pointer reference.
  (Patch from space88man)
* Issue #464: Race condition with multiple threads closing last session and
  opening a newer sessions.
  (Patch from Takarth)
* Issue #452: Fixes to automake build fir undefined macros.
* Issue #462: User PIN count wrongly calculated.
  (Patch from Ondrej Hlavaty)
* Issue #516: Fix memory leak in OSSLCryptoFactory.
  (Patch from Anderson Sasaki)
* Issue #494: Allow null pointers as arguments when count is zero.
  (Patch from Yunjong Jeong)
* Issue #518: Sporadic problem in closing sessions because of lookup of
  object without prior locking.
* Issue #506: Check key type for C_EncryptInit and C_DecryptInit.
  (Patch from Yunjong Jeong)
* Issue #526: Adjust EDDSA code to return valid EC_PARAMS.
  (Patch from Jakub Jelen)
* Issue #452: Autogen failure on undefined macro AC_MSG_ERROR.
* Issue #527: Fixed some build errors for GCC 10.
* Issue #470: Null pointer arguments validation for C_EncryptFinal, etc.

(he)

2021-03-07 18:30:13 UTC pkgsrc-2020Q4 commitmail json YAML

Pullup ticket #6432 - requested by mlelstv
www/squid4: build fix

(via patch)

building squid4 requires 64bit atomics. In pkgsrc-HEAD there is
mk/atomics64.mk with the necessary dependencies and www/squid4 includes
it.

In release 2020Q4 this is missing, so a simple pullup of the package
isn't sufficient unless mk/atomics64.mk is also pulled up.

(bsiegert)

2021-03-07 17:57:09 UTC MAIN commitmail json YAML

Note update of security/botan-devel to 2.17.3.

(he)

2021-03-07 17:56:25 UTC MAIN commitmail json YAML

Update botan-devel to version 2.17.3.

Informally OK'ed by joerg@

Pkgsrc changes:
* Add comment the patches which lacked them.
* Adjust PLIST.

Upstream changes:

Version 2.17.3, 2020-12-21
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Change base64, base58, base32, and hex encoding and decoding opearations
  to run in constant time (GH #2549)

* Fix a build problem on PPC64 building with Clang (GH #2547)

* Fix an install problem introduced in 2.17.2 affecting MSVC 2015

* Fix use of -L flag in linking when configured using ``--with-external-libdir``
  (GH #2496)

* Fix a build problem on big-endian PowerPC related to VSX instructions
  in the AES code. (GH #2515)

Version 2.17.2, 2020-11-13
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Fix an build problem on ppc64 introduced with certain recent
  versions of GCC or binutils where using the DARN instruction
  requires using an appropriate -mcpu flag to enable the instruction
  in the assembler. (GH #2481 2463)

* Resolve an issue in the modular square root algorithm where a loop
  to find a quadratic non-residue could, for a carefully chosen
  composite modulus, not terminte in a timely manner. (GH #2482 #2476)

* Fix a regression in MinGW builds introduced in 2.17.1

Version 2.17.1, 2020-11-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Fix a build problem that could occur if Python was not in the PATH.
  This was known to occur on some installations of macOS.

* Re-enable support for the x86 CLMUL instruction on Visual C++, which was
  accidentally disabled starting in 2.12.0. (GH #2460)

Version 2.17.0, 2020-11-05
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Fix a bug in ECDSA which could occur when the group size and hash length
  differ. In this case, on occasion the generated signature would not be
  accepted by other ECDSA implementations. This was particularly likely to
  affect users of 160-bit or 239-bit curves. (GH #2433 #2415)

* Fix a bug in ECDSA verification when the public key was chosen to be
  a small multiple of the group generator. In that case, verification
  would fail even if the signature was actually valid. (GH #2425)

* SIV's functionality of supporting multiple associated data inputs has been
  generalized onto the AEAD_Mode interface. However at the moment SIV is the
  only AEAD implemented which supports more than one AD. (GH #2440)

* The contents of ASN.1 headers ``asn1_str.h``, ``asn1_time.h``, ``asn1_oid.h``
  and ``alg_id.h`` have been moved to ``asn1_obj.h``. The header files remain
  but simply forward the include to ``asn1_obj.h``. These now-empty header files
  are deprecated, and will be removed in a future major release. (GH #2441)

* The contents of X.509/PKIX headers ``asn1_attribute.h`` ``asn1_alt_name.h``
  ``name_constraint.h`` ``x509_dn.h`` ``cert_status.h`` and ``key_constraint.h``
  have been merged into ``pkix_enums.h`` (for enumerations) and ``pkix_types.h``
  (for all other definitions). The previous header files remain but simply
  forward the include to the new header containing the definition. These
  now-empty header files are deprecated, and will be removed in a future major
  release. (GH #2441)

* A number of other headers including those related to HOTP/TOTP, XMSS,
  PKCS11, PSK_DB have also been merged. Any now deprecated/empty headers
  simply include the new header and issue a deprecation warning.
  (GH #2443 #2446 #2447 2448 #2449)

* Small optimizations in the non-hardware assisted AES key generation
  code path (GH #2417 #2418)

* Move the GHASH code to a new module in utils, making it possible
  to build GMAC support without requiring GCM (GH #2416)

* Add more detection logic for AVX-512 features (GH #2430)

* Avoid std::is_pod which is deprecated in C++20 (GH #2429)

* Fix a bug parsing deeply nested cipher names (GH #2426)

* Add support for ``aarch64_be`` target CPU (GH #2422)

* Fix order of linker flags so they are always applied effectively (GH #2420)

* Prevent requesting DER encoding of signatures when the algorithm
  did not support it (GH #2419)

Version 2.16.0, 2020-10-06
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Now userspace PRNG objects (such as AutoSeeded_RNG and HMAC_DRBG)
  use an internal lock, which allows safe concurrent use. This however
  is purely a precaution in case of accidental sharing of such RNG
  objects; for performance reasons it is always preferable to use
  a RNG per thread if a userspace RNG is needed. (GH #2399)

* DL_Group and EC_Group objects now track if they were created from a
  known trusted group (such as P-256 or an IPsec DH parameter).  If
  so, then verification tests can be relaxed, as compared to
  parameters which may have been maliciously constructed in order to
  pass primality checks. (GH #2409)

* RandomNumberGenerator::add_entropy_T assumed its input was a POD
  type but did not verify this. (GH #2403)

* Support OCSP responders that live on a non-standard port (GH #2401)

* Add support for Solaris sandbox (GH #2385)

* Support suffixes on release numbers for alpha/beta releases (GH #2404)

* Fix a bug in EAX which allowed requesting a 0 length tag, which had
  the effect of using a full length tag. Instead omit the length field,
  or request the full tag length explicitly. (GH #2392 #2390)

* Fix a memory leak in GCM where if passed an unsuitable block cipher
  (eg not 128 bit) it would throw an exception and leak the cipher
  object. (GH #2392 #2388)

Version 2.15.0, 2020-07-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Fix a bug where the name constraint extension did not constrain the
  alternative DN field which can be included in a subject alternative name. This
  would allow a corrupted sub-CA which was otherwise constrained by a name
  constraint to issue a certificate with a prohibited DN.

* Fix a bug in the TLS server during client authentication where where
  if a (disabled by default) static RSA ciphersuite was selected, then
  no certificate request would be sent. This would have an equivalent
  effect to a client which simply replied with an empty Certificate
  message. (GH #2367)

* Replace the T-Tables implementation of AES with a 32-bit bitsliced
  version. As a result AES is now constant time on all processors.
  (GH #2346 #2348 #2353 #2329 #2355)

* In TLS, enforce that the key usage given in the server certificate
  allows the operation being performed in the ciphersuite. (GH #2367)

* In X.509 certificates, verify that the algorithm parameters are
  the expected NULL or empty. (GH #2367)

* Change the HMAC key schedule to attempt to reduce the information
  leaked from the key schedule with regards to the length of the key,
  as this is at times (as for example in PBKDF2) sensitive information.
  (GH #2362)

* Add Processor_RNG which wraps RDRAND or the POWER DARN RNG
  instructions. The previous RDRAND_RNG interface is deprecated.
  (GH #2352)

* The documentation claimed that mlocked pages were created with a
  guard page both before and after. However only a trailing guard page
  was used. Add a leading guard page. (GH #2334)

* Add support for generating and verifying DER-encoded ECDSA signatures
  in the C and Python interfaces. (GH #2357 #2356)

* Workaround a bug in GCC's UbSan which triggered on a code sequence
  in XMSS (GH #2322)

* When building documentation using Sphinx avoid parallel builds with
  version 3.0 due to a bug in that version (GH #2326 #2324)

* Fix a memory leak in the CommonCrypto block cipher calls (GH #2371)

* Fix a flaky test that would occasionally fail when running the tests
  with a large number of threads. (GH #2325 #2197)

* Additional algorithms are now deprecated: XTEA, GOST, and Tiger.
  They will be removed in a future major release.

Version 2.14.0, 2020-04-06
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Add support for using POWER8+ VPSUMD instruction to accelerate GCM
  (GH #2247)

* Optimize the vector permute AES implementation, especially improving
  performance on ARMv7, Aarch64, and POWER. (GH #2243)

* Use a new algorithm for modular inversions which is both faster and
  more resistant to side channel attacks. (GH #2287 #2296 #2301)

* Address an issue in CBC padding which would leak the length of the
  plaintext which was being padded. Unpadding during decryption was
  not affected. Thanks to Maximilian Blochberger for reporting this.
  (GH #2312)

* Optimize NIST prime field reductions, improving ECDSA by 3-9% (GH #2295)

* Increase the size of the ECC blinding mask and scale it based on the
  size of the group order. (GH #880 #893 #2308)

* Add server side support for the TLS asio wrapper. (GH #2229)

* Add support for using Windows certificate store on MinGW (GH #2280)

* Use the library thread pool instead of a new thread for RSA computations,
  improving signature performance by up to 20%. (GH #2257)

* Precompute and cache additional fields in ``X509_Certificate`` (GH #2250)

* Add a CLI utility ``cpu_clock`` which estimates the speed of the
  processor cycle counter. (GH #2251)

* Fix a bug which prevented using DER-encoded ECDSA signatures with a PKCS11
  key (GH #2293)

* Enable use of raw block ciphers from CommonCrypto (GH #2278)

* Support for splitting up the amalgamation file by ABI extension has
  been removed. Instead only ``botan_all.cpp`` and ``botan_all.h`` are
  generated. (GH #2246)

* Improve support for baremetal systems with no underlying OS, with
  target OS ``none`` (GH #2303 #2304 #2305)

* The build system now avoids using ``-rpath=$ORIGIN`` or (on macOS)
  install_name which allowed running the tests from the build
  directory without setting ``LD_LIBRARY_PATH``/``DYLD_LIBRARY_PATH``
  environment variables. Instead set the dynamic linker variables
  appropriately, or use ``make check``. (GH #2294 #2302)

* Add new option ``--name-amalgamation`` which allows naming the
  amalgamation output, instead of the default ``botan_all``. (GH #2246)

* Avoid using symbolic links on Windows (GH #2288 #2286 #2285)

* Fix a bug that prevented compilation of the amalgamation on ARM and
  POWER processors (GH #2245 #2241)

* Fix some build problems under Intel C++ (GH #2260)

* Remove use of Toolhelp Windows library, which was known to trigger
  false positives under some antivirus systems. (GH #2261)

* Fix a compilation problem when building on Windows in Unicode mode.
  Add Unicode build to CI to prevent regressions. (GH #2254 #2256)

* Work around a GCC bug affecting old libc (GH #2235)

* Workaround a bug in macOS 10.15 which caused a test to crash.
  (GH #2279 #2268)

* Avoid a crash in PKCS8::load_key due to a bug in Clang 8.
  (GH #2277)

Version 2.13.0, 2020-01-06
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Add Roughtime client (GH #2143 #1842)

* Add support for XMSS X.509 certificates (GH #2172)

* Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213)

* It is now possible to disable TLS v1.0/v1.1 and DTLS v1.0 at build time.
  (GH #2188)

* The format of encrypted TLS sessions has changed, which will
  invalidate all existing session tickets. The new format will make
  it easier to support ticket key rotation in the future. (GH #2225)

* Improve RSA key generation performance (GH #2148)

* Make gcd computation constant-time (GH #2147)

* Add AVX2 implementation of SHACAL2 (GH #2196)

* Update BSI policy to reflect 2019 update of TR 02102-2 (GH #2195)

* Support more functionality for X.509 in the Python API (GH #2165)

* Add ``generic`` CPU target useful when building for some new or unusual
  platform.

* Disable MD5 in BSI or NIST modes (GH #2188)

* Disable stack protector on MinGW as it causes crashes with some recent
  versions. (GH #2187)

* On Windows the DLL is now installed into the binary directory (GH #2233)

* Previously Windows required an explicit ``.lib`` suffix be added when
  providing an explicit library name, as is used for example for Boost.
  Now the ``.lib`` suffix is implicit, and should be omitted.

* Remove the 32-bit x86 inline asm for Visual C++ as it seemed to not offer
  much in the way of improved performance. (GH #2204 #256)

* Resolve all compile time warnings generated by GCC, Clang and MSVC.
  Modify CI to compile with warnings-as-errors. (GH #2170 #2206 #2211 #2212)

* Fix bugs linking to 3rd party libraries on Windows due to invalid
  link specifiers. (GH #2210 #2215)

* Add long input and NIST Monte-Carlo hash function tests.

* Fix a bug introduced in 2.12.0 where ``TLS::Channel::is_active`` and
  ``TLS::Channel::is_closed`` could simultaneously return true.
  (GH #2174 #2171)

* Use ``std::shared_ptr`` instead of ``boost::shared_ptr`` in some examples.
  (GH #2155)

Version 2.12.1, 2019-10-14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Fix a bug that prevented building with nmake (GH #2142 #2141)

* Fix an issue where make install would attempt to build targets which
  were disabled. (GH #2140)

* If the option ``--without-documentation`` is used, avoid invoking the
  documentation build script. (GH #2138)

* Fix a bug that prevented compilation on x86-32 using GCC 4.9 (GH #2139)

* Fix a bug in CCM encryption, where it was possible to call ``finish`` without
  ever setting a nonce (GH #2151 #2150)

* Improve ECIES/DLIES interfaces. If no initialization vector was set, they
  would typically produce hard to understand exceptions. (GH #2151 #2150)

Version 2.12.0, 2019-10-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Many currently public headers are being deprecated. If any such header is
  included by an application, a warning is issued at compile time. Headers
  issuing this warning will be made internal in a future major release.
  (GH #2061)

* RSA signature performance improvements (GH #2068 #2070)

* Performance improvements for GCM (GH #2024 #2099 #2119), OCB (#2122),
  XTS (#2123) and ChaCha20Poly1305 (GH #2117), especially for small messages.

* Add support for constant time AES using NEON and AltiVec (GH
  #2093 #2095 #2100)

* Improve performance of POWER8 AES instructions (GH #2096)

* Add support for the POWER9 hardware random number generator (GH #2026)

* Add support for 64-bit version of RDRAND, doubling performance
  on x86-64 (GH #934 #2022)

* In DTLS server, support a client crashing and then reconnecting from
  the same source port, as described in RFC 6347 sec 4.2.8 (GH #2029)

* Optimize DTLS MTU splitting to split precisely to the set MTU (GH #2042)

* Add support for the TLS v1.3 downgrade indicator. (GH #2027)

* Improve the error messages generated when an invalid TLS state
  transition occurs (GH #2030)

* Fix some edge cases around TLS close_notify support. (GH #2054)

* Modifications to support GOST 34.10-2012 signatures (GH #2055
  #2056 #1860 #1897)

* Add some new APIs on ``OID`` objects (GH #2057)

* Properly decode OCSP responses which indicate an error (GH #2110)

* Add a function to remove an X.509 extension from an Extensions object.
  (GH #2101 #2073 #2065)

* Support Argon2 outputs longer than 64 bytes (GH #2079 #2078)

* Correct a bug in CAST-128 which caused incorrect computation using
  11, 13, 14, or 15 byte keys. (GH #2081)

* Fix a bug which would cause Streebog to produce incorrect outputs for
  certain messages (GH #2082 #2083)

* Fix a bug that prevented loading EC points with an affine x or y
  value of 0. For certain curves such points can exist. (GH #2102)

* Fix a bug which would cause PBKDF2 to go into a very long loop if
  it was requested to use an iteration count of 0. (GH #2090 #2088)

* The BearSSL provider has been removed (GH #2020)

* Add a new ``entropy`` cli which allows sampling the output of
  the entropy sources.

* Add new ``base32_enc`` and ``base32_dec`` cli for base32 encoding
  operations. (GH #2111)

* Support setting TLS policies in CLIs like ``tls_client`` and
  ``tls_proxy_server`` (GH #2047)

* The tests now run in multithreaded mode by default. Provide option
  ``--test-threads=1`` to return to previous single-threaded
  behavior. (GH #2071 #2075)

* Cleanups in TLS record layer (GH #2021)

* Fix typos in some OCSP enums which used "OSCP" instead. (GH #2048)

* In the Python module, avoid trying to load DLLs for names that
  don't match the current platform (GH #2062 #2059)

* In the Python module, also look for ``botan.dll`` so Python
  wrapper can run on Windows.  (GH #2059 #2060)

* Add support for TOTP algorithm to the Python module. (GH #2112)

* Now the minimum Windows target is set to Windows 7 (GH #2036 #2028)

* Add ``BOTAN_FORCE_INLINE`` macro to resolve a performance issue
  with BLAKE2b on MSVC (GH #2092 #2089)

* Avoid using ``__GNUG__`` in headers that may be consumed by a C
  compiler (GH #2013)

* Improve the PKCS11 tests (GH #2115)

* Fix a warning from Klocwork (GH #2128 #2129)

* Fix a bug which caused amalgamation builds to fail on iOS (GH #2045)

* Support disabling thread local storage, needed for building on
  old iOS (GH #2045)

* Add a script to help with building for Android, using Docker (GH
  #2016 #2033 #513)

* Add Android NDK build to Travis CI (GH #2017)

(he)

2021-03-07 17:31:58 UTC MAIN commitmail json YAML

Updated textproc/py-JWT, net/py-tweepy, www/py-flask-jwt-extended, audio/py-discogs-client

(adam)

2021-03-07 17:31:28 UTC MAIN commitmail json YAML

py-discogs-client: updated to 2.3.0

v2.3.0:
DEPRECATED
This project is no longer maintained. You can still use a REST client like Requests or other third-party Python library to access the Discogs REST API.

v2.2.2:
Updates dependencies to resolve security vulnerabilities, and modernizes Python versions under test.

(adam)

2021-03-07 17:30:22 UTC MAIN commitmail json YAML

py-flask-jwt-extended: mark as incompatible with Python 2.7

(adam)

2021-03-07 17:28:32 UTC MAIN commitmail json YAML

py-flask-jwt-extended: updated to 4.0.2

4.0.2:
Properly include requirements.txt in the manifest.

4.0.1:
No changes from 4.0.0, this release is purely to fix some github actions and documentation builds

4.0.0:
This release contains many months of work and lots of breaking changes. For full details, please see: https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/

3.25.1:
The only change it this release is that we are setting the metadata that marks this as the last release to support python versions earlier then 3.6 (including python 2).

3.25.0:
Add JWT_ENCODE_ISSUER option
Require PyJWT before version 2.0.0a to prevent breaking changes. (we will update to the 2.0.0 pyjwt release once it's out of the alpha/early release).

(adam)

2021-03-07 17:22:41 UTC MAIN commitmail json YAML

Each time you make software that uses Werror by default a pkgsrc cries

(nia)

2021-03-07 17:20:00 UTC MAIN commitmail json YAML

py-tweepy: updated to 3.10.0

Version 3.10.0

This will be the last major and minor version to support Python 2.7
The next non-patch release should be version 4.0.0.

New Features / Improvements

Add API.search_30_day and API.search_full_archive
Update allowed parameters for API.home_timeline
Add trim_user, exclude_replies, include_entities
Remove page as erroneously documented parameter
Reorder count to be the first parameter
Update allowed parameters for API.get_oembed
Add hide_thread, theme, link_color, widget_type, dnt
Remove id
Remove API.update_profile_background_image
Add support for Python 3.9
Switch from Travis CI to GitHub Actions to run tests and deploy releases
Update and improve various documentation

Bug Fixes

Use mimetypes.guess_type as fallback for determining image file type
Use proper MIME type in Content-Type header for uploaded images
Allow file parameter to be used again for API.media_upload
Allow file parameter to be used again for API.update_profile_banner, API.update_profile_image, and API.update_with_media
Fix User.lists, User.lists_memberships, and User.lists_subscriptions to retrieve information about the user in question rather than the authenticating user

Version 3.9.0

New Features / Improvements

Add API.create_media_metadata
Update allowed parameters for API.update_status
Add exclude_reply_user_ids, attachment_url, possibly_sensitive, trim_user, enable_dmcommands, fail_dmcommands, card_uri
Remove in_reply_to_status_id_str, source
Add allowed parameters to API.get_status
trim_user, include_my_retweet, include_entities, include_ext_alt_text, include_card_uri
Add allowed parameters to API.statuses_lookup
include_ext_alt_text, include_card_uri
Improve API.lookup_users
Improve and optimize API.statuses_lookup, API.create_media_metadata, API.update_status
Add reverse as allowed parameter for API.lists_all
Add count as allowed parameter for API.lists_memberships
Add count as allowed parameter for API.lists_subscriptions
Add include_entities as allowed parameter for API.list_timeline
Add allowed parameters to API.list_subscribers
count, include_entities, skip_status
Add support for Python 3.8
Update and improve setup.py
Use requests socks extra instead of requiring PySocks directly
Allow uploading of images with file names without extensions
Support uploading WebP images
Add missing attributes to Relationship model
Update max allowed size for uploaded GIFs
Add _json attribute to DirectMessage model
Update and improve tests
Add documentation for extended Tweets
Document API.lookup_users
Add documentation for running tests
Add Korean translation of documentation
Add Polish translation of documentation
Document API.lookup_friendships
Update and improve various documentation

Bug Fixes

Fix handling of invalid credentials for API.verify_credentials
Handle boolean value for API.verify_credentials include_email parameter
Allow Cursor to be used with API.list_direct_messages by adding DMCursorIterator

Version 3.8.0

New Features / Improvements

Allow streams to use daemon threads
Remove API.set_delivery_device
Remove simplejson import and usage
Allow cursor parameter for API.blocks_ids and API.mutes_ids
Drop support for Python 3.4
Allow perform_block parameter for API.report_spam
Add API.mutes
Allow count parameter for API.friends
Remove since, from, to, and source as allowed parameters for API.search
Handle location deletion and withheld content notices for streams
Allow usage of equality and difference operators with User objects
Add _json attribute to Category, Friendship, and List models
Remove API.suggested_categories, API.suggested_users, and API.suggested_users_tweets
Update and improve tests and cassettes
Update DirectMessage model
Replace API.direct_messages and API.sent_direct_messages with API.list_direct_messages
Update API.get_direct_message, API.send_direct_message, and API.destroy_direct_message
Update and improve various documentation

Bug Fixes

Exclude examples during installation
Properly initialize OAuthHandler.request_token
Properly handle map_ parameter for API.statuses_lookup
Support cursor pagination for API.blocks_ids and API.mutes_ids
Return values for API.update_profile_background_image and API.update_profile_banner
Replace usage of root logger
Close Requests sessions

Version 3.7.0

New Features / Improvements

Allow trim_user and exclude_replies as parameters for API.user_timeline
Allow tweet_mode parameter for API.statuses_lookup
Drop support for Python 2.6 and 3.3
Discord Server
Add proxy support for streams
Add API.create_mute, API.destroy_mute, and API.mutes_ids
Allow tweet_mode parameter for API.lookup_users

Bug Fixes

Fix AttributeError during streaming
Update how requirements are specified
Fix compatibility issue with Python 3.7

Version 3.6.0

New Features / Improvements

Parse Status.quoted_status as a Status object
Allow in_reply_to_status_id_str as a parameter for API.update_status and API.update_with_media
Add stall_warnings parameter to Stream.sample
Add API.unretweet
Allow auto_populate_reply_metadata as a parameter for API.update_status and API.update_with_media
Allow profile_link_color as a parameter for API.update_profile
Add support for Python 3.6

Bug Fixes

Update file size limit for API.media_upload
Fix JSONParser.parse returning None in certain cases
Include URL parameters when accessing cache
Properly re-raise exceptions during streaming
Fix AttributeError and TypeError during streaming
Properly encode filter_level for Stream.filter

(adam)

2021-03-07 17:16:51 UTC MAIN commitmail json YAML

py-requests-oauthlib: mark as incompatible with Python 2.7

(adam)

2021-03-07 17:16:19 UTC MAIN commitmail json YAML

py-oauthlib: mark as incompatible with Python 2.7

(adam)

2021-03-07 17:14:41 UTC MAIN commitmail json YAML

py-JWT: updated to 2.0.1

v2.0.1

Changed
- Rename CHANGELOG.md to CHANGELOG.rst and include in docs

Fixed
- Fix `from_jwk()` for all algorithms

v2.0.0

Drop support for Python 2 and Python 3.0-3.5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Python 3.5 is EOL so we decide to drop its support. Version ``1.7.1`` is
the last one supporting Python 3.0-3.5.

Require cryptography >= 3
^^^^^^^^^^^^^^^^^^^^^^^^^

Drop support for PyCrypto and ECDSA
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

We've kept this around for a long time, mostly for environments that
didn't allow installing cryptography.

Drop CLI
^^^^^^^^

Dropped the included cli entry point.

Improve typings
^^^^^^^^^^^^^^^

We no longer need to use mypy Python 2 compatibility mode (comments)

``jwt.encode(...)`` return type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Tokens are returned as string instead of a byte string

Dropped deprecated errors
^^^^^^^^^^^^^^^^^^^^^^^^^

Removed ``ExpiredSignature``, ``InvalidAudience``, and
``InvalidIssuer``. Use ``ExpiredSignatureError``,
``InvalidAudienceError``, and ``InvalidIssuerError`` instead.

Dropped deprecated ``verify_expiration`` param in ``jwt.decode(...)``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use
``jwt.decode(encoded, key, algorithms=["HS256"], options={"verify_exp": False})``
instead.

Dropped deprecated ``verify`` param in ``jwt.decode(...)``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use ``jwt.decode(encoded, key, options={"verify_signature": False})``
instead.

Require explicit ``algorithms`` in ``jwt.decode(...)`` by default
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Example: ``jwt.decode(encoded, key, algorithms=["HS256"])``.

Dropped deprecated ``require_*`` options in ``jwt.decode(...)``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For example, instead of
``jwt.decode(encoded, key, algorithms=["HS256"], options={"require_exp": True})``,
use
``jwt.decode(encoded, key, algorithms=["HS256"], options={"require": ["exp"]})``.

Added
~~~~~

Introduce better experience for JWKs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Introduce ``PyJWK``, ``PyJWKSet``, and ``PyJWKClient``.

.. code:: python

    import jwt
    from jwt import PyJWKClient

    token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik5FRTFRVVJCT1RNNE16STVSa0ZETlRZeE9UVTFNRGcyT0Rnd1EwVXpNVGsxUWpZeVJrUkZRdyJ9.eyJpc3MiOiJodHRwczovL2Rldi04N2V2eDlydS5hdXRoMC5jb20vIiwic3ViIjoiYVc0Q2NhNzl4UmVMV1V6MGFFMkg2a0QwTzNjWEJWdENAY2xpZW50cyIsImF1ZCI6Imh0dHBzOi8vZXhwZW5zZXMtYXBpIiwiaWF0IjoxNTcyMDA2OTU0LCJleHAiOjE1NzIwMDY5NjQsImF6cCI6ImFXNENjYTc5eFJlTFdVejBhRTJINmtEME8zY1hCVnRDIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIn0.PUxE7xn52aTCohGiWoSdMBZGiYAHwE5FYie0Y1qUT68IHSTXwXVd6hn02HTah6epvHHVKA2FqcFZ4GGv5VTHEvYpeggiiZMgbxFrmTEY0csL6VNkX1eaJGcuehwQCRBKRLL3zKmA5IKGy5GeUnIbpPHLHDxr-GXvgFzsdsyWlVQvPX2xjeaQ217r2PtxDeqjlf66UYl6oY6AqNS8DH3iryCvIfCcybRZkc_hdy-6ZMoKT6Piijvk_aXdm7-QQqKJFHLuEqrVSOuBqqiNfVrG27QzAPuPOxvfXTVLXL2jek5meH6n-VWgrBdoMFH93QEszEDowDAEhQPHVs0xj7SIzA"
    kid = "NEE1QURBOTM4MzI5RkFDNTYxOTU1MDg2ODgwQ0UzMTk1QjYyRkRFQw"
    url = "https://dev-87evx9ru.auth0.com/.well-known/jwks.json"

    jwks_client = PyJWKClient(url)
    signing_key = jwks_client.get_signing_key_from_jwt(token)

    data = jwt.decode(
        token,
        signing_key.key,
        algorithms=["RS256"],
        audience="https://expenses-api",
        options={"verify_exp": False},
    )
    print(data)

Support for JWKs containing ECDSA keys
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Add support for Ed25519 / EdDSA
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Pull Requests
~~~~~~~~~~~~~
-  Add PyPy3 to the test matrix
-  Require tweak
-  Decode return type is dict[str, Any]
-  Fix linter error in test\_cli
-  Run mypy with tox
-  Document (and prefer) pyjwt[crypto] req format
-  Correct type for json\_encoder argument
-  Prefer https:// links where available
-  Pass python\_requires argument to setuptools
-  Rename [wheel] section to [bdist\_wheel] as the former is legacy
-  Remove setup.py test command in favor of pytest and tox
-  Fix mypy errors
-  DX Tweaks
-  Add support of python 3.8
-  Fix 406
-  Add support for Ed25519 / EdDSA, with unit tests
-  Remove Python 2.7 compatibility
-  Fix simple typo: encododed -> encoded
-  Enhance tracebacks.
-  Simplify ``python_requires``
-  Document top-level .encode and .decode
-  Improve documentation for audience usage
-  Correct README on how to run tests locally
-  Fix ``tox -e lint`` warnings and errors
-  Run pyupgrade across project to use modern Python 3 conventions
-  Add Python-3-only trove classifier and remove "universal" from wheel
-  Emit warnings about user code, not pyjwt code
-  Move setup information to declarative setup.cfg
-  CLI options for verifying audience and issuer
-  Specify the target Python version for mypy
-  Remove unnecessary compatibility shims for Python 2
-  Setup GH Actions
-  Implementation of ECAlgorithm.from\_jwk
-  Remove cli entry point
-  Expose InvalidKeyError on jwt module
-  Avoid loading token twice in pyjwt.decode
-  Default links to stable version of documentation
-  Update README.md badges
-  Introduce better experience for JWKs
-  Fix tox conditional extras
-  Return tokens as string not bytes
-  Drop support for legacy contrib algorithms
-  Drop deprecation warnings
-  Update Auth0 sponsorship link
-  Update return type for jwt.encode
-  Run tests against Python 3.9 and add trove classifier
-  Removed redundant ``default_backend()``
-  Documents how to use private keys with passphrases
-  Update version to 2.0.0a1
-  Fix usage example
-  add EdDSA to docs
-  Remove support for EOL Python 3.5
-  Upgrade to isort 5 and adjust configurations
-  Remove unused argument "verify" from PyJWS.decode()
-  Update typing syntax and usage for Python 3.6+
-  Run pyupgrade to simplify code and use Python 3.6 syntax
-  Drop unknown pytest config option: strict
-  Upgrade black version and usage
-  Remove "Command line" sections from docs
-  Use existing key\_path() utility function throughout tests
-  Replace force\_bytes()/force\_unicode() in tests with literals
-  Remove unnecessary Unicode decoding before json.loads()
-  Remove unnecessary force\_bytes() calls priot to base64url\_decode()
-  Remove deprecated arguments from docs
-  Update code blocks in docs
-  Refactor jwt/jwks\_client.py without requests dependency
-  Tighten bytes/str boundaries and remove unnecessary coercing
-  Replace codecs.open() with builtin open()
-  Replace int\_from\_bytes() with builtin int.from\_bytes()
-  Enforce .encode() return type using mypy
-  Prefer direct indexing over options.get()
-  Cleanup "noqa" comments
-  Replace merge\_dict() with builtin dict unpacking generalizations
-  Do not mutate the input payload in PyJWT.encode()
-  Use direct indexing in PyJWKClient.get\_signing\_key\_from\_jwt()
-  Split PyJWT/PyJWS classes to tighten type interfaces
-  Simplify mocked\_response test utility function
-  Autoupdate pre-commit hooks and apply them
-  Remove unused argument "payload" from PyJWS.\ *verify*\ signature()
-  Add utility functions to assist test skipping
-  Type hint jwt.utils module
-  Prefer ModuleNotFoundError over ImportError
-  Fix tox "manifest" environment to pass
-  Fix tox "docs" environment to pass
-  Simplify black configuration to be closer to upstream defaults
-  Use generator expressions
-  Simplify from\_base64url\_uint()
-  Drop lint environment from GitHub actions in favor of pre-commit.ci
-  [pre-commit.ci] pre-commit autoupdate
-  Simplify tox configuration
-  Combine identical test functions using pytest.mark.parametrize()
-  Complete type hinting of jwks\_client.py

(adam)

2021-03-07 16:48:15 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.5.0

(pin)

2021-03-07 16:47:54 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.5.0

Maintenance:
-Fix: correct positioning of search match highlight
-Improve album loading in artist view (#446)
-Fix display of PlayNext command (#445)
-More resilient playlist track deletion (f2bcfca)
-Remove plain-text credential store (#447)

Features:
-Clear search term when ESC is pressed (#384)
-Loop mode is now editable via MPRIS (#437)
-Persist sorting orders for playlists (#436)
-Persist volume and shuffle/repeat state across app restarts (#438)
-Persist track queue across app restarts (#438)
-Add config values to override shuffle/repeat state
  -Previously these were set in the [saved_state] section of the configuration.
  They can now be set using shuffle and repeat in the configuration's main
  section. See the README for details.
-Implement cover drawing as optional feature (#451)

(pin)

2021-03-07 16:46:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/lsd to 0.20.1

(pin)

2021-03-07 16:46:37 UTC MAIN commitmail json YAML

sysutils/lsd: update to 0.20.1

0.20.1
This is essentially 0.20.0, but with a fix that caused 0.20.0 fail for some
builds.

Fixed:
-Fix flaky tree --all test from meain

0.20.0
Added:
-Add support for changing the string between icon and name from
Finn Hediger #363
-Add support for TIME_STYLE environment variable from 999eagle
-Add man page from edneville

Changed:
-Not showing . and .. when --tree with --all from zwpaper #477

Fixed:
-Fix handling blocks passed without -l in cli from meain
-Fix sorting of . and .. when used with folder from meain
-Fix arg parsing for flags that allow multiple values from meain
-Fix tests involving config file for sorting from meain

(pin)

2021-03-07 15:42:16 UTC MAIN commitmail json YAML

doc: note devel/php-memcache* related changes
        Added devel/php-memcache2 version 2.2.7
        Added devel/php-memcache4 version 4.0.5.2
        Updated devel/php-memcache to 8.0

(taca)

2021-03-07 15:41:30 UTC MAIN commitmail json YAML

devel/php-memcache: update to 8.0

Update php-memcache to 8.0.  This is now for php80.

8.0.0 (2020-12-06)

- Version 8.x support PHP 8.x
- Version 4.x supports PHP 7.0-7.4.
- Version 4.x is considered to be stable for production usage.
- Support for PHP 5.x has been removed, please use memcache extension
  ver. 3.x
- Special thanks to Frantisek Drojak - thesource93 (github) and Zaffy
  (github) for making this happen

(taca)

2021-03-07 15:39:16 UTC MAIN commitmail json YAML

devel/Makefile: add and enable php-memcache2 and php-memcache4

(taca)

2021-03-07 15:38:40 UTC MAIN commitmail json YAML

devel/php-memcache4: add php-memcache4 version 4.0.5.2

Add php-memcache4 version 4.0.5.2.

This module provides the PHP API for memcached, the memory cache daemon.

This version supports PHP 7.0-7.4.

(taca)

2021-03-07 15:36:43 UTC MAIN commitmail json YAML

devel/php-memcache2: add php-memcache 2.2.7 as php-memcache2

Add current php-memcache 2.2.7 package as php-memcache2.
pkgsrc change: add LICENSE.

(taca)

2021-03-07 15:27:29 UTC MAIN commitmail json YAML

doc: remove www/mongrel* packages

www/mongrel-upload-progress
www/mongrel-console
www/mongrel-cluster
www/mongrel-config
www/mongrel

(taca)

2021-03-07 15:26:54 UTC MAIN commitmail json YAML

2021-03-07 15:26:16 UTC MAIN commitmail json YAML

www/Makefile: remove mongrel* packages

(taca)

2021-03-07 15:21:46 UTC MAIN commitmail json YAML

doc: Removed www/thoth-delicious and www/thoth

(taca)

2021-03-07 15:21:21 UTC MAIN commitmail json YAML

www/thoth: remove package

Remove thoth package.

- Repository is archived on GitHub.
- No MAINTAINER.

(taca)

2021-03-07 15:20:13 UTC MAIN commitmail json YAML

www/thoth-delicious: remove package

Remove thoth-delicious package.

- No HOMEPAGE
- No repository
- No MAINTAINER

(taca)

2021-03-07 15:19:25 UTC MAIN commitmail json YAML

www/Makefile: remove thoth and thoth-delicious

(taca)

2021-03-07 15:18:27 UTC MAIN commitmail json YAML

doc: Removed www/ruby-staticmatic

(taca)

2021-03-07 15:16:52 UTC MAIN commitmail json YAML

www/ruby-staticmatic: remove package

Remove ruby-staticmatic package.

- No HOMEPAGE
- No repository
- No MAINTAINER

(taca)

2021-03-07 15:16:25 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-staticmatic

(taca)

2021-03-07 15:15:37 UTC MAIN commitmail json YAML

doc: Removed www/camping

(taca)

2021-03-07 15:14:18 UTC MAIN commitmail json YAML

www/camping: remove package

Remove camping package.

- No HOMEPAGE
- No repository
- No MAINTAINER

(taca)

2021-03-07 15:13:43 UTC MAIN commitmail json YAML

www/Makefile: remove camping

(taca)

2021-03-07 15:12:16 UTC MAIN commitmail json YAML

doc: Removed databases/ruby-postgres-pr

(taca)

2021-03-07 15:11:56 UTC MAIN commitmail json YAML

databases/ruby-postgres-pr: remove package

Remove ruby-postgres-pr package.

- No HOMEPAGE
- No repository
- No MAINTAINER

(taca)

2021-03-07 15:11:01 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-postgres-pr

(taca)

2021-03-07 15:08:36 UTC MAIN commitmail json YAML

lang/php80: remove unused code

Remove (maybe) unused code.

(taca)

2021-03-07 15:06:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-getopt to 1.6.0

(taca)

2021-03-07 15:05:59 UTC MAIN commitmail json YAML

devel/ruby-getopt: update to 1.6.0

1.6.0 (2021-03-02)

* Switch from test-unit to rspec, and update the Rakefile and gemspec
  accordingly.
* Added a Gemfile.

(taca)

2021-03-07 15:02:01 UTC MAIN commitmail json YAML

doc: Updated www/fengoffice to 3.8.5.8

(taca)

2021-03-07 15:01:35 UTC MAIN commitmail json YAML

www/fengoffice: update to 3.8.5.8

Changes from 3.7.2.16 are too many to write here, please refer
readme.txt file.

(taca)

2021-03-07 14:48:15 UTC MAIN commitmail json YAML

doc: Updated www/php-apcu to 5.1.20

(taca)

2021-03-07 14:47:59 UTC MAIN commitmail json YAML

www/php-apcu: update to 5.1.20

www/php-apcu: update to 5.1.20

5.1.20 (2021-03-04)

- Fix deadlocks when other apcu_* functions are used inside apcu_entry(). It
  should now be safe to use any functions inside the apcu_entry() callback.
- Fix division by zero exception in apc.php.
- Fix handling of references in PHP 8 if "default" serializer is used (which
  is not the default).
- Fix string reuse handling if "default" serializer is used (which is not
  the default).
- Check for failures when acquiring read locks to report problems earlier
  (write locks were already checked previously).
- Adjust tests for current PHP 8.1 development branch.
- Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.

(taca)

2021-03-07 14:47:27 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.17.5

(taca)

2021-03-07 14:47:07 UTC MAIN commitmail json YAML

graphics/ruby-cairo: update to 1.17.5

1.17.5 (2021-02-04)

No release information but it looks like a few problem fixes.

1.17.4 (2021-01-17)

Improvements
------------

  * Added support for Red Colors.

(taca)

2021-03-07 14:40:30 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-parallel to 1.20.1

(taca)

2021-03-07 14:40:12 UTC MAIN commitmail json YAML

misc/ruby-parallel: update to 1.20.1

No release information nor change log.

Please refer <https://github.com/grosser/parallel/compare/v1.19.2...v1.20.1>
in detail.

(taca)

2021-03-07 14:38:04 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-simpleidn to 0.2.1

(taca)

2021-03-07 14:37:44 UTC MAIN commitmail json YAML

devel/ruby-simpleidn: update to 0.2.1

0.2.1 (2021-01-14)

No release information nor change log.

(taca)

2021-03-07 14:35:10 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-native-package-installer to 1.1.1

(taca)

2021-03-07 14:34:32 UTC MAIN commitmail json YAML

devel/ruby-native-package-installer: update to 1.1.1

1.1.1 - 2021-01-17

Improvements
* [CentOS 8] Followed the powertools repository name change.

1.1.0 - 2020-04-12

Improvements
* Updated README. [GitHub#11][Patch by kojix2]
* Added support for Raspbian. [GitHub#12][Patch by xetum]

Thanks
* kojix2
* xetum

(taca)

2021-03-07 14:32:18 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-json-pure to 2.5.1

(taca)

2021-03-07 14:30:42 UTC MAIN commitmail json YAML

textproc/ruby-json-pure: update to 2.5.1

# Changes

## 2020-12-22 (2.5.1)

* Restore the compatibility for constants of JSON class.

## 2020-12-22 (2.5.0)

* Ready to Ractor-safe at Ruby 3.0.

## 2020-12-17 (2.4.1)

* Restore version.rb with 2.4.1

## 2020-12-15 (2.4.0)

* Implement a freeze: parser option #447
* Fix an issue with generate_pretty and empty objects in the Ruby and Java
  implementations #449
* Fix JSON.load_file doc #448
* Fix pure parser with unclosed arrays / objects #425
* bundle the LICENSE file in the gem #444
* Add an option to escape forward slash character #405
* RDoc for JSON #439 #446 #442 #434 #433 #430

(taca)

2021-03-07 14:30:00 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-json to 2.5.1

(taca)

2021-03-07 14:29:40 UTC MAIN commitmail json YAML

textproc/ruby-json: update to 2.5.1

## 2020-12-22 (2.5.1)

* Restore the compatibility for constants of JSON class.

## 2020-12-22 (2.5.0)

* Ready to Ractor-safe at Ruby 3.0.

## 2020-12-17 (2.4.1)

* Restore version.rb with 2.4.1

## 2020-12-15 (2.4.0)

* Implement a freeze: parser option #447
* Fix an issue with generate_pretty and empty objects in the Ruby and Java
  implementations #449
* Fix JSON.load_file doc #448
* Fix pure parser with unclosed arrays / objects #425
* bundle the LICENSE file in the gem #444
* Add an option to escape forward slash character #405
* RDoc for JSON #439 #446 #442 #434 #433 #430

(taca)

2021-03-07 14:28:21 UTC MAIN commitmail json YAML

doc: Updated sysutils/puppet to 7.4.1

(taca)

2021-03-07 14:28:03 UTC MAIN commitmail json YAML

sysutils/puppet: update to 7.4.1

Puppet 7.4.1
Released 16 February 2021.

* Resolved issues

* Puppet users with forcelocal are no longer idempotent

  This release fixes a regression where setting the gid parameter on a user
  resource with forcelocal was not idempotent. PUP-10896

(taca)

2021-03-07 14:25:51 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef to 16.10.17

(taca)

2021-03-07 14:25:32 UTC MAIN commitmail json YAML

sysutils/ruby-chef: update to 16.10.17

No release information.

(taca)

2021-03-07 14:24:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-inspec-core to 4.26.13

(taca)

2021-03-07 14:24:13 UTC MAIN commitmail json YAML

sysutils/ruby-inspec-core: update to 4.26.13

4.26.13 (2021-02-24)

Bug Fixes

* Skip controls deeply #5411 (clintoncwolfe)
* Use first value of repeated settings in ssh_config and sshd_config #5414
  (clintoncwolfe)

Merged Pull Requests

* Fix dead links #5399 (IanMadd)
* Fix another link #5407 (IanMadd)
* Add metadata to each page in docs.chef.io/inspec, update Edit on GitHub
  links #5406 (IanMadd)
* Update install.md #5403 (tduffield)
* Update chefstyle requirement from ~> 1.5.7 to ~> 1.7.1 #5409
  (dependabot-preview[bot])
* Document the json-automate reporter #5408 (clintoncwolfe)
* Switch to MacOS 10.14 builder #5415 (clintoncwolfe)

(taca)

2021-03-07 14:22:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef-telemetry to 1.0.29

(taca)

2021-03-07 14:21:28 UTC MAIN commitmail json YAML

sysutils/ruby-chef-telemetry: update to 1.0.29

1.0.29 (2021-02-22)

Merged Pull Requests
* Gate another require and simplify expand_path #44 (tas50)
* Update chefstyle requirement from 1.2.1 to 1.3.2 #45
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.3.2 to 1.4.2 #47
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.2 to 1.4.3 #48
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.3 to 1.4.4 #49
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.4 to 1.4.5 #50
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.5 to 1.5.0 #51
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.2 #53
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.2 to 1.5.8 #57
  (dependabot-preview[bot])
* Pin chef-utils on older ruby releases in test #58 (tas50)
* Update chefstyle requirement from 1.5.8 to 1.5.9 #59
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.9 to 1.6.1 #60
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.6.1 to 1.6.2 #61
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.6.2 to 1.7.1 #62
  (dependabot-preview[bot])
* Remove unused ffi-yajl dep #63 (tas50)

(taca)

2021-03-07 14:20:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/collectd to 5.12.0

(wiz)

2021-03-07 14:19:42 UTC MAIN commitmail json YAML

collectd*: update to 5.12.0

Provided by Edgar Fuß.

Changes:

collectd: Build fix: duplicate switch case has been removed. Thanks to Sebastian Schmidt. #3536
collectd: Updated specfile for EL8. Thanks to Fabien Wernli. #3346
types.db(5): Documentation of metric definitions has been improved. Thanks to @octo. #3458
collection3: Some small titles has been improved from {type_instance} to {instance}. Thanks to Christian Tacke. #3476
AMQP1 plugin: New options to limit send queue length has been added. Thanks to Ryan McCabe. #3432
AMQP plugin: Updated option to allow multiple hosts to support failover. Thanks to Märt Bakhoff. #3410
capabilities plugin: Conditionalized return type for microhttpd callback functions. Thanks to José M. Guisado. #3512
Ceph plugin: An incorrect close on file descriptor 0 has been fixed. Thanks to @octo. #3459
CPU plugin: Implementation for NetBSD has been added. Thanks to Håvard Eidnes, Edgar Fuß. #3496
Curl Jolokia plugin: New plugin has been added to integrate jolokia to fetch jmx counters via HTTP/json. Thanks to Wilfried Goesgens. #2470
cURL plugin: Memory leak has been fixed. Thanks to Barbara Kaczorowska. #3547
Disk plugin: Provided an udev rule with ID_SERIAL based attribute so disk and partition data don't get mixed incorrectly in udev-based disk naming. Thanks to Maciej S. Szmigiero. #3441
DPDK Telemetry plugin: Build issues has been fixed. Thanks to Fabrice Fontaine. #3439
Entropy plugin: Implementation for NetBSD has been added. Thanks to Håvard Eidnes, Edgar Fuß. #3497
InfiniBand plugin: New plugin to collect metrics about IB ports has been added. Thanks to Luke Yeager. #3494
InfiniBand plugin: The build has been fixed by linking with libignorelist. Thanks to Luke Yeager. #3516
Intel PMU plugin: Check for libjevents version has been improved. Thanks to Kamil Wiatrowski. #3407
Intel PMU plugin: The possible crash on plugin init has been fixed. Thanks to Kamil Wiatrowski. #3480
IntelRDT plugin: A build issue of the plugin's unit test has been fixed. Thanks to @octo. #3566
IntelRDT plugin: NaN values in csv output has been fixed. Thanks to Michał Aleksiński, Paweł Tomaszewski. #3503
IRQ plugin: Implementation for NetBSD has been added. Thanks to Håvard Eidnes, Edgar Fuß. #3498
Mdevents plugin: New plugin to generate notifications about events in RAID arrays. Thanks to Krzysztof Kazimierczak, Maciej Fijałkowskii, Michał Kobyliński. #2841
Memory plugin: Implementation for NetBSD has been added. Thanks to Håvard Eidnes, Edgar Fuß. #3499
MQTT plugin: A problem with stuck after 20 (qos=1) messages has been fixed. Thanks to Viulian. #2730
MQTT plugin: Resubscribe after a reconnect. Thanks to Maciej S. Szmigiero. #3452
MySQL plugin: Compatibility with MariaDB >=10.5 has been fixed. Thanks to Alexander Meshcheryakov. #3548
MySQL plugin: Reporting of the fields Slave_IO_Running and Slave_SQL_Running has been added. Thanks to Thomas Mieslinger. #3463
Netlink plugin: VFs statistics and link info has been added. Thanks to Kamil Wiatrowski. #3487
Netstat UDP plugin: New plugin ((currently NetBSD-only) to report UDP summary statistics has been aded. Thanks to Håvard Eidnes, Edgar Fuß. #3502
Network plugin: Initialization of sockent_t has been simplified. Thanks to @octo, Dagobert Michelsen. #3543
NFS plugin: NetBSD implementation has been fixed, undefined suppress_warning variable has been removed. Thanks to Edgar Fuß. #3495
OpenVPN plugin: Parsing of empty fields has been fixed. Thanks to @rpv-tomsk. #3425
Processes plugin: Implementation for NetBSD has been added. Thanks to Håvard Eidnes, Edgar Fuß. #3500
Processes plugin: Size of reading buffer for /proc/stat has been increased. Thanks to Mhumpula. #3479
Python plugin: Error-handling code of PyType_Ready has been added. Thanks to Jia Zhouyang. #3402
Sensors plugin: The documentation has been improved. Thanks to @octo. #3443
Slurm plugin: Compatibility with Slurm versions >= 20.02 has been provided. Thanks to Pablo Llopis. #3518
SMART plugin: SMART plugin has been extended with NVMe device functionality. Thanks to Bartłomiej Kotłowski, Paweł Żak, Sławomir Strehlau. #3510
SNMP Agent plugin: A strncat() truncation warning has been fixed. Thanks to @octo. #3564
SNMP plugin: Count option was added allowing to gather the number of table entries (matching given criteria) rather than their values. Thanks to Edgar Fuß. #3504
Swap plugin: Implementation for NetBSD has been added. Thanks to Håvard Eidnes, Edgar Fuß. #3501
UBI plugin: Data source type has been fixed from counter to gauge. Thanks to Florian Eckert. #3486
Varnish plugin: Added varnish 6 support. Thanks to Charly Koza, Ismael Puerto. #3445
Varnish plugin: Target in category for varnish 6 has been added. Thanks to Charly Koza. #3446
Write HTTP plugin: libcurl default HTTP response has been moved to a buffer instead of stdout. Thanks to Duane Waddle. #3263
Write Prometheus plugin: fix for libmicrohttpd api change. Thanks to Bernd Zeimetz. #3514
Write Sensu plugin: IncludeSource option has been added. Thanks to Märt Bakhoff. #3398
Zookeeper plugin: Missing 3.5 mntr fields has been added. Thanks to Théophane Charbonnier. #3450
Zookeeper plugin: Missing mntr fields has been fixed. Thanks to Théophane Charbonnier. #3449

(wiz)

2021-03-07 14:18:48 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef-config to 16.10.17

(taca)

2021-03-07 14:18:21 UTC MAIN commitmail json YAML

sysutils/ruby-chef-config: update to 16.10.17

No release information.

(taca)

2021-03-07 14:17:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef-utils to 16.10.17

(taca)

2021-03-07 14:17:40 UTC MAIN commitmail json YAML

sysutils/ruby-chef-utils: update to 16.10.17

No release information.

(taca)

2021-03-07 14:04:20 UTC MAIN commitmail json YAML

doc: Added meta-pkgs/php80-extensions version 8.0.3

(taca)

2021-03-07 14:04:03 UTC MAIN commitmail json YAML

meta-pkgs/Makefile: add and enable php80-extensions

(taca)

2021-03-07 14:03:16 UTC MAIN commitmail json YAML

meta-pkgs/php80-extensions: add package version 8.0.3

Add php80-extensions package version 8.0.3.

This package does not contain anything by itself -- it is a
"meta-package" that depends on other PHP packages.  Its sole purpose is
to require dependencies so users can install this package only and
have all the PHP stuff pulled in by the package dependency mechanism.

(taca)

2021-03-07 13:56:06 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.3.37

(taca)

2021-03-07 13:55:42 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.3.37

1.3.37

Contributors can be annotated with text that will be added to the
Contributors section after their contact information.
The text is entered in the "contribution" entry of the contact
information for a contributor.
It is markdown and can contain paragraph breaks and other markup, as
shown below (with some author information as context, which is not
shown in the rendering).
Note that YAML has the "|" syntax that is strongly recommended for
entering markdown text into YAML entries.

1.3.36

new: kramdown-rfc-cache-i-d-bibxml

1.3.35

revert to <artwork> if "artwork-align" is set …

Bizarrely, RFCXMLv3 does not allow an "align" attribute on
<sourcecode>, while it does on <artwork>.  This, together with the
automatic assignment of <sourcecode> to appropriately classed code
blocks added in 1.3.34, creates a backwards compatibility problem.

This is now worked around by reverting to <artwork> for any code
blocks that do have "artwork-align"/"sourcecode-align" inline
attributes, regardless of type.  So if you want your source code to
turn up as <sourcecode>, do not center/right-adjust any more.

1.3.34

map most codeblock classes to <sourcecode> instead of <artwork>
RFCXMLv3 introduces a second element for verbatim text beyond
<artwork>, the <sourcecode> element.
So kramdown-rfc needs to decide whether a codeblock turns into
<sourcecode> or into <artwork>.

1.3.34 now maps all code blocks with a language given to sourcecode,
except if the language is one of (ascii-art binary-art call-flow
hex-dump svg).
(This exception list was appropriated from RFC 7991; the current
xml2rfc documentation doesn't mention call-flow or hex-dump.)

1.3.33

KRAMDOWN_NO_TARGETS: let xml2rfc fill in the targets for RFC and I-D

1.3.32

o xperimental persistent connections to use this:

* gem install net-http-persistent
  (this is not an enforced dependency of the gem!)
* Set environment variable KRAMDOWN_PERSISTENT to any value

  KRAMDOWN_PERSISTENT= kdrfc -3chi foo.md

o Mark can_anchor as unused in the stand_alone: true code.

(taca)

2021-03-07 13:49:50 UTC MAIN commitmail json YAML

doc/TODO: -php-8.0.0

- php-8.0.0.

(taca)

2021-03-07 13:49:19 UTC MAIN commitmail json YAML

lang/Makefile: add and enable php80

(taca)

2021-03-07 13:48:47 UTC MAIN commitmail json YAML

doc: Updated www/ruby-pygments.rb to 2.1.0

(taca)

2021-03-07 13:48:27 UTC MAIN commitmail json YAML

www/ruby-pygments.rb: update to 2.1.0

2.1.0 (2021-02-14)

* Update Pygments to 2.8.0

(taca)

2021-03-07 13:48:02 UTC MAIN commitmail json YAML

Updated devel/py-sentry-sdk, devel/blosc

(adam)

2021-03-07 13:45:38 UTC MAIN commitmail json YAML

www/ap-php: fix installation problem with php80

(taca)

2021-03-07 13:45:18 UTC MAIN commitmail json YAML

blosc: updated to 1.21.0

1.21.0

Updated zstd codec to 1.4.8.

Updated lz4 codec to 1.9.3.

New instructions on how to use the libraries in python-blosc wheels
so as to compile C-Blosc applications.

(adam)

2021-03-07 13:45:08 UTC MAIN commitmail json YAML

textproc/php-json: update for php80

* Restrict this package prior to php80 since php80 contains in it.
* Add c and c++ to USE_LANGUAGES.
* Add yacc to USE_TOOLS.

(taca)