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 (17m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 18:09:53 UTC Now

2022-05-29 00:17:06 UTC MAIN commitmail json YAML

Updated math/R-backports to 1.4.1

(wen)

2022-05-29 00:15:51 UTC MAIN commitmail json YAML

Update to 1.4.1

Upstream changes:
backports 1.4.1

    Patched ...names() to match the new implementation in r-devel (svn rev 81283).

backports 1.4.0

    Added paste() with support for argument recycle0 for R versions prior to 4.0.1.
    Added paste0() with support for argument recycle0 for R versions prior to 4.0.1.
    Added backport for ...names() for R versions prior to 4.1.0.

backports 1.3.0

    Added backport for stopifnot() for R versions prior to 4.0.0.
    Adapted list2DF() to new behaviour introduced in r81038: the inputs are not recycled anymore to common length. Instead, an error is thrown.

(wen)

2022-05-29 00:06:03 UTC MAIN commitmail json YAML

Updated finance/R-quantmod to 0.4.20

(wen)

2022-05-29 00:04:50 UTC MAIN commitmail json YAML

Update to 0.4.20

Upstream changes:
Changes in 0.4-20 (2022-04-29)

    Remove check for Yahoo Finance cookies because the site no longer responds with a cookie, and that caused the connection attempt to fail. This affected getSymbols(), getDividends(), and getSplits(). Thanks to several users for reporting, and especially to @pverspeelt and @alihru for investigating potential fixes! #358

    Update getSymbols.yahooj() for changes to the web page. #312

    Add HL() and supporting functions. These are analogues to HLC(), OHLC(), etc.Thanks for Karl Gauvin for the nudge to implement them.

    Add adjusted close to getSymbols.tiingo() output. Thanks to Ethan Smith for the suggestion and patch! #289 #345

    Use a Date index for getSymbols.tiingo() daily data. Thanks to Ethan Smith for the report! #350

    Remove unneeded arguments to the getSymbols.tiingo() implementation. Thanks to Ethan Smith for the suggestion and patch! #343 #343

    Load dividends and splits data into the correct environment when the user provides a value for the env argument. The previous behavior always loaded the data into the environment the function was called from. Thanks to Stewart Wright for the report and patch! #33

    Make getOptionChain() return all the fields that Yahoo Finance provides. Thanks to Adam Childers (@rhizomatican) for the patch! #318 #336

    Add orats as a source for getOptionChain(). Thanks to Steve Bronder (@SteveBronder) for the suggestion and implementation! #325

    Improve the error message when getSymbols() cannot import data for a symbol because the symbol is not valid or does not have historical data. Thanks to Peter Carl for the report. #333

    Fix the getMetals() example in the documentation. The example section previously had an example of getFX(). Thanks to Gerhard Nachtmann

    for the report and patch! #330

    Fix getQuote() so it returns data when the ticker symbol contains an “&”. Thanks to @pankaj3009 for the report! #324

    Fix addMACD() when col is specified. Thanks to @nvalueanalytics for the report! #321

Changes in 0.4-18 (2020-11-29)

    Fix issues handling https:// in getSymbols.yahooj(). Thanks to @lobo1981 and @tchevri for the reports and @ethanbsmith for the suggestion to move from XML to xml2. #310 #312

    Fix getSymbols.yahoo(), getDividends(), and getSplits() so they all handle download errors and retry again. Thanks for @helgasoft for the report on getSymbols.yahoo() and @msfsalla for the report on getDividends() and getSplits(). #307 #314

    Add implied volatility and last trade date to getOptionChain() output. Thanks to @hd2581 and @romanlelek for the reports. And thanks to @rjvelasquezm for noticing the error when lastTradeDate is NULL. #224 #304

    Fix getOptionChain() to throw a warning and return NULL for every expiry that doesn’t have data. #299

    Add “Defaults” handling to getQuote() and getQuote.yahoo(). Thanks to @ethanbsmith for the report. #291

    Add Bid and Ask fields to the output from getQuote(). Thanks to @jrburl for the report and PR. #302

    Fix “Defaults” to handle unexported function (e.g. getQuote.av(). Thanks to @helgasoft for the report. #316

    importDefaults() doesn’t call get() on vector with length > 1. Thanks to Kurt Hornik for the report. #319

Changes in 0.4-17 (2020-03-31)

    chartTheme() now works when quantmod is not attached. Thanks to Kurt Hornik for the report.

Changes in 0.4-16 (2020-03-08)

    Remove disk I/O from getSymbols() and getQuote(). This avoids any disk contention, and makes the implementation pattern more consistent with other functions that import data. Thanks to Ethan Smith suggestion and PR. #280 #281

    Make getQuote() robust to symbols without data, so it does not error if one or more symbols are not found. Also return quotes in the same order as the ‘Symbols’ argument. Thanks to Ethan Smith feature request and PR. #279 #282 #288

    Handle semicolon-delimited symbol string handling to main getQuote() function. This makes getQuote() consistent with getSymbols(). Thanks to Ethan Smith suggestion and PR. #284 #285

    Fix ex-dividend and pay date mapping. getQuote() returned the dividend pay date labeled as the ex-dividend date. Thanks to @matiasandina for the report. #287

    Fix Yahoo Finance split ratio. The delimiter changed from “/” to “:”. For example, a 2-for-1 split was 1/2 but is now “2:1”. Thanks to @helgasoft for the report. #292

    Error messages from getQuote.alphavantage() and getQuote.tiingo() no longer contain the API key when symbols can’t be found. #286

    Fix getQuote.alphavantage() by replacing the defunct batch quote request with a loop over the single quote request. Thanks to @helgasoft for the report and patch. #296

    Update getOptionChain() to handle empty volume or open interest Thank to @jrburl for the report and PR. #299 #300

(wen)

2022-05-28 23:47:19 UTC MAIN commitmail json YAML

Updated devel/R-R6 to 2.5.1

(wen)

2022-05-28 23:45:45 UTC MAIN commitmail json YAML

Update to 2.5.1

Upstream changes:
R6 2.5.1

    Removed unused packages from Suggests section in DESCRIPTION.

R6 2.5.0

    Resolved #195: Slightly clearer message when there is an error in the initialize() method.

    Fixed #214: When a non-portable object inheritance was cloned, methods that were inherited (and not overridden) had the wrong environment. (#215, #217)

    Printing R6 objects, no longer includes .__active__.

(wen)

2022-05-28 23:23:35 UTC MAIN commitmail json YAML

Updated math/R-plyr to 1.8.7

(wen)

2022-05-28 23:22:15 UTC MAIN commitmail json YAML

Update to 1.8.7

Upstream changes:
plyr 1.8.7

    Update so R CMD check passes cleanly in future R-devel.

(wen)

2022-05-28 23:19:56 UTC MAIN commitmail json YAML

Updated graphics/R-scales to 1.2.0

(wen)

2022-05-28 23:17:36 UTC MAIN commitmail json YAML

Update to 1.2.0

Upstream changes:
scales 1.2.0
New features

    label_number():

        New style_positive and style_negative argument control how positive and negative numbers are styled (#249, #262).

        The prefix comes after the negative sign, rather than before it, yielding (e.g) the correct -$1 instead of $-1.

        New scale_cut argument enables independent scaling of different parts of the range. This is useful in label_dollar() to support scaling of large numbers by suffix (e.g. 窶廴窶� for million, 窶廝窶� for billion). It can be used with cut_short_scale() when billion = thousand million and cut_long_scale() when billion = million million (initial implementation provided by @davidchall). Additionally, the accuracy is now computed per scale category, so rescaled values can have different numbers of decimal places (#339).

        label_number_si() is deprecated because it previously used short scale abbreviations instead of the correct SI prefixes. You can mimic the previous results with label_number(scale_cut = cut_scale_short()) or get real SI labels with label_number(scale_cut = cut_SI("m")) (#339, with help from @davidchall).

    label_bytes() now correctly accounts for the scale argument when choosing auto units (@davidchall, #235).

    label_date() and label_time() gain a locale argument that allows you to set the locale used to generate day and month names (#309).

    New label_log() displays the base and a superscript exponent, for use with logarithmic axes (@davidchall, #312).

    New compose_trans() allows arbitrary composition of transformers. This is mostly easily achieved by passing a character vector whenever you might previously have passed the name of a single transformer. For example, scale_y_continuous(trans = c("log10", "reverse")) will create a reverse log-10 scale (#287).

Bug fixes and minor improvements

    breaks_width() now supports units like "3 months" in the offset argument.

    col_quantile() no longer errors if data is sufficiently skewed that we can窶冲 generate the requested number of unique colours (#294).

    dollar(negative_parens) is deprecated in favour of style_negative = "parens".

    hue_pal() respects h.start once again (#288).

    label_number_auto() correctly formats single numbers that are greater than 1e+06 without an error (@karawoo, #321)

    manual_pal() now always returns an unnamed colour vector, which is easy to use with ggplot2::discrete_scale() (@yutannihilation, #284).

    time_trans() and date_trans() have domains of the correct type so that they can be transformed without error (#298).

    Internal precision(), used when accuracy = NULL, now avoids displaying unnecessary digits (@davidchall, #304).

scales 1.1.1

    breaks_width() now handles difftime/hms objects (@bhogan-mitre, #244).

    hue_pal() now correctly inverts color palettes when direction = -1 (@dpseidel, #252).

    Internal precision(), used when accuracy = NULL, now does a better job when duplicate values are present (@teunbrand, #251). It also does a better job when there窶冱 a mix of finite and non-finite values (#257).

    New oob_keep() to keep data outside range, allowing for zoom-limits when oob_keep is used as oob argument in scales. Existing out of bounds functions have been renamed with the oob_-prefix to indicate their role (@teunbrand, #255).

    ordinal_french() gains plural and gender arguments (@stephLH, #256).

(wen)

2022-05-28 20:46:44 UTC MAIN commitmail json YAML

sshping: Use CMAKE_INSTALL_MANDIR instead of assuming man

(leot)

2022-05-28 20:46:16 UTC MAIN commitmail json YAML

sshping: Add missing tool dependency to pod2man

(leot)

2022-05-28 19:03:21 UTC MAIN commitmail json YAML

doc: Updated net/Geomyidae to 0.50.1

(leot)

2022-05-28 19:03:16 UTC MAIN commitmail json YAML

Geomyidae: Update to 0.50.1

Changes:
0.50.1
------
Thanks to the help of early testers, a major bug was fixed:

* Now chroot and the new REST code work together.

0.50
----
After four years of development, finally the v0.50 release is now
available!

I want to thank everyone who helped!

See the features:

* REST mode (see CGI.md)
        * see cgi-examples/proxy.cgi
        * see cgi-examples/rest.dcgi
* Official TLS support in geomyidae!
        * TLS sticky (+t) bit support for must-be-served-encrypted
          content.
        * Script for self-signing a certificate is in the distribution.
        * GOPHERS and HTTPS CGI variables implemented for dcgi/cgi.
* There is some xinetd request filter (in web world: URL filter) added
  as example.
* Syslog support is now included.
* A dockerfile is added with TLS support.
* There is one cgi-examples/umnlisting.dcgi, which emulates all
  of UMN style dir listing.
* More CGI backwards compatibility to other gopher daemons.
* There is size/date/time in dir listings.
        * Sort by date is implemented.
* Removed sendfile(2) and other premature optimisations. The most
  simple solution is fastest and most portable.
        * At ind.c:106 you can read the full story.
* Makefile output has been simplified to be easier debuggable.
* More filetype handling types.
        * There is now some filetypes.h for easier future additions.
* Gopher+ redirects work and are logged.
* There is now a geomyidae logo as SVG in the repository.
* Geomyidae has been moved from /usr/sbin to /usr/bin.
* Relative paths in gph are fixed and working.
* More happy helping snowman for your pleasure.

(leot)

2022-05-28 18:44:46 UTC MAIN commitmail json YAML

doc: Updated textproc/json2tsv to 0.9

(leot)

2022-05-28 18:44:42 UTC MAIN commitmail json YAML

json2tsv: Update to 0.9

Changes:
0.9
===
* Improve read and write error handling in streams.
* Allow octal format for the separator and check the format a bit more strict.
* Fix code that could have side-effects: nodes[--depth].index++
  (This line found a bug in the scc compiler).
* README: optimize the unescape() function.

(leot)

2022-05-28 18:42:35 UTC MAIN commitmail json YAML

doc: Updated news/sfeed to 1.5

(leot)

2022-05-28 18:42:30 UTC MAIN commitmail json YAML

sfeed: Update to 1.5

Changes:
1.5
---
* sfeed_curses: interrupt waitpid while interactive child program is running
  This now handles SIGTERM on sfeed_curses while an interactive child program is
  running.
* sfeed_curses: close stdin before spawning a plumb program in non-interactive
  mode, which is more intuitive: the program doesn't seem to hang when it expects
  input in this case since there is no way to send input anyway.
* Properly escape backslashes in the man pages (thanks adc!).
* Documentation improvements to the man pages and a progress indicator example
  script for sfeed_update.

1.4
---
* Improve read and write error handling in streams in many programs.
* sfeed_update:
  * Improve error handling and return a non-zero status if any feed fails.
    NOTE: this changes the way of using:
        sfeed_update && pkill -SIGHUP sfeed_curses
  * Separate errors to stderr and "OK" messages to stdout.
* sfeed_curses:
  * Avoid processes becoming a zombie (plumb, pipe, yank).
  * Line editor: temporarily disable the mouse when searching with /.
  * Improved signal handling.
  * Improved waiting on processes and status handling.
* sfeed_html/sfeed_frames: add dark mode support to the example stylesheet.
* sfeed_opml_export: use a control-character separator for converting the list.
* General code cleanup improvements.
* Compatibility: reduce the assumption the builtin libc locale is ASCII-compatible
  noticed on OpenBSD 3.8 where iscntrl detected C1 as control-characters,
  breaking UTF-8.
* General documentation improvements.
* Makefile: rebuild sfeed_curses if the same theme changes.
* README: improve error handling in downloader example when a feed fails.

(leot)

2022-05-28 18:31:13 UTC MAIN commitmail json YAML

2022-05-28 17:52:22 UTC MAIN commitmail json YAML

doc: Updated wm/jwm to 2.4.2

(tsutsui)

2022-05-28 17:52:06 UTC MAIN commitmail json YAML

jwm: update to 2.4.2.

pkgsrc changes:
- switch MASTER_SITES to github per upstream HOMEPAGE
- remove a patch fixed in upstream #556

Upstream changes:
https://github.com/joewing/jwm/releases/tag/v2.4.2

v2.4.2

What's Changed

  * Add nomaxtitle group option by @JCallicoat in #557
  * Add backandforth attribute to Desktops tag by @JCallicoat in #558
  * Updated pt_BR.po language for the JWM. by @marcelocripe in #559
  * Update Portuguese (pt.po) translation by @hugok79 in #561
  * Bugfix/nls fix translation installation, closes #565 #564 #556 by @01micko
    in #566
  * Update pl.po by @Faalagorn in #567
  * Fix an issue with dynamic configuration generation #563

New Contributors

  * @JCallicoat made their first contribution in #557
  * @01micko made their first contribution in #566
  * @Faalagorn made their first contribution in #567

(tsutsui)

2022-05-28 17:34:00 UTC MAIN commitmail json YAML

doc: Added net/sshping version 0.1.4

(leot)

2022-05-28 17:33:48 UTC MAIN commitmail json YAML

net: Add sshping

(leot)

2022-05-28 17:33:20 UTC MAIN commitmail json YAML

sshping: Import sshping-0.1.4 as net/sshping

sshping measure character-echo latency and bandwidth for an ssh
session.

This utility can be used to test the performance of interactive ssh
sessions or scp file transfers. It uses ssh to log into a remote
system, then runs two tests: the first test sends one character at a
time, waiting for each character to be returned while it records the
latency time for each. The second test sends a dummy file over scp to
/dev/null on the remote system.

Packaged in pkgsrc-wip by KFL, thanks!

(leot)

2022-05-28 16:10:09 UTC MAIN commitmail json YAML

doc: Updated devel/conftest to 0.32.0

(leot)

2022-05-28 16:09:59 UTC MAIN commitmail json YAML

conftest: Update to 0.32.0

Changes:
0.32.0
======
New Features
------------
Support for limiting the test engine's capabilities - thank you
@boranx!

Bug Fixes
---------
conftest push no longer creates different OCI images when run against
the same policy set - thanks @macox!

Other improvements
------------------
OPA bump from v0.39.0 to v0.40.0.

(leot)

2022-05-28 15:23:06 UTC MAIN commitmail json YAML

doc: Updated devel/opa to 0.40.0

(leot)

2022-05-28 15:22:59 UTC MAIN commitmail json YAML

opa: Update to 0.40.0

Changes:
0.40.0
======
This release contains a number of fixes and enhancements.

Metadata introspection
----------------------
The rich metadata added in the v0.38.0 release can now be introspected
from the policies themselves.

Both the rule's metadata can be accessed, via `rego.metadata.rule()`, and the
entire chain of metadata attached to the rule via the various scopes that different
metadata annotations can have, via `rego.metadata.chain()`.

Function mocking
----------------
It is now possible to mock functions in tests! Both built-in and
non-built-in functions can be mocked.

Assignments with `:=`
---------------------
Remaining restrictions around the use of `:=` in rules and functions
have been lifted (#4555).

In the wake of this, rules may now be "redeclared", i.e. you can use
`:=` for more than one rule body.

Experimental OCI support
------------------------
When configured to do so, OPA's bundle and discovery plugins will
retrieve bundles from any OCI registry.

Note that at this point, it's best considered a "feature preview".

(leot)

2022-05-28 15:13:44 UTC MAIN commitmail json YAML

(misc/bbdb)  two versions exist, differenciate from the other (3.x)

mail/wl-snapshot may fail by depending on bbdb-3.* (not clearly checked)

(mef)

2022-05-28 15:07:18 UTC MAIN commitmail json YAML

doc: Updated www/php-ja-wordpress to 5.9.3

(taca)

2022-05-28 15:06:59 UTC MAIN commitmail json YAML

www/php-ja-wordpress: update to 5.9.3

Catch up to www/wordpress and changes from 5.6 are too many to write here.

(taca)

2022-05-28 15:00:45 UTC MAIN commitmail json YAML

doc: Updated www/php-http4 to 4.2.2

(taca)

2022-05-28 15:00:18 UTC MAIN commitmail json YAML

www/php-http4: update to 4.2.2

pkgsrc change: Do not try to build on php74.

4.2.2 (2022-02-25)

* Fixed gh-issue #123: Segfault with libcurl 7.81

(taca)

2022-05-28 14:57:33 UTC MAIN commitmail json YAML

devel/php-raphf2: switch to use PHP_VERSIONS_ACCEPTED

(taca)

2022-05-28 14:34:34 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 10.9.1

(wen)

2022-05-28 14:31:04 UTC MAIN commitmail json YAML

rust: Put back SunOS AR fix.

(jperkin)

2022-05-28 14:12:16 UTC MAIN commitmail json YAML

2022-05-28 13:33:01 UTC MAIN commitmail json YAML

math/php-stats: restrict versions of PHP

This package dose not support PHP 5.6.

(taca)

2022-05-28 11:46:34 UTC MAIN commitmail json YAML

Updated benchmarks/iozone, lang/py-mypy

(adam)

2022-05-28 11:46:13 UTC MAIN commitmail json YAML

py-mypy: updated to 0.960

Mypy 0.960

Minimal Support for LiteralString
Per-file Timing Stats
Performance Improvements
Experimental Fast Module Lookup
Documentation Updates
Improvements to Plugin System
ParamSpec Improvements
Fixes to Crashes

(adam)

2022-05-28 11:41:46 UTC MAIN commitmail json YAML

(doc/TODO) recover kfilemetadata-5.81.0

(mef)

2022-05-28 11:39:57 UTC MAIN commitmail json YAML

iozone: updated to 3.493

Revision 3.432
Adding NetBSD 64 bit.

Revision 3.434
Adding code from Alexey Skidanov. Pthread burst I/O.

Revision 3.434
Convert calls from atoi() into atoll() for those things that are actually long longs.

Revision 3.436
Code cleanup for casting consistency

Revision 3.442
Code cleanup for casting consistency and *&(^&*( compiler warnings !!!

Revision 3.443
Code cleanup for all of the un-needed void * maddness.

Revision 3.444
Cleanup 64 bit compiles.

Revision 3.445
Some BSD changes to avoid compiler complaints.

Revision 3.446
Some BSD changes to avoid compiler complaints.

Revision 3.447
Make sure we don't have missing prototypes.

Revision 3.448
Add support for building targets with NO_SIGNAL, NO_FORK, NO_SOCKET

Revision 3.449
Add support for building targets with NO_SIGNAL, NO_FORK, NO_SOCKET

Revision 3.450
Fix missing typedef in FreeBSD.

Revision 3.451
Fix typeoh in spelling of DragonFly.

Revision 3.452
Make the sighandler_t change effective for all BSD derivatives.

Revision 3.454
Make the my_sig_t change effective for all BSD derivatives.

Revision 3.455
Unify the usage of __FreeBSD__

Revision 3.456
Build on BSD 10.3 without warnings.  Clang compilers.

Revision 3.457
Build on BSD 10.3 without warnings.  Clang compilers.

Revision 3.458
Make more friendly to build on Solaris.

Revision 3.459
Make more friendly to build on Solaris.

Revision 3.460
Make more friendly to build on Solaris.

Revision 3.461
Make more friendly to build on Solaris.

Revision 3.462
Make more friendly to build on Solaris.

Revision 3.463
Make more friendly to build on Solaris.

Revision 3.464
Make more friendly to build on Solaris.

Revision 3.465
Make more friendly to build on Solaris.

Revision 3.466
Fix error messages to use the correct file name from dummyfile[xx] instead of
"filename" in the thread tests.

Revision 3.467
Fix compiler warning from Clang on MacOS for mythread_create(). Prototype
didn't match the formal function definition.

Revision 3.469
Switch to IOZ_macosx everywhere for compatibility with Mountain Lion.

Revision 3.470
Increase MAXSTREAMS to 1024. Systems have more power today than 20+ years ago.

Revision 3.471
Make -+W -+C -+y use a flag instead of its option value to indiate its usage.

Revision 3.472
Adding -+M (special dedupe layout)
Adding -+a (set compression in special layout)
Adding -+Q (set dedupe granule size in special layout)

Revision 3.473
no change.

Revision 3.474
Cleanup for Cygwin64 build.

Revision 3.475
Cleanup for Cygwin64 build warnings.

Revision 3.476
Cleanup compiler warnings.

Revision 3.477
Bug fix code in special_gen_new_buf..

Revision 3.478
Bug fix code in special_gen_new_buf.. More copies of the other bug.

Revision 3.479
Bug fix code in special_gen_new_buf.. needed (*op ==0) in one more line.

Revision 3.480
Add -+R option to specify the file names are in a file.

Revision 3.481
Adding new contributor Sudhir Kumar

Revision 3.482
Fix help menu for -+R option.  It does not also use -F
Bug fix for case of -H where gcc seems to think the size of long long
is != size of off64_t
Bug fix for prototype mismatch in async_write_no_copy.

Revision 3.483
Fix nesting of #ifdefs so that Windows lack of support for O_DIRECT presents
splash indication.
Enable O_DIRECT for Windows builds.

Revision 3.485
Improvements for building under Android

Revision 3.486
Fix compiler warning on Android.

Revision 3.488
Improve the Yates/Knuth method for shuffle.

Revision 3.489
Fix gcc-10 warning about no-common.

Revision 3.490
Fix compiler warning when HAVE_ANSIC is not defined

Revision 3.491
Fix CFLAGS issue from Fedora maintainer.

Revision 3.492
Improve the -+M option's compression pattern so that the achieved
compressibility is closer to the value specifed in the -+a option.

Revision 3.493
Move memorey allocaiton of main buffer to after the getopt, else
the -S can cause issues later.

(adam)

2022-05-28 11:33:22 UTC MAIN commitmail json YAML

(doc/TODO) Remove KF5VER = 5.81.0, sorry if wrong edit

(mef)

2022-05-28 10:59:54 UTC MAIN commitmail json YAML

doc/TODO: - rust-analzyer, done

(wiz)

2022-05-28 10:56:16 UTC MAIN commitmail json YAML

doc: Updated lang/rust-analyzer to 0.0.2022.05.23

(wiz)

2022-05-28 10:56:07 UTC MAIN commitmail json YAML

2022-05-28 10:14:45 UTC MAIN commitmail json YAML

doc: Updated security/php-pecl-mcrypt to 1.0.5

(taca)

2022-05-28 10:14:22 UTC MAIN commitmail json YAML

security/php-pecl-mcrypt: update to 1.0.5

1.0.5 (2022-05-23)

* Add support for PHP 8.1.  (Don't use deprecated null value.)

(taca)

2022-05-28 09:56:11 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack to 2.2.3.1

(taca)

2022-05-28 09:55:51 UTC MAIN commitmail json YAML

www/ruby-rack: update to 2.2.3.1

2.2.3.1 (2022-05-27)

* [CVE-2022-30123] Fix shell escaping issue in Common Logger
* [CVE-2022-30122] Restrict parsing of broken MIME attachments

(taca)

2022-05-28 09:55:26 UTC MAIN commitmail json YAML

www/ruby-innate: update HOMEPAGE

(taca)

2022-05-28 09:47:22 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.1.0.35

(wiz)

2022-05-28 09:47:12 UTC MAIN commitmail json YAML

ImageMagick: update to 7.1.0.35.

7.1.0-35 - 2022-05-16

Commits

    beta release e37bfbd
    remove special use case of Kmeans for color reduction @ ImageMagick/ImageMagick#5152 53d7d06
    fix temporary file leak 7496436
    one-off release due to "-monochrome command no longer dithers grayscale ff6dbbb

7.1.0-34 - 2022-05-15

Commits

    beta release 68a0412
    require min 3 channels for compositing 5d38476
    PDF to PBM no longer returning all white @ ImageMagick/ImageMagick#5134 8e605a2
    Removed incorrect method definition from the header file. 18ccd96
    fix build with -Werror @ ImageMagick/ImageMagick6#177 0dcacb8
    clarify usage 186578a
    eliminate compiler warnings 4fe856b
    latest autoconf/automake config 4b69c54
    cosmetic 2722c2f
    cosmetic 78a1988
    automake/autoconf update a772a53
    automake/autoconf update 9d882e4
    correct check for Magick++ compliance f4d8e6e
    automake/autoconf remove obselete macros 644472a
    build RPM tweaks 40bc17c
    tweak BZIP2 autoconf macro af5fdcd
    do not change grayscale colorspace to sRGB when compositing 05074b2
    release f2934c5

(wiz)

2022-05-28 09:20:11 UTC MAIN commitmail json YAML

doc: Updated multimedia/py-gstreamer1 to 1.20.2

(wiz)

2022-05-28 09:20:02 UTC MAIN commitmail json YAML

py-gstreamer1: update to 1.20.2.

=== release 1.20.2 ===

gst-python: fix build on systems without C++ compiler

(wiz)

2022-05-28 09:18:03 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 4.3.0

(wiz)

2022-05-28 09:17:52 UTC MAIN commitmail json YAML

harfbuzz*: update to 4.3.0

Add PLIST_SUBST to reduce PLIST churn.

Overview of changes leading to 4.3.0
Friday, May 20, 2022
====================================
- Major speed up in loading and subsetting fonts, especially in
  handling CFF table. Subsetting some fonts is now 3 times faster.
  (Behdad Esfahbod, Garret Rieger)
- Speed up blending CFF2 table. (Behdad Esfahbod)
- Speed up hb_ot_tags_from_language(). (Behdad Esfahbod, David Corbett)
- Fix USE classification of U+10A38 to fix multiple marks on single Kharoshthi
  base. (David Corbett)
- Fix parsing of empty CFF Index. (Behdad Esfahbod)
- Fix subsetting CPAL table with partial palette overlaps. (Garret Rieger)

- New API
+hb_map_is_equal() (Behdad Esfahbod)

(wiz)

2022-05-28 09:12:11 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.8.4

(wiz)

2022-05-28 09:12:02 UTC MAIN commitmail json YAML

gopls: update to 0.8.4.

New Features

New analyzer for //go:embed comments

Gopls now includes an analyzer for go:embed comment directives. At
the moment, this analyzer checks that the "embed" import is present,
but more analyses are planned for the future. See golang/go#50262
for more information.

Improved hover for imports

Hovering over an imported path now gives you the full package doc.

Final support for Go 1.13

Per our support window, gopls v0.8.4 will be the final gopls release
to support being built with Go 1.13. See golang/go#52982 for details.

Bugfixes and Performance improvements

    Faster symbol indexing. Gopls builds a symbol index the first
    time symbol search is invoked. That indexing should be 3-4x
    faster with this release.

    Improved metadata invalidation (AKA fewer restarts). v0.8.4
    fixes a couple of bugs that lead to gopls getting confused
    about packages and needing to be restarted. We're aware of more
    bugs of this nature, but are working on eliminating the need
    to ever restart gopls.

(wiz)

2022-05-28 08:58:36 UTC MAIN commitmail json YAML

doc: Updated security/py-pip-audit to 2.3.0

(wiz)

2022-05-28 08:58:27 UTC MAIN commitmail json YAML

py-pip-audit: update to 2.3.0.

## [2.3.0] - 2022-05-18

### Added

* CLI: The `--ignore-vuln` option has been added, allowing users to
  specify vulnerability IDs to ignore during the final report
  ([#275](https://github.com/trailofbits/pip-audit/pull/275))

* CLI: The `--no-deps` flag has been added, allowing users to skip dependency
  resolution entirely when `pip-audit` is used in requirements mode
  ([#255](https://github.com/trailofbits/pip-audit/pull/255))

(wiz)

2022-05-28 08:27:37 UTC MAIN commitmail json YAML

doc: Updated x11/libxkbcommon to 1.4.1

(wiz)

2022-05-28 08:27:27 UTC MAIN commitmail json YAML

libxkbcommon: update to 1.4.1.

libxkbcommon 1.4.1 - 2022-05-21
==================

- Fix compose sequence overriding (common prefix) not working correctly.
  Regressed in 1.2.0.

  Contributed by Weng Xuetian.

- Remove various bogus currency sign (particulary Euro and Korean Won) entries
  from the keysym <-> Unicode mappings. They prevented the real
  keysyms/codepoints for these from mapping correctly.

  Contributed by Sam Lantinga and Simon Ser.

(wiz)

2022-05-28 07:33:09 UTC MAIN commitmail json YAML

(devel/ocaml-stdlib-shims) regen PLST for new environment, fix build.

(mef)

2022-05-28 07:31:50 UTC MAIN commitmail json YAML

Remove p5-Mail-Ezmlm-0.16, seems there is no 0.16 version

(wen)

2022-05-28 07:28:09 UTC MAIN commitmail json YAML

Updated devel/p5-PPI to 1.274

(wen)

2022-05-28 07:26:11 UTC MAIN commitmail json YAML

Update to 1.274

Upstream changes:
1.274  2022-05-02 18:21:56Z
        Summary:
        - Indentation in here-docs is now preserved (GH#252) (trwyant)

(wen)

2022-05-28 07:20:35 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-POP3Client to 2.21

(wen)

2022-05-28 07:19:38 UTC MAIN commitmail json YAML

Update to 2.21

Upstream changes:
2.21 2022/05/09
    + version bump, update Changes

2.20 2022/05/04
    + UTF8 support (from eady@gal...)

(wen)

2022-05-28 07:17:56 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-Message to 3.012

(wen)

2022-05-28 07:16:44 UTC MAIN commitmail json YAML

Update to 3.012

Upstream changes:
version 3.012: Fri 11 Feb 11:34:31 CET 2022

        Fixes:
        - ::Field::Attributes should be stored case intensively
        rt.cpan.org#140894 [Yanyan Yang]
        - ::Field::Full phrase with encoding qp parsing failed when
          the qp contains non-atext characters. Github#2 [Andy Beverley]
        - ::Field::Full QP encoding must be more strict for use in
          MIME headers.  Github#3 [Andy Beverley]
        - Coercion from Mail::Address to Mail::Message::Full::Address
          is too lazy.  Github#4 [Andy Beverley]

        Improvements:
        - extend date in mbox-separator to accept 203X as well.

(wen)

2022-05-28 07:04:51 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-DKIM to 1.20220520

(wen)

2022-05-28 07:03:37 UTC MAIN commitmail json YAML

Update to 1.20220520

Upstream changes:
1.20220520 2022-05-20 UTC
  + Change default algorithm in dkimsign.pl to sha-256
  + Use Getopt::Long::Descriptive in scripts for better command help

1.20220408 2022-04-08 UTC
  + Add support for signatures with an Expiration value

(wen)

2022-05-28 06:04:00 UTC MAIN commitmail json YAML

Updated www/tinyproxy, security/gnutls

(adam)

2022-05-28 06:03:42 UTC MAIN commitmail json YAML

gnutls: updated to 3.7.6

Version 3.7.6 (released 2022-05-27)

** libgnutls: Fixed invalid write when gnutls_realloc_zero()
  is called with new_size < old_size. This bug caused heap
  corruption when gnutls_realloc_zero() has been set as gmp
  reallocfunc

(adam)

2022-05-28 06:01:30 UTC MAIN commitmail json YAML

tinyproxy: updated to 1.11.1

1.11.1

Fixes issues detected in 1.11.0, add new fnmatch based filtertype.

(adam)

2022-05-28 04:53:50 UTC MAIN commitmail json YAML

Updated security/p5-Module-Signature to 0.88

(wen)

2022-05-28 04:52:55 UTC MAIN commitmail json YAML

Update to 0.88

Upstream changes:
[Changes for 0.88 - Sat Dec 18 11:34:44 CST 2021]

* Update PAUSE keys to 2022. (@skaji)

(wen)

2022-05-28 04:48:40 UTC MAIN commitmail json YAML

Updated www/drupal9 to 9.3.14

(wen)

2022-05-28 04:46:39 UTC MAIN commitmail json YAML

Update to 9.3.14

Upstream changes:
9.3.14:
This is a security release of the Drupal 9 series.

This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements:

    Drupal core - Moderately critical - Third-party libraries - SA-CORE-2022-010

9.3.13:
Changes since 9.3.12
    Issue #3278163 by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities
    Issue #3266912 by nod_, Wim Leers, lauriii, xjm, mmjvb: Review version constraints for production yarn dependencies
    Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second
    Revert "Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second"
    Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second
    Issue #3270709 by Shashwat Purav, Chi, apaderno: Remove reference to contextual_pre_render_placeholder() function
    Issue #3277309 by phjou, mradcliffe, benjifisher, markie: Update links to Drupal documentation pages in Umami
    Issue #2995367 by quietone, xjm, Lendude: Fix update module test fixture names for 8.2.0-rc2 sample data
    Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable
    Issue #3277743 by xjm, RainbowArray: Update contributor name and username in MAINTAINERS.txt
    Issue #3228691 by Wim Leers, lauriii, nod_: Restrict allowed additional attributes to prevent self XSS
    Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes don't work if alignment not enabled
    Issue #3261599 by hooroomoo, Wim Leers, lauriii: Use CKEditor 5's native <ol start> support (and also support <ol reversed>)
    Issue #3277405 by Wim Leers, nod_: Update @ckeditor/ckeditor5-list to v34.0.1
    Issue #3231334 by Wim Leers, bnjmnm: Global attributes (<* lang> and <* dir="ltr rtl">): validation + support (fix data loss)
    Issue #3229078 by scott_euser, Wim Leers, hooroomoo, brentg, yogeshmpawar, catch: Unit tests for all @CKEditor5Plugin plugin classes
    Issue #3248425 by nod_, yogeshmpawar, Wim Leers, lauriii, bnjmnm, marcvangend: Ensure that all classes and functions in Drupal-specific CKEditor 5 plugins are documented
    Issue #3269085 by alexpott, larowlan, danflanagan8, Matroskeen: [random test failure] Random test fail in EntityAutocompleteTest
    Issue #3276627 by Wim Leers, hooroomoo: CKEditor5::shouldHaveVisiblePluginSettingsForm() does not correctly handle configurable CKE5 plugin that has a filter condition
    Issue #3276670 by hooroomoo, Wim Leers: Some configurations of allowed view modes cause CKE to fail to initialize
    Issue #2717921 by gaurav.kapoor, drnikki, subhashuyadav, pratik_specbee, hmendes, jhodgdon, joachim, effulgentsia, shashikant_chauhan, Wim Leers, larowlan: undocumented #has_garbage_value property of render elements
    Issue #3245720 by hooroomoo, nod_, Wim Leers, lauriii, yash.rode: [drupalMedia] Support choosing a view mode for
    Issue #3261943 by bnjmnm, lauriii, Wim Leers, andreasderijcke, ifrik: Confusing behavior after pressing "Apply changes to allowed tags" with invalid value
    Issue #3230230 by bnjmnm, johnwebdev, Wim Leers, lauriii, Anna_CKSource, Reinmar: Enable table captions; override CKE5's default downcast to generate <table><caption></table> instead of <figure><table><figcaption></figure>
    Issue #3272035 by mherchel, andy-blum: Add "linktext" and "canvastext" to cspell dictionary.
    Issue #3273056 by kmonahan, mherchel, Johnny Santos, rkoller, ckrina: Active and hover state of skip to main content has a too low color contrast
    Issue #3130305 by mherchel, cindytwilliams, bnjmnm, saschaeggi, andrewmacpherson: Ensure all of Claro's background images are visible in forced colors mode
    Issue #3269341 by mherchel, KurtTrowbridge: Claro element not rendering properly in forced colors
    Back to dev.
    Merged 9.3.12.
    Issue #3269091 by gambry, yogeshmpawar, jonathanshaw, joachim, alexpott: Undocumented behaviour for Schema::findTables() when an underscore is used
    Issue #3273325 by Dom., Wim Leers, andregp, ifrik: CKE5 and contrib: better "next action" description on upgrade path messages
    Issue #3274278 by Wim Leers, jcnventura, yogeshmpawar, andregp, bnjmnm: Migrate "codetag" contrib CKEditor 4 plugin to built-in equivalent in core's CKEditor 5

(wen)

2022-05-28 03:34:23 UTC MAIN commitmail json YAML

Updated security/p5-CryptX to 0.076

(wen)

2022-05-28 03:33:39 UTC MAIN commitmail json YAML

Update to 0.076

Upstream changes:
0.076  2022-01-07
        - fix #80 github actions (mac, windows, cygwin)
        - fix #79 isolate ltc functions (via -Wl,--exclude-libs,ALL)
        - fix #68 Segmentation fault on Apache due to symbol clash with libasn1

0.075  2021-12-25
        - fix #78 bundled libtomcrypt update branch:develop (commit:673f5ce2 2021-06-04)

0.074  2021-11-06
        - fix #75 Missing methods _sadd + _ssub in Math::BigInt::LTM
        - fix #76 Tests failing for numbers with multiple underscore characters (Math::BigInt::LTM)

(wen)

2022-05-28 03:27:23 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-SMIME to 0.28

(wen)

2022-05-28 03:26:37 UTC MAIN commitmail json YAML

Update to 0.28

Upstream changes:
0.28    Mon Oct 25 11:38:55 JST 2021
        - Support OpenSSL 3.0.

(wen)

2022-05-28 02:31:48 UTC MAIN commitmail json YAML

gcc.mk: restore GCC 6 handling

This is partly intended as a workaround to fix behaviour on NetBSD 8.x
where GCC 7 was being pulled in universally after the prior commits
here. Now it behaves as expected. There is an unaddressed issue in this
code that needs to be examined further. (This has been discussed in
more than one recent thread on teck-pkg@, including John Klos's report
of this issue.)

In any case, GCC 6 has also seen build improvements by nia@, who noted
it's safe to simply revert part of the original change set, in one of
those discussions on tech-pkg. (We can't use the hack introduced in the
prior revisions for GCC 6, though, or this same broken dependency
pattern occurs and will universally force GCC 6 instead of 7 on NetBSD
8.x.)

Tested on NetBSD 8.2_STABLE and 9.2_STABLE with various packages,
including tcsh, the original reported issue.

(gutteridge)

2022-05-28 01:54:49 UTC MAIN commitmail json YAML

musicpd: adjust a comment

(gutteridge)

2022-05-28 01:51:17 UTC MAIN commitmail json YAML

llvm: document additional dependants

(gutteridge)

2022-05-28 00:52:42 UTC MAIN commitmail json YAML

(devel/ocaml-bigstringaf) Fix build, +USE_TOOLS+= gmake

(mef)

2022-05-27 18:22:52 UTC MAIN commitmail json YAML

doc: Updated textproc/hgrep to 0.2.6

(pin)

2022-05-27 18:21:50 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.2.6

v0.2.6 - 27 May 2022
  -x86_64-unknown-linux-musl release binary now links libc statically (#10)
  -Replace rgb2ansi256 crate with ansi_colors crate

(pin)

2022-05-27 17:02:36 UTC MAIN commitmail json YAML

2022-05-27 16:59:51 UTC MAIN commitmail json YAML

py-scipy: disable __builtin_prefetch completely for now

It failed with GCC too. There is some bad interaction with py-numpy,
probably related to patch-numpy_core_include_numpy_npy__common.h.
Unbreak the build until I have time to investigate this.

(tnn)

2022-05-27 12:29:19 UTC MAIN commitmail json YAML

Updated devel/ninja-build, devel/meson, devel/glibmm2.68, devel/pangomm2.48

(adam)

2022-05-27 12:28:53 UTC MAIN commitmail json YAML

2022-05-27 12:28:26 UTC MAIN commitmail json YAML

pangomm2.48: updated to 2.48.2

2.48.2 (stable):

Build:
* Don't include individual pango headers
* Support Visual Studio 2022 builds

(adam)

2022-05-27 12:27:54 UTC MAIN commitmail json YAML

glibmm2.68: updated to 2.68.2

2.68.2 (stable):

Glib:
* Replace all g_quark_from_static_string() by g_quark_from_string()

Gio:
* FileEnumerator: Remove refreturn to avoid memory leak
* ListModel::get_object(): Make it work for interface classes
* AppInfo::get_all(): Avoid a crash on Windows

Build:
* MSVC build: Remove extraneous GLIBMM_API in Glib::ustring

(adam)

2022-05-27 12:26:51 UTC MAIN commitmail json YAML

meson: updated to 0.62.1

0.62.1

Bash completion scripts sourced in meson devenv
Setup GDB auto-load for meson devenv
Print modified environment variables with meson devenv --dump
New method and separator kwargs on environment() and meson.add_devenv()
New custom dependency for libdl
pkgconfig.generate will now include variables for builtin directories when referenced
New keyword argument verbose for tests and benchmarks
CMake support for versions <3.17.0 is deprecated
Removal of the RPM module
CMake server API support is removed
Rust proc-macro crates
found programs now have a version method
Minimum required Python version updated to 3.7
Added support for XML translations using itstool
JNI System Dependency Modules
New unstable wayland module
Experimental command to convert environments to cross files
Added optional '--allow-dirty' flag for the 'dist' command
ldconfig is no longer run on install
Added support for Texas Instruments MSP430 and ARM compilers
cmake.configure_package_config_file can now take a dict
Deprecated java.generate_native_header() in favor of the new java.generate_native_headers()
New option to choose python installation environment
JDK System Dependency Renamed from jdk to jni
i18n.merge_file no longer arbitrarily leaves your project half-built
All directory options now support paths outside of prefix
meson install --strip
Support for ARM Ltd. Clang toolchain
structured_sources()
New custom dependency for OpenSSL
D features in declare_dependency
arch_independent kwarg in cmake.write_basic_package_version_file
dataonly Pkgconfig Default Install Path
JAR default install dir

(adam)

2022-05-27 12:22:35 UTC MAIN commitmail json YAML

ninja-build: updated to 1.11.0

release 1.11

This release adds Validation Nodes which are a new way to add jobs like linters or static analyzers to the build graph. They are added using |@ and don't produce any outputs. You can read more about the motivation and the syntax here: https://github.com/ninja-build/ninja/pull/1800

Another big change is that Ninja now uses UTF-8 on Windows. This means that while previous versions of Ninja used the local ANSI encoding it will now always use UTF-8 allowing filenames and output with special characters. For this to work you'll need Windows 10 Version 1903 or newer. And for the console output to show Unicode characters you'll need to set the codepage to 65001. More information at: https://github.com/ninja-build/ninja/pull/1915

Note that this is a breaking change if you relied on non-ASCII characters of the local codepage! If you want to query Ninja what codepage it uses in your generator, call `ninja -t wincodepage` and act accordingly.

There are also two new tools:
missingdeps: https://github.com/ninja-build/ninja/pull/1331
inputs: https://github.com/ninja-build/ninja/pull/1730

And as it was often requested, ninja now has a --quiet flag :)

For a complete list of changes see https://github.com/ninja-build/ninja/milestone/3?closed=1

(adam)

2022-05-27 11:33:30 UTC MAIN commitmail json YAML

mono: Set MAKE_JOBS_SAFE=no

(nia)

2022-05-27 10:09:26 UTC MAIN commitmail json YAML

doc: Updated misc/dialog to 1.3.20220526

(fcambus)

2022-05-27 10:09:14 UTC MAIN commitmail json YAML

dialog: update to 1.3-20220526.

2022/05/26
+ document the built-in key bindings which are not part of widgets.
+ updated da.po fa.po is.po, added ka.po from
http://translationproject.org/latest/dialog/
+ update config.sub

(fcambus)

2022-05-27 10:02:30 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.25.1

(wiz)

2022-05-27 10:02:19 UTC MAIN commitmail json YAML

kitty: update to 0.25.1.

0.25.1 [2022-05-26]

    Shell integration: Add a command to Clone the current shell
    into a new window

    Remote control: Allow using Boolean operators when constructing
    queries to match windows or tabs

    Sessions: Fix os_window_size and os_window_class not applying
    to the first OS Window (#4957)

    Allow using the cwd of the oldest as well as the newest foreground
    process for launch --cwd (#4869)

    Bash integration: Fix the value of shell_integration not taking
    effect if the integration script is sourced in bashrc (#4964)

    Fix a regression in the previous release that caused mouse move
    events to be incorrectly reported as drag events even when a
    button is not pressed (#4992)

    remote file kitten: Integrate with the ssh kitten for improved
    performance and robustness. Re-uses the control master connection
    of the ssh kitten to avoid round-trip latency.

    Fix tab selection when closing a new tab not correct in some
    scenarios (#4987)

    A new action open_url to open the specified URL (#5004)

    A new option select_by_word_characters_forward that allows
    changing which characters are considered part of a word to the
    right when double clicking to select words (#5103)

    macOS: Make the global menu shortcut to open kitty website
    configurable (#5004)

    macOS: Add the macos_colorspace option to control what color
    space colors are rendered in (#4686)

    Fix reloading of config not working when kitty.conf does not
    exist when kitty is launched (#5071)

    Fix deleting images by row not calculating image bounds correctly
    (#5081)

    Increase the max number of combining chars per cell from two
    to three, without increasing memory usage.

    Linux: Load libfontconfig at runtime to allow the binaries to
    work for running kittens on servers without FontConfig

    GNOME: Fix for high CPU usage caused by GNOME龝 text input
    subsystem going into an infinite loop when IME cursor position
    is updated after a done event (#5105)

(wiz)

2022-05-27 09:56:02 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2psf to 1.208

(fcambus)

2022-05-27 09:55:51 UTC MAIN commitmail json YAML

bdf2psf: update to 1.208.

Nothing applying to bdf2psf in particular noted in the Changelog.

(fcambus)

2022-05-27 09:47:48 UTC MAIN commitmail json YAML

Updated sysutils/py-magic, textproc/py-relatorio

(adam)

2022-05-27 09:47:29 UTC MAIN commitmail json YAML

py-relatorio: updated to 0.10.1

0.10.1
* Use unittest discover
* Add support for Python 3.10
* Support directive applying to itself
* Keep tail of directive

(adam)

2022-05-27 09:46:52 UTC MAIN commitmail json YAML

py-magic: updated to 0.4.26

Changes to 0.4.26:
- Use tox for all multi-version testing
- Fix use of pytest, use it via tox

(adam)

2022-05-27 08:30:15 UTC MAIN commitmail json YAML

Updated print/ghostscript-agpl, math/py-numba

(adam)

2022-05-27 08:29:58 UTC MAIN commitmail json YAML

py-numba: updated to 0.55.2

Version 0.55.2 (25 May, 2022)
-----------------------------
This is a maintenance release to support NumPy 1.22 and Apple M1.

(adam)

2022-05-27 08:26:53 UTC MAIN commitmail json YAML

ghostscript-agpl: updated to 9.56.1

9.56.1
New PDF Interpreter is now enabled by default: See Changes Coming to the PDF Interpreter
libgs is now threadsafe
The PSD output devices now write ICC profiles to their output files for improved color fidelity.
Ghostscript/GhostPDL can now output Apple Raster and URF format image files: via the "appleraster" or "urf" output devices (using the cups implementation of those formats).

(adam)

2022-05-27 04:32:49 UTC MAIN commitmail json YAML

xf86-input-ws: Regenerate distinfo to match the patch

(ryoon)

2022-05-27 02:36:08 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-input-ws to 1.3.0.20220511

(tnn)

2022-05-27 02:35:43 UTC MAIN commitmail json YAML

xf86-input-ws: update to 1.3.0.20220511

Fix typo: ususally -> usually.
Ignore WSMOUSEIO_GTYPE ioctl failure when checking /dev/wsmouse
Use C99 designated structure initializers.
replace obsoleted xf86{,Un}BlockSIGIO() calls by input_{,un}lock()
Adapt Block and Wakeup handlers prototypes to X server 1.20.
Add support for precision scrolling.
Improve the wheel emulation logic
If read() returns EIO, detach the xserver driver
Remove zaurus, zts, and ztsscale references
Explicitely include <sys/time.h> where needed.
Read multiple events at once.

(tnn)

2022-05-26 22:03:39 UTC MAIN commitmail json YAML

openjdk8: clean up references to defunct zeroshark option

(tnn)

2022-05-26 21:29:38 UTC MAIN commitmail json YAML

mark NetBSD-current/evbarm as eligible for openjdk11 & openjdk17

(tnn)

2022-05-26 21:27:16 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 0.9.3

(pin)

2022-05-26 21:26:52 UTC MAIN commitmail json YAML

sysutils/felix: update to 0.9.3

v0.9.3 (2022-05-25)
Added
    -l option creates a log file in $XDG_CONFIG_HOME/felix/log.
    Information such as put, delete, rename, emptying the trash directory,
    etc. will be recorded.
    Add message when there are no operations left to undo/redo.

Changed
    Simplify the info line(below the current directory information).
    Make rename information more understandable("New name: " instead of "⇒").
    Use struct Operation to express the manipulation within the app
    (put/delete/rename) and implement some methods.
    Refactor overall.

Fixed
    Fix put/delete process information.

(pin)

2022-05-26 21:25:58 UTC MAIN commitmail json YAML

doc: Updated graphics/pastel to 0.9.0

(pin)

2022-05-26 21:25:38 UTC MAIN commitmail json YAML

graphics/pastel: update to 0.9.0

v0.9.0
Features
-Added support for transparency / alpha values
-Added support for NO_COLOR environment variable
-Added new color pickers: Gnome/Wayland via gdbus, zenity, yad, and wcolor

(pin)

2022-05-26 21:24:33 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.17.0

(pin)

2022-05-26 21:24:02 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.17.0

Add the user's language tag to new note's header.

This release defines the new template varialbe {{ lang }} which inserts the
user's default language tag, e.g. "lang: en-GB".
The header is understood by the grammar, style & spell checker LanguageTool
(https://languagetool.org/).
If wished for, the user's default languange tag can be overwritten with the
environment variable TPNOTELANG.

(pin)

2022-05-26 21:23:33 UTC MAIN commitmail json YAML

doc: Updated net/yaydl to 0.10.0

(pin)

2022-05-26 21:23:06 UTC MAIN commitmail json YAML

net/yaydl: update to 0.10.0

-New feature: Playlist support for handlers! Might fix issues like #1.
-New site: xHamster. (Uses the new playlist support. Yay!)
-The WebDriver port can be set as an environment variable now to save some
typing.
-The progress bar is now cleared after a download is finished.
-cargo will now strip the resulting binary when compiling in release mode.

(pin)

2022-05-26 21:08:57 UTC MAIN commitmail json YAML

doc: Updated www/php-dotclear to 2.22

(triaxx)

2022-05-26 21:08:38 UTC MAIN commitmail json YAML

2022-05-26 21:04:33 UTC MAIN commitmail json YAML

java-vm.mk: bump PKG_JVM_DEFAULT to openjdk17 where it prior was openjdk11

Except for NetBSD 8 which is too old for openjdk17 due to the base GCC,
so keep that at openjdk11. Also update platform support matrix.

(tnn)

2022-05-26 15:43:37 UTC MAIN commitmail json YAML

(ham/gnuradio-digital) remove duplicating entry

(mef)

2022-05-26 15:20:39 UTC MAIN commitmail json YAML

doc: Updated ham/gnuradio-core to 3.10.2.0

(mef)

2022-05-26 15:20:11 UTC MAIN commitmail json YAML

(ham/gnuradio-core) Updated 3.10.1.1  to 3.10.2.0

## [3.10.2.0] - 2022-04-09
### Changed
#### Project Scope

- Clayton Smith continues the effort to replace Boost usage with
  modern C++ equivalents. In a related effort, he has continued the
  logging modernization started by Marcus M端ller. In his spare time,
  he has tackled some tricky, intermittent CI failures, some of which
  turned out to be real bugs. Much of this work is invisible to end
  users, but is extremely useful in making GNU Radio more reliable and
  maintainable. Special thanks are due to Clayton for a lot of hard
  work this cycle.

- Use exceptions instead of `exit()` in several places.
- Fixed a variety of Python deprecation warnings.

- Packager note: `jsonschema` is required for the JSON Config and YAML
  Config blocks. Those blocks will be disabled if `jsonschema` is not
  found.

#### gnuradio-runtime
- Correct size/usage for single-mapped buffers (part of the new Custom
  Buffers feature).

- Correct buffer size allocation. This was actually the single change
  in v3.10.1.1, which did not get its own CHANGELOG entry.

#### GRC
- Improve discovery of xterm and related programs.

- Save generated hierarchical block code to the block library instead
  of the directory containing the current GRC flowgraph.

- New JSON Config and YAML Config blocks that load configuration
  variables from files at runtime. Those variables may then be used in
  block parameters.

- Store the GNU Radio version in flowgraph metadata when saving.

- Minor change in Python evaluation code to allow `affinity`,
  `minoutbuf` and `maxoutbuf` to be adjusted via script parameters.

#### Build system and packaging
- Require C++-17 for `gnuradio-runtime` and code compiled against it (via cmake flags).
- Add `pythonschema` to build- and run-time dependencies.

#### gr-blocks
- Add exponential distribution to Message Strobe Random block's `delay` selection.
- Quiet down debug messages in File Sink.
- Skip alignment check in File Source when the input file is not seekable (e.g., it is a pipe).

#### gr-filter
- Fix crash in Rational Resampler logging

#### gr-digital
- Add generic CRC blocks: CRC Append and CRC Check.

#### gr-qtgui
- Improve text/background color on Range widget.
- Digital Number Control emits message with new, instead of previous, value.

- Message Edit Box  sends message only when return  is pressed, rather
  than whenever focus is lost.

- Vector Sink allows legend to be disabled.
- Type error fixes (Python 3.10 is stricter about int casting).

#### gr-trellis

- Provide Python bindings for PCCC Encoder and Viterbi Combo.

#### gr-vocoder

- Add C++ generation support to gr-vocoder

#### Code generation tools

- Support strongly-typed enums in Python bindings

(mef)

2022-05-26 14:49:59 UTC MAIN commitmail json YAML

2022-05-26 11:09:54 UTC MAIN commitmail json YAML

py-gi-docgen: Fix PKGMANDIR=share/man.

(jperkin)

2022-05-26 10:30:33 UTC MAIN commitmail json YAML

doc: Updated fonts/ttf-meera to 7.0.3.20191223nb2

(nikita)

2022-05-26 10:30:16 UTC MAIN commitmail json YAML

ttf-meera: Add fontforge build-dependency.

(nikita)

2022-05-26 10:10:26 UTC MAIN commitmail json YAML

rust: Bump SunOS bootstrap and update target.

(jperkin)

2022-05-26 08:54:20 UTC MAIN commitmail json YAML

Updated databases/repmgr, devel/cmake

(adam)

2022-05-26 08:53:59 UTC MAIN commitmail json YAML

cmake: updated to 3.23.2

CMake 3.23.2
* CPack/NuGet: Restore component packaging on Windows
* cmInstallCommand: tweak error message
* cmExportBuildFileGenerator: handle genex-wrapped source paths
* ci: use CMake 3.23.1
* CheckLinkerFlag: Catch linker warning when the checked flag is ignored
* CheckCompilerFlags: Revert "Catch linker warning about ignored flags"
* Tests: Teach RunCMake to ignore Xcode extension point warnings
* gitlab-ci: update macOS jobs to use Xcode 13.3
* FindBoost: Add support for Boost 1.79
* Utilities/Sphinx: Clarify names of variables listing post-sphinx commands
* Utilities/Sphinx: Add variables listing pre-sphinx commands
* Tutorial: Provide a source archive when published on cmake.org
* cmGeneratedFileStream: Do not remove empty path
* FindPkgConfig: Fix preservation of ENV{PKG_CONFIG_ALLOW_SYSTEM_LIBS}
* gitlab-ci: Update Windows builds to MSVC 19.32 toolset
* VS: Fix CUDA CodeGeneration field for CMAKE_CUDA_ARCHITECTURES=OFF
* FortranCInterface: Fix failure with gfortran 12 and Clang
* Clang: Use -imsvc flag without space to support Clang tools
* file(GET_RUNTIME_DEPENDENCIES): Support VS 2022 without VS 2019
* libarchive: Update script to get 3.5.3
* libarchive: include archive_platform.h first in blake2s sources
* libarchive: Update build within CMake after changes in 3.5.3
* productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variable
* Help: Document when HIP_COMPILER generator expressions were added
* Tests: Ignore all classes in Xcode internal objc warnings
* CPackIFW: Fix regression in icon file names
* FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystem
* Help: Remove references to MODULE in $ doc
* LibArchive 2022-02-08 (673c1eae)
* FindPython: Add support for pypy v7.3.9 and uppers
* FindPython: fix typo error
* FindJava, FindJNI: ensure correct handling of versions on Windows
* Help/guide: Fix wrong header file reference
* ccmake: Move Initialization of Fields Inline
* ccmake: Fix crash when deleting all cache entries
* ccmake: Fix infinite loop during invalid search
* FindPython: add support for Python 3.12
* CMakePackageConfigHelpers: Fix note about version files supporting ranges

(adam)

2022-05-26 08:44:11 UTC MAIN commitmail json YAML

repmgr: updated to 5.3.2

repmgr 5.3.2 is a minor release

Bug fixes

repmgr node status: fix output with --downstream --nagios option combination.

repmgr standby clone: don't treat inability to determine the cluster size as a fatal error.

The cluster size is displayed for informational purposes and is not essential for execution of the clone operation. As the repmgr user may not have permissions for all databases in the cluster, ignore the cluster size query if it fails.

repmgrd: ensure the witness node record on the primary is always marked as active if previously marked inactive.

repmgrd: if standby_disconnect_on_failover is set, verify repmgr is a superuser before attempting to disable the WAL receiver.

If the repmgr user is a non-superuser, and a replication-only user exists, ensure redundant replication slots are dropped correctly even if the -S/--superuser option is not provided.

(adam)

2022-05-26 07:18:51 UTC MAIN commitmail json YAML

Note update of lang/rust-bin to 1.60.0.

(he)

2022-05-26 07:17:33 UTC MAIN commitmail json YAML

gstreamer1: Don't hardcode LOCALBASE in PLIST, thx jklos

(nia)

2022-05-26 07:17:30 UTC MAIN commitmail json YAML

Sync to main rust version, upgrade rust-bin to 1.60.0.

(he)

2022-05-26 06:51:20 UTC MAIN commitmail json YAML

doc: Updated devel/nspr to 4.34

(wiz)

2022-05-26 06:51:11 UTC MAIN commitmail json YAML

nspr: update to 4.34.

NSPR 4.34 contains the following changes:
- add an API that returns a preferred loopback IP
  on hosts that have two IP stacks available.
  Currently used only by NSS test utilities.

(wiz)

2022-05-26 06:46:53 UTC MAIN commitmail json YAML

qemu: remove patch that was removed from distinfo during last update

(wiz)

2022-05-26 06:19:12 UTC MAIN commitmail json YAML

doc: Updated mail/fetchmailconf to 6.4.30

(triaxx)

2022-05-26 06:18:51 UTC MAIN commitmail json YAML

fetchmailconf: Update to 6.4.30

upstream changes:
-----------------
See changes of mail/fetchmail

(triaxx)

2022-05-26 06:18:39 UTC MAIN commitmail json YAML

doc: Updated mail/fetchmail to 6.4.30

(triaxx)

2022-05-26 06:18:23 UTC MAIN commitmail json YAML

fetchmail: Update to 6.4.30

upstream changes:
-----------------
fetchmail-6.4.30 (released 2022-04-26, 31666 LoC):

# BREAKING CHANGES:
* Bump wolfSSL minimum required version to 5.2.0 to pull in security fix.

# CHANGES:
* Using OpenSSL 1.* before 1.1.1n elicits a compile-time warning.
* Using OpenSSL 3.* before 3.0.2  elicits a compile-time warning.
* configure.ac was tweaked in order to hopefully fix cross-compilation issues
  report, and different patch suggested, by Fabrice Fontaine,
  https://gitlab.com/fetchmail/fetchmail/-/merge_requests/42

# TRANSLATIONS: language translations were updated by this fine person:
* ro:    Remus-Gabriel Chelu [Romanian]

--------------------------------------------------------------------------------
fetchmail-6.4.29 (released 2022-03-20, 31661 LoC):

# TRANSLATIONS: language translations were updated by this fine person:
* vi:    Trần Ngọc Quân [Vietnamese]

--------------------------------------------------------------------------------
fetchmail-6.4.28 (released 2022-03-05, 31661 LoC):

# DOCUMENTATION:
* Fix a typo in the manual page, courtesy of Jeremy Petch.

# TRANSLATIONS: language translations were updated by this fine person:
* es:    Cristian Othón Martínez Vera [Spanish]

(triaxx)

2022-05-25 21:55:34 UTC MAIN commitmail json YAML

Note update of lang/rust-src to 1.60.0.

(he)

2022-05-25 21:54:43 UTC MAIN commitmail json YAML

rust-src: update / sync to rust version 1.60.0.

Checksum and PLIST adjustments.

(he)

2022-05-25 21:39:59 UTC MAIN commitmail json YAML

2022-05-25 21:32:07 UTC MAIN commitmail json YAML

Note addition of lang/rust to 1.60.0.

(he)

2022-05-25 21:31:26 UTC MAIN commitmail json YAML

lang/rust: update to version 1.60.0.

Pkgsrc changes:
* Bump available bootstraps to 1.59.0.
* Adjust line number in patches which had non-zero offsets.

Upstream changes:

Version 1.60.0 (2022-04-07)
===========================

Language
--------
- [Stabilize `#[cfg(panic = "...")]` for either `"unwind"` or `"abort"`.]
  [93658]
- [Stabilize `#[cfg(target_has_atomic = "...")]` for each integer
  size and `"ptr"`.][93824]

Compiler
--------
- [Enable combining `+crt-static` and `relocation-model=pic` on
  `x86_64-unknown-linux-gnu`][86374]
- [Fixes wrong `unreachable_pub` lints on nested and glob public
  reexport][87487]
- [Stabilize `-Z instrument-coverage` as `-C instrument-coverage`][90132]
- [Stabilize `-Z print-link-args` as `--print link-args`][91606]
- [Add new Tier 3 target `mips64-openwrt-linux-musl`\*][92300]
- [Add new Tier 3 target `armv7-unknown-linux-uclibceabi` (softfloat)\*][92383]
- [Fix invalid removal of newlines from doc comments][92357]
- [Add kernel target for RustyHermit][92670]
- [Deny mixing bin crate type with lib crate types][92933]
- [Make rustc use `RUST_BACKTRACE=full` by default][93566]
- [Upgrade to LLVM 14][93577]

\* Refer to Rust's [platform support page][platform-support-doc] for more
  information on Rust's tiered platform support.

Libraries
---------
- [Guarantee call order for `sort_by_cached_key`][89621]
- [Improve `Duration::try_from_secs_f32`/`f64` accuracy by directly
  processing exponent and mantissa][90247]
- [Make `Instant::{duration_since, elapsed, sub}` saturating][89926]
- [Remove non-monotonic clocks workarounds in `Instant::now`][89926]
- [Make `BuildHasherDefault`, `iter::Empty` and `future::Pending`
  covariant][92630]

Stabilized APIs
---------------
- [`Arc::new_cyclic`][arc_new_cyclic]
- [`Rc::new_cyclic`][rc_new_cyclic]
- [`slice::EscapeAscii`][slice_escape_ascii]
- [`<[u8]>::escape_ascii`][slice_u8_escape_ascii]
- [`u8::escape_ascii`][u8_escape_ascii]
- [`Vec::spare_capacity_mut`][vec_spare_capacity_mut]
- [`MaybeUninit::assume_init_drop`][assume_init_drop]
- [`MaybeUninit::assume_init_read`][assume_init_read]
- [`i8::abs_diff`][i8_abs_diff]
- [`i16::abs_diff`][i16_abs_diff]
- [`i32::abs_diff`][i32_abs_diff]
- [`i64::abs_diff`][i64_abs_diff]
- [`i128::abs_diff`][i128_abs_diff]
- [`isize::abs_diff`][isize_abs_diff]
- [`u8::abs_diff`][u8_abs_diff]
- [`u16::abs_diff`][u16_abs_diff]
- [`u32::abs_diff`][u32_abs_diff]
- [`u64::abs_diff`][u64_abs_diff]
- [`u128::abs_diff`][u128_abs_diff]
- [`usize::abs_diff`][usize_abs_diff]
- [`Display for io::ErrorKind`][display_error_kind]
- [`From<u8> for ExitCode`][from_u8_exit_code]
- [`Not for !` (the "never" type)][not_never]
- [_Op_`Assign<$t> for Wrapping<$t>`][wrapping_assign_ops]
- [`arch::is_aarch64_feature_detected!`][is_aarch64_feature_detected]

Cargo
-----
- [Port cargo from `toml-rs` to `toml_edit`][cargo/10086]
- [Stabilize `-Ztimings` as `--timings`][cargo/10245]
- [Stabilize namespaced and weak dependency features.][cargo/10269]
- [Accept more `cargo:rustc-link-arg-*` types from build script
  output.][cargo/10274]
- [cargo-new should not add ignore rule on Cargo.lock inside
  subdirs][cargo/10379]

Misc
----
- [Ship docs on Tier 2 platforms by reusing the closest Tier 1
  platform docs][92800]
- [Drop rustc-docs from complete profile][93742]
- [bootstrap: tidy up flag handling for llvm build][93918]

Compatibility Notes
-------------------
- [Remove compiler-rt linking hack on Android][83822]
- [Mitigations for platforms with non-monotonic clocks have been removed from
  `Instant::now`][89926]. On platforms that don't provide monotonic clocks, an
  instant is not guaranteed to be greater than an earlier instant anymore.
- [`Instant::{duration_since, elapsed, sub}` do not panic anymore on underflow,
  saturating to `0` instead][89926]. In the real world the panic happened mostly
  on platforms with buggy monotonic clock implementations rather than catching
  programming errors like reversing the start and end times. Such programming
  errors will now results in `0` rather than a panic.
- In a future release we're planning to increase the baseline requirements for
  the Linux kernel to version 3.2, and for glibc to version 2.17. We'd love
  your feedback in [PR #95026][95026].

Internal Changes
----------------

These changes provide no direct user facing benefits, but represent
significant improvements to the internals and overall performance
of rustc and related tools.

- [Switch all libraries to the 2021 edition][92068]

[83822]: https://github.com/rust-lang/rust/pull/83822
[86374]: https://github.com/rust-lang/rust/pull/86374
[87487]: https://github.com/rust-lang/rust/pull/87487
[89621]: https://github.com/rust-lang/rust/pull/89621
[89926]: https://github.com/rust-lang/rust/pull/89926
[90132]: https://github.com/rust-lang/rust/pull/90132
[90247]: https://github.com/rust-lang/rust/pull/90247
[91606]: https://github.com/rust-lang/rust/pull/91606
[92068]: https://github.com/rust-lang/rust/pull/92068
[92300]: https://github.com/rust-lang/rust/pull/92300
[92357]: https://github.com/rust-lang/rust/pull/92357
[92383]: https://github.com/rust-lang/rust/pull/92383
[92630]: https://github.com/rust-lang/rust/pull/92630
[92670]: https://github.com/rust-lang/rust/pull/92670
[92800]: https://github.com/rust-lang/rust/pull/92800
[92933]: https://github.com/rust-lang/rust/pull/92933
[93566]: https://github.com/rust-lang/rust/pull/93566
[93577]: https://github.com/rust-lang/rust/pull/93577
[93658]: https://github.com/rust-lang/rust/pull/93658
[93742]: https://github.com/rust-lang/rust/pull/93742
[93824]: https://github.com/rust-lang/rust/pull/93824
[93918]: https://github.com/rust-lang/rust/pull/93918
[95026]: https://github.com/rust-lang/rust/pull/95026

[cargo/10086]: https://github.com/rust-lang/cargo/pull/10086
[cargo/10245]: https://github.com/rust-lang/cargo/pull/10245
[cargo/10269]: https://github.com/rust-lang/cargo/pull/10269
[cargo/10274]: https://github.com/rust-lang/cargo/pull/10274
[cargo/10379]: https://github.com/rust-lang/cargo/pull/10379

[arc_new_cyclic]: https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.new_cyclic
[rc_new_cyclic]: https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.new_cyclic
[slice_escape_ascii]: https://doc.rust-lang.org/stable/std/slice/struct.EscapeAscii.html
[slice_u8_escape_ascii]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.escape_ascii
[u8_escape_ascii]: https://doc.rust-lang.org/stable/std/primitive.u8.html#method.escape_ascii
[vec_spare_capacity_mut]: https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.spare_capacity_mut
[assume_init_drop]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_drop
[assume_init_read]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_read
[i8_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i8.html#method.abs_diff
[i16_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i16.html#method.abs_diff
[i32_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i32.html#method.abs_diff
[i64_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i64.html#method.abs_diff
[i128_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i128.html#method.abs_diff
[isize_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.isize.html#method.abs_diff
[u8_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u8.html#method.abs_diff
[u16_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u16.html#method.abs_diff
[u32_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u32.html#method.abs_diff
[u64_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u64.html#method.abs_diff
[u128_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u128.html#method.abs_diff
[usize_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.usize.html#method.abs_diff
[display_error_kind]: https://doc.rust-lang.org/stable/std/io/enum.ErrorKind.html#impl-Display
[from_u8_exit_code]: https://doc.rust-lang.org/stable/std/process/struct.ExitCode.html#impl-From%3Cu8%3E
[not_never]: https://doc.rust-lang.org/stable/std/primitive.never.html#impl-Not
[wrapping_assign_ops]: https://doc.rust-lang.org/stable/std/num/struct.Wrapping.html#trait-implementations
[is_aarch64_feature_detected]: https://doc.rust-lang.org/stable/std/arch/macro.is_aarch64_feature_detected.html

(he)

2022-05-25 20:00:56 UTC MAIN commitmail json YAML

2022-05-25 19:53:26 UTC MAIN commitmail json YAML

2022-05-25 19:41:49 UTC MAIN commitmail json YAML

openjdk{11,17}: add bootstrap for NetBSD earmv[67]hf

Caution: It takes ~2 days to build on typical 32-bit hardware.
I recommend to build in a 32-bit chroot on aarch64.

(tnn)

2022-05-25 19:22:20 UTC MAIN commitmail json YAML

py-numpy: just assume the __builtin_prefetch configure test works

Also bump PKGREVISION since this is an installed header.

(tnn)

2022-05-25 19:09:25 UTC MAIN commitmail json YAML

2022-05-25 17:18:13 UTC MAIN commitmail json YAML

mk: use lang/ocaml/native.mk instead of wip/*

(wiz)

2022-05-25 15:45:32 UTC MAIN commitmail json YAML

Added mail/srs-milter 20141121nb9

This milter implemets SRS (Sender Rewriting Scheme) that can be used to
fix envelope MAIL FROM for forwarded mails protected by SPF. It can be
configured in two modes for:

* Incoming mail -- rewrite RCPT TO addresses in SRS format back
* Outgoing mail -- rewrite MAIL FROM address to SRS format

(manu)

2022-05-25 15:38:54 UTC MAIN commitmail json YAML

doc: Added www/py-wtforms-sqlalchemy version 0.3

(kleink)

2022-05-25 15:38:39 UTC MAIN commitmail json YAML

www: Add py-wtforms-sqlalchemy.

(kleink)

2022-05-25 15:38:10 UTC MAIN commitmail json YAML

Import WTForms-SQLAlchemy-0.3 as www/py-wtforms-sqlalchemy.

WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package
from WTForms. The package has been renamed to wtforms_sqlalchemy
but otherwise should function the same as wtforms.ext.sqlalchemy
did.

(kleink)

2022-05-25 15:36:41 UTC MAIN commitmail json YAML

doc: Added www/py-wtforms-django version 0.1

(kleink)

2022-05-25 15:36:26 UTC MAIN commitmail json YAML

www: Add py-wtforms-django.

(kleink)

2022-05-25 15:36:09 UTC MAIN commitmail json YAML

Import WTForms-Django-0.1 as www/py-wtforms-django.

WTForms-Django is a fork of the wtforms.ext.django package from
WTForms. The package has been renamed to wtforms_django but otherwise
should function the same as wtforms.ext.django did.

(kleink)

2022-05-25 15:34:09 UTC MAIN commitmail json YAML

doc: Added www/py-wtforms-dateutil version 0.1

(kleink)

2022-05-25 15:33:49 UTC MAIN commitmail json YAML

www: Add py-wtforms-dateutil.

(kleink)

2022-05-25 15:33:21 UTC MAIN commitmail json YAML

2022-05-25 15:31:56 UTC MAIN commitmail json YAML

*: mark as not-for-python-2.7 due to py-wtforms

(wiz)

2022-05-25 15:30:33 UTC MAIN commitmail json YAML

doc: Previous py-wtforms-appengine was addition, not update.

(kleink)

2022-05-25 15:29:31 UTC MAIN commitmail json YAML

doc: Updated www/py-wtforms-appengine to 0.1

(kleink)

2022-05-25 15:29:18 UTC MAIN commitmail json YAML

www: Add py-wtforms-appengine.

(kleink)

2022-05-25 15:28:50 UTC MAIN commitmail json YAML

Import WTForms-Appengine-0.1 as www/py-wtforms-appengine.

WTForms-Appengine is a fork of the wtforms.ext.appengine package
from WTForms. The package has been renamed to wtforms_appengine but
otherwise should function the same as the ext package, at least for
the moment.

(kleink)

2022-05-25 15:24:07 UTC MAIN commitmail json YAML

doc: Updated www/py-flask-wtf to 1.0.1

(kleink)

2022-05-25 15:23:52 UTC MAIN commitmail json YAML

py-flask-wtf: Update to 1.0.1.

Version 1.0.1
-------------

Released 2022-03-31

-  Update compatibility with the latest Werkzeug release. :issue:`511`

Version 1.0.0
--------------

Released 2021-11-07

-  Deprecated items removal :pr:`484`
-  Support for alternatives captcha services :pr:`425` :pr:`342`
    :pr:`387` :issue:`384`

Version 0.15.1
--------------

Released 2021-05-25

-  Add ``python_requires`` metadata to avoid installing on unsupported
    Python versions. :pr:`442`

Version 0.15.0
--------------

Released 2021-05-24

-  Drop support for Python < 3.6. :pr:`416`
-  ``FileSize`` validator. :pr:`307, 365`
-  Extra requirement ``email`` installs the ``email_validator``
    package. :pr:`423`
-  Fixed Flask 2.0 warnings. :pr:`434`
-  Various documentation fixes. :pr:`315, 321, 335, 344, 386, 400`,
    :pr:`404, 420, 437`
-  Various CI fixes. :pr:`405, 438`

(kleink)

2022-05-25 15:20:14 UTC MAIN commitmail json YAML

doc: Updated www/py-wtforms to 3.0.1

(kleink)

2022-05-25 15:19:54 UTC MAIN commitmail json YAML

py-wtforms: Update to 3.0.1.

Version 3.0.1
-------------

Released 2021-12-23

-  Fixed :class:`~fields.DateTimeField` and other similar fields can
    handle multiple formats. :issue:`720` :pr:`721`
-  Stop support for python 3.6 :pr:`722`

Version 3.0.0
-------------

Released 2021-11-07

-  Fixed :class:`~fields.RadioField` validators. :issue:`477` :pr:`615`
-  :meth:`~fields.FormField.populate_obj` always calls :func:`setattr`
    :pr:`675`
-  WTForms has a new logo. :issue:`569` :pr:`689`
-  Fixed :class:`~fields.RadioField` `render_kw` rendering. :issue:`490`
    :pr:`628` :pr:`688`
-  Support for optgroups in :class:`~fields.SelectField` and
    :class:`~fields.SelectMultipleField`. :issue:`656` :pr:`667`
-  Minor documentation fix. :issue:`701`
-  Custom separators for :class:`~fields.FieldList`. :issue:`681` :pr:`694`
-  :class:`~fields.DateTimeField`, :class:`~fields.DateField` and
    :class:`~fields.TimeField` support time formats that removes leading
    zeros. :pr:`703`
-  Refactoring: split `fields/core.py` and `fields/simple.py` :pr:`710`

Version 3.0.0a1
---------------

Released 2020-11-23

-  Drop support for Python < 3.6. :pr:`554`
-  :class:`~fields.StringField` sets ``data`` to ``None`` when form
    data is empty and an initial value was not provided. Although it
    previously set an empty string, ``None`` is consistent with the
    behavior of other fields. :pr:`355`
-  Specified version of Babel required for setup to avoid errors.
    :pr:`430`
-  Replaced use of ``getattr``/``setattr`` with regular variable
    access. :issue:`482`
-  :class:`ValueError` raised by a validator are handled like regular
    exceptions. Validators need to raise
    :class:`~validators.ValidationError` or
    :class:`~validators.StopValidation` to make a validation fail.
    :issue:`445`
-  :class:`~fields.SelectField`, :class:`~fields.SelectMultipleField` and
    :class:`~fields.RadioField` *choices* parameter can be a callable.
    :pr:`608`
-  Choices shortcut for :class:`~fields.core.SelectMultipleField`.
    :issue:`603` :pr:`605`
-  Forms can have form-level errors. :issue:`55` :pr:`595`
-  Implemented :class:`~wtforms.fields.core.MonthField`. :pr:`530` :pr:`593`
-  Filters can be inline. :meth:`form.BaseForm.process` takes a
    *extra_filters* parameter. :issue:`128` :pr:`592`
-  Fields can be passed the ``name`` argument to use a HTML name
    different than their Python name. :issue:`205`, :pr:`601`
-  Render attribute names like ``for_`` and ``class_`` are normalized
    consistently so later values override those specified earlier.
    :issue:`449`, :pr:`596`
-  Flags can take non-boolean values. :issue:`406` :pr:`467`
-  Widgets are HTML5 by default. :issue:`594` :pr:`614`
-  Fixed a bug when the :class:`~wtforms.fields.core.SelectField` choices
    are list of strings. :pr:`598`
-  Error messages standardization. :issue:`613` :pr:`620` :pr:`626` :pr:`627`
-  :class:`~wtforms.fields.core.SelectMultipleField` `validate_choice`
    bugfix. :issue:`606` :pr:`642`
-  Fixed SelectMultipleField validation when using choices list shortcut.
    :issue:`612` :pr:`661`

(kleink)

2022-05-25 14:06:36 UTC MAIN commitmail json YAML

Updated www/nginx, www/nginx-devel

(osa)

2022-05-25 13:57:03 UTC MAIN commitmail json YAML

www/nginx*: cross merging

The third-party upload module has been add to www/nginx-devel.
Merge pcre/pcre2 functional from www/nginx-devel to www/nginx.

I'm going to review patches for the both ports.

Bump PKGREVISIONs.

(osa)

2022-05-25 12:21:14 UTC MAIN commitmail json YAML

Updated textproc/py-dill, textproc/py-JWT

(adam)

2022-05-25 12:20:55 UTC MAIN commitmail json YAML

py-JWT: updated to 2.4.0

v2.4.0

Security
- [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24

Changed
- Explicit check the key for ECAlgorithm by @estin in https://github.com/jpadilla/pyjwt/pull/713
- Raise DeprecationWarning for jwt.decode(verify=...) by @akx in https://github.com/jpadilla/pyjwt/pull/742

Fixed
- Don't use implicit optionals by @rekyungmin in https://github.com/jpadilla/pyjwt/pull/705
- documentation fix: show correct scope for decode_complete() by @sseering in https://github.com/jpadilla/pyjwt/pull/661
- fix: Update copyright information by @kkirsche in https://github.com/jpadilla/pyjwt/pull/729
- Don't mutate options dictionary in .decode_complete() by @akx in https://github.com/jpadilla/pyjwt/pull/743

Added
- Add support for Python 3.10 by @hugovk in https://github.com/jpadilla/pyjwt/pull/699
- api_jwk: Add PyJWKSet.__getitem__ by @woodruffw in https://github.com/jpadilla/pyjwt/pull/725
- Update usage.rst by @guneybilen in https://github.com/jpadilla/pyjwt/pull/727
- Docs: mention performance reasons for reusing RSAPrivateKey when encoding by @dmahr1 in https://github.com/jpadilla/pyjwt/pull/734
- Fixed typo in usage.rst by @israelabraham in https://github.com/jpadilla/pyjwt/pull/738
- Add detached payload support for JWS encoding and decoding by @fviard in https://github.com/jpadilla/pyjwt/pull/723
- Replace various string interpolations with f-strings by @akx in https://github.com/jpadilla/pyjwt/pull/744
- Update CHANGELOG.rst

(adam)

2022-05-25 12:18:26 UTC MAIN commitmail json YAML

2022-05-25 11:02:14 UTC MAIN commitmail json YAML

www/nginx: update 1.21.6 -> 1.22.0

Also, update third-party modules:
o) http_push from 1.2.12 to 1.2.15
o) lua from 0.10.20 to 0.10.21
o) njs from 0.7.3 to 0.7.4

(osa)

2022-05-25 10:55:30 UTC MAIN commitmail json YAML

librsvg: require py-gi-docgen>=2022.1nb1

Issue noted by Hauke Fath in PR pkg/56856.

(gutteridge)

2022-05-25 10:48:47 UTC MAIN commitmail json YAML

www/nginx: update to the recent stable version, 1.22.0

Also, update third-party modules:
o) http_push from 1.2.12 to 1.2.15
o) lua from 0.10.20 to 0.10.21
o) njs from 0.7.3 to 0.7.4

(osa)

2022-05-25 10:25:54 UTC MAIN commitmail json YAML

doc: Updated shells/starship to 1.7.1

(pin)

2022-05-25 10:25:32 UTC MAIN commitmail json YAML

shells/starship: update to 1.7.1

1.7.1 (2022-05-24)
Features
  go: check for go.work file to show Go module in prompt
  hostname: add ssh_symbol for ssh connections
  package: Extract package version from PEP 621 compliant pyproject.toml
  rust: Display toolchain names

Bug Fixes
  ci: Version bump and fix Crowdin Pretranslate
  Do not panic in config if editor not found
  module: list option not working
  nu: use the most recent starship init
  Use git2::Repository::open_ext() instead of discover()

1.7.0 (2022-05-24)
  chore(master): release 1.7.0

(pin)

2022-05-25 10:02:27 UTC MAIN commitmail json YAML

lsof: don't need to keep track of the parent vnode kva, save some RAM

(tnn)

2022-05-25 09:50:03 UTC MAIN commitmail json YAML

Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools

(adam)

2022-05-25 09:49:25 UTC MAIN commitmail json YAML

grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.3

v1.46.3
Core
backport: xds: use federation env var to guard new-style resource name parsing

v1.46.2
Ruby
Backport "[Ruby]fix a rake compile error since rake-compiler ~> 1.1".
Backport "Upgrade ruby rake-compiler-dock images

(adam)

2022-05-25 09:48:58 UTC MAIN commitmail json YAML

lsof: don't consume buffer space if we didn't add a '/'

(tnn)

2022-05-25 09:37:54 UTC MAIN commitmail json YAML

lsof: fix comparison operator, ride previous bump

(tnn)

2022-05-25 09:34:02 UTC MAIN commitmail json YAML

doc: Updated sysutils/dbus to 1.14.0nb3

(jperkin)

2022-05-25 09:33:53 UTC MAIN commitmail json YAML

dbus: Add SunOS socket libs for socketpair().

Bump PKGREVISION as this was a configure test that was failing.  The build
would succeed, but the resulting binaries would just break at runtime with
a "you do not have socketpair support" error.  Thanks for that, dbus.

(jperkin)

2022-05-25 09:33:37 UTC MAIN commitmail json YAML

2022-05-25 09:29:15 UTC MAIN commitmail json YAML

Removed archivers/py-yuicompressor; Updated devel/py-anyio

(adam)

2022-05-25 09:28:57 UTC MAIN commitmail json YAML

py-anyio: updated to 3.6.1

3.6.1

- Fixed exception handler in the asyncio test runner not properly handling a context
  that does not contain the ``exception`` key

3.6.0

- Fixed ``TypeError`` in ``get_current_task()`` on asyncio when using a custom ``Task`` factory
- Updated type annotations on ``run_process()`` and ``open_process()``:
  * ``command`` now accepts accepts bytes and sequences of bytes
  * ``stdin``, ``stdout`` and ``stderr`` now accept file-like objects
- Changed the pytest plugin to run both the setup and teardown phases of asynchronous
  generator fixtures within a single task to enable use cases such as cancel scopes and
  task groups where a context manager straddles the ``yield``

(adam)

2022-05-25 09:22:05 UTC MAIN commitmail json YAML

2022-05-25 09:06:14 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.244

(wiz)