diff options
| author | 2025-04-06 05:40:58 +0100 | |
|---|---|---|
| committer | 2025-04-06 12:05:31 +0100 | |
| commit | 725d4d5da4e8eb92dedcebe72574ba599666e72e (patch) | |
| tree | f48f827838a0f510428e4d8b792a406c8eede54c /.github/workflows | |
| parent | Rename newhash to hash now its the only option. (diff) | |
Add the hash_gnutls module.
This provides the SHA family using GnuTLS. In the future we can
add any new algorithms that appear.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-alpine.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci-linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci-macos.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index 814c0ddb5..8c61c7601 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -40,7 +40,7 @@ jobs: - name: Run configure run: | - ./configure --enable-extras "geo_maxmind hash_argon2 ldap log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 rehashsignal sqlite3 ssl_gnutls ssl_openssl" + ./configure --enable-extras "geo_maxmind hash_argon2 hash_gnutls ldap log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 rehashsignal sqlite3 ssl_gnutls ssl_openssl" ./configure --development --disable-auto-extras --disable-ownership --socketengine ${{ matrix.socketengine }} - name: Build core diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 03fbf04e3..7fa6d0ff0 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -38,7 +38,7 @@ jobs: - name: Run configure run: | - ./configure --enable-extras "geo_maxmind hash_argon2 ldap log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 rehashsignal sqlite3 ssl_gnutls ssl_openssl" + ./configure --enable-extras "geo_maxmind hash_argon2 hash_gnutls ldap log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 rehashsignal sqlite3 ssl_gnutls ssl_openssl" ./configure --development --disable-auto-extras --socketengine ${{ matrix.socketengine }} - name: Build core diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 0a76ae203..400aa5df5 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -44,7 +44,7 @@ jobs: - name: Run configure run: | - ./configure --enable-extras "geo_maxmind hash_argon2 ldap log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 rehashsignal sqlite3 ssl_gnutls ssl_openssl" + ./configure --enable-extras "geo_maxmind hash_argon2 hash_gnutls ldap log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 rehashsignal sqlite3 ssl_gnutls ssl_openssl" ./configure --development --disable-auto-extras --socketengine ${{ matrix.socketengine }} - name: Build core |
