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

update SDK and build log4j2 hotpatch #1869

Merged
merged 4 commits into from
Dec 17, 2021

Commits on Dec 15, 2021

  1. build: update SDK to 0.24.0

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    02913fa View commit details
    Browse the repository at this point in the history
  2. build: disable compressed debuginfo for Go programs

    Fedora 35 no longer carries the patch to rpm's `find-debuginfo.sh`
    that explicitly decompresses DWARF, and consequently fails to extract
    any debuginfo.
    
    Work around this by disabling debuginfo compression at link time.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    b9d7bed View commit details
    Browse the repository at this point in the history
  3. systemd: disable rpath check in the new way

    Fedora 35 runs the rpath check by default, so now we can undefine the
    macro to prevent it from running.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    90ee72f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. add package for log4j2 hotpatch

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2f03f0f View commit details
    Browse the repository at this point in the history