Skip to content

Releases: rnpgp/gpg-build-scripts

v0.1.1 (Just minor stuff)

30 Mar 19:13
Compare
Choose a tag to compare
  • Scripts can be called from any directory.
  • CI fully migrated from Travis CI to GitHub Actions.
  • Builds are tested on CentOS 7 / 8, Fedora 33, macOS 10.5 / 11.0, Ubuntu 14 / 16 / 18 / 20 (all LTS).
  • Dockerfile is made available.
  • Options added in the "install component" script: --[no-]force-autogen, --[no-]verbose
  • Component versions for "2.2" have been updated (though not to "latest" due to build issues in older platforms).

v0.1.0 (install scripts are functional)

29 Apr 18:43
b68ec3b
Compare
Choose a tag to compare
  • Initial release.
  • Capable of installing GnuPG components on GNU+Linux systems.
  • Documentation is quite detailed.
  • There are many usage examples, and their correctness is proven.
  • Options available in the "install component" script: --component-name, --component-version, --component-git-ref, --build-dir, --configure-opts, --[no-]ldconfig, --[no-]sudo, --[no-]verify, --folding-style, --help.
  • Options available in the "install all" script: --suite-version, --help.