pkg.pkg has been available for years and is the default in all supported releases. Retire fallback support for pkg.txz.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Differential D46990 Authored by emaste on Oct 7 2024, 5:14 PM.
Details Summary pkg.pkg has been available for years and is the default in all supported releases. Retire fallback support for pkg.txz.
Diff Detail
Event TimelineHerald added a reviewer: bdrewery. · View Herald TranscriptOct 7 2024, 5:14 PM2024-10-07 17:14:11 (UTC+0) This revision is now accepted and ready to land.Oct 8 2024, 4:42 AM2024-10-08 04:42:02 (UTC+0) This revision now requires review to proceed.Jan 14 2025, 1:11 PM2025-01-14 13:11:49 (UTC+0) This revision is now accepted and ready to land.Jan 14 2025, 1:40 PM2025-01-14 13:40:58 (UTC+0) Closed by commit rG0cd9513a5ba5: pkg: retire backwards compatibility bootstrap support (authored by emaste). · Explain WhyJan 14 2025, 1:43 PM2025-01-14 13:43:22 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptJan 14 2025, 1:43 PM2025-01-14 13:43:22 (UTC+0)
Revision Contents
Diff 149225 usr.sbin/pkg/pkg.c
|
Normally the clnt_rc.c (reconnect layer) would
do a CLSET_TCP_DDP and the so_setsockopt()
would be done for CLSET_TCP_DDP in clnt_vc.c
and ignored in clnt_dg.c.
I've never been much of an object oriented guy,
but the Sun folk loved these layers.