Commit graph

365719 commits

Author SHA1 Message Date
schmonz
374f5a123c Update to 7.2.0. From the changelog:
7.0.0:
Breaking Change:
- approval_utilities is becoming its own pypi package to allow usage in
  production code.

7.1.0:
Command Line Approvals:
- You can now easily verify command line outputs. You can also pass
  inputs into the command line under test, including Iterables. This
  allows you to easily test non-python programs from ApprovalTests.

7.2.0:
- You can invoke a verify() call from the command line. This allows
  invoking python approvals from any other stack via subprocesses.
2022-10-19 11:38:12 +00:00
schmonz
279fef5788 doc: Added devel/py-approval-utilities version 7.2.0 2022-10-19 11:37:34 +00:00
schmonz
17fdc69112 Add and enable py-approval-utilities. 2022-10-19 11:37:19 +00:00
schmonz
8151fd3fc9 Add py-approval-utilities, utilities for your production code that work
well with (and have just been extracted to their own package from)
py-approvaltests.
2022-10-19 11:36:40 +00:00
taca
2631e15e08 doc/TODO: update bind
+ bind-9.18.8.
2022-10-19 11:05:54 +00:00
taca
579d0ffbb8 doc: Updated net/bind916 to 9.16.34 2022-10-19 11:05:22 +00:00
taca
a051dbe49d net/bind916: update to 9.16.34
9.16.34

Known Issues

* Upgrading from BIND 9.16.32 or any older version may require a manual
  configuration change.  The following configurations are affected:

	- type primary zones configured with dnssec-policy but without
          either allow-update or update-policy,

	- type secondary zones configured with dnssec-policy.

* In these cases please add inline-signing yes; to the individual zone
  configuration(s).  Without applying this change, named will fail to start.
  For more details, see
  https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing

New Features

* Support for parsing and validating the dohpath service parameter in SVCB
  records was added.  [GL #3544]

* named now logs the supported cryptographic algorithms during startup and
  in the output of named -V.  [GL #3541]

Bug Fixes

* Changing just the TSIG key names for primaries in catalog zones' member
  zones was not effective.  This has been fixed.  [GL #3557]
2022-10-19 11:04:49 +00:00
jperkin
4be4009390 gtk3: Default to xquartz if available on macOS.
The x11 option does not currently work due to cairo:xlib.
2022-10-19 10:36:59 +00:00
jperkin
04b62d7933 gtk2: Default to xquartz if available on macOS.
The x11 option does not currently work due to cairo:xlib.
2022-10-19 10:36:47 +00:00
schmonz
078fb4abc0 doc: Updated devel/mob to 4.0.0 2022-10-19 10:29:01 +00:00
schmonz
b5a74dd2d8 Update to 4.0.0. From the changelog:
- **NEW** Feature: `mob reset` doesn't reset the mob branch anymore. It
  now warns you that it deletes the mob branch for everyone and if you
  want to continue do `mob reset --delete-remote-wip-branch`.
- **NEW** Feature: `mob timer`, `mob break`, `mob start`, `mob next` and
  `mob done` will stop already running local timers.
- Feature: `mob start --create` will create the remote branch and start
  the mob session on that branch.
- Feature: mob.sh now also works with tools like `git-repo` which
  symlink the `.git` folder
- Removed `MOB_START_INCLUDE_UNCOMMITTED_CHANGES` environment variable
  (has been deprecated for some time).
- `MOB_DONE_SQUASH` no longer supports a boolean value, you have to use
  the proper values `squash`, `no-squash` or `squash-wip` instead.
2022-10-19 10:28:56 +00:00
pin
8304853dd1 doc: Updated shells/nushell to 0.70.0 2022-10-19 09:42:52 +00:00
pin
b23798c0b3 shells/nushell: update to 0.70.0
Themes of this release:

 - New table flags
   --expand: changes a standard table view; expand the table structure so
   internally all data will be displayed as inner tables

 - NOTICE
   The expand mode can be considered generally slower than a base table view.
   So, if you have a large data set it may be slow.
    --expand-deep {int}: set a limit after which table enlargement is stopped
    --flatten: an --expand view option to return a set of values instead of
      table for a simple lists
    --flatten-separator {char}: a configuration of a separator for --flatten
    --collapse: changes a standard table view; expand the table structure in a
      squashed way

 - NOTICE
   collapse mode currently doesn't support width control, therefore if your
   terminal is not wide enough the table might be broken. The collapse mode can
   be considered generally slower than a base table view. So, if you have a
   large data set it may be slow.

 - Breaking changes
   The command first 1 now returns a list with the single value rather than the
   value itself. This brings it in line with the behaviour of last 1.
   The dataframe command with-sql or query dfr has been renamed to query df for
   consistency.

 - Next Steps
   We're continuing to work on language updates and hope to have more
   information for you soon.
2022-10-19 09:42:32 +00:00
wiz
9f860e6401 doc: Updated x11/xcb-util-wm to 0.4.2 2022-10-19 08:35:48 +00:00
wiz
3d666c53a6 xcb-util-wm: update to 0.4.2.
Alan Coopersmith (8):
      Update configure.ac bug URL for gitlab migration
      Update README for gitlab migration
      Build xz tarballs instead of bzip2
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-wm 0.4.2

Alexander Gottwald (1):
      Update .gitmodules for gitlab submodule

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
2022-10-19 08:35:39 +00:00
wiz
6c45948804 doc: Updated x11/xcb-util-renderutil to 0.3.10 2022-10-19 08:32:46 +00:00
wiz
52f8e57a34 xcb-util-renderutil: update to 0.3.10.
Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-renderutil 0.3.10

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
2022-10-19 08:32:36 +00:00
wiz
611f37797a doc: Updated x11/xcb-util-keysyms to 0.4.1 2022-10-19 08:31:31 +00:00
wiz
c204937052 xcb-util-keysyms: update to 0.4.1.
Alan Coopersmith (9):
      Update README for gitlab migration
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Add COPYING file
      xcb-util-keysyms 0.4.1

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
2022-10-19 08:31:22 +00:00
wiz
f1fdd90022 doc: Updated x11/xcb-util-errors to 1.0.1 2022-10-19 08:29:45 +00:00
wiz
3cf278d735 xcb-util-errors: update to 1.0.1.
Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-errors 1.0.1

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

Uli Schlachter (1):
      Do not distribute extensions.c and fix out-of-tree builds
2022-10-19 08:29:35 +00:00
adam
8827a15ee9 Updated devel/git, databases/repmgr 2022-10-19 08:10:30 +00:00
adam
e43423141c repmgr: updated to 5.3.3
repmgr 5.3.3 is a minor release providing support for PostgreSQL 15 and a repmgrd bug fix.
2022-10-19 08:10:12 +00:00
adam
8f4ab92123 postgresql14-client: optionally buildlink against lz4 2022-10-19 08:09:40 +00:00
adam
81d1c59fe9 git: updated to 2.38.1
Git v2.38.1 Release Notes
=========================

This release merges the security fix that appears in v2.30.6; see
the release notes for that version for details.
2022-10-19 07:54:52 +00:00
gutteridge
6bc864af6d doc: Updated wm/fvwm3 to 1.0.5 2022-10-19 03:41:00 +00:00
gutteridge
695036d5cb fvwm3: update to 1.0.5
(One of the more significant changes is that locking issues with libX11
1.8.1 are fixed.)

## [1.0.5](https://github.com/fvwmorg/fvwm3/tree/1.0.5) (2022-09-28)

[Full Changelog](https://github.com/fvwmorg/fvwm3/compare/1.0.4...1.0.5)

**Breaking changes:**

- Function parser rewrite & Repeat command deprecation [\#642](https://github.com/fvwmorg/fvwm3/issues/642)
- MapRequest: don't fake map/unmap events [\#703](https://github.com/fvwmorg/fvwm3/pull/703) ([ThomasAdam](https://github.com/ThomasAdam))
- Rewrite function parser and remove the Repeat command [\#643](https://github.com/fvwmorg/fvwm3/pull/643) ([ThomasAdam](https://github.com/ThomasAdam))
- Update and cleanup SnapAttract code. [\#641](https://github.com/fvwmorg/fvwm3/pull/641) ([somiaj](https://github.com/somiaj))
- Doc: split manpages into sections [\#637](https://github.com/fvwmorg/fvwm3/pull/637) ([ThomasAdam](https://github.com/ThomasAdam))
- Remove Efence and Dmalloc support [\#635](https://github.com/fvwmorg/fvwm3/pull/635) ([ThomasAdam](https://github.com/ThomasAdam))

**Implemented enhancements:**

- A better ManualPlacement that allows drawing the geometry of the new window. [\#674](https://github.com/fvwmorg/fvwm3/issues/674)
- expand: add monitor.prev variable [\#699](https://github.com/fvwmorg/fvwm3/pull/699) ([ThomasAdam](https://github.com/ThomasAdam))
- Add AnyScreen to conditional in IconManClick [\#696](https://github.com/fvwmorg/fvwm3/pull/696) ([somiaj](https://github.com/somiaj))
- \_NET\_WM\_NAME: update to fvwm3 [\#609](https://github.com/fvwmorg/fvwm3/pull/609) ([ThomasAdam](https://github.com/ThomasAdam))

**Fixed bugs:**

- Style \* Icon cause Fvwm3 stuck in loading when restart. [\#681](https://github.com/fvwmorg/fvwm3/issues/681)
- Recaptured windows can have a negative offset away from the page they should be on [\#678](https://github.com/fvwmorg/fvwm3/issues/678)
- VLC still decorates its transient window even when explicitly given the NakedTransient style [\#673](https://github.com/fvwmorg/fvwm3/issues/673)
- configuring with `--disable-png` causes builds to fail [\#669](https://github.com/fvwmorg/fvwm3/issues/669)
- Emoji in window titles make FvwmIconMan stop showing window names. [\#654](https://github.com/fvwmorg/fvwm3/issues/654)
- Unable to initialize RandR [\#650](https://github.com/fvwmorg/fvwm3/issues/650)
- PipeRead when called from a function cannot grab pointer [\#610](https://github.com/fvwmorg/fvwm3/issues/610)
- Man Pages Cleanup [\#554](https://github.com/fvwmorg/fvwm3/issues/554)
- Windows from various pages are moved to page 0 0 on fvwm3 restart [\#694](https://github.com/fvwmorg/fvwm3/issues/694)
- Separator in menu gets focus [\#675](https://github.com/fvwmorg/fvwm3/issues/675)
- Unshading a window with WindowShade function sometimes makes the window lose "true input focus". [\#671](https://github.com/fvwmorg/fvwm3/issues/671)
- When configured with `--disable-xft` fvwm3 fails to build. [\#667](https://github.com/fvwmorg/fvwm3/issues/667)
- my fvwm config does not work with recent chromium [\#663](https://github.com/fvwmorg/fvwm3/issues/663)
- FvwmEvent event new\_desk gets triggered multiple times in multi-monitor shared setup [\#655](https://github.com/fvwmorg/fvwm3/issues/655)
- Windows with style "PositionPlacement Center" split between monitors [\#648](https://github.com/fvwmorg/fvwm3/issues/648)
- FVWM branch dv/pager-noaspect crashes with core dump [\#647](https://github.com/fvwmorg/fvwm3/issues/647)
- SnapAttraction prefers wrong window [\#631](https://github.com/fvwmorg/fvwm3/issues/631)
- FvwmPrompt is installed unstripped [\#618](https://github.com/fvwmorg/fvwm3/issues/618)
- DesktopName fails to set desktop name under described circumstances [\#606](https://github.com/fvwmorg/fvwm3/issues/606)
- FvwmEvent event monitor\_focus broken in FVWM3 1.0.4 [\#604](https://github.com/fvwmorg/fvwm3/issues/604)
- Building FvwmPrompt disables FvwmConsole, but still installs manual page. [\#597](https://github.com/fvwmorg/fvwm3/issues/597)
- Wait command in configuration file can cause unexpected issues with GeometryWindow. [\#590](https://github.com/fvwmorg/fvwm3/issues/590)
- "GeometryWindow Hide" doesn't work [\#589](https://github.com/fvwmorg/fvwm3/issues/589)
- Special characters \(umlauts\) are sometimes not displayed correctly in the window title [\#482](https://github.com/fvwmorg/fvwm3/issues/482)
- FvwmEvent: handle previous\_monitor and no longer passthrough ID  [\#701](https://github.com/fvwmorg/fvwm3/pull/701) ([ThomasAdam](https://github.com/ThomasAdam))
- doc: don't build FvwmConsole.1 if FvwmPrompt enabled [\#700](https://github.com/fvwmorg/fvwm3/pull/700) ([ThomasAdam](https://github.com/ThomasAdam))
- DesktopConfiguration shared: keep windows in-situ [\#697](https://github.com/fvwmorg/fvwm3/pull/697) ([ThomasAdam](https://github.com/ThomasAdam))
- desk\_add: fix starting desk/monitor [\#689](https://github.com/fvwmorg/fvwm3/pull/689) ([ThomasAdam](https://github.com/ThomasAdam))
- shared: fix flagging of new\_desk [\#687](https://github.com/fvwmorg/fvwm3/pull/687) ([ThomasAdam](https://github.com/ThomasAdam))
- Fix for lock recusion in handle\_all\_expose\(\) [\#683](https://github.com/fvwmorg/fvwm3/pull/683) ([mherrb](https://github.com/mherrb))
- Asciidoc fixes [\#676](https://github.com/fvwmorg/fvwm3/pull/676) ([topcat001](https://github.com/topcat001))
- grow: ignore transient windows [\#627](https://github.com/fvwmorg/fvwm3/pull/627) ([ThomasAdam](https://github.com/ThomasAdam))
- MoveToScreen: fix NULL-dereference [\#605](https://github.com/fvwmorg/fvwm3/pull/605) ([ThomasAdam](https://github.com/ThomasAdam))
- Bugfix: fvwm-menu-desktop --get-menus [\#593](https://github.com/fvwmorg/fvwm3/pull/593) ([somiaj](https://github.com/somiaj))

**Closed issues:**

- Code Cleanup: Codacy issues list [\#107](https://github.com/fvwmorg/fvwm3/issues/107)

**Merged pull requests:**

- avoid sprintf\(%n\) [\#653](https://github.com/fvwmorg/fvwm3/pull/653) ([omar-polo](https://github.com/omar-polo))
- FvwmPrompt: add GOFLAGS to build stripped [\#619](https://github.com/fvwmorg/fvwm3/pull/619) ([Zirias](https://github.com/Zirias))
- Wait: don't run until windows are captured [\#592](https://github.com/fvwmorg/fvwm3/pull/592) ([ThomasAdam](https://github.com/ThomasAdam))
- CMD\_GeometryWindow: Move NULL check. [\#591](https://github.com/fvwmorg/fvwm3/pull/591) ([somiaj](https://github.com/somiaj))
- cleanup: address warnings [\#705](https://github.com/fvwmorg/fvwm3/pull/705) ([ThomasAdam](https://github.com/ThomasAdam))
- modconf: disable debug [\#698](https://github.com/fvwmorg/fvwm3/pull/698) ([ThomasAdam](https://github.com/ThomasAdam))
- GotoDesk: avoid over-eager matching [\#695](https://github.com/fvwmorg/fvwm3/pull/695) ([ThomasAdam](https://github.com/ThomasAdam))
- update\_fvwm\_monitor: cosmetic change [\#692](https://github.com/fvwmorg/fvwm3/pull/692) ([ThomasAdam](https://github.com/ThomasAdam))
- menuitem: set selectable when not a separator [\#690](https://github.com/fvwmorg/fvwm3/pull/690) ([ThomasAdam](https://github.com/ThomasAdam))
- Windowshade: explicitly set input focus [\#672](https://github.com/fvwmorg/fvwm3/pull/672) ([ThomasAdam](https://github.com/ThomasAdam))
- FvwmPrompt: update core modules [\#665](https://github.com/fvwmorg/fvwm3/pull/665) ([ThomasAdam](https://github.com/ThomasAdam))
- FvwmPrompt: update vendor deps [\#664](https://github.com/fvwmorg/fvwm3/pull/664) ([ThomasAdam](https://github.com/ThomasAdam))
- Fix selectable flag for the Resize window operation menu item [\#656](https://github.com/fvwmorg/fvwm3/pull/656) ([topcat001](https://github.com/topcat001))
- Fix ExitFunction [\#651](https://github.com/fvwmorg/fvwm3/pull/651) ([pghvlaans](https://github.com/pghvlaans))
- DisplayPosition: fix segfault [\#645](https://github.com/fvwmorg/fvwm3/pull/645) ([ThomasAdam](https://github.com/ThomasAdam))
- convert UPDATE\_FVWM\_SCREEN from macro to function [\#644](https://github.com/fvwmorg/fvwm3/pull/644) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv logfile [\#640](https://github.com/fvwmorg/fvwm3/pull/640) ([ThomasAdam](https://github.com/ThomasAdam))
- Resize: fix resize bounds [\#638](https://github.com/fvwmorg/fvwm3/pull/638) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv2 [\#636](https://github.com/fvwmorg/fvwm3/pull/636) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv misc [\#634](https://github.com/fvwmorg/fvwm3/pull/634) ([ThomasAdam](https://github.com/ThomasAdam))
- Reject out of range windows for Move and Resize commands. [\#633](https://github.com/fvwmorg/fvwm3/pull/633) ([ThomasAdam](https://github.com/ThomasAdam))
- FVWMMFL: ignore SIGPIPE [\#632](https://github.com/fvwmorg/fvwm3/pull/632) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv ifdev [\#630](https://github.com/fvwmorg/fvwm3/pull/630) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/from dv [\#629](https://github.com/fvwmorg/fvwm3/pull/629) ([ThomasAdam](https://github.com/ThomasAdam))
- DesktopName: don't duplicate entries with same name [\#607](https://github.com/fvwmorg/fvwm3/pull/607) ([ThomasAdam](https://github.com/ThomasAdam))
- Patches from Debian [\#599](https://github.com/fvwmorg/fvwm3/pull/599) ([ThomasAdam](https://github.com/ThomasAdam))
2022-10-19 03:40:37 +00:00
triaxx
5139f720bf doc: Updated www/grafana to 9.2.1 2022-10-19 03:29:21 +00:00
triaxx
224a019a84 grafana: Update to 9.2.1
upstream changes:
-----------------
9.2.1 (2022-10-18)
Features and enhancements
  o Alerting: Improve notification policies created during migration
  o AzureAD: Add option to force fetch the groups from the Graph API
  o AzureAD: Add option to force fetch the groups from the Graph API
  o Docs: Note end of release notes publication
  o Inspect: Handle JSON tab crash when the provided object is too big to
    stringify
  o TablePanel: Footer now updates values on column filtering
Bug fixes
  o Alerting: Fix email image embedding on Windows
  o Alerting: Fix mathexp.NoData for ConditionsCmd
  o Legacy Alerting: Fix duration calculation when testing a rule
  o Loki: Propagate additional headers from Grafana to Loki when querying data
  o Search: Sort alphabetically in the folder view, increase the limit of the
    folder search from 50 to 1000
  o TablePanel: Fix last table column to be centered.
Plugin development fixes & changes
  o Grafana UI: Export prop types for queryfield, modal and field components
  o Toolkit: Fix Cannot use import statement outside... error in tests
2022-10-19 03:28:04 +00:00
wiz
e94f3e20a2 doc: Updated x11/xcb-util-image to 0.4.1 2022-10-18 22:07:14 +00:00
wiz
c1b194fe31 xcb-util-image: update to 0.4.1.
Alan Coopersmith (9):
      Update README for gitlab migration
      Add README.md to EXTRA_DIST
      Update configure.ac bug URL for gitlab migration
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-image 0.4.1

David Callu (1):
      test: add XCB_SHM_LIBS to all test

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
2022-10-18 22:07:05 +00:00
js
1d27ac6f3b devel/ppc-morphos-gcc-11: Use sdk-source-20220309.tar.xz
It seems to have been moved on the server, as it has the same hash as
sdk-source-20220302.tar.xz.
2022-10-18 19:47:30 +00:00
pin
e97cb6c065 doc: Updated biology/molsketch to 0.7.3 2022-10-18 18:26:30 +00:00
pin
24be08c9ff biology/molsketch: update to 0.7.3
- This is only a small release coming out in order to establish an automated
   build - and publication pipeline.
   Some new bond types were added nevertheless.
2022-10-18 18:26:01 +00:00
wiz
6f8f40684c xcb-util-cursor: improve DESCR 2022-10-18 17:50:08 +00:00
wiz
dd9de42e87 doc: Updated x11/xcb-util-cursor to 0.1.4 2022-10-18 17:48:59 +00:00
wiz
7311edb8c2 xcb-util-cursor: update to 0.1.4.
Alan Coopersmith (9):
      Update README for gitlab migration
      Add README.md to EXTRA_DIST
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-cursor 0.1.4

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

Uli Schlachter (2):
      documentation: Call xcb_free_cursor() when done
      Fix out-of-source builds
2022-10-18 17:48:47 +00:00
wiz
938d7f1faa doc: Updated x11/libxshmfence to 1.3.1 2022-10-18 17:47:29 +00:00
wiz
69f2d0df07 libxshmfence: update to 1.3.1.
Alan Coopersmith (6):
      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
      libxshmfence 1.3.1

Jan Beich (2):
      alloc: prefer atomic close-on-exec without O_TMPFILE as well
      alloc: prefer SHM_ANON on FreeBSD a la memfd_create
2022-10-18 17:47:18 +00:00
wiz
6928b13b58 pixman: add upstream merge request URL
Thanks, he@!
2022-10-18 12:53:09 +00:00
adam
055d49e1f8 Updated databases/py-ldap, textproc/py-rapidjson 2022-10-18 12:16:28 +00:00
adam
7fbe5ed508 py-rapidjson: updated to 1.9
1.9 (2022-10-17)
* Produce Python 3.11 wheels
2022-10-18 12:16:08 +00:00
adam
15b8a75cd4 py-ldap: updated to 3.4.3
Released 3.4.3 2022-09-15

This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.

The following deprecated option has been brought back:
- ``OPT_X_TLS``

Fixes:
* Sphinx documentation is now successfully built
* pypy3 tests stability was improved
* setup.py deprecation warning is now resolved
2022-10-18 12:14:34 +00:00
adam
de1142649d Updated net/net-snmp, net/py-netsnmp 2022-10-18 12:02:56 +00:00
adam
cfee49fd59 net-snmp: remove unused patch 2022-10-18 12:02:27 +00:00
adam
94eb874fcc net-snmp py-netsnmp: updated to 5.9.3
*5.9.3*:
    security:
      - These two CVEs can be exploited by a user with read-only credentials:
          - CVE-2022-24805 A buffer overflow in the handling of the INDEX of
            NET-SNMP-VACM-MIB can cause an out-of-bounds memory access.
          - CVE-2022-24809 A malformed OID in a GET-NEXT to the nsVacmAccessTable
            can cause a NULL pointer dereference.
      - These CVEs can be exploited by a user with read-write credentials:
          - CVE-2022-24806 Improper Input Validation when SETing malformed
            OIDs in master agent and subagent simultaneously
          - CVE-2022-24807 A malformed OID in a SET request to
            SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an
            out-of-bounds memory access.
          - CVE-2022-24808 A malformed OID in a SET request to
            NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference
          - CVE-2022-24810 A malformed OID in a SET to the nsVacmAccessTable
            can cause a NULL pointer dereference.
      - To avoid these flaws, use strong SNMPv3 credentials and do not share them.
        If you must use SNMPv1 or SNMPv2c, use a complex community string
        and enhance the protection by restricting access to a given IP address range.
      - Thanks are due to Yu Zhang of VARAS@IIE and Nanyu Zhong of VARAS@IIE for
        reporting the following CVEs that have been fixed in this release, and
        to Arista Networks for providing fixes.

    misc:
      - Snmp-create-v3-user: Fix the snmpd.conf path   @datadir@ is
        expanded in ${datarootdir} so datarootdir must be set before
        @datadir@ is used.

    general: Many bug fixes

*5.9.2*:
    skipped due to a last minute library versioning found bug -- use 5.9.3 instead

*5.9.1*:
    General: Many bug fixes

*5.9*
    snmplib:
      - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new
        netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add
        base_transport ptr for tunneled transports

    snmpd:
      - Security vulnerabilty in the ping MIB reported by Christopher Ertl
        from Microsoft fixed
      - Changing to a different uid/gid can only be done once
      - The extend mib is now read-only by default

    snmptrap:
      - BUG: 2899: Patch from Drew Roedersheimer to set library
        engineboots/time values before sending

    unspecified:
      - Add pkg-config support for building applications and sub-agents Use
        the netsnmp package when building Net-SNMP applications. Use the
        netsnmp-agent package when building Net-SNMP subagents.
2022-10-18 12:01:52 +00:00
wiz
ac73ddb68d pixman: add upstream bug report URL 2022-10-18 11:14:18 +00:00
wiz
0913dfbb0f pixman: fix pkglint 2022-10-18 11:06:46 +00:00
wiz
b245dfd119 pixman: remove patches that were added as workarounds for x server issues in 2011
Bump PKGREVISION.
2022-10-18 11:01:01 +00:00
wiz
236cba2ba4 doc: Updated x11/pixman to 0.42.0 2022-10-18 10:58:10 +00:00