From Newsgroup: muc.lists.freebsd.ports
--667ebuzzphs33ku3
Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Subject: Re: Weird git issue this morning
MIME-Version: 1.0
On Mon, May 11, 2026 at 04:01:47PM +0000, Shawn Webb wrote:
On Mon, May 11, 2026 at 08:42:54AM -0700, David Wolfskill wrote:
On Mon, May 11, 2026 at 03:25:04PM +0000, Shawn Webb wrote:
Hey all,
=20
It appears something's amiss in the FreeBSD ports repo:
=20
=3D=3D=3D=3D BEGIN LOG =3D=3D=3D=3D
$ git fetch upstream
remote: Enumerating objects: 782, done.
remote: Counting objects: 100% (530/530), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 782 (delta 524), reused 520 (delta 520), pack-reused 25=
2 (from 1)
Receiving objects: 100% (782/782), 872.09 KiB | 173.00 KiB/s, done. Resolving deltas: 100% (578/578), completed with 497 local objects.
From ssh://git.FreeBSD.org/ports
bd02c95174ef..8bdb30c6d549 2026Q2 -> upstream/2026Q2
39fabf7c0bc8..b7d1ffb8f542 main -> upstream/main
=20
As of this writing, b7d1ffb8f542 is the most recent commit shown in the archives of dev-commits-ports (at https://lists.freebsd.org/archives/dev-commits-ports-main/2026-May/date=
=2Ehtml).
=20
shawn-framework-01[shawn]:/usr/ports $ git merge upstream/main
fatal: unable to read blob object e5a98d716225916ee8024ebf9d1ad2b6e8c=
58ced
=20
There is no entry in the above-cited archives for a commit that would
match that hash.
=20
$ git remote -v
github git@github.com:HardenedBSD/ports.git (fetch)
github git@github.com:HardenedBSD/ports.git (push)
origin git@git.hardenedbsd.lan:HardenedBSD/ports.git (fetch)
origin git@git.hardenedbsd.lan:HardenedBSD/ports.git (push)
rad rad://z2XrdvALg77ycnuZRXgScb27yb3wM (fetch)
rad rad://z2XrdvALg77ycnuZRXgScb27yb3wM/z6Mkp9s3W8zN2qigmUirtvJ8N=
esXXZkYsYC6XEjdGcSXFeeR (push)
tor git@git.hardenedbsd.tor:HardenedBSD/ports.git (fetch)
tor git@git.hardenedbsd.tor:HardenedBSD/ports.git (push)
upstream ssh://anongit@git.FreeBSD.org/ports.git (fetch)
upstream ssh://anongit@git.FreeBSD.org/ports.git (push) =3D=3D=3D=3D END LOG =3D=3D=3D=3D
=20
`git show e5a98d716225916ee8024ebf9d1ad2b6e8c58ced` shows the commit,
but only the payload, not the commit message.
....
=20
My last local update for ports was at main-n746034-8c7b79314654 ("archivers/p5-Archive-Tar: update to 3.06"); my local private mirror,
when asked about e5a98d716225916ee8024ebf9d1ad2b6e8c58ced, does not
whine ("fatal: bad object ..."), as it does for a hash that does not correspond to a commit... but it also declines to say anything at all
about it (using "git log" or "git show"):
=20
g1-120(15.1-S)[12] dirs
/usr/ports
g1-120(15.1-S)[13] git show -n 1 e5a98d716225916ee8024ebf9d1ad2b6e8c58c=
ed | hd
g1-120(15.1-S)[14] git log -n 1 e5a98d716225916ee8024ebf9d1ad2b6e8c58ce=
d | hd
g1-120(15.1-S)[15] echo $?
0
=20
The commit can be found here, too: https://cgit.freebsd.org/ports/commit/e5a98d716225916ee8024ebf9d1ad2b6e8c=
58ced
=20
It's currently the HEAD of the FreeBSD ports tree.
Huh. Running my fetch and merge commands again seemed to make things
happy again:
=3D=3D=3D=3D BEGIN LOG =3D=3D=3D=3D
$ git log -n 5 | cat
commit 38c579356349c95ef03c7ed3f94a160852154c9c (HEAD -> hardenedbsd/main, = rad/hardenedbsd/main, rad/HEAD)
Good "git" signature for
shawn.webb@hardenedbsd.org with ED25519 key SHA256= :xmKeDrbJmED0JCvADm9SeneXtbJ8ETy14fq3/CDnes4
Merge: 396b00a81d27 e503f396ac9e
Author: Shawn Webb <
shawn.webb@hardenedbsd.org>
Date: Mon May 11 16:19:15 2026 +0000
Merge remote-tracking branch 'upstream/main' into hardenedbsd/main
commit e503f396ac9e3fc1c061862322ef184c2ae908b1 (upstream/main, upstream/HE= AD)
Author: Kenneth Raplee <
kenrap@FreeBSD.org>
Date: Mon May 4 08:42:43 2026 -0700
x11/waylock: Convert to USES=3Dzig
=20
PR: 294741
Approved by: arrowd (co-mentor)
commit cd4f167a18d97e3b3afada61ef579d9a7ef3781f
Author: Kenneth Raplee <
kenrap@FreeBSD.org>
Date: Mon May 4 08:41:08 2026 -0700
x11/ly: Update to 1.4.0
=20
PR: 294741
Approved by: arrowd (co-mentor)
commit 38c8c850838f216b067ec9fe420753762b3c3a6c
Author: Kenneth Raplee <
kenrap@FreeBSD.org>
Date: Mon May 4 08:40:01 2026 -0700
x11/ghostty: Change to zig015
=20
PR: 294741
Approved by: arrowd (co-mentor)
commit c96494206dee1d0908ae745b1571c0b009ea2395
Author: Kenneth Raplee <
kenrap@FreeBSD.org>
Date: Mon May 4 08:39:30 2026 -0700
www/zine-ssg: Change to zig015
=20
PR: 294741
Approved by: arrowd (co-mentor)
=3D=3D=3D=3D END LOG =3D=3D=3D=3D
Thanks,
--=20
Shawn Webb
Cofounder / Security Engineer
HardenedBSD
Signal Username: shawn_webb.74
Tor-ified Signal: +1 303-901-1600 / shawn_webb_opsec.50
https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A= 4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
--667ebuzzphs33ku3
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEA6TL67gupaZ9nzhT/y5nonf44foFAmoCAiQACgkQ/y5nonf4 4fot5g/8CXi7REFdHGcQijR8VsqFZcIi+KDUPRYHAaV4kclTY4JbbI+qnRDQ5lNu 13MbG4oZD4RMkhW3LvU++leHLlwo5xneDYJpxKrJBvBab//djKaQWWaW93l7hhil GugPPf1I/GSPysFKChHHAG2aBwNDBaLMyw2GzJ+PHAi2IfL2jI2hFuyqUWVrqtS/ 5eO4jOdWyCBAmda37Z93b04spWwCcyN39IXiO2tfzMlhvEzxFy8FADTO4x2sIc+x MMoXVkS687spH8BPMqkLDMdIj8FBZW3AlFtrzcfE6dzLBPvMnmGmGGXm8VWpYNdM /Ox0MC4n8B0LmqnUx8/2UCCFLDhZlvGw9gmEXuDd45xVQpCDpdDiQj6QH243X9D4 9+DwuBwgKBcz3SMkP+GdUnMQCAWIssGw2+oFQmmhSb4TKaQBW7Q4peJXPk7Oc62t XiPWuTU/5x+pgsOUHSt+qn5gF6dPzPIlCw+GVQeCFL6aLQHoijDqdADiTCdzV9lG 9OmNo516aG7NduqoNtPf3C5YHxDdRJ6CCx+OKsGUHxoU/XBg7DOjwCMKYqJCXpFs UmUx2qvHXDdKhNsE36TfJQTkLsh1Q8nu+ElghFJG+N8T08vie3FBaHjFXsffeppu hbxt4PiI+g3ZehRq8125wGLvQS2C1+8G7MX9z/RIxg5S3b89Dcw=
=Mwz6
-----END PGP SIGNATURE-----
--667ebuzzphs33ku3--
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to
news-admin@muc.de
--- Synchronet 3.22a-Linux NewsLink 1.2