From nobody Sat Jul 26 22:17:40 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bqJyj1dzMz62nkR for ; Sat, 26 Jul 2025 22:17:49 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "R10" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bqJyg5rLbz43F4 for ; Sat, 26 Jul 2025 22:17:47 +0000 (UTC) (envelope-from imb@protected-networks.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protected-networks.net header.s=201508 header.b="l WtzpdY"; spf=pass (mx1.freebsd.org: domain of imb@protected-networks.net designates 202.12.127.228 as permitted sender) smtp.mailfrom=imb@protected-networks.net; dmarc=pass (policy=reject) header.from=protected-networks.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:subject:subject:from:from:content-language :user-agent:mime-version:date:date:message-id; s=201508; t= 1753568260; bh=dUOc1kFRpeKzbpZhLFvwtp2nwPzTSRie8T62/qxCmhE=; b=l WtzpdYJ1MWs1ypUF726TiZYKshoGlpZJ7tmvyY4tIKfkG3D5xRKNAgj2jdhQXbEM gMfu9CBWwJSA202ABZcymSsmEtCXoFjLlen3On5jj4yrcyhuzrwpBezpXycFpz1d uewx88VLi+zSlWwhvY0DvIngcDMGzUM89mX8yLI0qQ= Received: from [192.168.1.9] (d5540.auburn.protected-networks.net [192.168.1.9]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 95BF0F28A for ; Sat, 26 Jul 2025 18:17:40 -0400 (EDT) Message-ID: <940dd2e8-72dc-4828-b103-b7656229d3d5@protected-networks.net> Date: Sat, 26 Jul 2025 18:17:40 -0400 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-NZ To: freebsd-current From: Michael Butler Subject: -current mit kerberos change breaks security/p5-GSSAPI, www/squid Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.69 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-0.97)[-0.973]; NEURAL_HAM_LONG(-0.72)[-0.718]; DMARC_POLICY_ALLOW(-0.50)[protected-networks.net,reject]; R_DKIM_ALLOW(-0.20)[protected-networks.net:s=201508]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:5716, ipnet:202.12.127.0/24, country:US]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DKIM_TRACE(0.00)[protected-networks.net:+] X-Rspamd-Queue-Id: 4bqJyg5rLbz43F4 X-Spamd-Bar: --- I don't seem to be able to rebuild p5-GSSAPI .. indirectly required by git with the default options through p5-Authen-SASL .. imb@d5540:/usr/ports/security/p5-GSSAPI> sudo make ===> License ART10 GPLv1+ accepted by the user ===> p5-GSSAPI-0.28_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-GSSAPI-0.28_2 for building ===> Extracting for p5-GSSAPI-0.28_2 => SHA256 Checksum OK for GSSAPI-0.28.tar.gz. ===> Patching for p5-GSSAPI-0.28_2 ===> Applying FreeBSD patches for p5-GSSAPI-0.28_2 from /usr/ports/security/p5-GSSAPI/files ===> p5-GSSAPI-0.28_2 depends on package: perl5>=5.40.r<5.41 - found ===> Configuring for p5-GSSAPI-0.28_2 Welcome to GSSAPI.pm setup! (./Makefile.PL Version 0.03) run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... using krb5-config command '/bin/krb5-config'. ---------------------------------------------------------- using GSSAPI implementation /bin/krb5-config does not respond libconf! at ./Makefile.PL line 116. *** Error code 2 Stop. make[1]: stopped making "/usr/ports/security/p5-GSSAPI/work/.stage_done.GSSAPI._usr_local" in /usr/ports/security/p5-GSSAPI *** Error code 1 Stop. make: stopped making "all" in /usr/ports/security/p5-GSSAPI www/squid is also broken (by default) unless the GSSAPI option is set to 'none', Michael