diff --git a/package.xml b/package.xml index a092c07..f948f50 100644 --- a/package.xml +++ b/package.xml @@ -10,11 +10,11 @@ jedisct1@php.net yes - 2018-04-29 + 2018-08-29 - 2.0.11 - 2.0.11 + 2.0.12 + 2.0.12 stable @@ -22,8 +22,8 @@ BSD 2-Clause License -- Added a workaround for a PHP vulnerability affecting all PHP7 versions up to and including 7.2.9. -- Bindings for crypto_aead_*_detached() functions have been added. +- Bug fix: sodium_pad() din't support block sizes over 255 bytes +- Bug fix: file descriptors were not properly closed when using PHP as an Apache module, and Apache was reloaded diff --git a/php_libsodium.h b/php_libsodium.h index 9302f4e..c39aba0 100644 --- a/php_libsodium.h +++ b/php_libsodium.h @@ -5,7 +5,7 @@ extern zend_module_entry sodium_module_entry; #define phpext_sodium_ptr &sodium_module_entry -#define PHP_SODIUM_VERSION "2.0.11" +#define PHP_SODIUM_VERSION "2.0.12" #ifdef PHP_WIN32 # define PHP_SODIUM_API __declspec(dllexport)