[Midnightbsd-cvs] [MidnightBSD/mports] a35c07: Mk: default PostgreSQL to 15 (#691)
Copilot
noreply at github.com
Fri Aug 7 00:24:36 EDT 2026
Branch: refs/heads/dependabot/npm_and_yarn/devel/electron41/files/packagejsons/fast-uri-3.1.4
Home: https://github.com/MidnightBSD/mports
Commit: a35c077f942dd8445e69de1f4fa90e4a17536337
https://github.com/MidnightBSD/mports/commit/a35c077f942dd8445e69de1f4fa90e4a17536337
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M Mk/components/default-versions.mk
M ports-mgmt/magus-utils/Makefile
Log Message:
-----------
Mk: default PostgreSQL to 15 (#691)
## Summary
- change the framework PostgreSQL default from 14 to 15
- update `ports-mgmt/magus-utils` to require PostgreSQL 15
- bump `magus-utils` `PORTREVISION` so existing installations receive
the dependency change
- refresh the documented set of supported PostgreSQL versions
## Validation
- `bmake -C ports-mgmt/magus-utils check-license`
- `portlint -AC ports-mgmt/magus-utils` (0 fatal errors; existing-style
warnings for missing `WWW`, `PORTREVISION`, and maintainer mode)
- `INDEXING=yes PACKAGE_BUILDING=yes BATCH=yes bmake -C
ports-mgmt/magus-utils describe`
- `INDEXING=yes PACKAGE_BUILDING=yes BATCH=yes bmake -C
databases/postgresql15-client describe`
- `INDEXING=yes PACKAGE_BUILDING=yes BATCH=yes bmake -C
databases/postgresql15-server describe`
- verified `magus-utils` resolves `PGSQL_DEFAULT=15`, `PGSQL_VER=15`,
and `libpq.so.5:databases/postgresql15-client`
- `git diff --check`
The full local port build was not run because this host has PostgreSQL
14 installed. The framework correctly stops with `the port wants
postgresql-client version 15 and you have version 14 installed`; the
compatibility guard was not bypassed.
## Summary by Sourcery
Update the ports framework to default PostgreSQL to version 15 and align
magus-utils with the new default.
Enhancements:
- Refresh the documented set of supported PostgreSQL versions in the
framework to include newer releases and set the default to 15.
Build:
- Adjust magus-utils port metadata to depend on PostgreSQL 15 and bump
PORTREVISION so existing installations pick up the new dependency.
---------
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot at users.noreply.github.com>
Commit: 2c8e8cd60b80be6a0559631a4670c8121ae053bc
https://github.com/MidnightBSD/mports/commit/2c8e8cd60b80be6a0559631a4670c8121ae053bc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M Mk/components/default-versions.mk
Log Message:
-----------
Mk: default Ruby to 3.3 (#692)
## Summary
- change the mports Ruby default from 3.2 to 3.3
- make unversioned Ruby and RubyGem dependencies resolve to
`lang/ruby33`
Ruby 3.3 is already supported by the framework and carried as Ruby
3.3.11. No ports currently declare `BROKEN_RUBY33`.
## Validation
- verified `RUBY_DEFAULT=3.3`, `RUBY_VER=3.3`, and
`RUBY_PORT=lang/ruby33` for:
- `lang/ruby33`
- `devel/ruby-gems`
- `devel/rubygem-rake`
- `databases/rubygem-pg`
- `BATCH=yes bmake -C lang/ruby33 clean`
- `BATCH=yes bmake -C lang/ruby33 patch`
- `BATCH=yes bmake -C lang/ruby33`
- `BATCH=yes bmake -C lang/ruby33 fake`
- `BATCH=yes bmake -C lang/ruby33 package`
- `BATCH=yes bmake -C lang/ruby33 test` — all 1,890 bootstrap tests
passed, followed by the basic test suite passing
- `git diff --check`
The fake QA stage reports existing Ruby port warnings about unstripped
extension modules and the Ruby shared-library SONAME; this one-line
default change does not introduce those warnings.
## Summary by Sourcery
Enhancements:
- Change the RUBY_DEFAULT setting from 3.2 to 3.3 so unversioned Ruby
and RubyGem dependencies resolve to lang/ruby33.
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 8ebae684ae099e570b950fc7b64fa4374debd868
https://github.com/MidnightBSD/mports/commit/8ebae684ae099e570b950fc7b64fa4374debd868
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M devel/electron39/files/packagejsons/.yarn/install-state.gz
M devel/electron39/files/packagejsons/yarn.lock
Log Message:
-----------
build(deps): bump linkify-it from 5.0.0 to 5.0.2 in /devel/electron39/files/packagejsons (#648)
Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.0
to 5.0.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md">linkify-it's
changelog</a>.</em></p>
<blockquote>
<h2>5.0.2 / 2026-07-02</h2>
<ul>
<li>Fixed DoS in <code>mailto:</code> links (restrict user name to 64
chars).</li>
<li>Restricted user/pass part length in links.</li>
</ul>
<h2>5.0.1 / 2026-05-23</h2>
<ul>
<li>Fixed DoS in fuzzy links/emails search.</li>
<li>Reworked search logic - check each pattern separate, use
<code>g</code> regexes instead
of slice.</li>
<li>Removed internal cache - useless overcomplication.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/50a0c914f834b201cab25ff4faefd1f832b37332"><code>50a0c91</code></a>
5.0.2 released</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/de3b88554b5e465d5fa19914e2a1801ebb3069ef"><code>de3b885</code></a>
Update package hooks</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/13effaaa4600d1fcff9f63c38fecdd601bfd83e7"><code>13effaa</code></a>
Add package lock</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/39d748dbfc77534e9be04d87cd9f57a13b9b4216"><code>39d748d</code></a>
Bump c8</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/00ce8771ac0c3e6784dcacaa1625ca0fc1b62a12"><code>00ce877</code></a>
Drop tlds deps</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/ecde82341a1b2e349b03eb01f3e1d2cc105bcd7f"><code>ecde823</code></a>
Update benchmark to mitata</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/23c62cdd14ef36e89c175c6726e2229e5b76e75f"><code>23c62cd</code></a>
Refactor demo / doc build and publish</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/fd63f3b4ab433ca3561304409b572eed465706cd"><code>fd63f3b</code></a>
CI config update</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/f4ea5afaa6a8e1109c44898158d4910b3fb128fb"><code>f4ea5af</code></a>
demo: update bootstrap & layout</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/1454fb645f00c33a05edbded18640d5078ba7710"><code>1454fb6</code></a>
lint: dim warnings</li>
<li>Additional commits viewable in <a
href="https://github.com/markdown-it/linkify-it/compare/5.0.0...5.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/MidnightBSD/mports/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support at github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas Holt <luke at foolishgames.com>
Commit: 7cbed4cd3d2fbd954791c9e0cc79a67b952ccb99
https://github.com/MidnightBSD/mports/commit/7cbed4cd3d2fbd954791c9e0cc79a67b952ccb99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
A devel/electron41/files/packagejsons/.yarn/install-state.gz
M devel/electron41/files/packagejsons/yarn.lock
Log Message:
-----------
build(deps): bump linkify-it from 5.0.0 to 5.0.2 in /devel/electron41/files/packagejsons (#674)
Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.0
to 5.0.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md">linkify-it's
changelog</a>.</em></p>
<blockquote>
<h2>5.0.2 / 2026-07-02</h2>
<ul>
<li>Fixed DoS in <code>mailto:</code> links (restrict user name to 64
chars).</li>
<li>Restricted user/pass part length in links.</li>
</ul>
<h2>5.0.1 / 2026-05-23</h2>
<ul>
<li>Fixed DoS in fuzzy links/emails search.</li>
<li>Reworked search logic - check each pattern separate, use
<code>g</code> regexes instead
of slice.</li>
<li>Removed internal cache - useless overcomplication.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/50a0c914f834b201cab25ff4faefd1f832b37332"><code>50a0c91</code></a>
5.0.2 released</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/de3b88554b5e465d5fa19914e2a1801ebb3069ef"><code>de3b885</code></a>
Update package hooks</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/13effaaa4600d1fcff9f63c38fecdd601bfd83e7"><code>13effaa</code></a>
Add package lock</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/39d748dbfc77534e9be04d87cd9f57a13b9b4216"><code>39d748d</code></a>
Bump c8</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/00ce8771ac0c3e6784dcacaa1625ca0fc1b62a12"><code>00ce877</code></a>
Drop tlds deps</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/ecde82341a1b2e349b03eb01f3e1d2cc105bcd7f"><code>ecde823</code></a>
Update benchmark to mitata</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/23c62cdd14ef36e89c175c6726e2229e5b76e75f"><code>23c62cd</code></a>
Refactor demo / doc build and publish</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/fd63f3b4ab433ca3561304409b572eed465706cd"><code>fd63f3b</code></a>
CI config update</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/f4ea5afaa6a8e1109c44898158d4910b3fb128fb"><code>f4ea5af</code></a>
demo: update bootstrap & layout</li>
<li><a
href="https://github.com/markdown-it/linkify-it/commit/1454fb645f00c33a05edbded18640d5078ba7710"><code>1454fb6</code></a>
lint: dim warnings</li>
<li>Additional commits viewable in <a
href="https://github.com/markdown-it/linkify-it/compare/5.0.0...5.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/MidnightBSD/mports/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support at github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas Holt <luke at foolishgames.com>
Commit: 26c190bba7a61ef0491c1d857e408a78a7f1f86e
https://github.com/MidnightBSD/mports/commit/26c190bba7a61ef0491c1d857e408a78a7f1f86e
Author: copilot-swe-agent[bot] <198982749+Copilot at users.noreply.github.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M Mk/components/default-versions.mk
M devel/electron39/files/packagejsons/.yarn/install-state.gz
M devel/electron39/files/packagejsons/yarn.lock
M devel/electron41/files/packagejsons/yarn.lock
M ports-mgmt/magus-utils/Makefile
Log Message:
-----------
Merge origin/master into fast-uri bump branch, resolve binary conflict
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: GitHub <noreply at github.com>
Co-authored-by: laffer1 <1455037+laffer1 at users.noreply.github.com>
Compare: https://github.com/MidnightBSD/mports/compare/7f76b13709c3...26c190bba7a6
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list