From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2C75158089 for ; Wed, 4 Oct 2023 17:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 144192BC103; Wed, 4 Oct 2023 17:36:55 +0000 (UTC) Received: from mail.ip.v6.me.uk (mail.ip.v6.me.uk [82.219.9.82]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52D272BC02F for ; Wed, 4 Oct 2023 17:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=swsystem.co.uk; s=key1; h=In-Reply-To:From:References:To:Subject: MIME-Version:Date:Message-ID:Content-Type:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=iN2KKEBWvkSCGdTSESr1vgN1I4IH6dvdhn253gdFxds=; b=b53K9AW2XqE6Hw/5NB2TPnuksW EGCIIg9MTmnrYcmpQSpVtkli3CvEeA7MbsEO+LvQMGNQn1Y5ojS5CcYqOhKFoDp99Gyfvs5VJBDRo KL59ujdr98ywpJ4Mq8A47++aK+GsbVhaumX/eJCqcBFLdJH6qEaa2xyE4/AUMriSymNpn28JO6+Cl 8XUcpd5W9rBp2lR7BeYF8dRfGzRK741wfXuAKxzhqzb/WT9rsRiPZQRkTLa0mJgJD1b49Yfzs+Cog 83aoisFb0rEZ1XDbKG20rNb8eoOPpl/pRZi1T5SA9o8XJK2HhC1Hkig3mpHR41jnkMhE2zgCiTPRG iGOkXCag==; Received: from [2001:470:1f09:1057:9128:2ad1:2be1:84aa] by mail.ip.v6.me.uk with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qo5nk-0005qn-QH for gentoo-user@lists.gentoo.org; Wed, 04 Oct 2023 18:36:51 +0100 Content-Type: multipart/alternative; boundary="------------w7SdjIWZjWH9IluRWlhLXnS9" Message-ID: <6e2a8d04-4808-2dbc-49bd-650d03c0acad@swsystem.co.uk> Date: Wed, 4 Oct 2023 18:36:38 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [gentoo-user] Re: What to do about openssl To: gentoo-user@lists.gentoo.org References: From: Steve Wilson In-Reply-To: Received-SPF: pass (mail.ip.v6.me.uk: domain of swsystem.co.uk designates 2001:470:1f09:1057:9128:2ad1:2be1:84aa as permitted sender) client-ip=2001:470:1f09:1057:9128:2ad1:2be1:84aa; envelope-from=steve+gentoo_users@swsystem.co.uk; helo=[IPV6:2001:470:1f09:1057:9128:2ad1:2be1:84aa]; X-Date: 2023-10-04 18:36:51 X-Connected: 2001:470:1f09:1057:9128:2ad1:2be1:84aa:33922 X-Authenticated: steve@swsystem.co.uk X-Archives-Salt: 0b5b30d4-cb52-443a-b799-ca5112fff848 X-Archives-Hash: 4e3bf8d0dd145a4176dfc64d98f041a6 This is a multi-part message in MIME format. --------------w7SdjIWZjWH9IluRWlhLXnS9 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit From https://www.php.net/manual/en/openssl.requirements.php PHP 7.1-8.0 requires OpenSSL >= 1.0.1, < 3.0. PHP >= 8.1 requires OpenSSL >= 1.0.2, < 4.0. So it looks like you need to upgrade php to 8.1 I've a similar problem with my server requiring php 7.2 and trying to figure out the upgrade path for all php based sites/apps is a pain. On 04/10/2023 18:15, John Covici wrote: > On Wed, 04 Oct 2023 11:53:46 -0400, > Grant Edwards wrote: >> On 2023-10-04, John Covici wrote: >>> Hi. I just did a world update and found that my openssl-1.1.1v is >>> masked. What can I do, >> Use one of the stable versions. >> >>> I don't have any version that is not masked >> Huh? What architecture are you on? There are three versions of >> openssl that are stable and not masked for amd64, x86, and most >> others: >> >> 3.0.9-r1 >> 3.0.9-r2 >> 3.0.10 >> >> see >> >> https://packages.gentoo.org/packages/dev-libs/openssl >> >>> and according to the message this version is EOL. >> Indeed. OpenSSL 1.1.1 is dead. Support ended a few weeks ago. >> >> >> >> >> >> > Upon further investigation, I hadd masked them off myself , if I > unmask the 3.x I get the following: > Script started on 2023-10-04 13:10:40-04:00 [COMMAND="emerge -1 > dev-libs/openssl" TERM="linux" TTY="/dev/tty1" COLUMNS="240" > LINES="67"] > ^M > These are the packages that would be merged, in order:^M > ^M > Calculating dependencies . .... ... done!^M > Dependency resolution took 38.07 s.^M > ^M > [ebuild r U ] dev-libs/openssl-3.1.3:0/3::gentoo > [1.1.1v:0/1.1::gentoo] USE="asm -fips% -ktls% -rfc3779 -sctp > -static-libs -test -tls-compression -vanilla -verify-sig > -weak-ssl-ciphers (-sslv3%) (-tls-heartbeat%)" ABI_X86="(64) -32 > (-x3\2)" CPU_FLAGS_X86="(sse2)" 15,198 KiB^M > [ebuild rR ] sys-apps/coreutils-9.4::gentoo USE="acl nls openssl > (split-usr) xattr -caps -gmp -hostname -kill -multicall (-selinux) > -static -test -vanilla -verify-sig" 0 KiB^M > [ebuild rR ] net-misc/rsync-3.2.7-r2::gentoo USE="acl iconv ssl > xattr -examples -lz4 -rrsync -stunnel -system-zlib -verify-sig -xxhash > -zstd" PYTHON_SINGLE_TARGET="python3_11 -python3_10" 0 KiB^M > [ebuild rR ] net-misc/wget-1.21.4::gentoo USE="ipv6 nls pcre > (ssl) zlib -cookie-check -debug -gnutls -idn -metalink -ntlm -static > -test -uuid -verify-sig" 0 KiB^M > [ebuild rR ] dev-lang/python-3.12.0_rc3_p1:3.12::gentoo > USE="ensurepip gdbm ncurses readline sqlite ssl -bluetooth -build > -debug -examples -libedit -lto -pgo -test -tk -valgrind -verify-sig" 0 > KiB^M > [ebuild rR ] dev-libs/libtpms-0.9.6::gentoo 0 KiB^M > [ebuild rR ] www-client/w3m-0.5.3_p20230121::gentoo USE="X gpm > nls ssl unicode -fbcon -gdk-pixbuf -imlib -lynxkeymap -nntp -xface" > L10N="-ja" 0 KiB^M > [ebuild rR ] dev-db/mysql-connector-c-8.0.32-r1:0/21::gentoo > USE="static-libs -ldap" ABI_X86="(64) -32 (-x32)" 0 KiB^M > [ebuild rR ] dev-lang/rust-1.72.0:stable/1.72::gentoo USE="lto > (-big-endian) -clippy -debug -dist -doc (-llvm-libunwind) (-miri) > (-nightly) (-parallel-compiler) -profiler -rust-analyzer -rust-src > -rustfmt -system-bootstrap -system-llv\m -test -verify-sig -wasm" > ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86) > -AArch64 -AMDGPU -ARM -AVR -BPF -Hexagon -Lanai -LoongArch -MSP430 > -Mips -NVPTX -PowerPC -RISCV -Sparc -SystemZ -VE -WebAssembly -XCore" > 0 KiB^M > [ebuild rR ] net-libs/libssh-0.10.5:0/4::gentoo USE="sftp zlib > -debug -doc -examples -gcrypt -gssapi -mbedtls -pcap -server > -static-libs -test" ABI_X86="(64) -32 (-x32)" 0 KiB^M > [ebuild rR ] dev-db/mariadb-connector-c-3.3.4:0/3::gentoo > USE="curl ssl -gnutls -kerberos -static-libs -test" ABI_X86="(64) -32 > (-x32)" 0 KiB^M > [ebuild rR ] app-crypt/swtpm-0.8.1-r2::gentoo USE="seccomp -fuse > -test" 0 KiB^M > [ebuild rR ] dev-python/cryptography-41.0.4::gentoo USE="-debug > -test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 -python3_12" 0 > KiB^M > [ebuild rR ] dev-db/mariadb-10.11.5:10.11/18::gentoo USE="backup > odbc pam perl server systemd xml -bindist -columnstore -cracklib > -debug -extraengine -galera -innodb-lz4 -innodb-lzo -innodb-snappy > -jdbc -jemalloc -kerberos -latin1 -mr\oonga -numa -oqgraph -profiling > -rocksdb -s3 (-selinux) -sphinx -sst-mariabackup -sst-rsync -static > -systemtap -tcmalloc -test -yassl" 0 KiB^M > [ebuild rR ] dev-db/postgresql-16.0:16::gentoo USE="icu nls pam > readline server ssl systemd xml zlib -debug -doc -kerberos -ldap -llvm > -lz4 -perl -python (-selinux) -static-libs -tcl -uuid -zstd" > PYTHON_SINGLE_TARGET="python3_11 -pyth\on3_10 -python3_12" 0 KiB^M > [ebuild rR ] app-admin/syslog-ng-4.4.0::gentoo USE="systemd -amqp > -caps -dbi -geoip2 -http -json -kafka -mongodb -pacct -python -redis > -smtp -snmp -spoof-source -tcpd -test" > PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12" 0 \KiB^M > [ebuild rR ] dev-db/postgresql-14.9:14::gentoo USE="icu nls pam > readline server ssl systemd xml zlib -debug -doc -kerberos -ldap -llvm > -lz4 -perl -python (-selinux) -static-libs -tcl -uuid (-threads%)" > PYTHON_SINGLE_TARGET="python3_11\ -python3_10 -python3_12" 0 KiB^M > [ebuild rR ] dev-lang/php-8.2.10:8.2::gentoo USE="acl apache2 > bcmath bzip2 cgi cli ctype curl exif fileinfo filter flatfile fpm ftp > gd gdbm iconv imap intl ipv6 jit mhash mysql mysqli nls odbc opcache > pcntl pdo phar posix postgres rea\dline session sharedmem simplexml > sockets spell sqlite ssl sysvipc tokenizer truetype unicode xml > xmlreader xmlwriter zip zlib -apparmor -argon2 -avif -berkdb -calendar > -cdb -cjk -debug -embed -enchant -ffi -firebird -gmp -inifile -iodbc > -\kerberos -ldap -ldap-sasl -libedit -lmdb -mssql -oci8-instant-client > -phpdbg -qdbm (-selinux) -session-mm -snmp -soap -sodium -systemd > -test -threads -tidy -tokyocabinet -valgrind -webp -xpm -xslt" 0 KiB^M > [ebuild rR ] app-emulation/spice-0.15.2::gentoo USE="gstreamer > -lz4 -sasl -smartcard -static-libs -test" 0 KiB^M > [ebuild rR ] net-misc/openssh-9.4_p1::gentoo USE="X pam pie ssl > -audit (-debug) -kerberos -ldns -libedit -livecd -security-key > (-selinux) -static -test -verify-sig -xmss" 0 KiB^M > [ebuild rR ] app-admin/lastpass-cli-1.3.3::local_ebuilds > [1.3.3::gentoo] USE="X pinentry -libressl -test" 0 KiB^M > [ebuild rR ] app-admin/sudo-1.9.14_p3::gentoo USE="nls pam > secure-path sendmail ssl -gcrypt -ldap -offensive -sasl (-selinux) > -skey -sssd -verify-sig" 0 KiB^M > [ebuild rR ] net-misc/spice-gtk-0.42-r3::gentoo USE="gtk3 > introspection policykit usbredir vala -gtk-doc -lz4 -mjpeg -sasl > -smartcard -valgrind -wayland -webdav" 0 KiB^M > [ebuild rR ] media-sound/pulseaudio-daemon-16.1-r7::gentoo USE="X > alsa alsa-plugin asyncns bluetooth dbus gdbm glib gstreamer orc ssl > systemd udev webrtc-aec -aptx (-elogind) -equalizer -fftw -jack -ldac > -lirc -ofono-headset (-oss) (-\selinux) -sox (-system-wide) -tcpd > -test -valgrind -zeroconf" 0 KiB^M > ^M > Total: 24 packages (1 upgrade, 23 reinstalls), Size of downloads: > 15,198 KiB^M > ^M > !!! Multiple package instances within a single package slot have been > pulled^M > !!! into the dependency graph, resulting in a slot conflict:^M > ^M > dev-libs/openssl:0^M > ^M > (dev-libs/openssl-3.1.3:0/3::gentoo, ebuild scheduled for merge) > USE="asm -fips -ktls -rfc3779 -sctp -static-libs -test > -tls-compression -vanilla -verify-sig -weak-ssl-ciphers" > ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" pulled in b\y^M > dev-libs/openssl (Argument)^M > ^M > (dev-libs/openssl-1.1.1v-1:0/1.1::gentoo, installed) USE="asm > -rfc3779 -sctp (-sslv3) -static-libs -test -tls-compression > -tls-heartbeat -vanilla -verify-sig -weak-ssl-ciphers" > ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" pulled in > b\y^M > dev-libs/openssl:0/1.1= required by > (sys-fs/cryptsetup-2.6.1-1:0/12::gentoo, installed) > USE="argon2 nls openssl udev userland_GNU -fips -gcrypt > -kernel -nettle -pwquality -ssh -static -static-libs -test > -urandom" ABI_X86="(64)"^M > ^^^^^^^ > ^M > required by > (dev-lang/php-7.4.33-r6-1:7.4/7.4::gentoo, > installed) USE="acl apache2 bcmath > bzip2 cgi cli ctype curl exif > fileinfo filter flatfile fpm ftp > gd gdbm iconv imap intl ipv6 jit > json mhash mysql mys\qli nls odbc > opcache pcntl pdo phar posix > postgres readline session > sharedmem simplexml sockets spell > sqlite ssl sysvipc tokenizer > truetype unicode xml xmlreader > xmlrpc xmlwriter zip zlib -argon2 > -berkdb -calendar -cdb -cjk > -coverage -debu\g -embed -enchant > -ffi -firebird -gmp -inifile > -iodbc -kerberos -ldap -ldap-sasl > -libedit -lmdb -mssql > -oci8-instant-client -phpdbg -qdbm > (-selinux) -session-mm -snmp -soap > -sodium -systemd -test -threads > -tidy -tokyocabinet -webp -xpm > -xs\lt" ABI_X86="(64)"^M > ^ ^^^^^^^^^^ > \ > \ > \ ^M > (and 59 more with the same > problems) > > --------------w7SdjIWZjWH9IluRWlhLXnS9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

From https://www.php.net/manual/en/openssl.requirements.php

PHP 7.1-8.0 requires OpenSSL >= 1.0.1, < 3.0.
PHP >= 8.1 requires OpenSSL >= 1.0.2, < 4.0.

So it looks like you need to upgrade php to 8.1

I've a similar problem with my server requiring php 7.2 and trying to figure out the upgrade path for all php based sites/apps is a pain.

On 04/10/2023 18:15, John Covici wrote:
On Wed, 04 Oct 2023 11:53:46 -0400,
Grant Edwards wrote:
On 2023-10-04, John Covici <covici@ccs.covici.com> wrote:
Hi.  I just did a world update and found that my openssl-1.1.1v is
masked.  What can I do,
Use one of the stable versions.

I don't have any version that is not masked
Huh?  What architecture are you on? There are three versions of
openssl that are stable and not masked for amd64, x86, and most
others:

3.0.9-r1
3.0.9-r2
3.0.10

see

https://packages.gentoo.org/packages/dev-libs/openssl

and according to the message this version is EOL.
Indeed. OpenSSL 1.1.1 is dead. Support ended a few weeks ago.






Upon further investigation, I hadd masked them off myself , if I
unmask the 3.x I get the following:
Script started on 2023-10-04 13:10:40-04:00 [COMMAND="emerge -1
dev-libs/openssl" TERM="linux" TTY="/dev/tty1" COLUMNS="240"
LINES="67"]
^M
These are the packages that would be merged, in order:^M
^M
Calculating dependencies  . .... ... done!^M
Dependency resolution took 38.07 s.^M
^M
[ebuild  r  U  ] dev-libs/openssl-3.1.3:0/3::gentoo
[1.1.1v:0/1.1::gentoo] USE="asm -fips% -ktls% -rfc3779 -sctp
-static-libs -test -tls-compression -vanilla -verify-sig
-weak-ssl-ciphers (-sslv3%) (-tls-heartbeat%)" ABI_X86="(64) -32
(-x3\2)" CPU_FLAGS_X86="(sse2)" 15,198 KiB^M
[ebuild  rR    ] sys-apps/coreutils-9.4::gentoo  USE="acl nls openssl
(split-usr) xattr -caps -gmp -hostname -kill -multicall (-selinux)
-static -test -vanilla -verify-sig" 0 KiB^M
[ebuild  rR    ] net-misc/rsync-3.2.7-r2::gentoo  USE="acl iconv ssl
xattr -examples -lz4 -rrsync -stunnel -system-zlib -verify-sig -xxhash
-zstd" PYTHON_SINGLE_TARGET="python3_11 -python3_10" 0 KiB^M
[ebuild  rR    ] net-misc/wget-1.21.4::gentoo  USE="ipv6 nls pcre
(ssl) zlib -cookie-check -debug -gnutls -idn -metalink -ntlm -static
-test -uuid -verify-sig" 0 KiB^M
[ebuild  rR    ] dev-lang/python-3.12.0_rc3_p1:3.12::gentoo
USE="ensurepip gdbm ncurses readline sqlite ssl -bluetooth -build
-debug -examples -libedit -lto -pgo -test -tk -valgrind -verify-sig" 0
KiB^M
[ebuild  rR    ] dev-libs/libtpms-0.9.6::gentoo  0 KiB^M
[ebuild  rR    ] www-client/w3m-0.5.3_p20230121::gentoo  USE="X gpm
nls ssl unicode -fbcon -gdk-pixbuf -imlib -lynxkeymap -nntp -xface"
L10N="-ja" 0 KiB^M
[ebuild  rR    ] dev-db/mysql-connector-c-8.0.32-r1:0/21::gentoo
USE="static-libs -ldap" ABI_X86="(64) -32 (-x32)" 0 KiB^M
[ebuild  rR    ] dev-lang/rust-1.72.0:stable/1.72::gentoo  USE="lto
(-big-endian) -clippy -debug -dist -doc (-llvm-libunwind) (-miri)
(-nightly) (-parallel-compiler) -profiler -rust-analyzer -rust-src
-rustfmt -system-bootstrap -system-llv\m -test -verify-sig -wasm"
ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86)
-AArch64 -AMDGPU -ARM -AVR -BPF -Hexagon -Lanai -LoongArch -MSP430
-Mips -NVPTX -PowerPC -RISCV -Sparc -SystemZ -VE -WebAssembly -XCore"
0 KiB^M
[ebuild  rR    ] net-libs/libssh-0.10.5:0/4::gentoo  USE="sftp zlib
-debug -doc -examples -gcrypt -gssapi -mbedtls -pcap -server
-static-libs -test" ABI_X86="(64) -32 (-x32)" 0 KiB^M
[ebuild  rR    ] dev-db/mariadb-connector-c-3.3.4:0/3::gentoo
USE="curl ssl -gnutls -kerberos -static-libs -test" ABI_X86="(64) -32
(-x32)" 0 KiB^M
[ebuild  rR    ] app-crypt/swtpm-0.8.1-r2::gentoo  USE="seccomp -fuse
-test" 0 KiB^M
[ebuild  rR    ] dev-python/cryptography-41.0.4::gentoo  USE="-debug
-test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 -python3_12" 0
KiB^M
[ebuild  rR    ] dev-db/mariadb-10.11.5:10.11/18::gentoo  USE="backup
odbc pam perl server systemd xml -bindist -columnstore -cracklib
-debug -extraengine -galera -innodb-lz4 -innodb-lzo -innodb-snappy
-jdbc -jemalloc -kerberos -latin1 -mr\oonga -numa -oqgraph -profiling
-rocksdb -s3 (-selinux) -sphinx -sst-mariabackup -sst-rsync -static
-systemtap -tcmalloc -test -yassl" 0 KiB^M
[ebuild  rR    ] dev-db/postgresql-16.0:16::gentoo  USE="icu nls pam
readline server ssl systemd xml zlib -debug -doc -kerberos -ldap -llvm
-lz4 -perl -python (-selinux) -static-libs -tcl -uuid -zstd"
PYTHON_SINGLE_TARGET="python3_11 -pyth\on3_10 -python3_12" 0 KiB^M
[ebuild  rR    ] app-admin/syslog-ng-4.4.0::gentoo  USE="systemd -amqp
-caps -dbi -geoip2 -http -json -kafka -mongodb -pacct -python -redis
-smtp -snmp -spoof-source -tcpd -test"
PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12" 0 \KiB^M
[ebuild  rR    ] dev-db/postgresql-14.9:14::gentoo  USE="icu nls pam
readline server ssl systemd xml zlib -debug -doc -kerberos -ldap -llvm
-lz4 -perl -python (-selinux) -static-libs -tcl -uuid (-threads%)"
PYTHON_SINGLE_TARGET="python3_11\ -python3_10 -python3_12" 0 KiB^M
[ebuild  rR    ] dev-lang/php-8.2.10:8.2::gentoo  USE="acl apache2
bcmath bzip2 cgi cli ctype curl exif fileinfo filter flatfile fpm ftp
gd gdbm iconv imap intl ipv6 jit mhash mysql mysqli nls odbc opcache
pcntl pdo phar posix postgres rea\dline session sharedmem simplexml
sockets spell sqlite ssl sysvipc tokenizer truetype unicode xml
xmlreader xmlwriter zip zlib -apparmor -argon2 -avif -berkdb -calendar
-cdb -cjk -debug -embed -enchant -ffi -firebird -gmp -inifile -iodbc
-\kerberos -ldap -ldap-sasl -libedit -lmdb -mssql -oci8-instant-client
-phpdbg -qdbm (-selinux) -session-mm -snmp -soap -sodium -systemd
-test -threads -tidy -tokyocabinet -valgrind -webp -xpm -xslt" 0 KiB^M
[ebuild  rR    ] app-emulation/spice-0.15.2::gentoo  USE="gstreamer
-lz4 -sasl -smartcard -static-libs -test" 0 KiB^M
[ebuild  rR    ] net-misc/openssh-9.4_p1::gentoo  USE="X pam pie ssl
-audit (-debug) -kerberos -ldns -libedit -livecd -security-key
(-selinux) -static -test -verify-sig -xmss" 0 KiB^M
[ebuild  rR    ] app-admin/lastpass-cli-1.3.3::local_ebuilds
[1.3.3::gentoo] USE="X pinentry -libressl -test" 0 KiB^M
[ebuild  rR    ] app-admin/sudo-1.9.14_p3::gentoo  USE="nls pam
secure-path sendmail ssl -gcrypt -ldap -offensive -sasl (-selinux)
-skey -sssd -verify-sig" 0 KiB^M
[ebuild  rR    ] net-misc/spice-gtk-0.42-r3::gentoo  USE="gtk3
introspection policykit usbredir vala -gtk-doc -lz4 -mjpeg -sasl
-smartcard -valgrind -wayland -webdav" 0 KiB^M
[ebuild  rR    ] media-sound/pulseaudio-daemon-16.1-r7::gentoo  USE="X
alsa alsa-plugin asyncns bluetooth dbus gdbm glib gstreamer orc ssl
systemd udev webrtc-aec -aptx (-elogind) -equalizer -fftw -jack -ldac
-lirc -ofono-headset (-oss) (-\selinux) -sox (-system-wide) -tcpd
-test -valgrind -zeroconf" 0 KiB^M
^M
Total: 24 packages (1 upgrade, 23 reinstalls), Size of downloads:
15,198 KiB^M
^M
!!! Multiple package instances within a single package slot have been
pulled^M
!!! into the dependency graph, resulting in a slot conflict:^M
^M
dev-libs/openssl:0^M
^M
  (dev-libs/openssl-3.1.3:0/3::gentoo, ebuild scheduled for merge)
  USE="asm -fips -ktls -rfc3779 -sctp -static-libs -test
  -tls-compression -vanilla -verify-sig -weak-ssl-ciphers"
  ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" pulled in b\y^M
      dev-libs/openssl (Argument)^M
	 ^M
	   (dev-libs/openssl-1.1.1v-1:0/1.1::gentoo, installed) USE="asm
	   -rfc3779 -sctp (-sslv3) -static-libs -test -tls-compression
	   -tls-heartbeat -vanilla -verify-sig -weak-ssl-ciphers"
	   ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" pulled in
	   b\y^M
	       dev-libs/openssl:0/1.1= required by
		  (sys-fs/cryptsetup-2.6.1-1:0/12::gentoo, installed)
		  USE="argon2 nls openssl udev userland_GNU -fips -gcrypt
		  -kernel -nettle -pwquality -ssh -static -static-libs -test
		  -urandom" ABI_X86="(64)"^M
		                      ^^^^^^^
						  ^M
						      <dev-libs/openssl-3.0:0/1.1=
							 required by
							 (dev-lang/php-7.4.33-r6-1:7.4/7.4::gentoo,
							 installed) USE="acl apache2 bcmath
							 bzip2 cgi cli ctype curl exif
							 fileinfo filter flatfile fpm ftp
							 gd gdbm iconv imap intl ipv6 jit
							 json mhash mysql mys\qli nls odbc
							 opcache pcntl pdo phar posix
							 postgres readline session
							 sharedmem simplexml sockets spell
							 sqlite ssl sysvipc tokenizer
							 truetype unicode xml xmlreader
							 xmlrpc xmlwriter zip zlib -argon2
							 -berkdb -calendar -cdb -cjk
							 -coverage -debu\g -embed -enchant
							 -ffi -firebird -gmp -inifile
							 -iodbc -kerberos -ldap -ldap-sasl
							 -libedit -lmdb -mssql
							 -oci8-instant-client -phpdbg -qdbm
							 (-selinux) -session-mm -snmp -soap
							 -sodium -systemd -test -threads
							 -tidy -tokyocabinet -webp -xpm
							 -xs\lt" ABI_X86="(64)"^M
							     ^                 ^^^^^^^^^^
								\
								\
								\                   ^M
								    (and 59 more with the same
								    problems)
								    

--------------w7SdjIWZjWH9IluRWlhLXnS9--