Commit graph

351045 commits

Author SHA1 Message Date
taca
df1ae6645e doc: Updated lang/php80 to 8.0.15 2022-01-21 00:32:45 +00:00
taca
0de6fb7de9 lang/php80: update to 8.0.15
20 Jan 2022, PHP 8.0.15

- Core:
  . Fixed bug #81656 (GCC-11 silently ignores -R). (Michael Wallner)
  . Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown).
    (cmb)

- Filter:
  . Fixed FILTER_FLAG_NO_RES_RANGE flag. (Yifan Tong)

- Hash:
  . Fixed bug GH-7759 (Incorrect return types for hash() and hash_hmac()).
    (cmb)
  . Fixed bug GH-7826 (Inconsistent argument name in hash_hmac_file and
    hash_file). (cmb)

- MySQLnd:
  . Fixed bug where large bigints may be truncated. (Nathan Freeman, cmb)

- OCI8:
  . Fixed bug GH-7765 (php_oci_cleanup_global_handles segfaults at second
    call). (cmb)

- OPcache:
  . Fixed bug #81679 (Tracing JIT crashes on reattaching). (cmb)

- PDO_PGSQL:
  . Fixed error message allocation of PDO PgSQL. (SATO Kentaro)

- Sockets:
  . Avoid void* arithmetic in sockets/multicast.c on NetBSD. (David Carlier)

- Spl:
  . Fixed bug #75917 (SplFileObject::seek broken with CSV flags). (Aliaksandr
    Bystry)
2022-01-21 00:32:08 +00:00
taca
9509cdafe0 doc: Updated devel/ruby-redmine41 to 4.1.5nb2 2022-01-21 00:29:08 +00:00
taca
c9e85945db devel/ruby-redmine41: relax dependency
Relax dependency to ruby-csv.

Bump PKGREVISION.
2022-01-21 00:28:36 +00:00
wen
9e0c352d85 Updated devel/p5-Config-Tiny to 2.28 2022-01-21 00:22:50 +00:00
wen
c8976fdb02 Update to 2.28
Upstream changes:
Changes for version 2.28 - 2022-01-04

    Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles with my variables. With thanx.
    Accept 2019 pull request to Makefile.PL, for the purpose of modernization, and with some slight modifications, from Grinnz.
    Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
    Thanx to Grinnz aka Dan Book for the prompting.
2022-01-21 00:20:59 +00:00
leot
2ae8953899 doc: Added devel/conftest version 0.30.0 2022-01-20 23:23:15 +00:00
leot
bb222f3a40 devel: Add conftest 2022-01-20 23:23:02 +00:00
leot
2dc0288ae0 conftest: Import conftest-0.30.0 as devel/conftest
Conftest helps you write tests against structured configuration data.
Using Conftest you can write tests for your Kubernetes configuration,
Tekton pipeline definitions, Terraform code, Serverless configs or any
other config files.

Conftest uses the Rego language from Open Policy Agent for writing the
assertions.
2022-01-20 23:22:34 +00:00
fox
522750a3bf doc: Updated sysutils/htop to 3.1.2 2022-01-20 22:49:08 +00:00
fox
6c1c00ae6c sysutils/htop: Update to 3.1.2
Changes since 3.1.1:

What's new in version 3.1.2

* Bugfix for crash when storing modified settings at exit
* Generate xz-compressed source tarball (with configure) using github actions
* Allow -u UID with numerical value as argument
* Added documentation for obsolete/state libraries/program files highlighting
* Some obsolete/stale library highlighting refinements
* Column width issues resolved
* Dynamic UID column sizing improved
* Discard stale information from Disk and Network I/O meters
* Refined Linux kernel thread detection
* Reworked process state handling
* New CCGROUP column showing abbreviated cgroup name
* New OFFSET column in the list of open files screen
2022-01-20 22:48:41 +00:00
tnn
ec49b3a5d8 doc: Updated www/grafana to 8.3.4 2022-01-20 22:23:31 +00:00
tnn
1b5992990f grafana: update to 8.3.4
Forward OAuth Identity Token (CVE-2022-21673) + other bugfixes
2022-01-20 22:22:31 +00:00
tnn
74b9cfd540 go-module.mk: allow packages that use this to have post-extract & pre-clean 2022-01-20 21:37:11 +00:00
schmonz
70b9932f34 doc: Updated net/djbdnscurve6 to 41 2022-01-20 20:30:42 +00:00
schmonz
ca72a67d79 Update to 41. From the changelog:
- Small adjustments after a large DNS Internet survey done by dnscache.
- Removed JBP's CNAME enhancement for dnscache (query.c)
  [http://jdebp.info/Softwares/djbwares/djbdns-patches.html];
  seems does not work under all circumstances [20220113#1].
2022-01-20 20:30:34 +00:00
adam
d2ffa204a2 Updated databases/openldap, textproc/ugrep 2022-01-20 20:16:28 +00:00
adam
1ee9a83097 ugrep: updated to 3.6.0
ugrep v3.6.0
New --replace option to replace pattern matches in the output with custom formatted text with % fields. This option can be combined with any other option, including -y (--any-line) to pass through a file with substitutions applied to the output. To make ugrep more user-friendly, the new --help format option argument displays a summary of % format fields, the new --help regex option argument displays an overview of regular expression pattern syntax, and the new --help globs option argument displays the gitignore-style glob syntax and conventions used by ugrep. Increased searching speed of large files with AVX optimizations applied to the default pattern matcher engine. AVX optimizations were largely disabled (only partially applied) to make ugrep binary portable on Linux platforms since ugrep v3.3.5, requested by issue trackers 103 and 143. Binary portability over x86/x64 now works better with new multi-version code selected at runtime to run the original faster pattern matching engine. More coming soon!

ugrep v3.5.0
New --zmax=NUM option to be used with -z (--decompress) to search compressed files and archives recursively stored within tar/zip/cpio/pax archives for up to NUM recursive expansion levels deep. (Directory trees in archives are already recursively traversed and do not require --zmax.) The --zmax argument may range from 1 (default) to 99 for up to 99 recursive decompression and de-archiving steps. Improved option -U to be used for backward compatibility with GNU/BSD grep by no longer flagging invalid UTF as "binary files". More to come soon!

ugrep v3.4.0
New Boolean search query options --files and --lines. The specified Boolean search query conditions apply to lines by default. Because GNU/BSD grep and ugrep are generally line-based, --lines is the default option. Specify --files --bool to apply the specified Boolean query to files as a whole: a file matches if all Boolean conditions are satisfied by matching patterns anywhere in the file. More to come soon!
2022-01-20 20:16:08 +00:00
adam
a33c436242 openldap: updated to 2.6.1
OpenLDAP 2.6.1 Release (2022/01/20)
	Fixed libldap to init client socket port
	Fixed libldap with referrals
	Added slapd config keyword for logfile format
	Fixed slapd to allow objectClass edits with no net change
	Fixed slapd configtable population
	Fixed slapd to only set loglevel in server mode
	Fixed slapd logfile-rotate use of uninitialized variable
	Fixed slapd passwd scheme handling with slapd.conf
	Fixed slapd postread support for modrdn
	Fixed slapd syncrepl recreation of deleted entries
	Fixed slapd syncrepl replication with ODSEE
	Fixed slapd syncrepl to properly replicate glue entries
	Fixed slapd syncrepl to reject REFRESH for precise resync
	Fixed slapd syncrepl to avoid busy loop during refresh
	Fixed slapd syncrepl when X-ORDERED is specified
	Fixed slapd syncrepl to better handle out of order delete ops
	Fixed slapd syncrepl to correctly close connections when config is deleted
	Fixed slapd-mdb to update indices correctly on replace ops
	Fixed slapd-wt to set correct flags
	Fixed slapo-accesslog to fix assertion due to deprecated code
	Fixed slapo-accesslog to fix inconsistently normalized minCSN
	Fixed slapo-accesslog delete handling of multi-valued config attrs
	Fixed slapo-autogroup to maintain values in insertion order
	Fixed slapo-constraint to maintain values in insertion order
	Fixed slapo-dyngroup to maintain values in insertion order
	Fixed slapo-dynlist compare operation for static groups
	Fixed slapo-dynlist static group filter with multiple members
	Fixed slapo-ppolicy when not built modularly
	Fixed slapo-refint to maintain values in insertion order
	Fixed slapo-retcode to honor requested insert position
	Fixed slapo-sock cn=config support
	Fixed slapo-syncprov memory leak
	Fixed slapo-syncprov to generate a more accurate accesslog query
	Fixed slapo-syncprov to allow empty DB to host persistent syncrepl connections
	Fixed slapo-syncprov to consider all deletes for sycnInfo messages
	Fixed slapo-translucent to warn on invalid config
	Fixed slapo-unique to warn on invalid config
	Fixed slapo-valsort to maintain values in insertion order
	Build Environment
		Fix test022 to preserve DELAY search output
		Fix slapd-watcher to allow startup when servers are down
	Contrib
		Fixed slapo-lastbind to work with 2.6 lastbind-precision configuration
	Documentation
		Fixed slapd.conf(5)/slapd-config(5) documentation on lastbind-precision
		Fixed slapo-accesslog(5) to clarify logoldattr usage
2022-01-20 20:10:03 +00:00
rhialto
a25063a6a0 doc: Updated misc/calibre to 5.34.0 2022-01-20 19:03:24 +00:00
rhialto
6377fd18fd misc/calibre: update major version, to 5.34.0.
Major change: now uses Python 3.
Other changes: too many to list; see the file Changelog.txt in the distfile.

New option: rar, to allow calibre to look inside rar archives.

Actually connecting an ebook-reader device is still untested, but might
work better with the libusb and libmtp extensions that are enabled since
version 4.23.0.
2022-01-20 19:03:07 +00:00
bsiegert
328ce8ae2b doc: Updated devel/go-staticcheck to 2021.1.2 2022-01-20 17:34:04 +00:00
bsiegert
2d056875e4 New package, go-staticcheck.
Staticcheck is a state of the art linter for the Go programming language. Using
static analysis, it finds bugs and performance issues, offers simplifications,
and enforces style rules.
2022-01-20 17:33:09 +00:00
nros
a9d8f190f1 gobject-introspection: Set GI_SCANNER_DISABLE_CACHE to keep fake homedir clean 2022-01-20 17:08:33 +00:00
nros
dfd3535bc0 Fix dbus PIE build
Only remove -fPIE and -pie when PKGSRC_MKPIE is no.
The buildlink transforms make the tools become non-pie.
This causes the PIE checks to fail.
2022-01-20 16:38:21 +00:00
schmonz
2fa64d175d doc: Updated sysutils/etckeeper to 1.18.16nb1 2022-01-20 13:53:21 +00:00
schmonz
372891566b Fix a missing EGREP subst. While here, subst PERL5 too. Bump PKGREVISION. 2022-01-20 13:53:13 +00:00
jperkin
27fd45c764 python310: Solaris 10 fixes, from pekdon via IRC. 2022-01-20 13:07:50 +00:00
jperkin
15df63e406 python39: Solaris 10 fixes, from pekdon via IRC. 2022-01-20 13:06:33 +00:00
jperkin
e8ec79db80 python37: Solaris 10 fixes, from pekdon via IRC. 2022-01-20 13:03:23 +00:00
jperkin
96c7d4bd72 python27: Solaris 10 fixes, from pekdon via IRC. 2022-01-20 12:57:13 +00:00
jperkin
7a4a989924 python38: Solaris 10 fixes, from pekdon via IRC. 2022-01-20 11:52:28 +00:00
gutteridge
7a700f786d databases/Makefile: sort entries 2022-01-20 02:51:47 +00:00
gutteridge
8b33ba3951 doc: Updated x11/xfce4-indicator-plugin to 2.4.1 2022-01-20 01:25:27 +00:00
gutteridge
902a8a09d2 xfce4-indicator-plugin: update to 2.4.1
Change log:

2.4.1
======
- Fix distcheck build with recent libtool
- Remove placeholder 'No Indicators' button (#14)
- Fix compilation warnings
- automake: Some updates
- autoconf: Some updates
- Add `.gitignore`
- Translation Updates:
  Basque, Belarusian, Catalan, Czech, Galician, Norwegian Bokmål,
  Russian, Slovenian, Spanish, Turkish, Ukrainian
2022-01-20 01:25:04 +00:00
gutteridge
c9735e88ff doc: Updated graphics/ristretto to 0.12.2 2022-01-20 01:04:10 +00:00
gutteridge
93c4eec2c2 ristretto: update to 0.12.2
0.12.2 (2022-01-14)
======
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (#82)
  - Thumbnailer: Add thumbnail flavor support (#81)

- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList

- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList

- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (#76)

- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm��l, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur
2022-01-20 01:03:55 +00:00
wiz
6ecd93e468 py-trio: add missing {TEST_,}DEPENDS
Bump PKGREVISION
2022-01-19 22:56:00 +00:00
wiz
11bf0aad01 doc: Added devel/py-outcome version 1.1.0 2022-01-19 22:39:31 +00:00
wiz
5c7ca654cb devel/Makefile: + py-outcome 2022-01-19 22:39:22 +00:00
wiz
a00adcad97 devel/py-outcome: import py-outcome-1.1.0
Capture the outcome of Python function calls. Extracted from the Trio project.
2022-01-19 22:39:01 +00:00
nia
7caf02a3e7 irssi: fix building on Solaris 10
PR pkg/56632
2022-01-19 22:15:43 +00:00
nia
7a0a5355e9 skey: fix building on Solaris 10
PR pkg/56636
2022-01-19 22:10:16 +00:00
nia
5adb4c7338 gnupg2: Fix building on Solaris 10
PR pkg/56638
2022-01-19 22:09:00 +00:00
nia
ce0cdfd224 doc: Updated emulators/mednafen to 1.29.0 2022-01-19 21:56:56 +00:00
nia
dadb5a9e6e mednafen: update to 1.29.0
Notable changes since 1.28.0-UNSTABLE:
     * Added support for playing the SCSP-generated music from most Sega
       Model 2A, 2B, 2C, and 3 arcade games.
     * PCE: Fixed a memory initialization bug that could cause graphics
       glitches after the explosion of the first boss in "R-Type".
     * PCE, PCE-Fast: Fixed unreadable black letters in "Order of the
       Griffon"'s password entry screen.
     * SNES: Fixed broken emulation on little-endian PPC64 due to endianness
       misdetection.
     * SNES-Faust: Fixed S-DSP pitch modulation being half as strong as it
       should be.
     * VB: Fixed a VSU modulation emulation inaccuracy that severely
       distorted some sound effects in "Virtual Boy Wario Land".

   Notable changes since 1.27.1:
     * Stricter parsing of the configuration file and numeric setting values,
       with error messages now containing line numbers when relevant.
     * Added setting "video.force_bbclear", default value of "0", which when
       set to "1" will force clearing of the backbuffer before drawing every
       frame.
     * Added setting "video.cursorvis", default value of "hidden", to allow
       for showing the windowing system's mouse cursor within Mednafen's
       window even when it's not required.
     * Implemented an M3U recursion limit of 9, adjustable by the new setting
       "cd.m3u.recursion_limit".
     * Implemented a limit of 25 on the total number of CD images loaded
       while processing M3U files, adjustable via the new setting
       "cd.m3u.disc_limit".
     * Added Zstandard decompression support to game loading, with both naked
       files("zst" extension) and ZIP archives.
     * Added support for loading CD images from ZIP archives when the
       "cd.image_memcache" setting is set to "1". The ZIP archive may be
       loaded directly, or indirectly via an M3U file. An M3U file may also
       exist within the ZIP archive, to allow loading multiple CD images from
       within that ZIP archive. However, loading from a ZIP archive within
       another ZIP archive is not supported.
     * Changed the naming of save games, save states, etc. for
       gzip-compressed games. Previously, a gzip-compressed file named like
       "whatever.nes.gz" would generate a save game named like
       "whatever.nes.<HASH>.sav", but will now generate a save game named
       like "whatever.<HASH>.sav", the same as if "whatever.nes" had been
       loaded instead of "whatever.nes.gz". The old behavior may be restored
       by setting the new undocumented setting "filesys.old_gz_naming" to
       "1".
     * SS: The emulated reset button mapped to Mednafen's reset command
       key(F10 default) will now respect the "input.ckdelay" setting.
     * SS: The VA0/VA1 motherboard's memory mapping behavior for Low-RAM is
       now emulated instead of VA2's, to fix a crash in "Myst" in the
       generator room.
     * SS: Fixed unresponsive input in "Discworld".
     * SS: Fixed startup abort to CD player screen in the Europe and USA
       releases of "Primal Rage".
     * SS: Fixed abort to CD player screen when trying to start a game demo
       in Gremlin Interactive's "Demo Disc".
     * SS: Fixed inability to skip the intro FMV in "Senkutsu Katsuryu
       Taisen: Chaos Seed".
     * SS: Fixed flickering title screen in the "Saturn Super Vol. 2" demo of
       "Golden Axe: The Duel".
     * SS: Fixed a regression introduced in 1.26.0-UNSTABLE that broke the CD
       audio player in the North America/Europe BIOS.
     * SS: Implemented emulation of the CD block Scan command, to allow the
       scan forward/backward functionality in the BIOS's CD audio player to
       work.
     * SS: Fixed a bug in the CD seek handling code that could cause more
       emulator frame pacing and sound buffer underrun issues than strictly
       necessary when CD image memory caching is not enabled, the default.
     * SS: Corrected a few inaccuracies in the relative timing between
       different SCSP EG rates and between different SCSP timer prescaler
       rates(probably with negligible audible effects in commercial game
       sound drivers).
     * VB: Added "left" and "right" options to the "vb.3dmode" setting, to
       allow for more easily showing only the left or right view.
2022-01-19 21:56:43 +00:00
schmonz
12f378fec6 doc: Updated www/lighttpd to 1.4.64 2022-01-19 21:41:57 +00:00
schmonz
d9893cb86a Update to 1.4.64. From the changelog:
## Important changes

* remove deprecated modules, bugfixes, CVE-2022-22707 (rare configs)

## Behavior Changes

(previously announced and scheduled)

* graceful restart/shutdown timeout changed from 0 (disabled) to 8 seconds
  configure an alternative with:
  server.feature-flags += ("server.graceful-shutdown-timeout" => 8)

* build: lighttpd defaults to --with-pcre2 instead of --with-pcre
  pcre2 is current. pcre is no longer maintained.
  Explicitly specify --with-pcre in build to use pcre instead of pcre2.

* deprecated modules (previously announced) have been removed
  * mod_authn_mysql
  * mod_mysql_vhost
  * mod_cml
  * mod_flv_streaming
  * mod_geoip
  * mod_trigger_b4_dl

## Changes from 1.4.63

* [core] fix trace issued for loading mod_auth (fixes #3121)
* [meson] need -lrt with glibc < 2.17 (fixes #3120)
* [core] adjust time jump detection (fixes #3123)
* [core] make setrlimit() warn, not fatal
* [core] add remote IP to some error msgs (fixes #3122)
* [mod_webdav] If-None-Match on non-existent entity
* [build] check getxattr before attr_get and -lattr
* [doc] SELinux: setsebool -P httpd_setrlimit on
* [build] create sha512sum file with release
* [build] CI builds now use make -j 2
* [core] http_response_send_file() takes const path
* [core] use ETag response header to check cachable
* [core] add more const to stat_cache_update_entry()
* [multiple] remove r->physical.etag
* [mod_magnet] interface to http_response_send_file
* [build] add headers for sendfile() detect on MacOS
* [core] http_response_write_prepare optimization
* [core] define static_assert for uClibc (fixes #3127)
* [build] -Wno-implicit-fallthrough for ls-hpack
* [core] ignore pcre2 "bad JIT option" warning
* [build] pcre2: use pkg-config before pcre2-config
* [core] http_response_has_error_handler()
* [core] consolidate request restart loop check
* [core] defer retrieving Last-Modified until needed
* [mod_dirlisting] fix logic inversion in cache
* [core] mark expect cond in http_response_send_file
* [core] connection_handle_read_state() tweak
* [core] connection_state_machine_loop() tweaks
* [core] connection_state_machine_h2() tweaks
* [core] quiet coverity noise
* [core] use lower limit for max-fds if !setrlimit
* [build] do not check for prctl; HAVE_PRCTL unused
* [core] server.core-files support on FreeBSD (fixes #3128)
* [mod_extforward] support longer PROXY v2 TLV vec
* [mod_webdav] detect truncated copy_file_range()
* [mod_webdav] copy_file_range() new in FreeBSD 13
* [mod_webdav] copy_file_range() new in FreeBSD 13
* [build] feature consistency between build types
* [build] cmake build now defaults to C11
* [core] CCRandomGenerateBytes() for rand on macOS (fixes #3129)
* [multiple] remove long-deprecated modules
* [build] default --with-pcre2 unless --with-pcre
* [core] "server.graceful-shutdown-timeout" => 8
* [build] adjust trace for regex-conditionals
* [build] update tests/SConscript
* [core] errno_t detection on Illumos
* [build] cmake build now defaults to C11
* [build] meson: find pcre2 w/o pkg-config
* [core] define _EXTENSIONS_ on Illumos
* [build] cmake,meson socket libs for win32, Illumos (fixes #3130)
* [core] hide bsd_accept_filter code on OpenBSD (fixes #3131)
* [core] errno_t and rsize_t detection on Illumos
* [mod_webdav] copy acceleration
* [mod_webdav] define HAVE_RENAMEAT2 earlier
* [build] meson misdetects mempcpy on some platforms
* [build] cmake: skip "-Wl,-export-dynamic" Illumos
* [build] adjust .gitignore for macOS
* [build] meson crypt and dl detection on *BSD (fixes #3133)
* [core] /dev/null is a symlink on Illumos (fixes #3132)
* [core] server.core-files support for solaris (fixes #3135)
* [build] feature consistency between build types
* [build] Haiku build fix (fixes #3136)
* [lemon] silence coverity warnings
* [cmake] raise minimum version to 3.7
* [cmake] add address/undefined sanitize compile options
* [asan tests] fix memory leaks
* [array] use speaking names for array "fn" vtables for better debugging experience
* [ci] add cmake-asan build type
* [core] buffer_copy_string() use "" if s is NULL
* [mod_authn_gssapi] code reuse: fdevent_mkostemp()
* [mod_authn_gssapi] reduce KRB5CCNAME mem alloc
* [build] adjust help strings for pcre2 default
* [core] (const char *) for srvconf.modules_dir
* [multiple] remove buffer_init_string()
* [multiple] remove buffer_init_buffer()
* [mod_extforward] fix out-of-bounds (OOB) write (fixes #3134)
* [build] use -fstack-protector-strong w/ extra warn
* [build] collect Sun-specific headers and funcs
* [build] collect Sun-specific headers and funcs
* [build] rm redundant check for -lnetwork on Haiku
* [build] check headers before some funcs
* [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)
* [core] allow tests/tmp/bind.conf override (#3137)
* [mod_webdav] no sys/ioctl.h on _WIN32
* [tests] _WIN32 adjustments in LightyTest.pm
* [tests] revert _WIN32 adjustments in LightyTest.pm
* [mod_gnutls] lift size check out of DN loop
* [mod_mbedtls] lift size check out of DN loop
* [mbedtls] save (mbedtls_ssl_config *) in hctx
* [multiple] permit UTF-8 in SSL_CLIENT_S_DN_*
* [mod_openssl] do not esc UTF-8 in cert subject
* [mod_mbedtls] reconstruct SSL_CLIENT_S_DN
* [mod_mbedtls] changes to build with mbedtls 3.0.0
* [mod_mbedtls] remove use of out_left in mbedtls 3
* [mod_mbedtls] mbedtls_ssl_conf_groups for 3.1.0

pkgsrc changes:

- Remove options 'gdbm' and 'memcached', no longer used
2022-01-19 21:41:48 +00:00
rhialto
9932fa31dd doc: Added devel/py-trio version 0.19.0 2022-01-19 21:15:01 +00:00
rhialto
26ebbfa8de Makefile: add py-trio. 2022-01-19 21:14:47 +00:00