Topic: php-suhosin

Yesterday I was updating a server with php-suhosin installed, but it seems to fail because php-suhosin is unable to get dependencies resolved - matcher goes for php53-common for some reason.

Removing php-suhosin and update to php 5.4 goes without problems.

Not sure if it helps, but here is part of "yum -v update php":

--> Processing Dependency: php(api) = 20090626 for package: php-suhosin
Needed Require has already been looked up, cheating
Potential Provider: php-common.x86_64 0:5.3.19-1.el5.remi
Mode is u for provider of php(api) = 20090626: php-common.x86_64 0:5.3.19-1.el5.remi
Mode for pkg providing php(api) = 20090626: u
Cannot find an update path for dep for: php(api) = 20090626
Searching pkgSack for dep: php(api)
Potential match for php(api) from php-common-5.4.11-1.el5.remi.x86_64
Potential match for php(api) from php-common-5.4.12-1.el5.remi.x86_64
Potential match for php(api) from php53-common-5.3.3-1.el5.x86_64
Matched php53-common-5.3.3-1.el5.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-1.el5_6.1.x86_64
Matched php53-common-5.3.3-1.el5_6.1.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-1.el5_7.3.x86_64
Matched php53-common-5.3.3-1.el5_7.3.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-1.el5_7.5.x86_64
Matched php53-common-5.3.3-1.el5_7.5.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-1.el5_7.6.x86_64
Matched php53-common-5.3.3-1.el5_7.6.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-5.el5.x86_64
Matched php53-common-5.3.3-5.el5.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-7.el5_8.x86_64
Matched php53-common-5.3.3-7.el5_8.x86_64 to require for php(api)
Potential match for php(api) from php53-common-5.3.3-13.el5_8.x86_64
Matched php53-common-5.3.3-13.el5_8.x86_64 to require for php(api)
TSINFO: Marking php53-common-5.3.3-13.el5_8.x86_64 as install for php-suhosin-0.9.32.1-1.el5.remi.x86_64

Re: php-suhosin

I don't provide shuhosin and don't plan to (at least because there is no php 5.4 comptible version).

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-suhosin

My bad.. smile

Thanks for very quick reply.