Merge: phpExtensions: update (#440080)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "5.1.26";
|
||||
version = "5.1.27";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
@@ -16,7 +16,7 @@ buildPecl {
|
||||
owner = "krakjoe";
|
||||
repo = "apcu";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-zJTrFckl7caKAF5/IL9RpVhbwsFZiol6w2GVpNdDdPg=";
|
||||
sha256 = "sha256-kf1d+WLpwhzQVn9pnkXtPPTXI5XaAuIAReI6rDGypB8=";
|
||||
};
|
||||
|
||||
buildInputs = [ pcre2 ];
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
buildPecl {
|
||||
pname = "event";
|
||||
|
||||
version = "3.0.8";
|
||||
sha256 = "sha256-4+ke3T3BXglpuSVMw2Jq4Hgl45vybWG0mTX2b2A9e2s=";
|
||||
version = "3.1.4";
|
||||
sha256 = "sha256-XEyqc7wtzu4xCS/5GSE53yjpqA8RR63g3+hp2y5N39M=";
|
||||
|
||||
configureFlags = [
|
||||
"--with-event-libevent-dir=${libevent.dev}"
|
||||
|
||||
@@ -11,23 +11,13 @@
|
||||
buildPecl {
|
||||
pname = "imagick";
|
||||
|
||||
version = "3.7.0";
|
||||
sha256 = "sha256-WjZDVBCQKdIkvLsuguFbJIvptkEif0XmNCXAZTF5LT4=";
|
||||
version = "3.8.0";
|
||||
sha256 = "sha256-vaZ0YchU8g1hBXgrdpxST8NziLddRIHZUWRNIWf/7sY=";
|
||||
|
||||
configureFlags = [ "--with-imagick=${imagemagick.dev}" ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ pcre2 ];
|
||||
|
||||
patches = lib.optionals (lib.versionAtLeast php.version "8.4") [
|
||||
# PHP 8.4 compatibility patch based on https://github.com/Imagick/imagick/pull/690
|
||||
# These is also an alternative https://github.com/Imagick/imagick/pull/704
|
||||
# Which includes more changes but doesn't apply cleanly.
|
||||
(fetchpatch {
|
||||
url = "https://github.com/Imagick/imagick/commit/65e27f2bc02e7e8f1bf64e26e359e42a1331fca1.patch";
|
||||
hash = "sha256-I0FwdqtQ/Y/QVkCl+nWPBIxsdQY6qcjdwiA/BaLNl7g=";
|
||||
})
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Imagick is a native php extension to create and modify images using the ImageMagick API";
|
||||
license = licenses.php301;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ buildPecl, lib }:
|
||||
|
||||
buildPecl rec {
|
||||
version = "2.2.0";
|
||||
version = "3.0.0";
|
||||
pname = "msgpack";
|
||||
|
||||
sha256 = "sha256-gqoeQExf9U7EHSogEwXNZZTtFKdSnpEZ+nykV+S70So=";
|
||||
sha256 = "sha256-VTBqhHl9OZxrJpGB7EhGNPGL6hMwu9nXQFBDxZfeac0=";
|
||||
|
||||
meta = {
|
||||
changelog = "https://pecl.php.net/package-info.php?package=msgpack&version=${version}";
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
buildPecl {
|
||||
pname = "rdkafka";
|
||||
version = "6.0.4";
|
||||
hash = "sha256-DZc5YxOjFnruSZqVFtqFzKJa+Y5fS1XaxVVBAJvzWlk=";
|
||||
version = "6.0.5";
|
||||
hash = "sha256-Cva2ZcljyMfREJzsc4A0N42ciGPL9hLAvTI15RmnCPE=";
|
||||
|
||||
buildInputs = [
|
||||
rdkafka
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
}:
|
||||
buildPecl {
|
||||
pname = "smbclient";
|
||||
version = "1.0.6";
|
||||
sha256 = "sha256-ZsQzdDt6NLRWBsA75om9zkxSvB6zBsvvPhXJZrX/KNc=";
|
||||
version = "1.1.2";
|
||||
sha256 = "sha256-Hmp0RWOqxwCBXlca2YsRNahOhA1E5qxnmXSUx4Cpzec=";
|
||||
|
||||
# TODO: remove this when upstream merges a fix - https://github.com/eduardok/libsmbclient-php/pull/66
|
||||
LIBSMBCLIENT_INCDIR = "${samba.dev}/include/samba-4.0";
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
buildPecl {
|
||||
pname = "sqlsrv";
|
||||
|
||||
version = "5.10.1";
|
||||
sha256 = "sha256-XNrttNiihjQ+azuZmS2fy0So+2ndAqpde8IOsupeWdI=";
|
||||
version = "5.12.0";
|
||||
sha256 = "sha256-qeu4gLKlWNPWaE9uaALFPFv/pJ4e5g0Uc6cST8nLcq0=";
|
||||
|
||||
buildInputs = [ unixODBC ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
}:
|
||||
|
||||
buildPecl rec {
|
||||
version = "1.3.1";
|
||||
version = "1.4.1";
|
||||
pname = "ssh2";
|
||||
|
||||
sha256 = "sha256-kJOh+NJNxlg2AnsOI5xQ3o1err+DlrwzMf3TjF1pr9k=";
|
||||
sha256 = "sha256-e8pbI/cx252O0K6l25uxXaj/EzsPu6lhArguldpNh2Q=";
|
||||
|
||||
buildInputs = [ libssh2 ];
|
||||
configureFlags = [ "--with-ssh2=${libssh2.dev}" ];
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
buildPecl {
|
||||
pname = "yaml";
|
||||
|
||||
version = "2.2.4";
|
||||
sha256 = "sha256-jrNTuvh/FbG2Ksbrcci1iWhZWKH+iw49IqxZVg0OiRM=";
|
||||
version = "2.2.5";
|
||||
sha256 = "sha256-DHUbSJdJ+/AgcdWwxr/rJsS4Y8Zo74lxHs+VBzkb33E=";
|
||||
|
||||
configureFlags = [ "--with-yaml=${libyaml.dev}" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user