Page MenuHomeFreeBSD

math/z3: Update 4.15.3 => 4.15.4
ClosedPublic

Authored by alven on Oct 30 2025, 2:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 5:21 PM
Unknown Object (File)
Wed, Mar 25, 6:51 AM
Unknown Object (File)
Wed, Mar 11, 12:49 PM
Unknown Object (File)
Wed, Mar 11, 10:09 AM
Unknown Object (File)
Mon, Mar 9, 12:27 PM
Unknown Object (File)
Tue, Mar 3, 5:04 AM
Unknown Object (File)
Tue, Mar 3, 5:03 AM
Unknown Object (File)
Tue, Mar 3, 5:02 AM
Subscribers
None

Details

Summary
Test Plan

For every {amd64, i386} × {14.3, 13.5}:

  • Successful poudriere testport
  • Successful run-testing

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alven requested review of this revision.Oct 30 2025, 2:24 PM
alven created this revision.

Why bump consumers? There seems to be no need in that.

I just was not sure when it's actually needed. Could you, please, explain it to me?

The release changed the patch version and according to pkg-plist the shared library version wasn't bumped. This usually means that there is no need to recompile consumers, thus no bumps needed.

This may seems so as I used dynamic SOVERSION. If it wasn't the case the diff would be:
-lib/libz3.so.4.15.3.0
+lib/libz3.so.4.15.4.0

May be unlike major-/minor-level changes just patch-level changes are safe without dependencies bump?
I don't like to do more work than actually needed :) Just need to know which changes are/aren't safe...
Whether it's safe for me to use dynamic SOVERSION at all? (as one wouldn't be able to see actual .so version change)

What does readelf -d /usr/local/lib/libz3.so | grep SONAME say for the updated port?

What does readelf -d /usr/local/lib/libz3.so | grep SONAME say for the updated port?

0x000000000000000e SONAME Library soname: [libz3.so.4.15]

Seems like I've got it: no actual SONAME change, so no need to update the dependencies. OK.

No actual SONAME change, so no need to update the dependencies

Seems like I've got it: no actual SONAME change, so no need to update the dependencies.

Exactly.

This revision is now accepted and ready to land.Oct 30 2025, 6:38 PM

@yuri: Could you, please, review this? I can't commit it without your signature :)

It'd be great to finally land this.

Sure! Just all my mentors are busy now so I'm waiting for their review...

This revision was automatically updated to reflect the committed changes.