Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version: show only the libpsl version, not its dependencies #12700

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Jan 14, 2024

The libpsl version output otherwise also includes version number for its dependencies, like IDN lib, but since libcurl does not use libpsl's IDN functionality those components are not important.

Ref: curl/curl-for-win#63

The libpsl version output otherwise also includes version number for its
dependencies, like IDN lib, but since libcurl does not use libpsl's IDN
functionality those components are not important.

Ref: curl/curl-for-win#63
@bagder bagder closed this in 72bd88a Jan 14, 2024
@bagder bagder deleted the bagder/psl-version branch January 14, 2024 22:34
vszakats added a commit to curl/curl-for-win that referenced this pull request Jan 15, 2024
- add manual build for libpsl. It's shorter than calling up autotools,
  which is broken in curl-for-win and also has an libpsl upstream issue
  on Windows.
  It's more fragile and may break by upstream changes.

- retrofit curl patch for a clean libpsl version string:
  curl/curl@72bd88a
  curl/curl#12700

- exclude libpsl from `-zero` and `-bldtst` builds.
vszakats added a commit to curl/curl-for-win that referenced this pull request Jan 15, 2024
- add manual build for libpsl. It's shorter than calling up autotools,
  which is broken in curl-for-win and also has an libpsl upstream issue
  on Windows.
  It's more fragile and may break by upstream changes.

- retrofit curl patch for a clean libpsl version string:
  curl/curl@72bd88a
  curl/curl#12700

- exclude libpsl from `-zero` and `-bldtst` builds.

Closes #63
vszakats added a commit to curl/curl-for-win that referenced this pull request Jan 15, 2024
- add manual build for libpsl. It's shorter/quicker than calling up
  autotools. Autotools is broken in curl-for-win and also has an
  libpsl upstream issue on Windows.
  It also fixes symbol visibility to be hidden.

  But, it's also more fragile and upstream changes may break it.

- retrofit curl patch for a clean libpsl version string:
  curl/curl@72bd88a
  curl/curl#12700

- exclude libpsl from `-zero` and `-bldtst` builds.

Closes #63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant