From owner-freebsd-perl@freebsd.org Sat Apr 24 07:29:55 2021 Return-Path: Delivered-To: freebsd-perl@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20CFE5F4A21 for ; Sat, 24 Apr 2021 07:29:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FS2qR0G44z4cVv for ; Sat, 24 Apr 2021 07:29:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 072625F4A20; Sat, 24 Apr 2021 07:29:55 +0000 (UTC) Delivered-To: perl@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06F0C5F49AE for ; Sat, 24 Apr 2021 07:29:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FS2qQ6hlVz4cXg for ; Sat, 24 Apr 2021 07:29:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8B781CD10 for ; Sat, 24 Apr 2021 07:29:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 13O7Ts3w099417 for ; Sat, 24 Apr 2021 07:29:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 13O7TsAx099416 for perl@FreeBSD.org; Sat, 24 Apr 2021 07:29:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: maintainer-feedback requested: [Bug 255358] databases/p5-DBD-mysql: new dependencies Date: Sat, 24 Apr 2021 07:29:54 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2021 07:29:55 -0000 Bugzilla Automation has asked freebsd-perl (Nobody) for maintainer-feedback: Bug 255358: databases/p5-DBD-mysql: new dependencies https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255358 --- Description --- Hi, trying to upgrade one of my systems, I see that p5-DBD-mysql got a minor upgrade, which pulls in 10+ new dependencies New packages to be INSTALLED: p5-Authen-NTLM: 1.09_1 p5-Crypt-SSLeay: 0.72_3 p5-File-Listing: 6.14 p5-HTTP-Cookies: 6.10 p5-HTTP-Negotiate: 6.01_1 p5-LWP-Protocol-https: 6.10 p5-Net-HTTP: 6.21 p5-Try-Tiny: 0.30 p5-WWW-RobotRules: 6.02_1 p5-libwww: 6.53 Installed packages to be UPGRADED: p5-DBD-mysql: 4.050 -> 4.050_1 which definitely looks unexpected. Looking a bit closer at the latest commit, I see that the "SSL" option is n= ow default-on - which explains the effect, because there is a dependency on p5-Crypt-SSLeay now active SSL_RUN_DEPENDS=3D p5-Crypt-SSLeay>=3D0:security/p5-Crypt-SSLeay Looking at the DBD::mysql module source, this makes me wonder if this is tr= uly needed. The moduke does not seem to use Crypt::SSLeay in any way or form - it's not listed in the Makefile.PL prerequisites, nor is it used anywhere. = It needs OpenSSL for the C code. So - maybe the dependency on p5-Crypt-SSLeay is no longer needed today?