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 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 15:11:44 UTC Now

2022-12-06 12:00:39 UTC MAIN commitmail json YAML

oracle-jdk17: Revert OPSYSVARS change.

It doesn't work as intended, appending to WRKSRC rather than setting it.

(jperkin)

2022-12-06 12:00:13 UTC MAIN commitmail json YAML

Remoive accidentally generated duplicates.

(vins)

2022-12-06 11:40:08 UTC MAIN commitmail json YAML

doc: Added editors/jupp version 3.1.41

(vins)

2022-12-06 11:38:00 UTC MAIN commitmail json YAML

editors/ee: import package from wip.

EasyEdit is an easy to use text editor. Intended to be usable with little
or no instruction. Provides a terminal (curses based) interface. Features
pop-up menus. Born in HP-UX, included in FreeBSD.

(vins)

2022-12-06 11:15:06 UTC MAIN commitmail json YAML

doc: Added editors/jupp version 3.1.41

(vins)

2022-12-06 11:14:00 UTC MAIN commitmail json YAML

add jupp to editors/Makefile.

(vins)

2022-12-06 11:10:24 UTC MAIN commitmail json YAML

editors/jupp: import package from wip.

This is the portable version of JOE's Own Editor from the MirBSD
project.
This version has been enhanced by several functions intended for
programmers or other professional users, and includes a lot of bug
fixes.

(vins)

2022-12-06 09:46:59 UTC MAIN commitmail json YAML

Note update of devel/gdb to 10.1nb5.

(he)

2022-12-06 09:45:51 UTC MAIN commitmail json YAML

devel/gdb: make this build on NetBSD/macppc.

* Follow up struct member renames in callframe and stackframe.
* Import fixes to ppc-nbsd-tdep.c from our in-tree gdb.
* Fix up sim/ppc/emul_netbsd.c to use the versioned syscall names
  for gettimeofday and getrusage.

Bump PKGREVISION.

(he)

2022-12-06 08:54:36 UTC MAIN commitmail json YAML

doc: Updated www/unit-python to 1.28.0nb1

(wiz)

2022-12-06 08:54:23 UTC MAIN commitmail json YAML

unit-python: add Python 3.11 support using upstream patch

Bump PKGREVISION.

(wiz)

2022-12-06 08:21:34 UTC MAIN commitmail json YAML

Updated net/haproxy, devel/py-pylint

(adam)

2022-12-06 08:21:18 UTC MAIN commitmail json YAML

py-pylint: updated to 2.15.8

1.5.4

Merge StringMethodChecker with StringFormatChecker. This fixes a bug where disabling all the messages and enabling only a handful of messages from the StringFormatChecker would have resulted in no messages at all.
Don窶冲 apply unneeded-not over sets.

(adam)

2022-12-06 08:18:17 UTC MAIN commitmail json YAML

haproxy: updated to 2.7.0

2.7.0
- MINOR: ssl: forgotten newline in error messages on ca-file
- BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init
- DOC: config: provide some configuration hints for "http-reuse"
- DOC: config: refer to section about quoting in the "add_item" converter
- DOC: halog: explain how to use -ac and -ad in the help message
- DOC: config: clarify the fact that SNI should not be used in HTTP scenarios
- DOC: config: mention that a single monitor-uri rule is supported
- DOC: config: explain how default matching method for ACL works
- DOC: config: clarify the fact that "retries" is not just for connections
- BUILD: halog: fix missing double-quote at end of help line
- DOC: config: clarify the -m dir and -m dom pattern matching methods
- MINOR: activity: report uptime in "show activity"
- REORG: activity/cli: move the "show activity" handler to activity.c
- DEV: poll: add support for epoll
- DEV: tcploop: centralize the polling code into wait_for_fd()
- DEV: tcploop: add support for POLLRDHUP when supported
- DEV: tcploop: do not report an error on POLLERR
- DEV: tcploop: add optional support for epoll
- SCRIPTS: announce-release: add a link to the data plane API
- CLEANUP: stick-table: fill alignment holes in the stktable struct
- MINOR: stick-table: store a per-table hash seed and use it
- MINOR: stick-table: show the shard number in each entry's "show table" output
- CLEANUP: ncbuf: remove ncb_blk args by value
- CLEANUP: ncbuf: inline small functions
- CLEANUP: ncbuf: use standard BUG_ON with DEBUG_STRICT
- BUG/MINOR: quic: Endless loop during retransmissions
- MINOR: mux-h2: add the expire task and its expiration date in "show fd"
- BUG/MINOR: peers: always initialize the stksess shard value
- REGTESTS: fix peers-related regtests regarding "show table"
- BUG/MEDIUM: mux-h1: Close client H1C on EOS when there is no output data
- MINOR: stick-table: change the API of the function used to calculate the shard
- CLEANUP: peers: factor out the key len calculation in received updates
- BUG/MINOR: peers: always update the stksess shard number on incoming updates
- CLEANUP: assorted typo fixes in the code and comments
- MINOR: mux-h1: add the expire task and its expiration date in "show fd"
- MINOR: debug: improve error handling on the memstats command parser
- BUILD: quic: allow build with USE_QUIC and USE_OPENSSL_WOLFSSL
- CLEANUP: anon: clarify the help message on "debug dev hash"
- MINOR: debug: relax access restrictions on "debug dev hash" and "memstats"
- SCRIPTS: run-regtests: add a version check
- MINOR: version: mention that it's stable now

(adam)

2022-12-06 08:14:08 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv, sysutils/py-xattr, textproc/py-ujson, devel/py-types-ujson

(adam)

2022-12-06 08:13:45 UTC MAIN commitmail json YAML

py-types-ujson: updated to 5.6.0.0

5.6.0.0 (2022-12-02)

Bump ujson to 5.6.*

(adam)

2022-12-06 08:12:11 UTC MAIN commitmail json YAML

py-ujson: updated to 5.6.0

5.6.0

Added

Update vendored double-conversion to 3.2.1

Fixed

Fix len integer overflow issue

(adam)

2022-12-06 08:09:51 UTC MAIN commitmail json YAML

py-xattr: updated to 0.10.1

Version 0.10.1 released 2022-12-03

* Update github actions
  https://github.com/xattr/xattr/issues/112
* Updated README to add reference to osxmetadata
  https://github.com/xattr/xattr/pull/110

(adam)

2022-12-06 08:08:42 UTC MAIN commitmail json YAML

py-virtualenv: updated to 20.17.1

Bugfixes - 20.17.1
~~~~~~~~~~~~~~~~~~
- A ``py`` or ``python`` spec means any Python rather than ``CPython``
- Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the prompt if reqeusted

(adam)

2022-12-06 06:29:51 UTC MAIN commitmail json YAML

Add the .pc files into buildlink on the off chance pkg-config changes behavior in the future.

(sekiya)

2022-12-06 05:34:06 UTC MAIN commitmail json YAML

Add pkgconf .pc files to PLIST for packages that rely on pkgconf

Adjust readline.pc so that it does not depend on a pkgconf-aware termlib.

(sekiya)

2022-12-06 01:45:17 UTC MAIN commitmail json YAML

py-music21: update a comment

(gutteridge)

2022-12-06 01:41:19 UTC MAIN commitmail json YAML

2022-12-06 01:37:11 UTC MAIN commitmail json YAML

fixes.xml: add more explanatory detail about GITHUB_TAG use

(gutteridge)

2022-12-06 01:08:54 UTC MAIN commitmail json YAML

xfce4-icon-theme: update DESCR

(gutteridge)

2022-12-06 01:02:52 UTC MAIN commitmail json YAML

meta-pkgs/xfce4: add a comment

(gutteridge)

2022-12-06 00:57:05 UTC MAIN commitmail json YAML

mate-icon-theme: fix spelling of PKGREVISION

(gutteridge)

2022-12-06 00:56:06 UTC MAIN commitmail json YAML

mate-icon-theme-faenza: add ICON_THEMES=yes

(gutteridge)

2022-12-06 00:55:18 UTC MAIN commitmail json YAML

mate-icon-theme: add ICON_THEMES=yes

(gutteridge)

2022-12-06 00:49:22 UTC MAIN commitmail json YAML

mate-themes: patch out redundancies and add ICON_THEMES=yes

During the build phase, translation files are generated, installed, and
then deleted. This needs to be better sorted out upstream.

(gutteridge)

2022-12-06 00:45:33 UTC MAIN commitmail json YAML

2022-12-06 00:36:13 UTC MAIN commitmail json YAML

buildlink.xml: drop RCS ID from code example

It served no real purpose here, and causes CVS to inject the revision
details of the generated HTML file on each update instead.

(gutteridge)

2022-12-06 00:30:00 UTC MAIN commitmail json YAML

libreoffice6-bin: update DESCR

(gutteridge)

2022-12-06 00:29:16 UTC MAIN commitmail json YAML

libreoffice5-bin: update DESCR

(gutteridge)

2022-12-06 00:27:33 UTC MAIN commitmail json YAML

libreoffice5-bin: this also conflicts with libreoffice6-bin

(gutteridge)

2022-12-05 22:42:54 UTC MAIN commitmail json YAML

py-pandas: needs C++ and GCC >= 8

(adam)

2022-12-05 21:59:01 UTC MAIN commitmail json YAML

doc: Added security/git-crypt version 0.7.0

(nikita)

2022-12-05 21:57:58 UTC MAIN commitmail json YAML

security/git-crypt: Import git-crypt version 0.7.0 from wip.

git-crypt enables transparent encryption and decryption of files in a
git repository.  Files which you choose to protect are encrypted when
committed, and decrypted when checked out.  git-crypt lets you freely
share a repository containing a mix of public and private content.
git-crypt gracefully degrades, so developers without the secret key can
still clone and commit to a repository with encrypted files.  This lets
you store your secret material (such as keys or passwords) in the same
repository as your code, without requiring you to lock down your entire
repository.

(nikita)

2022-12-05 21:44:58 UTC MAIN commitmail json YAML

rust: Force use of bundled lzma.

(jperkin)

2022-12-05 15:59:02 UTC MAIN commitmail json YAML

(lang/nqp) Update buildlink3.mk

(mef)

2022-12-05 15:44:32 UTC MAIN commitmail json YAML

doc: Updated lang/nqp to 2022.12

(mef)

2022-12-05 15:44:20 UTC MAIN commitmail json YAML

(lang/nqp) Updated 2022.06 to 2022.12, explicit ChangeLog unknown

(mef)

2022-12-05 15:39:22 UTC MAIN commitmail json YAML

doc: Updated devel/MoarVM to 2022.12

(mef)

2022-12-05 15:39:08 UTC MAIN commitmail json YAML

(devel/MoarVM) Updated 2022.06 to 2022.12

New in 2022.12

Core:
+ Protect the two property code lookup hashes being set up with a mutex
  [9bc1beed]
+ Add fallback resolver [43e60db9][a6fbcf6b][35064bf9][c89c3ec8][5d0f92c6]
+ Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
  [976c1168]
+ Add unsigned comparison ops (eq, ne, (l|g)(e|t)) [c77dc1d4]
+ Add chown op [c69534c6][a1cbb9c4]
+ Reset errno to error of latest call to mkdir [4089a869]

Documentation:

GC:
+ Remove the fixed size allocator (FSA) [2a8c494e]

JIT:

Spesh:
+ use correct format string in spesh log skip line [4575c474]

Strings:
+ Use 2-char-at-a-time version of jeaiii's itoa [fd0cadbf]

New in 2022.07

Core:
+ Attempt at implementing a "bytecode-size" dispatch [cc49dcf9]
+ Error message fix - one usually connects *to* things [79bb406d]

Documentation:

GC:
+ Run finalizers even with tc->last_handler_result [3796890b]

JIT:

Spesh:
+ Set facts on disp prog translation of int and num lits [09ce373a]
+ Commit some missed uint things [ced36686]

(mef)

2022-12-05 14:34:50 UTC MAIN commitmail json YAML

doc: Updated audio/schismtracker to 20221201

(fcambus)

2022-12-05 14:34:37 UTC MAIN commitmail json YAML

schismtracker: update to 20221201.

Summary of changes since 20221020 release:

- Fix macOS integration
- 10.7 is now the minimum macOS version, as supported by SDL
- Fix issues when reverting to a previous video interpolation setting

(fcambus)

2022-12-05 11:47:03 UTC MAIN commitmail json YAML

2022-12-05 11:25:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.20.1

(pin)

2022-12-05 11:25:24 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.20.1

Changes & fixes
- xplr shell will default to $SHELL, using bash as a fallback. oh-my-zsh users
  please add TRAPEXIT() { echoti rmkx; } in your .zshrc (see #499 for more
  info).
- (experiment) xplr will now display full-screen help menu in intermediate
  modes. Set xplr.config.modes.builtin[mode].layout = nil to disable. e.g.
  xplr.config.modes.builtin.create.layout = nil
- Added new utility functions to work with json and yaml data.
    - xplr.util.from_json()
    - xplr.util.to_json()
    - xplr.util.from_yaml()
    - xplr.util.to_yaml()
- Added new utility function xplr.util.version() to get the currently running
  binary version (semantic versioning fields).
- Fixed displaying multispace characters (Japanese, Chinese...), thanks to
  @Elvyria for contributing to tui-input.
- Fixed a bug causing the creation of a new directory named .\n when creating
  new files containing space in the name.
- Minor UI updates.

(pin)

2022-12-05 11:24:14 UTC MAIN commitmail json YAML

doc: Updated net/phetch to 1.2.0

(pin)

2022-12-05 11:23:54 UTC MAIN commitmail json YAML

net/phetch: update to 1.2.0

phetch is all about fun colors, but your options have always been limited.
You could turn off colors via NO_COLOR env variable or you could leave them on.
That's it.

Well, not anymore. As of v1.2, phetch now supports themes, in addition to a few
new config options.

Android & Termux
- phetch is now available on Android via Termux! You can find
  phetch-v1.2.0-android-aarch64.tgz at the bottom of this release.
  Thanks @mmpx12!

Bugfixes
- Suspending and resuming phetch with ctrl-z/fg should now work properly on
  non-fish shells.

Config Options
- The new config options in this release, for your convenience, are as follows:
    - scroll controls how many lines to jump by when paging up/down. If set
      to 0 (the new default), you'll jump by an entire screen.
    - autoplay controls whether you'll be prompted to play media files or not.
      By default it's false, but one might find it handy to set to true if
      hosting, say, a Gopher-powered music server.

Keyboard Shortcuts
- Just one, but it's a doozy:
    - You can now reload the current URL by pressing R (shift+r). Super handy
      when developing your own Gopherhole!

Themes
- As mentioned, themes are simple files with roughly the same format as
  phetch.conf.

Create your theme file and launch phetch with -t FILE, or set the theme FILE
option in your ~/.config/phetch/phetch.conf

You can also set theme colors directly in your phetch.conf.

Learn more about themes, including which colors are available, by opening
phetch's on-line help: press h then 7 to get there quickly.

For reference, we've included a few fun themes in the repo itself that you can
download and play with: https://github.com/xvxx/phetch/tree/master/themes

(pin)

2022-12-05 11:23:00 UTC MAIN commitmail json YAML

doc: Updated sysutils/hexyl to 0.11.0

(pin)

2022-12-05 11:22:39 UTC MAIN commitmail json YAML

sysutils/hexyl: update to 0.11.0

Features
- Significantly improved performance, see #173 and #176 (@sharifhsn)
- Added variable panels through the --panels and --terminal-width flags,
  see #13 and #164 (@sharifhsn)
- Added new --group-bytes/-g option, see #104 and #170 (@RinHizakura)
- Added new --base B option (where B can be binary, octal, decimal or
  hexadecimal), see #147 and #178 (@sharifhsn)
- Show actual zero bytes as ⋄ in the character panel (previously: 0), in
  order not to confuse them with ASCII
- 0 bytes if colors are deactivated. Closes #166 (@sharkdp)

hexyl as a library
- Breaking change: Printer::new is deprecated as a part of the public API.
  Alternatively, you can now construct a Printer using the PrinterBuilder
  builder API, see #168. (@sharifhsn)

Other
- More tests for the squeezing feature, see #177 (@mkatychev)

Thank you
- Special thanks go to @sharifhsn, not just for the new features, bugfixes
  and performance improvements. But also for many internal improvements of
  the code base and other maintenance tasks.

(pin)

2022-12-05 11:21:38 UTC MAIN commitmail json YAML

doc: Updated textproc/csvlens to 0.1.10

(pin)

2022-12-05 11:20:37 UTC MAIN commitmail json YAML

textproc/csvlens: update to 0.1.10

v0.1.10
- Handle irregular CSV when calculating column widths
- Improved event loop handling
- Improved memory usage when creating temporary file from stdin

(pin)

2022-12-05 10:17:48 UTC MAIN commitmail json YAML

2022-12-05 09:32:34 UTC MAIN commitmail json YAML

felinks: mark as not-make-jobs-safe

Fails with
ld: no input files

(wiz)

2022-12-05 08:54:30 UTC MAIN commitmail json YAML

doc: Updated x11/libXxf86dga to 1.1.6

(wiz)

2022-12-05 08:54:21 UTC MAIN commitmail json YAML

libXxf86dga: update to 1.1.6.

The primary change in this release is dropping support for a number of
OS'es from the previous millenium.  If you're still running an OS that
has not had a new release in the past quarter of a century, then you
probably don't want to try installing this new release on it.

Alan Coopersmith (9):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      unifdef __UNIXOS2__
      Remove SunOS 4 support (defined(sun) && (SVR4))
      unifdef ISC
      unifdef Lynx
      unifdef DGUX
      libXxf86dga 1.1.6

(wiz)

2022-12-05 08:53:23 UTC MAIN commitmail json YAML

doc: Updated x11/libXv to 1.0.12

(wiz)

2022-12-05 08:53:14 UTC MAIN commitmail json YAML

libXv: update to 1.0.12.

Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      XvGetReq: remove trailing semicolon that caller is expected to provide
      Variable scope reductions
      Handle implicit conversion warnings from clang
      libXv 1.0.12

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-12-05 08:52:14 UTC MAIN commitmail json YAML

doc: Updated x11/libXScrnSaver to 1.2.4

(wiz)

2022-12-05 08:52:03 UTC MAIN commitmail json YAML

libXScrnSaver: update to 1.2.4.

Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Whitespace fixes
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Handle implicit conversion warnings from clang
      libXScrnSaver 1.2.4

Samanta Navarro (1):
      Fix typo in manual page

(wiz)

2022-12-05 08:50:35 UTC MAIN commitmail json YAML

doc: Updated x11/libXres to 1.2.2

(wiz)

2022-12-05 08:50:26 UTC MAIN commitmail json YAML

libXres: update to 1.2.2.

Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Reformat code to X.Org standard style
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Variable scope reductions
      Resolve -Wsign-compare warnings from gcc
      Handle implicit conversion warnings from clang
      Use calloc instead of malloc to allocate arrays
      libXres 1.2.2

(wiz)

2022-12-05 08:36:03 UTC MAIN commitmail json YAML

Updated devel/ccache, converters/py-chardet

(adam)

2022-12-05 08:35:47 UTC MAIN commitmail json YAML

py-chardet: updated to 5.1.0

chardet 5.1.0

Features

Add should_rename_legacy argument to most functions, which will rename older encodings to their more modern equivalents (e.g., GB2312 becomes GB18030)
Add capital letter sharp S and ISO-8859-15 support
Add a prober for MacRoman encoding
Add --minimal flag to chardetect command
Add type annotations to the project and run mypy on CI
Add support for Python 3.11

Fixes

Clarify LGPL version in License trove classifier
Remove support for EOL Python 3.6
Remove unnecessary guards for non-falsey values

Misc changes

Switch to Python 3.10 release in GitHub actions
Remove setup.py in favor of build package
Run tests on macos, Windows, and 3.11-dev

(adam)

2022-12-05 08:29:44 UTC MAIN commitmail json YAML

ccache: updated to 4.7.4

Ccache 4.7.4

Bug fixes

Fixed an inode cache race condition.
The default temporary directory is now $XDG_RUNTIME_DIR/ccache-tmp instead of a hardcoded /run/user/<UID>/ccache-tmp. If XDG_RUNTIME_DIR is not set, <cache_dir>/tmp is used. This avoids creating /run/user/<UID> on systems that don窶冲 have it if compiling as root.
Added a fallback in case posix_fallocate returns EINVAL when creating the inode cache file.
Connection timeout for an HTTP connection is now reported as a timeout instead of an error.
Temporary files found in the cache are no longer counted in --show-compression.
Removed duplicate magic header in output from --inspect.
Ccache now properly waits for all recompression jobs to finish when there is no f subdirectory in the cache.

Other minor improvements

Improved inode cache logging.

Documentation improvements

Removed stray parenthesis.
Improved description of how header files are handled.
Added a hint about using -fno-pch-timestamp for precompiled headers with Clang.
Removed obsolete description of compiler type 窶徘ump窶�.

More https://ccache.dev/releasenotes.html

(adam)

2022-12-05 06:27:23 UTC MAIN commitmail json YAML

security/mozilla-rootcerts-openssl: fix build problem

Update PLIST to fix build problem.

(taca)

2022-12-04 23:16:45 UTC MAIN commitmail json YAML

doc: Updated x11/libXdamage to 1.1.6

(wiz)

2022-12-04 23:16:35 UTC MAIN commitmail json YAML

libXdamage: update to 1.1.6.

Alan Coopersmith (11):
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Variable scope reduction as recommended by cppcheck
      Mark two dpy parameters const as suggested by cppcheck
      XDamageCloseDisplay: Mark codes as unused
      Remove unnecessary casts from malloc() and free() calls
      Handle -Wconversion warnings from clang
      Handle -Wshorten-64-to-32 warnings from clang
      libXdamage 1.1.6

(wiz)

2022-12-04 23:07:42 UTC MAIN commitmail json YAML

2022-12-04 23:06:49 UTC MAIN commitmail json YAML

cutter: remove default-off goffice option

(wiz)

2022-12-04 22:44:44 UTC MAIN commitmail json YAML

Add licenses/djgpp-license

This is GPL with extra permissions, so maybe should be added to the list of
default allowable licenses.

(js)

2022-12-04 22:40:01 UTC MAIN commitmail json YAML

doc: Added cross/i586-pc-msdosdjgpp-gcc version 11.2.0

(js)

2022-12-04 22:39:43 UTC MAIN commitmail json YAML

2022-12-04 22:38:38 UTC MAIN commitmail json YAML

doc: Added cross/i586-pc-msdosdjgpp-sdk version 2.05

(js)

2022-12-04 22:37:27 UTC MAIN commitmail json YAML

2022-12-04 22:16:54 UTC MAIN commitmail json YAML

doc: Updated x11/libXcomposite to 0.4.6

(wiz)

2022-12-04 22:16:39 UTC MAIN commitmail json YAML

libXcomposite: update to 0.4.6.

Alan Coopersmith (9):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Mark two dpy parameters const as suggested by cppcheck
      Remove unnecessary casts from malloc() and free() calls
      Wrap XComposite*CheckExtension() in do { ... } while(0)
      Handle implicit conversion warnings from clang
      XCompositeCloseDisplay: Mark codes as unused
      libXcomposite 0.4.6

(wiz)

2022-12-04 22:12:08 UTC MAIN commitmail json YAML

magit: remove

Doesn't build in any bulk build I can find, package untouched since import
in 2012; use emacs package infrastructure (e.g. package.el) to install
a current version.

(wiz)

2022-12-04 22:05:07 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-r128 to 6.12.1

(wiz)

2022-12-04 22:04:58 UTC MAIN commitmail json YAML

xf86-video-r128: update to 6.12.1.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      R128RAMRec: constify name pointer
      xf86-video-r128 6.12.1

Niveditha Rau (1):
      Mark DriverRec exported in r128_probe.h to match r128_probe.c

(wiz)

2022-12-04 21:13:31 UTC MAIN commitmail json YAML

2022-12-04 20:39:02 UTC MAIN commitmail json YAML

kubo: Improve DESCR

(wiz)

2022-12-04 20:10:07 UTC MAIN commitmail json YAML

doc: Added filesystems/kubo version 0.17.0

(wiz)

2022-12-04 20:09:54 UTC MAIN commitmail json YAML

filesystems/Makefile: + kubo

(wiz)

2022-12-04 20:09:12 UTC MAIN commitmail json YAML

filesystems/kubo: import kubo-0.17.0

Packaged in wip by myself and bsiegert@

IPFS is a global, versioned, peer-to-peer filesystem. It combines
good ideas from previous systems such as Git, BitTorrent, Kademlia,
SFS, and the Web. It is like a single BitTorrent swarm, exchanging
git objects. IPFS provides an interface as simple as the HTTP web,
but with permanence built-in. You can also mount the world at /ipfs.

(wiz)

2022-12-04 20:08:03 UTC MAIN commitmail json YAML

doc: Added cross/i586-pc-msdosdjgpp-binutils version 2.39

(js)

2022-12-04 20:07:49 UTC MAIN commitmail json YAML

2022-12-04 20:07:12 UTC MAIN commitmail json YAML

cross/ppc-morphos-gcc-9: Use autoconf269

The default autoconf changed in the meantime and GCC breaks loudly with
autoconf 2.70.

(js)

2022-12-04 19:04:21 UTC MAIN commitmail json YAML

gdb7: fix it so that it builds on NetBSD/macppc-current.

Also conditionalize use of <sys/user.h>, probably beneficial
for other NetBSD ports.

(he)

2022-12-04 18:30:39 UTC MAIN commitmail json YAML

2022-12-04 18:08:34 UTC MAIN commitmail json YAML

Updated devel/SDL2, www/py-yarl

(adam)

2022-12-04 18:08:15 UTC MAIN commitmail json YAML

py-yarl: updated to 1.8.2

1.8.2 (2022-12-03)
==================
This is the first release that started shipping wheels for Python 3.11.

(adam)

2022-12-04 18:07:47 UTC MAIN commitmail json YAML

SDL2: updated to 2.26.1

2.26.1
This is a stable bugfix release, with the following changes:

Improved audio resampling quality
Fixed crash if SDL_GetPointDisplayIndex() or SDL_GetRectDisplayIndex() are called before SDL_VideoInit()
Fixed building with older Xcode and macOS SDK
Fixed building when not using shared Wayland libraries

(adam)

2022-12-04 18:00:11 UTC MAIN commitmail json YAML

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

(adam)

2022-12-04 17:59:09 UTC MAIN commitmail json YAML

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

Release v1.51.1

Python

Revert "Build with System OpenSSL on Mac OS arm64

Release v1.51.0

Core

Bump core version 202211082118.
c-ares DNS resolver: fix logical race between resolution timeout/cancellation and fd readability.
[log] Longer space for filenames.
c-ares DNS resolver: remove unnecessary code in SRV callback.
Correct the domain-socket client address read out from the ServerContext.
outlier detection: remove env var protection.
EventEngineFactoryReset - remove custom factory and reset default engine.
[tls] Remove support for pthread tls.

C++

Added version macros to gRPC C++.
OpenCensus: Move measures, views and CensusContext to include file.
GcpObservability: Add experimental public target.

C#

Fix msbuild failing when '@' is present in path (2nd attempt).
Revert "Fix msbuild failing when '@' is present in path".
Fix msbuild failing when '@' is present in path.

PHP

fixing php 8.2 deprecations.

Python

Fix lack of cooldown between poll attempts.
Build with System OpenSSL on Mac OS arm64.
Remove enum and future.
[Remove Six] Remove dependency on six.
Update xds-protos package to pull in protobuf 4.X.

(adam)

2022-12-04 17:51:27 UTC MAIN commitmail json YAML

calibre: fix dependency pattern

(wiz)

2022-12-04 17:43:50 UTC MAIN commitmail json YAML

doc: Updated graphics/kvantum to 1.0.7

(pin)

2022-12-04 17:43:28 UTC MAIN commitmail json YAML

graphics/kvantum: update to 1.0.7

- A rare crash is prevented when a busy progress-bar is destroyed. The credit
  goes to @NaofumiHonda for finding the triggering conditions.

(pin)

2022-12-04 17:42:44 UTC MAIN commitmail json YAML

doc: Updated textproc/git-delta to 0.15.1

(pin)

2022-12-04 17:42:24 UTC MAIN commitmail json YAML

textproc/git-delta: update to 0.15.1

- Explicitly request xz compression by @dandavison in #1249

(pin)

2022-12-04 17:41:33 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.19.7

(pin)

2022-12-04 17:41:05 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.19.7

- Capitalize '{{username}}', fix: 'tel:' is not local

(pin)

2022-12-04 17:40:49 UTC MAIN commitmail json YAML

Updated devel/protobuf, devel/py-protobuf

(adam)

2022-12-04 17:40:17 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 1.3.4

(pin)

2022-12-04 17:39:56 UTC MAIN commitmail json YAML

editors/featherpad: update to 1.3.4

A potential cause of crash is removed (by initializing the variables of
TextEdit and TabBar before any event is triggered).

Also:
● The Paste item of the Edit menu is enabled/disabled appropriately.
● The single quote is covered as the digit separator in C++(≥14) syntax
  highlighting.
● Enabled instant tooltips and corrected context menus on Wayland.

(pin)

2022-12-04 17:39:16 UTC MAIN commitmail json YAML

doc: Updated editors/feathernotes to 1.1.0

(pin)

2022-12-04 17:38:46 UTC MAIN commitmail json YAML

editors/feathernotes: update to 1.1.0

This release is mostly about fixing or circumventing bugs, especially with Qt6.

Main changes:

● A crash on pasting empty clipboard is fixed.
● A bug is fixed in updating widget states after deleting a node.
● Text zooming is fixed for documents that are saved by the Qt6 version.
● The text tab stop distance is corrected.
● A workaround has been added for a Qt6 bug that doesn't include newlines in
  the plain-text data of the copied text.
● Total node deselection is prevented with Qt6.
● The Unix signal handling is revamped.
● "Embed Image" is removed from the toolbar to make it uncluttered (it's till
  in the right-click and Format menus).
● The context menus and tooltips are corrected under Wayland.
● Simplified finding of Qt modules with cmake.
● Silenced the compilation warnings with Qt 6.4.

(pin)

2022-12-04 17:38:45 UTC MAIN commitmail json YAML

protobuf py-protobuf: updated to [34].21.10

Protocol Buffers v21.10

Java

Use bit-field int values in buildPartial to skip work on unset groups of fields.
Mark nested builder as clean after clear is called

UPB

Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.x

Other

Add public modifiers to kotlin code

(adam)

2022-12-04 17:11:25 UTC MAIN commitmail json YAML

doc: Updated lang/algol68g to 3.1.0

(rhialto)

2022-12-04 17:11:14 UTC MAIN commitmail json YAML

lang/algol68g: update to version 3.1.0

Most pkgsrc patches were incorporated.

From the NEWS file:

Version 3.1.0, November 2022
* Fix several bugs reported for 3.0.0-8.
* Apply several OS dependent patches reported for 3.0.0-8.
* READ and INCLUDE relative to the source file, not the present working directory.
  This conforms to the C preprocessor standard.

Versions 3.0.1-8, January/September 2022
* Fix several bugs reported for 3.0.0-7.
* Apply several OS dependent patches reported for 3.0.0-7.
* Update a68g.exe to GSL 2.7.1 and R mathlib 4.1.2.

(rhialto)

2022-12-04 17:02:16 UTC MAIN commitmail json YAML

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

(taca)

2022-12-04 17:01:57 UTC MAIN commitmail json YAML

www/ruby-pygments.rb: update to 2.3.1

2.3.1 (2022-12-04)

Summary

This release fixes "Broken pipe error in Mentos" caused by inability
pygments.rb to find Python executable in certain environments

Distribution

* RubyGem (pygments.rb)

Release meta

Released on: 2022-12-04
Released by: @slonopotamus

(taca)

2022-12-04 17:00:14 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-io-event to 1.1.3

(taca)

2022-12-04 16:59:43 UTC MAIN commitmail json YAML

devel/ruby-io-event: update to 1.1.3

1.1.3 (2022-12-03)

* Don't try to compile native extension on JRuby.
* Fix external test runner.

(taca)

2022-12-04 16:57:49 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-async to 2.3.0

(taca)

2022-12-04 16:57:29 UTC MAIN commitmail json YAML

devel/ruby-async: update to 2.3.0

2.3.0 (2022-12-03)

What's Changed

* Convert tests to sus. by @ioquatix in #188
* Use a linked list for the barrier implementation. by @ioquatix in #192
* Add a concurrency primitive for waiting for a specific number of tasks to
  complete. by @ioquatix in #189
* Better support for Fiber.set_scheduler. by @ioquatix in #194
* Rename Async::LimitedBarrier to Async::Waiter based on feedback. by
  @ioquatix in #196
* Relax io-event dependency. by @ioquatix in #200
* Implement semaphore using linked list. by @ioquatix in #203

(taca)

2022-12-04 16:54:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/puppet to 7.20.0

(taca)

2022-12-04 16:54:10 UTC MAIN commitmail json YAML

sysutils/puppet: update to 7.20.0

pkgsrc change: fix typo of USE_LANGUAGES.

7.20.0 (2022-10)

Enhancements

* Tag and bump puppet-resource_api in Puppet 7
* Bumps resource-api gem to 1.8.16. PA-4702

Resolved issues

* Puppet::Util::Json raises an error when reading an empty file

* Puppet no longer errors when loading an empty task metadata file. PUP-11629

* Augeas not working on M1 macOS Big Sur

  Fixed a bug in the Augeas component of the puppet-agent platform on
  macOS. Contributed by Puppet community member h0tw1r3. PA-4704

* Augtool packaged in puppet-agent 7.19.0 is broken

  puppet-agent 7.19.0 had a broken Augeas packaged with it. This is fixed in
  puppet-agent 7.20.0. PA-4686

Deprecations and removals

* Support for Debian 9 removed

  This release removes support for Debian 9 (x86 and x86-64) from
  puppet-agent. PA-4576

* Support for Fedora 34 and 32 removed

  This release removes support for Fedora 34 and 32 (x86-64) from
  puppet-agent. PA-4284, PA-4269

(taca)

2022-12-04 16:46:56 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.19.2

(taca)

2022-12-04 16:46:24 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.19.2

3.19.2 (2022-12-03)

5 Bug fixes:

* Fixed bug parsing array patterns using %w, %i, etc.

* Fixed dedenting when heredoc has only empty line and interpolation. (mvz)

* Fixed dsym unescaping. (mvz)

* Fixed vars in pattern matching that should be lasgn, not lvar.

* find_pat mid-patterns are now splatted inline, not wrapped in an array_pat.

(taca)

2022-12-04 16:44:26 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-specinfra to 2.83.4

(taca)

2022-12-04 16:43:54 UTC MAIN commitmail json YAML

sysutils/ruby-specinfra: update to 2.83.4

2.83.4 (2022-11-21)

* Fix warning related to finalizer in docker backend

(taca)

2022-12-04 16:42:34 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rotp to 6.2.1

(taca)

2022-12-04 16:42:14 UTC MAIN commitmail json YAML

security/ruby-rotp: update to 6.2.1

6.2.1 (2022-11-11)

* Removed old rdoc folder that was triggering a security warning due to an
  old version of JQuery being included in the HTML docs.  This has no impact
  on the Ruby library.

(taca)

2022-12-04 16:40:51 UTC MAIN commitmail json YAML

doc: Updated security/ruby-net-ssh to 7.0.1

(taca)

2022-12-04 16:39:53 UTC MAIN commitmail json YAML

security/ruby-net-ssh: update to 7.0.1

pkgsrc change: make CATEGORIES to security.

There are changes entries before 7.0.0.  Please refer
<https://github.com/net-ssh/net-ssh/compare/v6.1.0...v7.0.1> for 7.0.0 and
later changes.

6.3.0 beta1

  * Support cert based host key auth, fix asterisk in known_hosts [#833]
  * Support kex dh-group14-sha256  [#795]
  * Fix StrictHostKeyChecking ssh config parameter translation [#765]

6.2.0 rc1

6.2.0 beta1

  * rsa-sha2-512, rsa-sha2-256 host_key algs [#771]
  * JRuby aes*-ctr suppport [#767]

(taca)

2022-12-04 16:35:40 UTC MAIN commitmail json YAML

doc: Updated security/ruby-net-scp to 4.0.0

(taca)

2022-12-04 16:35:12 UTC MAIN commitmail json YAML

security/ruby-net-scp: update to 4.0.0

* net-ssh7.* support.

(taca)

2022-12-04 16:33:04 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-terminal-table to 3.0.2

(taca)

2022-12-04 16:32:33 UTC MAIN commitmail json YAML

textproc/ruby-terminal-table: update to 3.0.2

3.0.2 (2021-09-19)

* fix align_column for nil values and colspan

3.0.1 / 2021-05-10

* Support for unicode-display_width 2.0

* Fix issue where last row of an empty table changed format

3.0.0 / 2020-01-27

* Support for (optional) Unicode border styles on tables.  In order to
  support decent looking Unicode borders, different types of intersections
  get different types of intersection characters.  This has the side effect
  of subtle formatting differences even for the ASCII table border case due
  to removal of certain intersections near colspans.

For example, previously the output of a table may be:

+------+-----+
|  Title    |
+------+-----+
| Char | Num |
+------+-----+
| a    | 1  |
| b    | 2  |
| c    | 3  |
+------+-----+

And now the `+` character above the word Title is removed, as it is no
longer considered an intersection:

+------------+
|  Title    |
+------+-----+
| Char | Num |
+------+-----+
| a    | 1  |
| b    | 2  |
+------+-----+

* The default border remains an ASCII border for backwards compatibility,
  however multiple border classes are included / documented, and user
  defined border types can be applied as needed.

In support of this update, the following issues were addressed:

* colspan creates conflict with colorize (#95)

* Use nice UTF box-drawing characters by default (#99)

    - Note that `AsciiBorder` is stll the default

* Border-left and border-right style (#100)

* Helper function to style as Markdown (#111)

    - Achieved using `MarkdownBorder`

(taca)

2022-12-04 16:29:57 UTC MAIN commitmail json YAML

doc: Updated www/ruby-selenium-webdriver to 4.7.1

(taca)

2022-12-04 16:29:26 UTC MAIN commitmail json YAML

www/ruby-selenium-webdriver: update to 4.7.1

4.7.1 (2022-12-02)

  * Fix bug preventing selenium manager from using Internet Explorer

4.7.0 (2022-12-01)

  * Remove dependency on ChildProcess gem in favor of native Process.spawn
    (#11251)
  * Add support for Selenium Manager to work with IE Driver
  * Improve error handling for Selenium Manager

4.6.1 (2022-11-04)

  * fix bug preventing selenium-manager from being executable by default

4.6.0 (2022-11-04)

  * firefox scroll by amount is only failing on mac
  * add initial support for selenium manager
  * Revert "[rb] do not allow Select class to work with disabled selects"
  * Make sure selenium-manager is packed into gem
  * Fix platform list in #scroll_by guard

(taca)

2022-12-04 16:27:16 UTC MAIN commitmail json YAML

doc: Updated www/ruby-puma to 6.0.0

(taca)

2022-12-04 16:27:14 UTC MAIN commitmail json YAML

misc/calibre: Change to sip6

With sip5, the build fails because sip5 and sip6 conflict.  With sip6,
the build completes and calibre starts up and I can open the example.

(gdt)

2022-12-04 16:26:48 UTC MAIN commitmail json YAML

www/ruby-puma: update to 6.0.0

6.0.0 (2022-10-14)

Breaking Changes

* Dropping Ruby 2.2 and 2.3 support (now 2.4+) (#2919)
* Remote_addr functionality has changed (#2652, #2653)
* No longer supporting Java 1.7 or below (JRuby 9.1 was the last release to
  support this) (#2849)
* Remove nakayoshi GC (#2933, #2925)
* wait_for_less_busy_worker is now default on (#2940)
* Prefix all environment variables with PUMA_ (#2924, #2853)
* Removed some constants (#2957, #2958, #2959, #2960)
* The following classes are now part of Puma's private API: Client,
  Cluster::Worker, Cluster::Worker, HandleRequest. (#2988)
* Configuration constants like DefaultRackup removed (#2928)
* Extracted LogWriter from Events (#2798)
* Only accept the standard 8 HTTP methods, others rejected with 501. (#2932)

Features

* Increase throughput on large (100kb+) response bodies by 3-10x (#2896,
  #2892)
* Increase throughput on file responses (#2923)
* Add support for streaming bodies in Rack. (#2740)
* Allow OpenSSL session reuse via a 'reuse' ssl_bind method or bind string
  query parameter (#2845)
* Allow run_hooks to pass a hash to blocks for use later (#2917, #2915)
* Allow using preload_app! with fork_worker (#2907)
* Support request_body_wait metric with higher precision (#2953)
* Allow header values to be arrays (Rack 3) (#2936, #2931)
* Export Puma/Ruby versions in /stats (#2875)
* Allow configuring request uri max length & request path max length (#2840)
* Add a couple of public accessors (#2774)
* Log entire backtrace when worker start fails (#2891)
* [jruby] Enable TLSv1.3 support (#2886)
* [jruby] support setting TLS protocols + rename ssl_cipher_list (#2899)
* [jruby] Support a truststore option (#2849, #2904, #2884)

Bugfixes

* Load the configuration before passing it to the binder (#2897)
* Do not raise error raised on HTTP methods we don't recognize or support,
  like CONNECT (#2932, #1441)
* Fixed a memory leak when creating a new SSL listener (#2956)

Refactor

* log_writer.rb - add internal_write method (#2888)
* Extract prune_bundler code into it's own class. (#2797)
* Refactor Launcher#run to increase readability (no logic change) (#2795)
* Ruby 3.2 will have native IO#wait_* methods, don't require io/wait (#2903)
* Various internal API refactorings (#2942, #2921, #2922, #2955)

(taca)

2022-12-04 16:24:44 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jquery-rails to 4.5.1

(taca)

2022-12-04 16:24:17 UTC MAIN commitmail json YAML

www/ruby-jquery-rails: update to 4.5.1

4.5.1 (2022-11-10)

* Update jQuery to latest v3.6.1.
* Update jquery-ujs to latest v1.2.3.

(taca)

2022-12-04 16:22:21 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jekyll-feed to 0.17.0

(taca)

2022-12-04 16:21:50 UTC MAIN commitmail json YAML

www/ruby-jekyll-feed: update to 0.17.0

0.17.0 (2022-10-15)

Documentation

* Update CI status badge (#363)

Development Fixes

* Add Ruby 3.1 to the CI matrix (#365)

Minor Enhancements

* Allow disabling of jekyll-feed while in development (#370)

(taca)

2022-12-04 16:20:47 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jekyll to 4.3.1

(taca)

2022-12-04 16:20:26 UTC MAIN commitmail json YAML

www/ruby-jekyll: update to 4.3.1

Please refer <https://github.com/jekyll/jekyll/blob/master/History.markdown>
for Development Fixes and Documentation updates.

4.3.0 (2022-10-20)

Minor Enhancements

* Add webrick as a dependency (#8524)
* Regenerate supported mime types (#8542)
* Update include tag to be more permissive (#8618)
* Optimize Jekyll::Utils.parse_date (#8425)
* Update rubocop from 1.12 to 1.18 and min ruby from 2.4 to 2.5 (#8741)
* Always hide cache-dir contents from Git (#8798)
* Remove the warning about auto-regeneration on Windows (#8821)
* Propagate _data folder from theme (#8815)
* Support both tzinfo v1 and v2 along with non-half hour offsets. (#8880)
* Run vendor-mimes to update mime.types (#8940)
* Expose collection static files via site.static_files (#8961)
* Expose basename from document.rb as name to Liquid templates (#8761)
* Allow Configurable Converters on CSV (#8858)
* Introduce theme drop to expose theme-gem details (#9129)
* Relax version constraint to allow Rouge 4.x (#9134)
* Incrementally rebuild when a data file is changed (#8771)
* Support jekyll-sass-converter 3.x (#9132)

Bug Fixes

* fix: pin rubocop to 1.12 due to error with ruby 2.4 (#8651)
* Load Jekyll plugins from BUNDLE_GEMFILE location (#8585)
* fix(security): CVE-2021-28834 (#8680)
* Inject livereload script using location.protocol instead of http: (#8718)
* Respect collections_dir config within include tag (#8756)
* Fix regression in Convertible module from v4.2.0 (#8786)
* Revert #7253: "Don't reset site.url to localhost:4000 by default" (#8620)
* Improve readability of CI logs (#8877)
* Fix deprecation message for missing doc method (#8960)
* Fix response header for content served via jekyll serve (#8965)
* Trigger livereload in sites without pages (#8337)
* Only enable BOM encoding option on UTF encodings (#8363)
* Ensure theme config is a Jekyll::Configuration object (#8988)
* Remove misleading totals row from --profile table (#9039)
* Unlock Psych dependency (#9135)
* Fix false positive conflicts for static files in a collection (#9141)

(taca)

2022-12-04 16:18:05 UTC MAIN commitmail json YAML

doc: Updated www/ruby-html-proofer to 5.0.2

(taca)

2022-12-04 16:17:40 UTC MAIN commitmail json YAML

www/ruby-html-proofer: update to 5.0.2

5.0.2 (2022-11-15)

What's Changed

* Address some typos by @gjtorikian in #780

Contributors

* gjtorikian

(taca)

2022-12-04 16:15:24 UTC MAIN commitmail json YAML

doc: Updated www/ruby-ethon to 0.16.0

(taca)

2022-12-04 16:15:05 UTC MAIN commitmail json YAML

www/ruby-ethon: update to 0.16.0

0.16.0 (2022-11-04)

* Added redirect_url value to available informations and
  Easy::Mirror. (Adrien Rey-Jarthon)

(taca)

2022-12-04 16:13:00 UTC MAIN commitmail json YAML

doc: Updated www/ruby-capybara to 3.38.0

(taca)

2022-12-04 16:12:46 UTC MAIN commitmail json YAML

2022-12-04 16:12:39 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 3.38.0

3.38.0 (2022-11-03)

Changed

* Capybara.w3c_click_offset now defaults to true.  If you need click offsets
  to be from the elements top left corner set it to false in your config

Added

* Support Selenium 4.3 changes to click offset calculations
* click, double_click, right_click can now be called on the session to click
  the currently scoped element (or document)
* Session#within now passes the scoped element to the block
* Support rack-test 2+
* Retry interval is now configurable [Masahiro NOMOTO]
* Support Puma 6 - Issue #2590
* Selenium: DetachedShadowRootError is treated as an invalid element error
  [Perryn Fowler]
* Selenium: When inspected shadow roots will have a tag name of "ShadowRoot"
* evaluate_async_script added to Session::DSL_METHODS [Henry Blyth]

Fixed

* Use higher precision clock in Capybara::Helpers::Timer if available
* rack-test driver behavior with \r\n - Issue #2547 [Stefan Hoffmann]
* Updated for deprecation of positional parameters in
  Selenium::WebDriver::ActionBuilder#pause
* Explicitly set cause on server raised errors
* Options no longer duplicated in have_xxx invalid option error message
  [Yudai Takada]
* Animation disabler is now threadsafe [Daniel Sheppard]
* Server connection count tracking [Oleksandr K.]
* Ensure scopes are reset when session is [Henry Blyth]

(taca)

2022-12-04 16:10:38 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-treetop to 1.6.12

(taca)

2022-12-04 16:10:18 UTC MAIN commitmail json YAML

textproc/ruby-treetop: update to 1.6.12

1.6.12 (2022-11-24)

* Fix home URL
* Migrate CI to GitHub Actions
* Replace deprecated File.exists? with File.exist?

(taca)

2022-12-04 16:10:00 UTC MAIN commitmail json YAML

doc: Updated security/mozilla-rootcerts to 1.0.20221204

(wiz)

2022-12-04 16:09:47 UTC MAIN commitmail json YAML

2022-12-04 16:07:49 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-temple to 0.9.1

(taca)

2022-12-04 16:07:24 UTC MAIN commitmail json YAML

textproc/ruby-temple: update to 0.9.1

0.9.1 (2022-10-24)

* Fix Slim's error in AttributeMerger due to 0.9.0's :capture_generator
  (#137)
* Use specified :capture_generator for nested captures (#112)
* Fix Temple::ERB::Engine's <%= to not escape and <%== to escape expressions

0.9.0 (2022-10-24)

* Require Ruby 2.5+ (#131)
* Change default :capture_generator to self (#113)
* Improve compatibility with Rails 7.1 (#135)
* Support Rails 6.1's annotate_rendered_view_with_filenames
  with Temple::Filters::Ambles (#134)
* Fix a crash in StringSplitter filter (#138)
* Fix a warning by Object#=~ since Ruby 2.6 (#129)
* Fix deprecated Tilt template mime type (#108)
* Stop using deprecated EscapeUtils from Temple::Utils (#136)

(taca)

2022-12-04 16:05:53 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-review to 5.6.0

(taca)

2022-12-04 16:05:34 UTC MAIN commitmail json YAML

textproc/ruby-review: update to 5.6.0

5.6.0 (2022-10-28)

New Features

* IDGXMLBuilder: support imgmath math_format in //texequation and @<m> (#1829)
* LATEXBuilder: use reviewicon macro instead of reviewincludegraphics in
  @<icon> (#1838)
* trim spaces before/after characters in ruby text (#1839)

Breaking Changes

* LATEXBuilder: use MEMO, NOTICE, CAUTION or other headers instead of ■メモ.
  If you want to use older headers, add ■メモ in locale.yml. (#1856)

Others

* update documents format.md and format.ja.md (#1860)

(taca)

2022-12-04 16:02:37 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-libxml to 3.2.4

(taca)

2022-12-04 16:02:17 UTC MAIN commitmail json YAML

textproc/ruby-libxml: update to 3.2.4

3.2.4 (2022-10-29)

* Support libxml2 version 2.10.2 (Charlie Savage)
* Reduce number of globally included C header files (Charlie Savage)

(taca)

2022-12-04 16:00:58 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-jmespath to 1.6.2

(taca)

2022-12-04 16:00:36 UTC MAIN commitmail json YAML

textproc/ruby-jmespath: add ALTERNATIVES

Add pkg_alternatives support.

(taca)

2022-12-04 15:59:56 UTC MAIN commitmail json YAML

textproc/ruby-jmespath: update to 1.6.2

1.6.2 (2022-11-25)

* Issue - Allow comparison of Numeric types (includes Float).
* Issue - Add jmespath.rb to gemspec executables.

(taca)

2022-12-04 15:59:00 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-html-pipeline to 2.14.3

(taca)

2022-12-04 15:58:33 UTC MAIN commitmail json YAML

textproc/ruby-html-pipeline: update to 2.14.3

2.14.3 (2022-10-14)

Closed issues:

* Allow vertical-align #366
* Since bump 2.14.2 builds are failing #363

Merged pull requests:

* Replace EscapeUtils.escape_html with CGI.escape_html #365 (ramhoj)

(taca)

2022-12-04 15:56:45 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-haml to 6.0.12

(taca)

2022-12-04 15:56:11 UTC MAIN commitmail json YAML

textproc/ruby-haml: update to 6.0.12

6.0.12 (2022-11-26)

* Fix a whitespace removal with > and an if-else statement #1114

6.0.11 (2022-11-25)

* Fix a whitespace removal with > and an if statement #1114

6.0.10 (2022-11-09)

* Evaluate :erb filter in the template context like Haml 5

6.0.9 (2022-11-07)

* Support sass-embedded #1112

6.0.8 (2022-10-28)

* Support interpolation in HTML comments, which has not been working since
  6.0.0 #1107

6.0.7 (2022-10-13)

* Haml::Engine and Haml::Template use StringBuffer instead of ArrayBuffer
    o It seems more performant in many cases with recent Ruby versions.
    o Haml::RailsTemplate is not affected.

(taca)

2022-12-04 15:52:43 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-asciidoctor to 2.0.18

(taca)

2022-12-04 15:52:24 UTC MAIN commitmail json YAML

textproc/ruby-asciidoctor: update to 2.0.18

2.0.18 (2022-10-15)

Improvements

* Propagate :to_dir option to document of AsciiDoc table cell (#4297)
* Force encoding of attribute data passed via CLI to UTF-8 if transcoding
  fails (#4351) (@zkaip)
* Add include role to link macro that replaces include directive when
  include is not enabled

Bug Fixes

* Change internal uriish? helper to only detect a URI pattern at start of a
  string; avoids misleading messages (#4357)

* Prevent highlight.js warning when no language is set on source block;
  don't call highlightBlock if data-lang attribute is absent (#4263)

* Don't raise error if Asciidoctor::Extensions.unregister is called before
  groups are initialized (#4270)

* If path is included both partially and fully, store it with true value
  (included fully) in includes table of document catalog
* Reset registry if activate is called on it again (#4256)
* Format source location in exception message when extension code is malformed

* Fix lineno on reader when skip-front-matter attribute is set but end of
  front matter is not found

* Fix Asciidoctor::Cli::Invoker constructor when first argument is a hash

* Update default stylesheet to honor marker on unordered list when marker is
  defined on ancestor unordered list (#4361)

(taca)

2022-12-04 15:47:40 UTC MAIN commitmail json YAML

libICE: update to 1.1.0.

Note that some of the bug fixes in this release are in the macros in the
header files, and thus will only be fully effective once ICE consumers
are rebuilt with the new header files.

Alan Coopersmith (17):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      configure: check for libbsd before libxtrans checks for strlcpy
      ConnectToPeer: be doubly sure that use-after-free doesn't happen
      ProcessAuthReply: rename status variable to avoid shadowing
      Only link to libbsd for arc4random_buf if it is not found in libc
      IceGetHeaderExtra: only include extra space in outbufptr if there's room
      Refactor Fatal I/O error handling into a common function
      IceFlush: signal fatal I/O error if bufptr is past end of buffer
      ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZE
      Handle arrays too large to fit in iceConn buffers
      Only link with libbsd if needed for arc4random_buf() or getentropy()
      Avoid -Wdeclaration-after-statement warnings from static_assert
      ice.pc.in: "Libs.Private" should be "Libs.private"
      configure: Use AC_SYS_LARGEFILE to enable large file support
      libICE 1.1.0

David Callu (1):
      ice.pc.in: add -lbsd flags when required

Guillem Jover (1):
      Switch from libbsd to libbsd-overlay

walter harms (3):
      connect.c: FIX 'iceConn' shadows a previous local, [-Wshadow]
      add check for malloc
      make sure buffer is zero filled and report if allocation failed

(wiz)

2022-12-04 15:47:29 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.117.2

(taca)

2022-12-04 15:46:53 UTC MAIN commitmail json YAML

doc: Updated x11/xvinfo to 1.1.5

(wiz)

2022-12-04 15:46:39 UTC MAIN commitmail json YAML

xvinfo: update to 1.1.5.

Alan Coopersmith (6):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reduction
      Handle -Wdouble-promotion warning from clang
      xvinfo 1.1.5

(wiz)

2022-12-04 15:45:28 UTC MAIN commitmail json YAML

doc: Updated x11/xstdcmap to 1.0.5

(wiz)

2022-12-04 15:45:18 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: really update to 1.117.2

1.117.2 (2022-11-30)

* Issue - Return error messages from failures in threads in
  MultipartStreamUploader (#2793).

(taca)

2022-12-04 15:45:17 UTC MAIN commitmail json YAML

xstdcmap: update to 1.0.5.

Alan Coopersmith (7):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Use C99 loop variable declarations
      Remove unnecessary cast of XFree() argument
      Remove unneeded variable initializations
      xstdcmap 1.0.5

(wiz)

2022-12-04 15:44:38 UTC MAIN commitmail json YAML

doc: Updated x11/xset to 1.2.5

(wiz)

2022-12-04 15:44:19 UTC MAIN commitmail json YAML

xset: update to 1.2.5.

This release changes the configure script to default to --without-xf86misc,
disabling the build of support for the XFree86-Misc extension and dropping
the dependency on libXxf86misc.

Support for the XFree86-Misc extension was removed in the xserver-1.6.0
release in 2008, so this code is unusable on most systems now.  The
gitlab repo for the libXxf86misc client library was archived in 2018,
ending the maintenance of that library by X.Org.

Anyone who really still wants to build this code can do so by passing
--with-xf86misc to the configure script, but you're on your own if you do.

Alan Coopersmith (14):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Use the real name of the DPMS extension in messages & man page
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reduction as recommended by cppcheck
      Remove unnecessary casts
      Remove unnecessary check for NULL pointer before calling free()
      set_pixels: Mark pixels parameter as const
      Use C99 designated struct initializers
      configure: Make xf86misc support disabled by default
      xset 1.2.5

(wiz)

2022-12-04 15:44:07 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: update to 1.117.2

1.117.2 (2022-11-30)

* Issue - Return error messages from failures in threads in
  MultipartStreamUploader (#2793).

1.117.1 (2022-10-26)

* Issue - Fix custom endpoint and port regression with presigned_url (#2776).

1.117.0 (2022-10-25)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

* Issue - Apply checksums to MultipartStreamUploader (#2769).

1.116.0 (2022-10-21)

* Feature - S3 on Outposts launches support for automatic bucket-style
  alias. You can use the automatic access point alias instead of an access
  point ARN for any object-level operation in an Outposts bucket.

1.115.0 (2022-10-19)

* Feature - Updates internal logic for constructing API endpoints. We have
  added rule-based endpoints and internal model parameters.

(taca)

2022-12-04 15:43:02 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-kms to 1.60.0

(taca)

2022-12-04 15:42:43 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-kms: update to 1.60.0

1.60.0 (2022-11-29)

* Feature - AWS KMS introduces the External Key Store (XKS), a new feature
  for customers who want to protect their data with encryption keys stored
  in an external key management system under their control.

1.59.0 (2022-10-25)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2022-12-04 15:41:40 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.68.0

(taca)

2022-12-04 15:41:20 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.68.0

1.68.0 (2022-11-17)

* Feature - Documentation updates for Secrets Manager.

1.67.0 (2022-10-25)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2022-12-04 15:40:17 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.168.3

(taca)

2022-12-04 15:39:57 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 1.168.3

3.168.3 (2022-12-02)

* Issue - Retry S3's BadDigest error

3.168.2 (2022-11-29)

* Issue - Allow region resolution in AssumeRoleCredentials from
  CredentialProviderChain.

3.168.1 (2022-11-18)

* Issue - Fix initialization of SSOTokenProvider when AWS_PROFILE is
  specified.

3.168.0 (2022-11-17)

* Feature - Updated Aws::STS::Client with the latest API changes.

3.167.0 (2022-11-09)

* Issue - Ensure the stream_thread is not killed before H2 connection status
  is updated (#2779).

* Feature - Add token refresh support to SSOCredentialProvider.

3.166.0 (2022-10-26)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.

3.165.1 (2022-10-25)

* Issue - Require the SignatureV4 plugin to fix compatability with older
  aws-sdk-s3 versions (#2774).

3.165.0 (2022-10-25)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Add support for service gems to dynamically determine their own
  endpoints via modeling.  Service gems now generate a plugin called
  "Endpoints" that defines configuration for EndpointProvider, a new public
  type, and any client config related to endpoints.  Endpoint providers will
  resolve values using another new public type, Endpoint Parameters,
  generated for each service.  The plugin will use the endpoint provider to
  resolve an endpoint and then apply it to the request prior to
  serialization.  Endpoint providers can be composed to change endpoint
  resolution logic, i.e. for testing.  In addition to endpoints, the
  endpoint provider may also override the authentication scheme (auth
  scheme) which details how the request should be signed for the endpoint.
  A new "Sign" plugin in core replaces the SignatureV4 plugin that will
  generically sign any type of auth scheme that a service might have.

3.164.0 (2022-10-21)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.163.0 (2022-10-20)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.162.0 (2022-10-19)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.161.0 (2022-10-18)

* Feature - Support AwsQueryCompatible trait to read error code from
  x-amzn-query-error header.

3.160.0 (2022-10-13)

* Feature - Updated Aws::SSO::Client with the latest API changes.

(taca)

2022-12-04 15:39:49 UTC MAIN commitmail json YAML

doc: Updated x11/xrandr to 1.5.2

(wiz)

2022-12-04 15:39:27 UTC MAIN commitmail json YAML

xrandr: update to 1.5.2.

Alan Coopersmith (9):
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reductions as suggested by cppcheck
      Fix a -Wsign-compare warning
      Remove unused macros left over from original RandR 1.2 code
      Remove unused definition of rectangle_t
      Constify array argument to find_last_non_clamped()
      xrandr 1.5.2

(wiz)

2022-12-04 15:37:42 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.670.0

1.670.0 (2022-12-01)

* Feature - Added support for enumerating regions for Aws::Pipes.
* Feature - Added support for enumerating regions for Aws::CodeCatalyst.

1.669.0 (2022-11-30)

* Feature - Added support for enumerating regions for
  Aws::SageMakerGeospatial.
* Feature - Added support for enumerating regions for Aws::DocDBElastic.

1.668.0 (2022-11-29)

* Feature - Added support for enumerating regions for Aws::SimSpaceWeaver.
* Feature - Added support for enumerating regions for Aws::SecurityLake.
* Feature - Added support for enumerating regions for Aws::OpenSearchServerless.
* Feature - Added support for enumerating regions for Aws::Omics.

1.667.0 (2022-11-29)

* Feature - Added support for enumerating regions for Aws::ARCZonalShift.

1.666.0 (2022-11-28)

* Feature - Added support for enumerating regions for Aws::OAM.

1.665.0 (2022-11-22)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.664.0 (2022-11-18)

* Feature - Added support for enumerating regions for Aws::IoTRoboRunner.
* Feature - Added support for enumerating regions for Aws::ChimeSDKVoice.

1.663.0 (2022-11-17)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.662.0 (2022-11-16)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.661.0 (2022-11-15)

* Feature - Added support for enumerating regions for Aws::SsmSap.

1.660.0 (2022-11-11)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.659.0 (2022-11-10)

* Feature - Added support for enumerating regions for Aws::Scheduler.

1.658.0 (2022-11-08)

* Feature - Added support for enumerating regions for Aws::ResourceExplorer2.

1.657.0 (2022-11-07)
1.656.0 (2022-11-04)
1.655.0 (2022-11-02)
1.654.0 (2022-10-31)
1.653.0 (2022-10-28)
1.652.0 (2022-10-27)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.651.0 (2022-10-25)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.
* Feature - Add a metadata method to Partition to supplement endpoint
  generation in service gems.

1.650.0 (2022-10-24)
1.649.0 (2022-10-20)
1.648.0 (2022-10-19)
1.647.0 (2022-10-18)
1.646.0 (2022-10-14)
1.645.0 (2022-10-13)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2022-12-04 15:36:24 UTC MAIN commitmail json YAML

doc: Updated x11/xprop to 1.2.6

(wiz)

2022-12-04 15:36:13 UTC MAIN commitmail json YAML

xprop: update to 1.2.6.

Alan Coopersmith (10):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
      Declare help() and print_help() as static
      Rename "dpy" function arguments to "display" to avoid shadowing global
      Resolve many gcc -Wsign-compare warnings
      Variable scope reductions as suggested by cppcheck
      xprop 1.2.6

(wiz)

2022-12-04 15:35:38 UTC MAIN commitmail json YAML

doc: Updated x11/xinit to 1.4.2

(wiz)

2022-12-04 15:35:27 UTC MAIN commitmail json YAML

xinit: update to 1.4.2.

Alan Coopersmith (6):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      man page: Update remote display example from rsh to ssh
      xinit 1.4.2

Arthur Williams (2):
      Remove non-portable grep usage from startx
      Don't wait for X to finish starting if it has died

Dominik 'Rathann' Mierzejewski (1):
      stop unsetting DBUS_SESSION_BUS_ADDRESS variable

Jeremy Huddleston Sequoia (4):
      darwin: Drop support for macOS 10.7 and earlier
      darwin: Ensure we launch the user startx from $HOME
      darwin: Specify +extension GLX when the user requests IGLX support
      darwin: Wait for font_cache to complete to avoid a race with `xset fb=`

Matt Turner (1):
      man: Restore non-SCO UNIX bits of the man page

Rickie Schroeder (1):
      startx: use uname -n instead of hostname

Tim Egenton (1):
      startx: Source XINITRC and XSERVERRC variables

nia (1):
      startx: don't attempt to catch SIGKILL

(wiz)

2022-12-04 15:35:14 UTC MAIN commitmail json YAML

doc: Updated misc/udfclient to 0.8.20

(jakllsch)

2022-12-04 15:34:24 UTC MAIN commitmail json YAML

doc: Updated x11/xgamma to 1.0.7

(wiz)

2022-12-04 15:34:13 UTC MAIN commitmail json YAML

xgamma: update to 1.0.7.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Resolve -Wdouble-promotion warnings from clang
      Refactor to reduce code duplication
      Use strtof() if available, instead of casting atof() to float
      xgamma 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-12-04 15:33:36 UTC MAIN commitmail json YAML

doc: Updated x11/xfd to 1.1.4

(wiz)

2022-12-04 15:33:25 UTC MAIN commitmail json YAML

xfd: update to 1.1.4.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix warning: missing initializer for field 窶脇xtension窶� of 窶牢impleClassPart'
      Variable scope reductions as recommended by cppcheck
      Mark usage() as _X_NORETURN _X_COLD
      gitlab CI: stop requiring Signed-off-by in commits
      Handle -Wextra-semi-stmt warnings from clang
      Tag unused arguments to callback functions as _X_UNUSED
      xfd 1.1.4

(wiz)

2022-12-04 15:33:11 UTC MAIN commitmail json YAML

doc: Updated time/ruby-timers to 4.3.5

(taca)

2022-12-04 15:32:43 UTC MAIN commitmail json YAML

doc: Updated x11/xdm to 1.1.14

(wiz)