victorialogs-*: use PKGBASE
Factor out the name of the program by using PKGBASE.
More resistant to copypastos for packaging of other VictoriaLogs
components.
victorialogs-vlagent: Import vlagent-1.52.0
VictoriaLogs is open source user-friendly database for logs from
VictoriaMetrics.
This package contains vlagent, an agent for collecting logs from
various sources and storing them in VictoriaLogs.
pnpm: import pnpm-12.0.0-rc.2 as wip/pnpm
This is a Rust port version of pnpm, called pacquet.
---
Fast, disk space efficient package manager:
* Fast. Up to 2x faster than the alternatives (see benchmark).
* Efficient. Files inside node_modules are linked from a single
content-addressable storage.
* Great for monorepos.
* Strict. A package can access only dependencies that are specified in its
package.json.
* Deterministic. Has a lockfile called pnpm-lock.yaml.
* Works as a Node.js version manager. See pnpm runtime.
* Works everywhere. Supports Windows, Linux, and macOS.
* Battle-tested. Used in production by teams of all sizes since 2016.
* Experimental Rust port. Includes pacquet, an experimental port of the CLI
written in Rust.
squeak6: Update to 6.1.23976
As Squeak approaches its 30th anniversary, we are proud to announce
the next version of the system, Squeak 6.1. Some highlights of this
release are:
- A new tree browser, which enables navigation through classes and
categories using refurbished hierarchical morphs,
- The return of Objectland (also known as the "Worlds of Squeak"),
- Several changes and fixes for the kernel infrastructure for
simulating, unwinding, and scheduling processes and reshaping classes,
- Miscellaneous improvements and additions to the toolset and user
interface for inspecting, debugging, profiling, and versioning code.
Please find below a detailed listing of all the changes, which
includes notes on Major Deprecations, Known Issues, and Compatibility
Notes at the bottom.
About these release notes. Phew, what a release! Since the last
[12 lines not shown]
squeak5-vm: Update to 202606270913202606270913 (2026-07-27):
Release Version 2026.06
This is a minor release with no major changes. Also see the update
notes of OSVM Version 2026.04.
Update notes are based on the commit messages since Cog-eem.509 and
VMMaker.oscog-eem.3755. Also see update map update.oscog-mt.20, which
corresponds to this tag (which is based on Cog-ct.510 and
VMMaker.oscog-eem.3766).
- Add CameraPlugin for Linux platform (besides Windows and macOS)
- Fix issue with UTF-8 console output on Windows platforms (see #771)
- Fix issue with error reaper in FFI plugin
- Fix serious issue with creation of unscanned ephemerons
[113 lines not shown]
victorialogs*: Update to 1.52.0
Changes:
Important upgrade notes/breaking changes:
Update Note 1: LogsQL: disallow using filter pipes without the filter
prefix if the filter doesn't start with field_name: prefix. For
example, foo | bar is disallowed now. It must be rewritten to one of
the following equivalents: foo bar, foo | "bar", foo | _msg:bar or foo
| filter bar. This reduces the chances of incorrectly written queries
like in the 1454. However, this may be a breaking change if you have
queries that filter without the filter prefix, such as ... | !foo, ...
| {host="x"}, ... | >5 or ... | =foo - these now fail with unexpected
pipe and must add the filter prefix (e.g. ... | filter !foo).
Update Note 2: cluster version: this release bumps the internal
vlselect and vlstorage protocol version (see the
queries-longer-than-10MB fix in 1462). A version mismatch between
vlselect and vlstorage fails the request, so queries are expected to
fail during a rolling upgrade while the cluster runs mixed versions.
[5 lines not shown]