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

Upgrade to cryptsetup 2.3 and make cryptsetup1/cryptsetup2 optionals #876

Merged
merged 10 commits into from
Feb 4, 2021
Merged

Upgrade to cryptsetup 2.3 and make cryptsetup1/cryptsetup2 optionals #876

merged 10 commits into from
Feb 4, 2021

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    7b00cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7adcd4b View commit details
    Browse the repository at this point in the history
  3. Add patch for cryptsetup 2.3.3

    Following commit ed3602f (maintain
    reproducibility by removing rpath) and applying the same changes for new
    version of cryptsetup.
    alex-nitrokey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    f674a47 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Use configure parameter instead of patchfile for rpath

    * hardcode rpatch patch not needed as `--disable-rpath` is available
    * remove obsolete config parameters
    alex-nitrokey committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1ef8d14 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Fix build issue

    * use --libdir to fix issue with .la files which had //lib as lib folder
    * add libblkid as library
    alex-nitrokey committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ff58f15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c1e8f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    07cc2b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Use -isystem instead of -I to introduce header files of target system

    If using -I to introduce header files, the elf.h in the target system
    instead of elf.h shipped with kexec-tools will be included, making its
    building process failed.
    root-hardenedvault committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    209c977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057cc3c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    da7f6f7 View commit details
    Browse the repository at this point in the history