| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Update to the latest w1.fi commit, proxied through my GH account.
|
| |
|
|
|
|
|
|
|
| |
This fixes build with Ruby 3.x.
Changes: https://github.com/pcaprub/pcaprub/compare/v0.13.0...v0.13.1
PR: 262507
Approved by: maintainer
|
| | |
|
| |
|
|
| |
Release notes: https://github.com/bcpierce00/unison/releases/tag/v2.52.0
|
| |
|
|
|
| |
Preserve old unison 2.51 version as net/unison251 before updating
to the latest version.
|
| |
|
|
|
|
|
| |
Backport upstream commit 97c5a5fbc27452ee5970f9c7be946d3819a79d05
to fix crash when using m3u playlists
Changelog: https://github.com/gerbera/gerbera/releases/tag/v1.10.0
|
| |
|
|
|
| |
PR: 260865
Reported by: diizy
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Bump portrevision of each dependant port because the SONAME changes
|
| |
|
|
| |
Relnotes: https://github.com/sshuttle/sshuttle/releases/tag/v1.1.0
|
| |
|
|
|
| |
Relnotes:
https://github.com/NetworkBlockDevice/nbd/releases/tag/nbd-3.24
|
| |
|
|
| |
Relnotes: https://github.com/nsqio/pynsq/blob/master/setup.py
|
| |
|
|
|
| |
Relnotes:
https://github.com/python-twitter-tools/twitter/releases/tag/twitter-1.19.3
|
| |
|
|
| |
Relnotes: https://github.com/python-hyper/wsproto/releases/tag/1.1.0
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The build with CCACHE can be significantly sped up by passing
PYTHONHASHSEED=1 in the environment to make the build reproducible
with regard to the compiler commands issued.
PR: 262092
Reported by: chris at chrullrich.net (Christian Ullrich)
|
| | |
|
| |
|
|
| |
Did not commit distinfo in b36cd5e :(
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add nats to UIDs and GIDs
- Add extra commands for logrotate and 'lame duck mode'.
From the docs:
In production we recommend that a server is shut down with "lame duck mode"
as a graceful way to slowly evict clients. With large deployments this
mitigates the "thundering herd" situation that will place CPU pressure on
servers as TLS enabled clients reconnect.
After entering lame duck mode, the server will stop accepting new
connections, wait for a 10 second grace period, then begin to evict clients
over a period of time configurable by the configuration option. This
period defaults to 2 minutes.
|
| | |
|
| |
|
|
| |
PR: 262442
|
| |
|
|
| |
PR: 261862
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/ferama/rospo/releases
PR: 262299
Reported by: fuz@fuz.su (maintainer)
|
| |
|
|
|
|
|
| |
ChangeLog: https://ftp.isc.org/isc/kea/2.0.2/Kea-2.0.2-ReleaseNotes.txt
PR: 262326
Reported by: apevnev@me.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Required for gitlab-ce 14.8.
Changelog:
https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/releases
v14.8.1
Release for tag v14.8.1
v14.8.0
Multi-arch agentk images with ARM64 support: !592, !594
Agent configuration file is now optional: !583
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Required for gitlab-ce 14.8.
14.8.0 (2022-02-21)
Added (9 changes)
repository: Add new RPC to prune unreachable objects (merge request)
limithandler: Add metrics for queue limiting (merge request)
migrate: Add -verbose flag to sql-migrate (merge request)
Added json output for gitaly-backup by @imskr (merge request)
limithandler: enable max queue wait time (merge request)
limithandler: add concurrency queue limit (merge request)
proto: Add detailed errors when updating references fails (merge request)
feat: Detect SSH signed objects (merge request)
cmd/praefect: Check of the system clock synchronization (merge request)
Fixed (10 changes)
Propagate NotFound error returned by GetRepoPath (merge request)
coordinator: Fix error comparison causing excessive replication jobs (merge request)
Handle CreateObjectPool as a repository creation RPC (merge request)
Makefile: Use pkg-config if available to set LIBPCREDIR (merge request)
demo: Fix deletion of Praefect Cloud SQL instance (merge request)
operations: Skip rebasing commits which become empty (merge request)
housekeeping: Fix pruning of "remote.*.prune" config key (merge request)
operations: Always respect committer timezone in UserApplyPatch (merge request)
Shorten server keepalive period to 5 minutes (merge request)
operations: Respect timezone of committer in UserApplyPatch (merge request)
Changed (14 changes)
Update actionpack and related Ruby gems (merge request)
ci: Upgrade CI images to Debian bullseye (merge request)
repository: Clean up worktrees in OptimizeRepository (merge request)
repository: Use heuristic to pack refs in OptimizeRepository (merge request)
repository: Use heuristic to prune objects in OptimizeRepository (merge request)
repository: Use heuristic for incremental repacks in OptimizeRepository (merge request)
repository: Use heuristic for full repacks in OptimizeRepository (merge request)
migrate: Print execution time of migrations (merge request)
replicator: Log number of stale jobs deleted (merge request)
fetch: Stop writing FETCH_HEAD (merge request)
config: Exclude DB metrics by default (merge request)
hooks: Don't use Ruby hooks by default (merge request)
cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0 (merge request)
operations: Return detailed error when reference update fails in merge (merge request)
Deprecated (1 change)
operations: Deprecate the rebase ID (merge request)
Performance (7 changes)
git: Backport patches to speed up git-fetch(1) in repos with many refs (merge request)
datastore: Clean completed & dead replication jobs (merge request)
repository: Avoid spawning Git command if there is no worktree to prune (merge request)
localrepo: Use protocol v2 for internal fetches (merge request)
repository: Use skipping negotiation algorithm for replication (merge request)
housekeeping: Strip empty config sections (merge request)
Expand flat paths only for the returned page in GetTreeEntries (merge request)
Other (2 changes)
chore: Add ssh signature test case (merge request)
client: Expose sidechannel server methods (merge request)
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Copy comments when during spreadsheet copy
* Update user-guide.rst
* merge setup test cassettes
* Feature/add header validation get all records
* Add timeout to client
* Feature/update timezone and locale
* Feature/make case comparison in find
* Updated API rate limits
* Feature/prevent insert row to sheet with colon
|
| |
|
|
|
|
|
|
|
|
| |
Changes:
Fix a theoretical memory corruption during authentication if the
process runs out of memory. The server does not do much memory
allocation prior to authentication, this is mostly academic.
MFH: 2022Q1
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Reduced jitter and latency.
- Tested with Linphone.
Approved by: pi (implicit)
|
| | |
|
| | |
|
| |
|
|
| |
PR: 260512
|
| |
|
|
| |
PR: 262409
|
| | |
|
| | |
|
| | |
|