diff --git a/.github/workflows/build_ossfuzz.yml b/.github/workflows/build_ossfuzz.yml index 459d9da..008376d 100644 --- a/.github/workflows/build_ossfuzz.yml +++ b/.github/workflows/build_ossfuzz.yml @@ -30,6 +30,6 @@ jobs: head -n 20 projects/libyal/Dockerfile > projects/libhmac/Dockerfile echo "RUN git clone --depth 1 https://github.com/libyal/libhmac.git libhmac" >> projects/libhmac/Dockerfile tail -n 3 projects/libyal/Dockerfile >> projects/libhmac/Dockerfile - python3 infra/helper.py build_image --pull libhmac + python3 infra/helper.py build_image --pull libhmac python3 infra/helper.py build_fuzzers --sanitizer address libhmac python3 infra/helper.py check_build libhmac diff --git a/configure.ac b/configure.ac index 6998da0..fdde178 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.71]) AC_INIT( [libhmac], - [20240620], + [20240923], [joachim.metz@gmail.com]) AC_CONFIG_SRCDIR( diff --git a/libhmac.ini b/libhmac.ini index 90c8aeb..e1d288e 100644 --- a/libhmac.ini +++ b/libhmac.ini @@ -8,6 +8,7 @@ features: ["ossfuzz", "python_bindings", "tools"] [library] build_dependencies: ["crypto"] description: "Library to support various Hash-based Message Authentication Codes (HMAC)" +features: ["pthread"] public_types: ["md5_context", "sha1_context", "sha224_context", "sha256_context", "sha512_context"] [tests]