From nobody Mon Nov 29 11:53:27 2021 X-Original-To: apache@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 DC2F118B0DDA for ; Mon, 29 Nov 2021 11:53:30 +0000 (UTC) (envelope-from petri.riihikallio@metis.fi) Received: from metis.fi (metis.fi [93.90.49.66]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits)) (Client CN "posti.riihikallio.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J2kJT6CyJz3s0b for ; Mon, 29 Nov 2021 11:53:29 +0000 (UTC) (envelope-from petri.riihikallio@metis.fi) Received: from [172.16.0.247] (unknown [172.16.0.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by metis.fi (Postfix) with ESMTPSA id CC14D1720C for ; Mon, 29 Nov 2021 13:53:27 +0200 (EET) From: Petri Riihikallio Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Trouble building Apache 2.4.51 after upgrading to FBSD 13 Message-Id: <286B057F-EA82-486B-A1FD-95B4755FAFBC@metis.fi> Date: Mon, 29 Nov 2021 13:53:27 +0200 To: "apache@freebsd.org" X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Rspamd-Queue-Id: 4J2kJT6CyJz3s0b X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of petri.riihikallio@metis.fi designates 93.90.49.66 as permitted sender) smtp.mailfrom=petri.riihikallio@metis.fi X-Spamd-Result: default: False [0.19 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:93.90.49.66:c]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[apache@freebsd.org]; DMARC_NA(0.00)[metis.fi]; NEURAL_SPAM_MEDIUM(0.18)[0.176]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.997]; NEURAL_SPAM_LONG(0.81)[0.812]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:45010, ipnet:93.90.48.0/20, country:FI]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hello After upgrading I was rebuilding all my ports when I hit an error. The = problem appears to be in C syntax so could it be a LLVM problem? If it = is, why can=E2=80=99t I find anything online? In the error message there = was a hint to retry with MAKE_JOBS_UNSAFE but it didn=E2=80=99t solve = the problem.=20 I would appreciate any pointers. br, Petri [root@hopo /usr/ports/www/apache24]# MAKE_JOBS_UNSAFE=3Dyes make build =3D=3D=3D> Building for apache24-2.4.51 Making all in srclib Making all in os Making all in unix /usr/local/share/apr/build-1/libtool --silent --mode=3Dcompile cc -O2 = -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing = -DLIBICONV_PLUG -I. = -I/usr/ports/www/apache24/work/httpd-2.4.51/os/unix = -I/usr/ports/www/apache24/work/httpd-2.4.51/include = -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/aaa = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/cache = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/core = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/database = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/filters = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/ldap = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/loggers = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/lua = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/proxy = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/http2 = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/session = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/ssl = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/test = -I/usr/ports/www/apache24/work/httpd-2.4.51/server = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/md = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/arch/unix = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/dav/main = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/generators = -I/usr/ports/www/apache24/work/httpd-2.4.51/modules/mappers = -prefer-non-pic -static -c unixd.c && touch unixd.lo unixd.c:245:25: error: variable has incomplete type 'union semun' union semun ick; ^ unixd.c:245:19: note: forward declaration of 'union semun' union semun ick; ^ 1 error generated. *** Error code 1 Stop. make[5]: stopped in /usr/ports/www/apache24/work/httpd-2.4.51/os/unix *** Error code 1 Stop. make[4]: stopped in /usr/ports/www/apache24/work/httpd-2.4.51/os/unix *** Error code 1 Stop. make[3]: stopped in /usr/ports/www/apache24/work/httpd-2.4.51/os *** Error code 1 Stop. make[2]: stopped in /usr/ports/www/apache24/work/httpd-2.4.51 *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/apache24 *** Error code 1 Stop. make: stopped in /usr/ports/www/apache24 [root@hopo /usr/ports/www/apache24]# uname -a FreeBSD hopo.metis.fi 13.0-RELEASE-p4 FreeBSD 13.0-RELEASE-p4 #0: Tue = Aug 24 07:33:27 UTC 2021 = root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERI= C amd64 [root@hopo /usr/ports/www/apache24]# freebsd-version=20 13.0-RELEASE-p5 From nobody Sun Dec 5 21:00:43 2021 X-Original-To: apache@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 D2C8E18C0BB5 for ; Sun, 5 Dec 2021 21:00:47 +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 4J6f9B09d4z3Hdf for ; Sun, 5 Dec 2021 21:00:45 +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 50C9F1EE49 for ; Sun, 5 Dec 2021 21:00:43 +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 1B5L0h6J015328 for ; Sun, 5 Dec 2021 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B5L0hg1015327 for apache@FreeBSD.org; Sun, 5 Dec 2021 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202112052100.1B5L0hg1015327@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 5 Dec 2021 21:00:43 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16387380432.34E691.13704" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638738046; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BLdyccTOfTQNZN5gHVkGLcgmZj7gwp9QUUGw2wyVNcE=; b=PPsUK+NaOjuzPhC89xpKNZpq0wXQVIa8n9Z+7OMzRziZWVTFM5Nrcd1pT/lmocP907si5W z/GvYbWaqyZ/VK9xJNTYxDTL6iNJIpv8Hn60ddsEr12rD0gU7n8CfAWjhE6l02BzTjPJ1s sQNW3S55jLEHlnQDB+2GSVLekAoJkGaqOvBzOn24RLTxZSul+acRe/vYXOM2jDaPQJuBNU i9OWlFc4xdfmsLvaF2qjaK22hPB9bTXDOr3h/JTsODI+j0zcP8WrS6ZZ+fgvhULT0huOrJ 3aYatFZdEMm28poFC1f0Nt+Ts0Sy0hIgBM/7LMMdFGOOc8BVwrRSXHlmG6U6QQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638738046; a=rsa-sha256; cv=none; b=lWq0YSrnOcPcyDospC732aqAw2khaGo36c6giOsnNjhyCz9xKIqhCGkyu2clSOrgA8iniv VT4yXFJqzLvXS41SxmuX4d2AHWQOScwW/xNfCIWGXIpJ5bQuOmVYBsnNI9/xvT/2SvunE8 FcK447vuzXdVTy5SYMg1E81Kbs8+UZhpsUWq9IU5p6DcQpL543IE8IQQz3d4sXSPbr0Bda 1b92DU9/FbHuBjUVtnd0aONFu5AXhKFKfcfG0/BQQeq3Z8VOZXj36AH3US/MI4IQLshVoC X7tj6AThEEGeXuuHBRjEPDvQwub4hbm1PNqZOArrcrCfq28zK5PvFEVFN3ecjg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: Y --16387380432.34E691.13704 Date: Sun, 5 Dec 2021 21:00:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16387380432.34E691.13704-- From nobody Sun Dec 12 21:00:12 2021 X-Original-To: apache@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 67AE318EB648 for ; Sun, 12 Dec 2021 21:00:13 +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 4JBxqJ72Jxz4fmL for ; Sun, 12 Dec 2021 21:00:12 +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 C096D27EEE for ; Sun, 12 Dec 2021 21:00:12 +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 1BCL0CWQ075394 for ; Sun, 12 Dec 2021 21:00:12 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BCL0C4b075393 for apache@FreeBSD.org; Sun, 12 Dec 2021 21:00:12 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202112122100.1BCL0C4b075393@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 12 Dec 2021 21:00:12 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16393428122.CcDd.74548" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639342813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UDKFwmqsscP1xZtLuWIVJZKDFkCmfBfTkPEEot2USUA=; b=R+MXIN5YXAG4Ss/1odxDZ+gLTtVrGfIuSEc0PDR6lpIQYgwBsrfVoZxvpkXO2Cl1k5eVYZ UtKHcPm7p8i/qKBXxIJlMqIAWclP8y6sISbteVVq+He6pkYaWnwX2oYWL63FrPtvXDNzE/ wwII4KI39KoSS2jU/xJY9yek7gEYbXwA4PhYyh5tE/P/zkFbjZdJP1wpxaEPuDXMKqv2tf l9wQN94eQaZ4WRfZiv3k89suX5UmiKQwggoVcohatVE8SZzNH4APrmqWTehy3jssVY09E3 3BJ0O3dCdHQrfkWGoLNd4L4TRAGCkHdKt95bgfg7lwjIhCTDD0YU1YfWxH/xDQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639342813; a=rsa-sha256; cv=none; b=AgVhBk5HqmY3DbP7nHD65NpicLHUTArW7LhrQ/mkDnKkSZ6A/NL/4Xo/FkDe6/faxpvxvu 4M2oPrediLy6GwcX/lpve1MXhio986QOlXYW/nj6w6BSRU/N61DAIE1BJ4ahB9Hv0UhyfG EW9UuStR5PdgGTmN48CvMaAysbgcc1W0SmVWgFnFEHoH+Wdn9VMQQIOlC+EBNuwGU61/+0 nzdw4ZB9I5WhRSKyTUxn0nwdVNjAsjSXlzz8e+BngZankyeLd3qus7TvH6Fyf7QL1nR96c LFUB/ndWRF9E70pzCXWFfhJoe4aUI/juliBVTrWmFSOXsTjXxkt5hTE/762E4w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: Y --16393428122.CcDd.74548 Date: Sun, 12 Dec 2021 21:00:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16393428122.CcDd.74548-- From nobody Sat Dec 18 08:40:20 2021 X-Original-To: apache@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 731D818F9A36 for ; Sat, 18 Dec 2021 08:40:20 +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 4JGK6r1ngBz4YYL for ; Sat, 18 Dec 2021 08:40:20 +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 19E874630 for ; Sat, 18 Dec 2021 08:40:20 +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 1BI8eKJa002832 for ; Sat, 18 Dec 2021 08:40:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BI8eK4G002831 for apache@FreeBSD.org; Sat, 18 Dec 2021 08:40:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260511] www/mod_perl2: fails to build with perl >= 5.33.7 Date: Sat, 18 Dec 2021 08:40:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639816820; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=vPrMxBqU7tZgxrCAbc1Al73IjL22Mkht8SMhtffRQvA=; b=FQGLHpiZo6JZK0wMeJ9gmuBM8XN1z+L9DU3E1NtPx5uj88DXpWLexxciLxcqjQvYDhrjYx /3AUvtPqiFP0tCojpore3ZD+Uid1l5hIoLILRwTKIVW4E9JXRddnKybSEuk/FsAvt1btKy LrT7mmy0lH/n7hAz+Lrptx37RTgvelVP24jiM9DQdB5RHQZBA0xdpwvE976JiSgFkh3heE RkCinm0c8qu8ge1Akw7j7ijRj7LJpEJZmWNped6K7EU/uxsvO5iZxmAZScVrmmHHSfpNvE /JQVrESMR7ZUUNAIbvdnuRU72pR1+fqEbLo4pk6VmTgnewtIr67HkegPswJnfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639816820; a=rsa-sha256; cv=none; b=lAaiUHS6oL5SOcOsFUQDOW5kWBGD3GViSKwto4pgG+c/ziBCaaqcoWoZ/Z1wHwlNitjN5b Is6hL0M9Ha76YDIWHwRhkuYYOxSGNQdLIEMfT3LU7ui0FEmNlojU7TW3eCsGBrdSEQr+nB hLcXnr8OzrJSbYojNUto+gRLkR9KSpmKM93jMKSoMyAO6cGNRxRJdF9j8tSY5aGki9Q/CY ntwwwIaQEKfC3DXxtOahNqvufOkty9Tzpl6vraacvZt0CnhQ7JyyqLpTzShVG4gktUJB07 xnM30ODkvM/sq2Xjj4azpIkUXbreE7CJ0ca9xAt9RWsuLJQRg5XGh/nknUUEQw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260511 Bug ID: 260511 Summary: www/mod_perl2: fails to build with perl >=3D 5.33.7 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: pi@FreeBSD.org Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) A patch is available upstream, see https://github.com/apache/mod_perl/commit/916376b4559d194ca618ce52c5a937fb0= 00350be A new release is being prepared according to upstream, see: http://mail-archives.apache.org/mod_mbox/perl-modperl/202111.mbox/%3CCADED%= 3DK5tAR6ZCc8zQ8kxm7jf1jhvmuyuD9_wXeHfNvaC8WrA8A%40mail.gmail.com%3E --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Dec 18 08:40:20 2021 X-Original-To: apache@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 4957318F9A8F for ; Sat, 18 Dec 2021 08:40:20 +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 4JGK6r08MGz4Ydl for ; Sat, 18 Dec 2021 08:40:20 +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 D991C3D6F for ; Sat, 18 Dec 2021 08:40:19 +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 1BI8eJcD002824 for ; Sat, 18 Dec 2021 08:40:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BI8eJSA002823 for apache@FreeBSD.org; Sat, 18 Dec 2021 08:40:19 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 260511] www/mod_perl2: fails to build with perl >= 5.33.7 Date: Sat, 18 Dec 2021 08:40:20 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639816820; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xeu63o+6D3EFOG/ONdbTnWnqCdhmclajUs3vt0FijWM=; b=RIDk02WXoMuQu1HRdL3wg6qMNElkhfvonhKSewoJ+fiojfErlMEJ4ex+TPK5P9EwT6QNF6 al3HfRfadVjA2RJdpvTz1taF4U0gCftiSo0X9bB+yK5BaOHWenDO3g+CQ5HiKbT08YVN3d UnvoMDaJkcXbUQ0KBfO8ukE2bA5YBIZPwjasimszl8QvC9KVIYg+fAbtB0wwbX8DYbbehA 0G7LNG/AhT56+ULKKu6nMfe/fOCBPc1KjUzD5b0B11CJIYTSwcncjxGoFpMkFMNQLjoGzL ACgN02Jr38CswxQhuio4BsrfDjegoRYieyE5o3ZTnFAoUZ7341cUpIx3R9+D4w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639816820; a=rsa-sha256; cv=none; b=utWnjcDMZ29NbICxaFMfdd5Fbev1l48Ct8X0NrvxqsG274BWpiS3IGFXGZVUK81jZf97T0 luw24iGiWNrwTp/AX3lMF/5PxK+zsAOeCAs8S08MXkRJnRYoBILnaOZA63X/CGwdHp8f9c Z/m1868F7sb2ocz0UTfQ0TxVv2PEiT86vTQvWVU4yuIX65mT96ye7A6MfrIidcS9faRX1c PB9VkF3l2PksIpBk3D6VAojsdc5Fhfa03/5BXDLAyipTqdwzDrsz5exsdc0pMINNCOqArL yx204n+t/R17O+/gfi67uYXsECoxbrM2jZA8zNyV8tfOpyw1qzfa2FaYLWZiYg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 260511: www/mod_perl2: fails to build with perl >=3D 5.33.7 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260511 --- Description --- A patch is available upstream, see https://github.com/apache/mod_perl/commit/916376b4559d194ca618ce52c5a937fb0= 0035 0be A new release is being prepared according to upstream, see: http://mail-archives.apache.org/mod_mbox/perl-modperl/202111.mbox/%3CCADED%= 3DK5 tAR6ZCc8zQ8kxm7jf1jhvmuyuD9_wXeHfNvaC8WrA8A%40mail.gmail.com%3E From nobody Sat Dec 18 08:40:51 2021 X-Original-To: apache@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 F26B818F9E05 for ; Sat, 18 Dec 2021 08:40:50 +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 4JGK7Q6Qw7z4YpP for ; Sat, 18 Dec 2021 08:40:50 +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 BDFCD45D8 for ; Sat, 18 Dec 2021 08:40:50 +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 1BI8eoOj002953 for ; Sat, 18 Dec 2021 08:40:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BI8eou4002951 for apache@FreeBSD.org; Sat, 18 Dec 2021 08:40:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260511] www/mod_perl2: fails to build with perl >= 5.33.7 Date: Sat, 18 Dec 2021 08:40:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639816850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xngrrBT3/4shU8C3PxJ3oLzgIKoDBdJ35ekzkUiZwC4=; b=uzMBQ4MQaiTu5bfnyK1ZXSh5LQ2e4pWr2LrRV9Et+UBlq6KOshBmdO4MwyYKLd9t9NGTF3 NVUMerWT0mVCYiqXfi8xdMp7SG9weeB9XAE9nboSrH/pDIc9Za9HuPpxeiDgzfsIf931Lq RBOyhQQzLJfMqaifbI/fb0LL78S6Dnqvim4gpbkrTj8xbUmD0NIWs1xhWyheoU+HKoBeMJ mg0UNcUpVc0zKVOGDpb7ipmJcbutKaG2W3BsgS/M6wgYM1KdrvuXhKxV3WW0fSqgKoQlAq O2jUs4iNOc+z2xaFkmUmAjDCBUcxU6PIRfQGmPI3CmF4/gVkUiB21KhgBq4kVA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639816850; a=rsa-sha256; cv=none; b=xD9ngzIRgvS2yWqHnJ6qijgmS4iDvukgGu1l7OCng+xBia/3AxeGDp9TUdeIFQOmNuTlhz b9Xzf4rgmHM+I8vtDKEUwsgNcxKlXa41sdYxIAxFuAGVGOherTPoynhz9chjXqO+sFFCEG 5KjwSriiGQhWQLU8Sro5h82DRmJpB9nrFkVr05XboB7Ev2AZVzK/uckje3fNipN9pHBqSW CFBch6A0Ry26UTPV7BU3VmJR/83KxMw75VhYhHFxsiQ0fq9tXWDlpG8nqI8o59D97H1FZh XAvms/dz+rF1MqJyjj5D8hSiM3tpRvp8efNQPg+LJ9lHZKg+VaK9SSVorLkuWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260511 --- Comment #1 from Kurt Jaeger --- I tested the patch on some system, works fine. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Dec 18 13:43:42 2021 X-Original-To: apache@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 DE36E18E47B0 for ; Sat, 18 Dec 2021 13:43:42 +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 4JGRrt3z26z3Nml for ; Sat, 18 Dec 2021 13:43:42 +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 682C2108E8 for ; Sat, 18 Dec 2021 13:43:42 +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 1BIDhgvC081512 for ; Sat, 18 Dec 2021 13:43:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BIDhgUK081511 for apache@FreeBSD.org; Sat, 18 Dec 2021 13:43:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260511] www/mod_perl2: fails to build with perl >= 5.33.7 Date: Sat, 18 Dec 2021 13:43:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: fluffy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639835022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=muYWv0HT/s/kplMMSKT/y1rfPImPxl6PqM9a9KU6LTQ=; b=XFUzb4g7m2C6NOOv+UJ03frrYNcFggW+2pWhRjt5J/CrVwvWyyThYrXv5R8Zoc3w+diOLP zqrkRt1nsVkvT4LIlgZcglYrmOAPq/mqJut3jCLQEClfuSjRycR1e+3VYImg2we3xxD+Xn oQ/UemWAmqoLPr2X/Dnb0zAAHhsaa/CF1Tqnf/sOTc0V/lgMFO7oPDS8GIUxH9BBI/TgnZ 9JuCzMKPYi241cdDpCHMxt+nO5MACO+BV/Ar5lutHpV+lVXKuofSFWrepQ5VKBveq0S9fW +jifk22f5QreKm7pKIsGb7SlzAxnTFtGR2DiTAMnyykuTBSzWsbF3bC6TIlfxg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639835022; a=rsa-sha256; cv=none; b=QDAyYU48EvDXTz+jjRIWl65fNHZ6XiVF8npey56uDBZ+SsSMHmZv+0CTQ61trLwm3ueZQX JSXisCcdaLTBq2opQa1e9MZN59TnD0TOhG3RysJcnqEZ6q82D/lXWouWc/PJS52eJmg6Ty 80hm9yPrX1rVnJX3gmD2+Fq+ZDCJajF/D2EOi3t2Ci3fb+hOsP9QSyJEZ+GZa2v2Q+AHn/ 4UqNN2q7v2kBAUftFDY8OpdoxSg3dF9izrnRVA/Snh/BW7eVC97Q5FH6ZehMd3n0ggCwcP S91/CeqGV34Y+IvG6QV8j/jEsIvAtjvberJclHc/m7XGlvXoQvp09gZHqq+n6Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260511 Dima Panov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fluffy@FreeBSD.org --- Comment #2 from Dima Panov --- Kurt, ship it asap! Dima, on behalf of ports-secteam --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Dec 18 14:08:37 2021 X-Original-To: apache@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 A695C18E8BFD for ; Sat, 18 Dec 2021 14:08:37 +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 4JGSPd2pgnz3Qxr for ; Sat, 18 Dec 2021 14:08:37 +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 4126410CD8 for ; Sat, 18 Dec 2021 14:08:37 +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 1BIE8bkq091499 for ; Sat, 18 Dec 2021 14:08:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BIE8bHw091498 for apache@FreeBSD.org; Sat, 18 Dec 2021 14:08:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260511] www/mod_perl2: fails to build with perl >= 5.33.7 Date: Sat, 18 Dec 2021 14:08:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639836517; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eWH9O/ryhPjoOa1He27phIpAeeMbEnauOK5ztgGfAB8=; b=v5dpkOHciXvNbb+vGe/aHIXIZUfokQDp1nPDMaWhwteQmGW9gzKFUJKE7ktwCTpU0XbBi1 EDOrVIoni0QKgL+ETCQmj/gYxtCAm4e2i8gxW3R09iDVsDih92NRPKpijS+g87ZtNVfhrF xjbCnrBus7yUV8Q27EzskstMDraF8xnHmswUQwC7a2daB363wwj54BJGMQdwT4vHnW0v+7 ja4cy0h6Xv3DoF1KiQvK25D4PKHbK1TLbvDDt/rxcZlIKWcrlZV1gVjge1ntKOkPr3WSMe xGs6MO8U8xH8Q1OKXh+64rTuuZ5WViKSHdaYlK9jdz7Zfz5fLghN+QHfUsGvOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639836517; a=rsa-sha256; cv=none; b=rZm0fsXrEB7+ZR14Fh+0MKnCZavWGr46PVguHbPOwYBFH7bta0IGpZ2Pwxl+0luBWgTbsX hqGslB5ftjPPKcjEqqYsJvf48PW09n4/eE5nVsZ5zQ25G2zM5bWQBlzMIvBFFUTr/k1Ith GM3v3PvjFOiZ74k6sryLnKTfvcpLIWVYUPcZSt2uTS8snFsw54Oge1/aa/HeHLen7moOVY DOmFWosqZv+a2mG4xHQ2Rl648OeWbbD/VNRXN00x8tqmR5pFA0cy5cGMqbQeK5YvJFL8Q5 ump/SoUzwWuSVyu0GpXZEFhsR439FftaGgr96geu3WI+WNdZiGpCV3l2HN6LHg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260511 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dfb780db214a3f007d5ccc5596e6762e= 94c6f95c2 commit fb780db214a3f007d5ccc5596e6762e94c6f95c2 Author: Kurt Jaeger AuthorDate: 2021-12-18 14:06:32 +0000 Commit: Kurt Jaeger CommitDate: 2021-12-18 14:06:32 +0000 www/mod_perl2: fix build with perl >=3D 5.33.7 - patch from upstream =20=20=20=20=20 https://github.com/apache/mod_perl/commit/916376b4559d194ca618ce52c5a937fb0= 00350be PR: 260511 Approved by: fluffy .../files/patch-src_modules_perl_modperl__perl.c (new) | 11 +++++++= ++++ www/mod_perl2/pkg-descr | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Dec 18 14:09:25 2021 X-Original-To: apache@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 2F94F18E8E68 for ; Sat, 18 Dec 2021 14:09:25 +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 4JGSQY0CFwz3R3K for ; Sat, 18 Dec 2021 14:09:25 +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 DB5E310D97 for ; Sat, 18 Dec 2021 14:09:24 +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 1BIE9OTm091673 for ; Sat, 18 Dec 2021 14:09:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BIE9OcG091672 for apache@FreeBSD.org; Sat, 18 Dec 2021 14:09:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260511] www/mod_perl2: fails to build with perl >= 5.33.7 Date: Sat, 18 Dec 2021 14:09:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639836565; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VlUxO0bJk5qndvAwCZhNzae/q/e+DHkbTiLs38TNOf8=; b=SGxyuOMY/ldEjO54C/pbQplNs3CKby3mLtSvJUfz9U0dsaPwoBBE5DsiW0b1f4L30xbbRV tRoYLGrE3ks+6fUCo6SKMjfngpGd9421/7PGLMcqtchDl8p/I77/LJ2Z/SWgy8C89kSbOV XTyTiVUgHj8Z4BaVDbJHttO5daOY8+BcCGMCs1lkexBs4XRpI7VEPr5q5bU4Q6G/rVdeq5 yMXwmIxs9fqRhlwC/8eHcasmkSU8vqbiu4miEsoegYHWLUuMUsOVC/8vuxwz21JJosrhBm CQcqLIE5FijynYLCbj0Ua4hLICLPmnyS/pyO6TnQi+TlON/F8gE9D1Xg78/aIA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639836565; a=rsa-sha256; cv=none; b=JUrIietf3c7DnQ/M9vsua7mUvQSOsFQHnuXLJMyklv2difTGvGntOnpPdPSm0EJ1lbr1zM 0aYJaPJ5XmZrgGKCrCQshZ2CmDqzB1S3YeKBdugZG9ZI8Izugdov/w+vp/GHyRf6d/NpkE 3AoOttLTmxMBg/+/MvH+vVkd4E4hxX0iCrwFFV/J4fJYBQWlJSvABzS+idteNUCS6mk54J Hf4v1QmUAqFRBb/5UVzq2FCYMZX1v6PSl7FjtrECeZ7rhnY4f+2Z0KxWOSLR6qxzh2d5eR GbldM40EcIwMZy8DApX62TEUxZ+mCaan+h4p/YdFt74Fh9uGeHYHiypgRy09Tw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260511 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|apache@FreeBSD.org |pi@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 19 21:00:09 2021 X-Original-To: apache@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 E7D5B18F4B9E for ; Sun, 19 Dec 2021 21:00:10 +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 4JHFV140wBz4l01 for ; Sun, 19 Dec 2021 21:00:09 +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 3C4791528 for ; Sun, 19 Dec 2021 21:00:09 +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 1BJL09PO044400 for ; Sun, 19 Dec 2021 21:00:09 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BJL09xV044399 for apache@FreeBSD.org; Sun, 19 Dec 2021 21:00:09 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202112192100.1BJL09xV044399@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 19 Dec 2021 21:00:09 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16399476091.6e62.43452" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639947609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ruBG8dziPu7LtG7zFwBUSej3+L0SUek6fjxQ9OUd5FQ=; b=aOar57ZNzzoqpdJie2oMsS1v9uTHohJZKiH0t36W8Iq81r5sFJsm/mZF8GXG8cwCYEg8N9 2QphamDNo9/sfOOlJJwuS3kNo7HGSF+idlD95LQQgRHpGOq24mzwiDKyWXu8SJg7JQKVWV yzC721OPdRpselgSZEaz4JQUbGID64N4b2iZLSMHShRLkw//vD95ahqjlNL3/jV/xgszdk RZsCGvSvsgmf9FUgBUbNtnMtll7+8XYMbCwAnfQzh5PF2vREz8ApIMDonuSPScvoEhQFr1 IDrSbifOq+6zIXrs4hbNPz/bIFVcD6TGGHo3jyFY5x/HUebK8heM1Gbr/vXiNQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639947609; a=rsa-sha256; cv=none; b=OnYSWdpkW+04OJ3TYttDeaGl+hQX3QTvdDiLfgdrnqtGysIJKXrX9/9SLptawc1S61nGA0 NWKCIuAhtEybJb/f7epGhXGic4CcktT8FKEOMNSK4yEdwFw50C/1QjABJvDh8omnzWOJVP RudH12KkWiIXaMOdVSu2Q30hj+ics1LazkzKOVbPj6ESPaFe+GEkWzP7cJuEV9LI3IixtM iy8pCMdBiLBSjNiACaggZHo2W4PSm/QKQu5JYRKBmzIerdBFlMD0o8tKMcNrX8/S92ZBws yNYVTD2cSgkv1No//dSVZwwkxT7NlsAeFJWnPazXrrAc0PGY+PlHuIaePOhd1g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16399476091.6e62.43452 Date: Sun, 19 Dec 2021 21:00:09 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16399476091.6e62.43452 Date: Sun, 19 Dec 2021 21:00:09 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16399476091.6e62.43452-- From nobody Mon Dec 20 17:31:48 2021 X-Original-To: apache@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 AD1EB18FAD6A for ; Mon, 20 Dec 2021 17:32:09 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp-out04.qsp.nl (smtp-out04.qsp.nl [193.254.214.168]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4JHmqX3F0hz4TvB; Mon, 20 Dec 2021 17:32:08 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp.brnrd.eu (5921114a.static.cust.trined.nl [89.33.17.74]) by smtp02.qsp.nl (Postfix) with ESMTPSA id 7BE1F21BBD; Mon, 20 Dec 2021 18:32:01 +0100 (CET) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) by smtp.brnrd.eu (Postfix) with ESMTPSA id 4JHmqP12ybz4xP; Mon, 20 Dec 2021 17:32:01 +0000 (UTC) Received: by mail-yb1-f172.google.com with SMTP id d10so31056326ybe.3; Mon, 20 Dec 2021 09:32:00 -0800 (PST) X-Gm-Message-State: AOAM533G4GSRdbaphpDWK4MNut4IXlAIazyuIMjNAh1dOwTgEcd1pZJz IjUVEbDYnRXAdITVnTAOsSQzAmRYVSmPtTxbNg== X-Google-Smtp-Source: ABdhPJzqZzA8BR6hvubageDrlocaDqptwY1nj/axI1uoZ1qJKxhMkMLG1weOPKK/WvVPug0w3YtJj1tKjjTdLblWa3Y= X-Received: by 2002:a25:9b85:: with SMTP id v5mr16572953ybo.477.1640021519338; Mon, 20 Dec 2021 09:31:59 -0800 (PST) List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 References: <202112201724.1BKHOOsf011208@gitrepo.freebsd.org> In-Reply-To: <202112201724.1BKHOOsf011208@gitrepo.freebsd.org> From: Bernard Spil Date: Mon, 20 Dec 2021 18:31:48 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: e721e5aeffbd - main - www/apache24: Update to 2.4.52 To: ports-committers@freebsd.org, jhb@freebsd.org, "apache@FreeBSD.org" , bjk@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JHmqX3F0hz4TvB X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 193.254.214.168 is neither permitted nor denied by domain of brnrd@freebsd.org) smtp.mailfrom=brnrd@freebsd.org X-Spamd-Result: default: False [-0.04 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[brnrd]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; ARC_NA(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-0.08)[-0.083]; NEURAL_HAM_SHORT(-0.74)[-0.736]; NEURAL_SPAM_LONG(0.88)[0.878]; RCVD_IN_DNSWL_NONE(0.00)[209.85.219.172:received]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12315, ipnet:193.254.214.0/23, country:NL]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi all, Just committed Apache 2.4.52, this affects the patch that was added for https://reviews.freebsd.org/D28932. Please let me / apache@ know if this affects KTLS in some way. Cheers, Bernard (with hat Apache) On Mon, Dec 20, 2021 at 6:24 PM Bernard Spil wrote: > > The branch main has been updated by brnrd: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=e721e5aeffbd529fb28aeae0bf0b90b128a965e8 > > commit e721e5aeffbd529fb28aeae0bf0b90b128a965e8 > Author: Bernard Spil > AuthorDate: 2021-12-20 17:23:35 +0000 > Commit: Bernard Spil > CommitDate: 2021-12-20 17:23:35 +0000 > > www/apache24: Update to 2.4.52 > > Security: ca982e2d-61a9-11ec-8be6-d4c9ef517024 > MFH: 2021Q4 > --- > www/apache24/Makefile | 2 +- > www/apache24/distinfo | 6 ++--- > .../files/patch-modules_ssl_ssl__engine__io.c | 27 ---------------------- > 3 files changed, 4 insertions(+), 31 deletions(-) > > diff --git a/www/apache24/Makefile b/www/apache24/Makefile > index 4af09c60ded3..64160a1d7b53 100644 > --- a/www/apache24/Makefile > +++ b/www/apache24/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= apache24 > -PORTVERSION= 2.4.51 > +PORTVERSION= 2.4.52 > CATEGORIES= www > MASTER_SITES= APACHE_HTTPD > DISTNAME= httpd-${PORTVERSION} > diff --git a/www/apache24/distinfo b/www/apache24/distinfo > index 27f7dd9c0d1c..a7ee86ebea2a 100644 > --- a/www/apache24/distinfo > +++ b/www/apache24/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1633625239 > -SHA256 (apache24/httpd-2.4.51.tar.bz2) = 20e01d81fecf077690a4439e3969a9b22a09a8d43c525356e863407741b838f4 > -SIZE (apache24/httpd-2.4.51.tar.bz2) = 7653609 > +TIMESTAMP = 1640014080 > +SHA256 (apache24/httpd-2.4.52.tar.bz2) = 0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9 > +SIZE (apache24/httpd-2.4.52.tar.bz2) = 7439184 > diff --git a/www/apache24/files/patch-modules_ssl_ssl__engine__io.c b/www/apache24/files/patch-modules_ssl_ssl__engine__io.c > index 70923c6beaa3..ec2beb1f9e38 100644 > --- a/www/apache24/files/patch-modules_ssl_ssl__engine__io.c > +++ b/www/apache24/files/patch-modules_ssl_ssl__engine__io.c > @@ -9,30 +9,3 @@ > bio_filter_out_ctx_t *outctx = (bio_filter_out_ctx_t *)BIO_get_data(bio); > > switch (cmd) { > -@@ -542,7 +542,7 @@ static int bio_filter_in_gets(BIO *bio, char *buf, int > - > - static long bio_filter_in_ctrl(BIO *bio, int cmd, long num, void *ptr) > - { > -- return -1; > -+ return 0; > - } > - > - #if MODSSL_USE_OPENSSL_PRE_1_1_API > -@@ -567,7 +567,7 @@ static BIO_METHOD bio_filter_in_method = { > - bio_filter_in_read, > - bio_filter_in_puts, /* puts is never called */ > - bio_filter_in_gets, /* gets is never called */ > -- bio_filter_in_ctrl, /* ctrl is never called */ > -+ bio_filter_in_ctrl, > - bio_filter_create, > - bio_filter_destroy, > - NULL > -@@ -594,7 +594,7 @@ void init_bio_methods(void) > - BIO_meth_set_read(bio_filter_in_method, &bio_filter_in_read); > - BIO_meth_set_puts(bio_filter_in_method, &bio_filter_in_puts); /* puts is never called */ > - BIO_meth_set_gets(bio_filter_in_method, &bio_filter_in_gets); /* gets is never called */ > -- BIO_meth_set_ctrl(bio_filter_in_method, &bio_filter_in_ctrl); /* ctrl is never called */ > -+ BIO_meth_set_ctrl(bio_filter_in_method, &bio_filter_in_ctrl); > - BIO_meth_set_create(bio_filter_in_method, &bio_filter_create); > - BIO_meth_set_destroy(bio_filter_in_method, &bio_filter_destroy); > - } From nobody Sun Dec 26 21:01:49 2021 X-Original-To: apache@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 1A2AA190E075 for ; Sun, 26 Dec 2021 21:01:51 +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 4JMYBk0Qw8z4Yc8 for ; Sun, 26 Dec 2021 21:01:50 +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 CC7F211650 for ; Sun, 26 Dec 2021 21:01:49 +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 1BQL1nJZ023405 for ; Sun, 26 Dec 2021 21:01:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BQL1n7u023398 for apache@FreeBSD.org; Sun, 26 Dec 2021 21:01:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202112262101.1BQL1n7u023398@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 26 Dec 2021 21:01:49 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16405525092.AfB4422.18344" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640552510; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=m/xjUh2FSkZm2UZuovn1xx7i49V6L2EAEsPvUK3CSDo=; b=EgP+wCaOzMpQCV5cROO5UoI5oGGavm+hAzrjeu6s7zOjzCWxmKqV4HvStjzih3sE9uRro3 KQiHK/6osi3TCpPF0UUyge2yQkDOQrDupV7cpQqsQL5UokcPyNTuqosAw0RpuDn3dRbqdk ne6Pz8zKxPIYCAJxXlf0VfdPenFI7mjTD94TYdre7WZVVgxAdXnPmc46BKm/6Hh/PD7l4D 3EC9jWhqsAMuC2owXG7WegfTtdh1XzjygcHk4Gcx6am4tRime8xVi3ADUFoZuggCbOwNCV i44hSoIU4Pt74dWNdCqC7SgkNeid9IBtcgl9Ouy3hr30OOmuc2MU49cosao/MA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640552510; a=rsa-sha256; cv=none; b=LM0RbqFOU0Bmexqro9kSxc9DWUyFlynMYRCKuF7+u9d6i8N4OQEi6WRXEK7M+R+jLHILVB pEpjaUYR5LSEaAF42QdZJMTbm6xd+Iq1csB72ukCrIh0nryAgw9AbVkD21JNRbLONXiyx0 KYqwW4bcW4I/17djb/D6YBAGHOvHdZiCEUfe7zzUjMBrlvKuDzJBxACN3qQEdkvUK/lLRT xtzLBkCm415ocxtADzSltPkWAlOJIYzB9G5uId25x9WSWztBu2C3qOruukpL/W204J6O36 8HZAp0PCM+JTOKYMhHAVEcDgRDvMaj94PK6tcg2Cp4CupaXmwj4Yovfhf5xlFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16405525092.AfB4422.18344 Date: Sun, 26 Dec 2021 21:01:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16405525092.AfB4422.18344 Date: Sun, 26 Dec 2021 21:01:49 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16405525092.AfB4422.18344-- From nobody Fri Dec 31 16:52:28 2021 X-Original-To: apache@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 19C771913B4E for ; Fri, 31 Dec 2021 16:52:29 +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 4JQWQh66BLz3Gl9 for ; Fri, 31 Dec 2021 16:52:28 +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 B1D247052 for ; Fri, 31 Dec 2021 16:52:28 +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 1BVGqSrI015481 for ; Fri, 31 Dec 2021 16:52:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1BVGqSca015480 for apache@FreeBSD.org; Fri, 31 Dec 2021 16:52:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 259500] www/apache24: 2.4.51 fails to run: Can't locate API module structure "ssl_module" in file /usr/local/libexec/apache24/mod_ssl.so: Undefined symbol "ssl_module" (FreeBSD-13.0-RELEASE-p4 amd64) Date: Fri, 31 Dec 2021 16:52:28 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: brnrd@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640969548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4P4oef9qu+w8Vo6918G31R5aEKYvxkKUlPm+IqIPd5o=; b=O0cGFOLpgutyuL+afCNbMqtlIsUxwcVsXavB5nMQgshCPd9cnWddaJceRXYPJ4G/ynBwRY 2jlPcAFLz5z3/eVX4sc6F3wT2JypXk3f/ntEVms7cOOehn8cAp+uSNrIs+nnn5AYGLAhAl IVvRnt5/pdablItJXY15Svs0uVli3CbA32WGs11wqFjY0nbPXZ6pPcz3J7rpQb2J4Ls7hc gVP6cdU6GtwDwrjodsxFz9vejiG3sfCo+T3BFTxCxLH1D+qQ3Ikci7kLAythChPkF9GT+Y aIB0OAk9d99GuIHdTxXDTKeXaEzR+ZZ09O4SKLtmVoDey0wOIjCttEXeRUh5lg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640969548; a=rsa-sha256; cv=none; b=qXw1MuynqXRhPNx4sC1jBot6pyXQ9x1YC76+CCH9jPHZMYSBPZV3Ww+vud9B2QYkJKd06K 3L0N3adEJt0svjMJO1RW6rFe3DoLM0aMSTCXl8bW2W6lm/yUjr2lVvOYHAqbDhIuMz8NAx 6vF8T0BXNtGvDH5w05ubDWaSMb3xoz2xk12Kzt7rl/emOESNgbYPN3ehtr65eoT1YZOHLi nT6/aDFrykDSsY4qyZMu8T9w1GbMKLdTROxUGGiGKmE4J/Qaq2N77n2BYDWqH212DESvtF 7c4OwDRjvPOkwGERemUN7ICZflG18v7Cx0HF4Ws0jYQe+Gvre1hXajMuilZ5mQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259500 Bernard Spil changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brnrd@freebsd.org Status|Open |In Progress --- Comment #4 from Bernard Spil --- (In reply to ua.the.way from comment #3) Are you still having issues with 2.4.52? The build logs are in WRKDIR, check `make -VWRKDIR` output. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From nobody Sun Jan 2 21:00:58 2022 X-Original-To: apache@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 151FA191B792 for ; Sun, 2 Jan 2022 21:01:00 +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 4JRrrV6Jgnz3Df2 for ; Sun, 2 Jan 2022 21:00:58 +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 6550618F88 for ; Sun, 2 Jan 2022 21:00:58 +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 202L0wbG034253 for ; Sun, 2 Jan 2022 21:00:58 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 202L0wN9034252 for apache@FreeBSD.org; Sun, 2 Jan 2022 21:00:58 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202201022100.202L0wN9034252@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 2 Jan 2022 21:00:58 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16411572581.aebB3.32244" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641157259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xhZB1RscOZejmLJXPi0PxHqjYd58GygpHtZAFfdo0vE=; b=HhgXsF618XN7pyF5+NVXWMryxJKyD93CRuzXGxKQdLOlcVHBafu4STlzfy9BPhEp4v0FEk aBa0GJXR9v0TngYtlIFAc7GerdvlRYVMURRLIkrO7cvyoMyvVJ3J7/zTpHepBSGZsRGpDT Qf7Vd8WCjm/Rs4ntoSkZa9IuIIaEyNa2fn+yt4k8FsL3UjeXuP1lBUcV9iSeG1m3ObmskC AVYckXIc9uBo5NTjX2DnSEu4sZ0DMgmmLavpYOJFHD8i9GAM6vU15j105ajmCgj2j1RhTv /jevr+0FBt9eduGAf8lYMHFbq0VL/9h5zFMhx/uSAhJBtsH1GAZ7ZHYh5w/n9Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641157259; a=rsa-sha256; cv=none; b=nU0XVHTj6Gm/FyoYgjAfvQDPs1DLfs4hp+pTiZhxACvWPTYqKqlgDbishsLlLHY1zw4i4T QWm59ZMoTF8LysNdOK13/5ZslQvHvs8BUxQnWDgW0aRJNG4k0890++K6hdXxACfkvmzlh9 yBs9WjxqMeL9hFmFfvdU1GdPhfOlvkn4NlqjuQiOXmDW/isnmgGBeiho7oyJCicXzaaxbw OUMtLcf7RWGjB2FgbQnJuHRynrJ2Lh0kqHJ7rvoBlO8E/dPhb0grdajEz0m0ZFpDGW9s9H eueiBlT5AGquP7yXNJatJD+Ob5JuloDobPCS4qjdnJX6rco1tHLeV6W6GuZ2Kw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16411572581.aebB3.32244 Date: Sun, 2 Jan 2022 21:00:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 230538 | devel/apr1 fails with mysql80-client 1 problems total for which you should take action. --16411572581.aebB3.32244 Date: Sun, 2 Jan 2022 21:00:58 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    230538 | devel/apr1 fails with mysql80-client

1 problems total for which you should take action.
--16411572581.aebB3.32244-- From nobody Tue Jan 4 17:26:42 2022 X-Original-To: apache@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 334D11938E53 for ; Tue, 4 Jan 2022 17:26:43 +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 4JT00L6z9Tz4l4h for ; Tue, 4 Jan 2022 17:26:42 +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 CB3F01D10B for ; Tue, 4 Jan 2022 17:26:42 +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 204HQgQQ094509 for ; Tue, 4 Jan 2022 17:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 204HQgut094508 for apache@FreeBSD.org; Tue, 4 Jan 2022 17:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260928] www/apache24: Install from ports fails because pkg-static complains of unknown keywords Date: Tue, 04 Jan 2022 17:26:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sblachmann@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641317203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/Yy3J4eEAEFvB8ECU1c+QB15ZWy0yVJ8yyIvAqIV6P4=; b=SkEti6+JjYB3vSWfTrIWDk5IKVb33CpE7ha0K3TVh7U51nry4eROg66d+2CO3PMADAprwt ivqWm5RrvvoXH/ZuzJBJHf85hUCLLTNs3CaiWGSdM1yLh6KYnGsG2fT/NLkeS8SYgNiTTa juU3CD9krrBm2zpUwlgFt6FB8ff+nq8/6VDs9Ki5PXjNSWDckAOrzdmqrw58d9K0szpOOO rjlBkEbz74CIdnmOcRJVpIQ8WbS8+RjSM1zAbfw/3JicYDi4eEqA3uz28cEBriwpR6/n3p Ka2hpkaiWeQMnkk7HyZzKzin/8lTxYob9xBusERpo8hmqOzKuS0SyFezYBPjqQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641317203; a=rsa-sha256; cv=none; b=MRupIMpMfvH/Wv9iHyORaL4ZYy46LXOZhGyyJDUv1XRk/NhuEEiHH4t/QQ0SxNbZEVPx+I 8zLAcPemvAiDCNlq0nWOn8u+BuwHZvW0fqj+l8GMdsCiomvI7sSQKJ7HPstoST4R4nep6j lDbEsiXwOkRsaV2kLXQXpT0i8MmDvceDCpXp2251To5Bb3atkuFLxh+xS8l1EnNChQ8Qe4 eozySJoZOMoRo2nXME9Qpz3K+6E9tgB4hSP99jY2ta4PNnSuwH4rCBe2aR++hApZZlgaWZ 7EewfGiDkJZ7xD6CsjkFAmNpD8vPtThpxuPU4ohfV75R0OpUwjrsoqFDfyu5eg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260928 Bug ID: 260928 Summary: www/apache24: Install from ports fails because pkg-static complains of unknown keywords Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: sblachmann@gmail.com Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) Using FreeBSD 13.0-RELEASE-p4, I am stuck trying to get apache24 from ports built and installed. There are two problems: 1. complaints about the correct setting of DISABLE_VULNERABILITIES option: the first build stopped, telling me I'd have to set 'DISABLE_VULNERABILITIES=3Dyes'. The next build complained that the variable would have to be set to a "boolean" value. What would be a "correct" value if 'yes' isn't accepted? Anyway, the build proceeded. 2. Using the command line "make -DBATCH -DDISABLE_VULNERABILITIES install" the build part seems to work. But, after the build pkg-static complained that it does not know keywords "preunexec" and "postexec" and aborted. Searching the web led me to the porters handbook: https://docs.freebsd.org/en/books/porters-handbook/plist/#plist-keywords (see section 8.6.13.2.) Searching further, I read that a lot of keywords have been removed with pkg 1.17. (See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257384#c1 ) However, the porters' handbook doesn't mention the keywords as being deprecated. My questions: a) what could be the reason why pkg does not install Apache24, instead putting out these complaints? Have more keywords been removed than the porters' handbook states as "deprecated"? b) what would be the correct way to get installed apache24, and maybe other ports that fail the same way? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Jan 4 17:26:42 2022 X-Original-To: apache@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 33550193910F for ; Tue, 4 Jan 2022 17:26:43 +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 4JT00L5kCQz4kwR for ; Tue, 4 Jan 2022 17:26:42 +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 A4F0C1D036 for ; Tue, 4 Jan 2022 17:26:42 +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 204HQgqv094505 for ; Tue, 4 Jan 2022 17:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 204HQgOw094504 for apache@FreeBSD.org; Tue, 4 Jan 2022 17:26:42 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 260928] www/apache24: Install from ports fails because pkg-static complains of unknown keywords Date: Tue, 04 Jan 2022 17:26:42 +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 Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641317202; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FJKJjcsTHjD33oY54rZS1qnHqHf0T8uYizDETcf0isk=; b=CDgEhOcgpF9U8f5wK8F8xQcfLjKuDg7nreoNEou8ADJqzsP235IcK3RtUk+oMEbUj/zzxc tZpphNkZgOFFWddSBj2C9jPNnsORYU1pH6aN+pXW5b/TDb3POvPNFsfUEeZB6NbOS4U9E6 n6y/7lKqiihOp20YEdz/xWaWcrBP+bkRWTTdJuIHuPbKplEZZB7Pb5w5ODD9WCKmIvTJwD L+R9EdJf/sk/sSgKF2bUBIRNJqEC575aI4CFdOokuZK6b5BqF3j2b+sTZPJ3o/8sY7+qjK 95OGSHFcvpyWuEaZLGs2cBchQ5ZkM5yigrsiB0fDuvjCPAPUZqfUGdaTiVnS4g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641317202; a=rsa-sha256; cv=none; b=w5JUJaUYvFE6G9ytNjFkHlcvT6Fa5H36YnS4icB/mObRmU9yReXKZfMjD2voKpLKLSGiDJ Dm1rwitEQT/alFmXSpeA8M78rw4x7dgfD6A+H5tBNVA6jmPj3qNJAO92gg4vmJMdCGQq1V dwiRtt3Gfd/CUlwF8WKRSLPZDb+T2tadJUB+2DN2+Tg4mhhGEW/FDQFlqCWE8hSdpnVrjU nJXurC5K6xgG31OAZkqhFd3zc0mTFWZjw/ZNIp9guDYk8lA60OlNZ7WVwZewb3DibD7N+v 0E5vp8aUjmxEupb7vDnwNFvto1xv9PN8VQ0L6oKHZwlFmQ6EN3KZ5EPnKrJIWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 260928: www/apache24: Install from ports fails because pkg-static compl= ains of unknown keywords https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260928 --- Description --- Using FreeBSD 13.0-RELEASE-p4, I am stuck trying to get apache24 from ports built and installed. There are two problems: 1. complaints about the correct setting of DISABLE_VULNERABILITIES option: the first build stopped, telling me I'd have to set 'DISABLE_VULNERABILITIES=3Dyes'. The next build complained that the variable would have to be set to a "boolean" value. What would be a "correct" value if 'yes' isn't accepted? Anyway, the build proceeded. 2. Using the command line "make -DBATCH -DDISABLE_VULNERABILITIES install" the build part seems to work. But, after the build pkg-static complained that it does not know keywords "preunexec" and "postexec" and aborted. Searching the web led me to the porters handbook: https://docs.freebsd.org/en/books/porters-handbook/plist/#plist-keywords (see section 8.6.13.2.) Searching further, I read that a lot of keywords have been removed with pkg 1.17. (See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257384#c1 ) However, the porters' handbook doesn't mention the keywords as being deprecated. My questions: a) what could be the reason why pkg does not install Apache24, instead putting out these complaints? Have more keywords been removed than the porters' handbook states as "deprecated"? b) what would be the correct way to get installed apache24, and maybe other ports that fail the same way? From nobody Thu Jan 6 11:59:57 2022 X-Original-To: apache@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 EAE711941645 for ; Thu, 6 Jan 2022 11:59:57 +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 4JV4fP4g0Tz4SPP for ; Thu, 6 Jan 2022 11:59:57 +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 806C81F3E1 for ; Thu, 6 Jan 2022 11:59:57 +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 206Bxvbh069262 for ; Thu, 6 Jan 2022 11:59:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 206Bxv6K069261 for apache@FreeBSD.org; Thu, 6 Jan 2022 11:59:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260928] www/apache24: Install from ports fails because pkg-static complains of unknown keywords Date: Thu, 06 Jan 2022 11:59:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: se@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641470397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I/grWv/1WjZ0LzPKkFq2Ivw/af3cqlQzwptrNSmboiA=; b=f1r1o0r5wBDm5AN1XwdoZIqUDuoMHQz8YIpT3frGUTyqyfB53i9F9vDXKpTmG/e2+yyr48 Gjdd8g3dCn+EN1xsUkZYxfG8P6L8GK+XHPh8Cuklml6Y4zH9hp5pr4AePy3sQdcLUUyRu8 /2uYPhooyzloCEdQBI8tZl+n9tVaMFsPEn1iCPwBUFimJxh0IInUxvbu+NHeN/3HkrEKNk 6IB91cWYAAkGFy/bdVBF1+dKeJDkndrYpPOD7iz+nO+HFYTpZDdWBkaZ+XEkUtQ/gsyPmT 3hiWnHHi7A0xd/XcG2a8MkDCwoBkpt/kiUyC5pRmJ5iHvHMScqai4xyVQKlzJA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641470397; a=rsa-sha256; cv=none; b=SbPioRFQ5FyUrGVptxf8AxgOFk+8dVjI/j/wfqD5hVqYjFWZC03af/8KD+19DqthosOnns NsxBEalIMbgrHLkIoKGVUYnVAEPA/ejzdv7Hl9AJ4O0ajhJI8D6QPGlTtvvLcP4jTIi42D col1V92U54TFBAeIktFeRfNEftjXZ+mPDRU2KTrSeeAGoOpjw9yAorq1GcmsBatpNtysx/ 6yy1X/qzCL1h9QnXKDe/5Z9FQd4tqoBQLZi8XU6IiUFCuVq1MQ6hiDzXOtC8saZx6f92p/ D5rr9HEdDMZrbO9FtMPf50GJYlIlJA39PQWf2bf94gymPVZlW2tCuDzZp8zkqA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260928 Stefan E=C3=9Fer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |se@FreeBSD.org --- Comment #1 from Stefan E=C3=9Fer --- I cannot reproduce this problem - @preunexec works in my ports, and I can build, package, and install apache24 (just checked). My environment: FreeBSD-CURRENT on amd64 with pkg-1.17.5. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jan 9 02:34:10 2022 X-Original-To: apache@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 00C0719320D3 for ; Sun, 9 Jan 2022 02:34:11 +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 4JWgyB4g86z3qCg for ; Sun, 9 Jan 2022 02:34:10 +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 803081EEC for ; Sun, 9 Jan 2022 02:34:10 +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 2092YAOs042418 for ; Sun, 9 Jan 2022 02:34:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2092YA5X042417 for apache@FreeBSD.org; Sun, 9 Jan 2022 02:34:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260928] www/apache24: Install from ports fails because pkg-static complains of unknown keywords Date: Sun, 09 Jan 2022 02:34:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sblachmann@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641695650; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jwuI+E9csWK5JMzpoTTzq1lNsk7teScae7MBdo7P8+M=; b=GJPXADOWhsG5hn0FL+Fqpz7cvtwBtVLI4/VEzBdljH4tH+yTE39E5/9xKBwRJhzEgelr27 d7S2X7JmbPOaMrSk6/ZDHXRIwvURvYmj6r7JBXSk9rZjthZAftVoILiMMkMsX6hJm56f6U gkSNBtp2xQnM/6Bm3wbYj/GaMCZ/lVegjk5LqaORoOgs495Y6M3DuP3yNDmy4Su9LEn4be sm7o+h1UYut1f7L4W5qEdQuPQElT4larz5oD8y8T6xr6ta91WjpYZnzXQjUkmkhQv89yy/ QrX4fYaeqT6RFJTt+mXbG3QWky0dzHw92I5KGQ7KNI+GSUo9UcKQgTtWhbDFbw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641695650; a=rsa-sha256; cv=none; b=p180ZTaodEGEoDmOwqV/su98ChSDmiVFWIBAH2rkE84qzTodWDL976hRa1lP0I3MX9tVaH WIURXeMXmDH73Sr5YIe3Z9ZFyyDU9FyPp0Yr4c9NZdxtOCUR3slfrVbUs+MSQDETM0Ahw4 /10qO4w6JqAJVwFoXHgr7NpH0Iw32r/r1ai3mzGOAsrvmHh9bRJ/9WSDq6NPqzvUk7Vlmw N2T6kgFrWJHTuCZ9qx89xoruzVRG3n9U0mUVld3fdH0lmGSpxcs8TM0YKjWQeVvEz59klS i5XBgrnj4XF+J90+J1NtPzOsxLDU7seK/qKNezVXk6U8rCZ7gwysefS35q5ogQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260928 --- Comment #2 from Stefan B. --- Thank you for checking, Stefan Esser! I now have found what the cause of the error is: System was installed with the DVD installer option "install ports tree". So, with ports tree generated by the FreeBSD DVD installer, make install of= the apache build failed as described. But after I removed the ports tree and reinstalled it using portsnap, the problem was gone and build/install worked: rm -r /usr/src/* rm -r /usr/src/.* portsnap fetch portsnap extract portsnap update Could there be something wrong with the ports tree being installed by the D= VD installer ? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jan 9 21:01:00 2022 X-Original-To: apache@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 886BB1935909 for ; Sun, 9 Jan 2022 21:01:03 +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 4JX8WL3b23z3vrY for ; Sun, 9 Jan 2022 21:01:02 +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 C4B8618EC4 for ; Sun, 9 Jan 2022 21:01:00 +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 209L10KP043516 for ; Sun, 9 Jan 2022 21:01:00 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 209L10kr043515 for apache@FreeBSD.org; Sun, 9 Jan 2022 21:01:00 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202201092101.209L10kr043515@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 9 Jan 2022 21:01:00 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16417620607.d674cDc5.40544" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641762062; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hC8mSFHoh5SGvygiM39njDmkjyoHpmoiTu4IzGlGqRk=; b=PLqu7Ftt3wmqRTto3KE0IrWnZDvoNi2T+t21tAhbW1wp5Y0LOZ/8iYM+kHbDSI1HZ4DSVv Z3aqYEmLQ0RG6c01o/fOhaMQOeg0L549LFepOjNjkp7LA6033nOjJL1xJgA2DvN2AJQpre qm/DJYsAcxGmRSd1QgVUIfiIp3HU//vCzhqvJDbES+MtAlrqi10jQLb5ntBF22QvEUyS4l Bigq1xu7sn9cEpZjjEOBl+fV7zNH5fjHILj4Z4OGUQSwRJwnDqMTTLz5p4rtAQIjHQ0wlM SXVA782zbfjAjq8NuDRzTpGlKfRQeGMLzb1u5bPxOOBSkJGuIFAXY/KKqmERUA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641762062; a=rsa-sha256; cv=none; b=f27Wmaa8no4RuCF7TKHhvyn1LeMiN80rFpAg/6VPXw0YLOIOsCmuCGR+w3bYSn5i3j2XR/ Nz+87GSlGXgwng/qjqeV6YRD5RMRtRYpOiPNi2CFq/s5vHeMPYaTQaLtPfZYRv/14sn2Z5 lCfbmvTnPUYgcFgjE8KCEuJDQ+idSr7DykGIpUBjqV/PVjT/E4jFGk3BND3eLuYtzvjpEx 0+m0dmoR7tSV0hDNBsmyXouu4APOXDlDnE/+IHcskUMAhC30B3ydhyUSJ+FsBQlpyjGH1j wM66zCSlRVMAyRq5A0adtoD0496q7yCn3KnQ606Cgw2HKyhLTFnZHmDUk6ktow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16417620607.d674cDc5.40544 Date: Sun, 9 Jan 2022 21:01:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16417620607.d674cDc5.40544 Date: Sun, 9 Jan 2022 21:01:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16417620607.d674cDc5.40544-- From nobody Tue Jan 11 16:06:09 2022 X-Original-To: apache@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 C254A193266F for ; Tue, 11 Jan 2022 16:06:09 +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 4JYFt94JCBz3JPJ for ; Tue, 11 Jan 2022 16:06:09 +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 707D41C1D8 for ; Tue, 11 Jan 2022 16:06:09 +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 20BG69rs012013 for ; Tue, 11 Jan 2022 16:06:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20BG697P012012 for apache@FreeBSD.org; Tue, 11 Jan 2022 16:06:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260964] apache24: command line make options -DWITH_SUEXEC do not work, building only works when setting this in make.conf Date: Tue, 11 Jan 2022 16:06:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: lwhsu@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641917169; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Yf9jaaaX2zqTWXCSJV8TwDW87w41CKYg2yoUIOu2BG4=; b=XiIdcbBagQnUOGhShqRdTi96No+P6znhxhXxItGk3Io6kh1gvVXGb8/8JSJ2L2Yp1EHbPV 9Trse1pvVgYtxmSQpT7fUY47NAfkAk3SXjPBaGLU9f5QS1QXdYk80DaVpNfYc9SViiJsYN oMFZgtlxa5OqA5pryiL/lQ9AMKSQ0e1w7ZKGmJsoQJiykiCSZrKg1T2LIJ0WGssn28LFB3 NS4VCaes4sARHDvmFKcJXGc0/snik0aYmQ4cpO/YMEXZaUEGH9+ZmdXxLkk63dIA/wOBWK YQ+U/RhC+sBLwfeRPY1Kix8NVQuXDGESU0D8VubrXgqp2h5QO5eZk7sdoq15nQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641917169; a=rsa-sha256; cv=none; b=Hnjg5ULBsjslw26U7uJa6BGitK8Cr/6iIdkM3gq64qlCkQytQHnkAF1mGgmEsURIIdVAwZ 72xqbi2MV8Meu76U6kQ5PtS1gemXnleNHuPq35Ypj8eqAWD7MVBx4650enln7smvludMo6 myjdaKiFG0AT+yoDsMM43DSl6Gdum/aeYrwWuKw7bvcQhw4ODQaq7eBkM7bSqn3oT4P52j aARWWdbR7FLn11i6Mxb9/FEPj0dIM3ysDbHvMThTr3FlOIRrApQ9BVYBGf/ACynNNCfUKU NuRhwLT5SzFNnKDysuGD+P7w6lOFUk+JDCVdp74J90LcheGaI9BagoTArA/OLA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260964 Li-Wen Hsu changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |apache@FreeBSD.org CC| |lwhsu@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jan 16 21:00:49 2022 X-Original-To: apache@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 8DDD619548B6 for ; Sun, 16 Jan 2022 21:00:50 +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 4JcS9s6rLVz3pHt for ; Sun, 16 Jan 2022 21:00:49 +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 6EE62213B9 for ; Sun, 16 Jan 2022 21:00:49 +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 20GL0nHa041315 for ; Sun, 16 Jan 2022 21:00:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20GL0n9M041314 for apache@FreeBSD.org; Sun, 16 Jan 2022 21:00:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202201162100.20GL0n9M041314@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 16 Jan 2022 21:00:49 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16423668491.df3F70D.39460" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1642366850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=wtCt4FfPg8czJVrTgIF0ydeutoX0WOI1ndal51Sm+Ms=; b=QxQOdIkMK763Lg51zS2vbNkFFY9ajdYIsnhJ3pxU9s978jIhgncCkAkXIqUqsTf8mboCTu dwf5p3KUPV/0DOP4lOncQ5UL/wL3hhgNKqq5i21ZOO9fTDQrMS3Ttx6P5/TfPk4wTMeDWf L7C/T5+dC8pVCY3npiTPQf3ne510w1kHQXoBXvPJqC1Hfuuul9NRhK+RqQw/ZAUqO1m+Lt pX/irdVLu3gUhmynAjaETw7sK5IZQAsNWnHx4N7LqodPsmiJ28IUkjXA2EnuVey1wBBJGK ERcSdAyCPMNEADj/qcq+jvkgGW+mxzUWY43CrKq9CyXJ5VZFV+34LWT5mwLVEQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1642366850; a=rsa-sha256; cv=none; b=nmphRvX/8bzyHQc8/YnNelCuhVmT4boD977Ooq1W9bUUYB3ipD1F7hrKboALUxTqzk7FRa BAaHqt9qRphFkRqgjMcmClwq7jSxWYFwxOBRKrxJNjo9SmnqDpHbETbGuwOnNYYyRYtAKF Qktv456wvpnXDh4dymL5mu/atz32347/PW6u8MCT4yHNepYBeJ+GLOHhH7FHSP5x3qTvgQ v3B3RyV5h2QmgheTfUnsCzbFJxWAWniaGEVfrrrdlePXquW902aU+C6OHljrk3nY9KEcoS NoJQ5XzYvBm+Zg6eqUy+VT3r0OEsrPzNcnATE8JWYagFQw9UGUBpmE3lIfhZVw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16423668491.df3F70D.39460 Date: Sun, 16 Jan 2022 21:00:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16423668491.df3F70D.39460 Date: Sun, 16 Jan 2022 21:00:49 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16423668491.df3F70D.39460-- From nobody Sun Jan 23 21:00:33 2022 X-Original-To: apache@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 0106F1976136 for ; Sun, 23 Jan 2022 21:00:34 +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 4JhlrL0Bn1z3nH9 for ; Sun, 23 Jan 2022 21:00:33 +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 168AB152B for ; Sun, 23 Jan 2022 21:00:33 +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 20NL0XjI027310 for ; Sun, 23 Jan 2022 21:00:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20NL0Xre027309 for apache@FreeBSD.org; Sun, 23 Jan 2022 21:00:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202201232100.20NL0Xre027309@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 23 Jan 2022 21:00:33 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16429716330.8e087.25946" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1642971634; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tkeO97mtyUDlybusk8fnMGhcYKYkfPQTgpqs+J+3kXA=; b=jcvg64r1Py2G0Or1Jw7qBSLPEL650z25ylQUIFVoqEQ36fErpPAHB4Mt2t0IJe/XuNCIhJ 4XreBxTLGINwQ1f7iJpP/iQqKBIVBLIp1H0YAjfGxDRZgTmmi+Mpb1NXt5PEN+FiF5GISt Qty2hO43q96lmOwPahng7IcQZbNxc6utxZJntUXYu/6sF7GHTZwdjUNS7okCoUylk81GU+ il6YjXDCNjLT89qjji2bddMbiIf4Hkt0s4gcKIyCzNcKYJZSW6l2pDCa5qv5bLx7+nkB0N 2pQZ0SiorUJJMfXaDhNPQYiPxbNCoHmsjS3sjFyKewGus4FeKQr/LebjUtC2+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1642971634; a=rsa-sha256; cv=none; b=ixCqIku6+o43zglUaYhMU+IKl6NFM8XyS64kM/8fHq4cHK+l+jPHL2gCZ9/iWe5kr0J/yf PhrMiyeEX9bLxrYAnUQAUPErMOKrgLrSKOj3cZLM6k7clOnF6P9I8fWTYc9ehib5BmQ9OX 4zhSqRg4UZ8mMXbIAecznA0M3mIyp0Pv5oZXIEIrTGCfHeEOg70b3bGTer7YeubHM2n3EK 9G+y3KFGkd68GqlxJYZo1rZY8zcWF6vNprdA74p/z34ekWFSDmLdZp96ePoiuInCzX5qH2 rFtu08gcCDnIC8zLmdf9i4RWMUlnxpyBUg314UFGLi+a4d+UAZv879qVzAwOFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16429716330.8e087.25946 Date: Sun, 23 Jan 2022 21:00:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16429716330.8e087.25946 Date: Sun, 23 Jan 2022 21:00:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16429716330.8e087.25946-- From nobody Tue Jan 25 18:42:57 2022 X-Original-To: apache@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 0E558196FC9A for ; Tue, 25 Jan 2022 18:42:58 +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 4Jjwhd35KLz4Rp1 for ; Tue, 25 Jan 2022 18:42:57 +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 49816703E for ; Tue, 25 Jan 2022 18:42:57 +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 20PIgvpE020160 for ; Tue, 25 Jan 2022 18:42:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20PIgvTw020159 for apache@FreeBSD.org; Tue, 25 Jan 2022 18:42:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 260928] www/apache24: Install from ports fails because pkg-static complains of unknown keywords Date: Tue, 25 Jan 2022 18:42:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sblachmann@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643136177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1vmeh/DfMDInDzLKGTRgmmsSfcxwqGpVfrvsBVqoW5w=; b=Ybim2IJT62U8jqx5or8se4KPpL+8CrPohCp/HR8+JsfAjX9OL7qSKyIrfhJXEdq6Xet8hK WUySe8tpAVPMqw/bU38Qzm7a+V8FzEW31gY/DDAXZ2XVk0QtzHjZ5OtYnEFv7AkqYdNMIv JuOwDzFEXINI4tGIFwCq4Xwq1qOqjS/6rDbt1xRFRsIDGmajK45pG1EwSXP1JeSmRjN80A 6n6n8itm1ktstfssCb1CDHVbq34VvFgmBr36Tu0vOUevVnGFcHIYUG0wJOF+dUfTZd+m5a RqEvrcpmme9c5IfLXIds59tguFJw/hV6rpQ7L4kKwAzQ8/R0Nw9fnNKo6jqRHQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643136177; a=rsa-sha256; cv=none; b=hPEAVFT8LTlvfFvDuWg+ognxMssAXLGjp+qzuxE6KZk/aBiJx8G8P/w2z67B5+eX8GGdnp tcsEK2FQ3uUWO4eB/gy21uBvk+On/g3um6VpuLwMVq9UNZIceeE4x9oVWXMBpmkCa2fdvb VwfRmhe1g69uyD1cH1k9xR+7mEYgWqMB2p4Zlums6HspCv30JrHNklHAz4EmBe6F1ORMNd KFo3KZTdAxvBg0UqqpmS08vTnDhNfxC1zkCItoXeDOAtNHjIKOxKig6mJY5D6um8DX3mwy ptWl1MoXZyKPlgc4OLOZnVS63J4skJD/W3B4rL5Pct4NN5e5140LSwbeKY71DQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260928 Stefan B. changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |DUPLICATE --- Comment #3 from Stefan B. --- *** This bug has been marked as a duplicate of bug 261441 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 27 20:42:20 2022 X-Original-To: apache@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 CC6D6198870E for ; Thu, 27 Jan 2022 20:42:20 +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 4JlCFS3t3Rz3qPC for ; Thu, 27 Jan 2022 20:42:20 +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 66E901D991 for ; Thu, 27 Jan 2022 20:42:20 +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 20RKgKoV044413 for ; Thu, 27 Jan 2022 20:42:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20RKgK2b044412 for apache@FreeBSD.org; Thu, 27 Jan 2022 20:42:20 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 261525] devel/apr1 : Need Updating (databases/db5 is EOL) Date: Thu, 27 Jan 2022 20:42:20 +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 Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643316140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/IF3dFgnWE1sEun86nfEkXN/t99MpFrX4rtOjE3BShc=; b=mTemTxp6WyXeYgkxz2yKkGjWUOHUDMFldJJImWs5/h44mNY6e//DXE/E+baHGg1inQ7Lr7 S8vwK3/IV/3sEHF6piTp0fq5qfc/2Q2HJy7h7E7Zc2yfLqt6plYmssPN5a34xDXFehWMo+ fHc7twVum5rOMWEtefsNKh3RTPFB28ofT3dgejO+rXuRI+4C2fdHseXa1e8rRqUdyUX+1S cx1J5La28G/t/MNjnwP84twllHTzf1WhGNtHDUSq7SRQ9OwPmeD895DrGUY35TSUZqc8O7 vwLerI4XHOM+2RPkMPJM5IxkWclTvv2Z8XReGxCL73KB22BJInjPS4HXoC466g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643316140; a=rsa-sha256; cv=none; b=swB9soFXJzDybpqlr2yIG+87soJPKlPyDLEkNlFrRO5hUJ+cbRVnh3U0aRVtl3fNbnSBKq 1zFePkojfrUeTSFauFiR5ldRX7TJLr8/Afar90rLNh83RrcudaAXEYGDBOlMel29/HU9x/ uSmcoy/zhqthl/3prdZSxA1elXrahPRfJW/2qAo6PBqH0v8SGqgsulH0+Yt9xO1rJ9EKhk 6UO5ksn/xsb71b9a/lkqfp7FZeJ3uU9Kg3HLo+XD7mxyUawYrDZqXjXMCjhjf0SGIpvad7 zxedQ/cpUODm/uzUhT/shPMAcnLbviT+Pd/ErNvSt+JNkRR5k4n2RAXiPperbQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 261525: devel/apr1 : Need Updating (databases/db5 is EOL) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Description --- The port devel/apr1 depends on databases/db5 which is nearing end of life. It is recommended to use databases/db18 instead.=20 Message from db5-5.3.28_8: =3D=3D=3D> NOTICE: This port is deprecated; you may wish to reconsider installing it: EOLd, potential security issues, maybe use db18 instead. It is scheduled to be removed on or after 2022-06-30. From nobody Thu Jan 27 20:42:20 2022 X-Original-To: apache@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 F05CE1988688 for ; Thu, 27 Jan 2022 20:42:20 +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 4JlCFS5R4Yz3qKc for ; Thu, 27 Jan 2022 20:42:20 +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 9A9071D5E6 for ; Thu, 27 Jan 2022 20:42:20 +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 20RKgK8j044421 for ; Thu, 27 Jan 2022 20:42:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20RKgKjq044420 for apache@FreeBSD.org; Thu, 27 Jan 2022 20:42:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1 : Need Updating (databases/db5 is EOL) Date: Thu, 27 Jan 2022 20:42:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mayhem30@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643316140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bnDfdeo2+8wXt+xmEs20WoUXkujf3wjnJO9yTLnK5KM=; b=pL1nHdXAOM9TQtUI+zVpT1Efm2kDDHLCHXuXYql+nPgnC1gEJAaTqOLtonvBSsFMmw5xrH C88UvnuY0zWhUUpuh8oWpvaxhXKMTJk83wioXHRFcQ7aWZYej7SShFc1/7NXl0lUyibJuh dqgaiZIPBp0csSBMNc+WCAgSVJWohDm9+lAUz7XYzOpzwkJujBa0Ews49SpsPGk/FQcl/A TtxrvbMo0tyEktcYo2WY0roDEobgykSFmiefC6NZcUDkTYzRNhKvrwsOTQKN7zujYeLWWQ jaDdUcpZHV7hXU7mxuvx6eIh3JAIjrR8R1S/VUiaCpj99iJVCULXWPTm2b7IkA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643316140; a=rsa-sha256; cv=none; b=XlNAz7zTIPmq+dRnstuT19apV1h+4Imw4fgDNGu+EgAg5DOwnEbAt/sZAIv4gxDKzIQWCU /wPx9JaMjbo3Y4tbpubdiP4T8ChGQBSNvhYBoHSSkmONCjrHPQDrH15i6zcca461McAWCI FnwGe5hD1/FaOffmSSsewqol25Kvn6LMfLPzPMQWbtoIrH690Bpy8e54hLcC2DsJG98q7w N0lnd7j4Z5ZKqmxeNs1U6xPC/o/Bo64Ytc7T3W8rW28mfnYncVSM7EjlyYQYYNRqRT0E44 qCrM52Dar8tTHX2QWVcuqvbxlIyAYHAszEdYY4AQsV+AVDvzy4emE9UbB53UQA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Bug ID: 261525 Summary: devel/apr1 : Need Updating (databases/db5 is EOL) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: mayhem30@gmail.com Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org The port devel/apr1 depends on databases/db5 which is nearing end of life. It is recommended to use databases/db18 instead.=20 Message from db5-5.3.28_8: =3D=3D=3D> NOTICE: This port is deprecated; you may wish to reconsider installing it: EOLd, potential security issues, maybe use db18 instead. It is scheduled to be removed on or after 2022-06-30. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 27 20:42:38 2022 X-Original-To: apache@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 1968619888C6 for ; Thu, 27 Jan 2022 20:42:39 +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 4JlCFp2cbKz3qWH for ; Thu, 27 Jan 2022 20:42:38 +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 28ED81D52E for ; Thu, 27 Jan 2022 20:42:38 +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 20RKgcAK044460 for ; Thu, 27 Jan 2022 20:42:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20RKgc6C044459 for apache@FreeBSD.org; Thu, 27 Jan 2022 20:42:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1 : Needs Updating (databases/db5 is EOL) Date: Thu, 27 Jan 2022 20:42:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mayhem30@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643316158; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fq2AOM359Ih72AfzuS1mDLUSfgtYZ5sbHREBE+mG/m4=; b=TwlsuVs3Rh/AdKf1ptCWWws8wXT8BqLKAXDzmGl/oaNTzh4wt9RiRNHV4sbCg17JwjMU3d Qkm1EI+CKxkh2LQxI2thwKHHgMMvHhcJY1sNUgYWp0IBuigUMQix76FT3KKVK272gmBdy5 Y4JdoQ2HcnI0vUmmIAqnqJ+JdlCwJ3omVGpnEmTtGzeiXATYmq58nb6IKwZZfTKzavGq6D VuqgVhAnrtdM58IZoi0M8tnXZNlDqbk9YMxEK+RvJyRxlRddI0ed60oI+AhYLKngm2KeOE sBe1gbGlC38q4xbEtfPV3ChSTTTWwvIo8/LPPuqerKaqc8U5OGE43DZp44+rew== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643316158; a=rsa-sha256; cv=none; b=rIAPIKP0Z1hfwqHrIZnzzsJ+Ut3l0Q6888b0asnaM1VPiMazfOyu8HRrz96MdHLIh9NN0B 6v8ILh+sQRCiNGnk/yNeTY3Vid7+nppxzXU0/Titz0qpV5WnHHDlwUhk33AYnMBfSP2OUB ejMtZfrQxDiGZqfrqF/JWymp8szpk/6ZxuT/ThbqER03qoovbk56vRDNCuDrUYnBS5DqaU BI579C0a2/LEFpbgW38Clo8nA12SIBPwud3gN08gise3NtUhH2xVJFPDDrIc0UeUP1IDaV 8q2+XPYfGbHqbwsKH+7UXStpNiukdwFrMXGVucTSKUUqIuq5I1YQxq+vq/9/IQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 mayhem30@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mayhem30@gmail.com Summary|devel/apr1 : Need Updating |devel/apr1 : Needs Updating |(databases/db5 is EOL) |(databases/db5 is EOL) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 27 21:15:52 2022 X-Original-To: apache@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 EC46B195CA38 for ; Thu, 27 Jan 2022 21:15:52 +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 4JlD083yVZz4YNm for ; Thu, 27 Jan 2022 21:15:52 +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 632331DE25 for ; Thu, 27 Jan 2022 21:15:52 +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 20RLFqde061005 for ; Thu, 27 Jan 2022 21:15:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20RLFq19061004 for apache@FreeBSD.org; Thu, 27 Jan 2022 21:15:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1 : Needs Updating (databases/db5 is EOL) Date: Thu, 27 Jan 2022 21:15:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: lwhsu@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: see_also cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643318152; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eTufqgpuGQsUaDWB2SbNBoZTOFBvLItSNAPh63NfABE=; b=D0REX4S3yotvlJkwu/T+PT+KDQui5x4nZm9LolRdfb2U2MGVdMn/bDaPe4SmP6KXVcSRVv YDqJ1P9S6S4UNu35C2MSnGhACRp42TLyOfFSp6VJrqUSsxPhJ+KeT4KYBYh7lEhPzYaDa9 uHMm8VxQoCBAM6PZZlytVq/I+HYCv1QT503s3VVi29RVe6r0ZaIXk83CnR7BzXlXqaEcFv VAQnwBMbIBh9DEP1R/5ARV6Qn485qjMXKcnp5Kj/t10NIeEz0YXHZsFBuPgX0LTCJJQkwG VP4gIDqn5IrdZdmX6d1h/2VlpjABc1MJ9OKdTswuXtOSQvIOQlR9Nz78l2nMaQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643318152; a=rsa-sha256; cv=none; b=jQ1ndNZBzHJc4hdR0ObnHv3YBtbzg0ptplxFhOOqe0tcy6egewH4G56M72XjV1C7rZJhlj uLZ4ehyrFrv0sI0YjEA7tCnGof9tzK3IJOaesu5zq4HTMw2Vy1gSI28hpsIkIvC5G6j27t D9P+juI+xhjOlBeIhgvYYSCo3BiR3atCTocQc18x5Yn2YL0qztXiCtikbDaOsn1kVd3YJY uWxs+NZG77qGYt0cGXOGUA4CseAXt7Sz5BVu21ZUuQL2TGtgmFfwOiu3ssqB4N8QTLx6wP KbA44kMfz6YTgosoHe/COIuDGWsl4BJo6sZKcBfxbgM/3PkG/4FEDsVcxrIajg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Li-Wen Hsu changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 615 | |23 CC| |lwhsu@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 28 00:55:20 2022 X-Original-To: apache@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 A17CB197BE67 for ; Fri, 28 Jan 2022 00:55:20 +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 4JlJsN2xcpz3QC4 for ; Fri, 28 Jan 2022 00:55:20 +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 425D520F42 for ; Fri, 28 Jan 2022 00:55:20 +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 20S0tK84081626 for ; Fri, 28 Jan 2022 00:55:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20S0tKOr081625 for apache@FreeBSD.org; Fri, 28 Jan 2022 00:55:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1 : Needs Updating (databases/db5 is EOL) Date: Fri, 28 Jan 2022 00:55:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked keywords bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643331320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t8TWH+OkqlZgYqCsLhmCAvxpL/apFGpRs+Tm0f2olzE=; b=kUUX9hAPe2lEfDYHQnolm+batgomvMnLMo4b5EVXQPPEEM7QHNKhrDaoB3mY/nWlVYLdKj XkbmwMZJ/ecHQl+EHz7zFhm2ilBUwcXx/XdXVQ+D93iQp5eUT+DYXc2dgyJwARdmmD/fyJ zmZK0xjr6H93PboMmZIV4kuHTBOJFh23bHyUk4drenn/RqA8+EnsRG3XlJTIQAk3HKiVo3 xODhnUFILECTnGSVbgSq0AXF+Xi4yryswTtkAd+Yerzzrnn3DKBc3nTq4vr/4cbDFvJDDj CshlJE4Bw4LShieWom6kr4W/ire47X4DNaevYJEWsoVrUZ3s0BfzknWbhyBx1Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643331320; a=rsa-sha256; cv=none; b=fCRWUXkdT1xjU6NkX2Q9ie0/L5oYwefVh+BxgdFK6v1TfPBAzGRjH778i4/ZEZir8HRi56 nNyPvqxXNnJpFbJffPVcwvh9VLnqUL27o9rwECwY1hbP7tmEqxR2rLnicTZkaDijyUbxNv Pga+vfi1toVlJQ0IkcgEujdM2BjrXJG7RnyuJ2j5apgp9U1/B/pPP9E0a/M9+oRiQbBSw6 uX3T7eQXxG6LgTlJpI+m/7iRMf5VZGB2W2IXMoJjMTtcaR/akNR+1Pem/kq5RII6qEH4N8 DwJuSNL1rWIxaboj1aIvtmIuOBXE+bEK7E2a/9cKliH6I92uo5ZUEyCRD5m57Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |261523 Keywords| |needs-qa Status|New |Open --- Comment #1 from Kubilay Kocak --- ^Triage: Link against dependent issue, which post QA (exp-run) will/should = be the issue that is the 'update' issue. Please block any other issues related= the db5 update against the same issue as well so its clear what they depend on. Is this issue proposal only dependent on the change/resolution of bug 26152= 3 or is there an additional/independent change required for apr1 in this issue o= nce the dependent issue lands? Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 28 00:55:55 2022 X-Original-To: apache@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 C3118197C22D for ; Fri, 28 Jan 2022 00:55: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 4JlJt346tCz3QZ0 for ; Fri, 28 Jan 2022 00:55:55 +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 6DA2C20FC6 for ; Fri, 28 Jan 2022 00:55:55 +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 20S0ttIq081774 for ; Fri, 28 Jan 2022 00:55:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20S0tt4E081773 for apache@FreeBSD.org; Fri, 28 Jan 2022 00:55:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1 : Needs Updating (databases/db5 is EOL) Date: Fri, 28 Jan 2022 00:55:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643331355; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=98hOuy07mqdJviWGBaJV9Y9zPs/kjXWNjdX2rIk8lVI=; b=NpS3W1BVWYB7vXPxR1fk8Yj/dNbrBhQegl7Hw9Is04LZNvN6cFUSDG8PshVLsbPsFx2516 kQTzUHA7SA4/cJFVoN6qccl2eUOEUswYKXR6D09YRzhIcZNJCqMwUFkEZLawyPlsrtikIP 5tuWN9jdhJUHg/xGVOlMuKcnJ9nqhcIi0JlSriwbgEJgSSGr7E1hAAhtSkuiXDd2DinMSY SDlXFfU0SOMYLp8OJSDVyPEhRC2dLiRElNPjaU9F4XQYXTBuhqoT6uyNfw8GE4P4OMGjAa 7y6n2QdllfQU9YTSFlMnwhzh+1quJOggdtPPLuSb8pTEHaL7Uw3RvE2IA5J8sQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643331355; a=rsa-sha256; cv=none; b=cQt3CsmdJ7DDu+trU0O0XUrNIciF7R/gSp0tcnKG7sKdWf7ZINft9rJCYyMxv8IWi8YaGI gpD+P4idO4jvIwBXyNYbrUf0L6MXHEqhPZLmhJ27yggCzlobKwdPb4LbFuKIwtX0jaR9lO /e7qV21n6Klv2qjOheBxLpjmNfEVI+oqin0qF8U02pSQWHOWENPLkLiXhzejKBw7yj3vQa C3B45ykFxY1zdXcsqpjIbciVgzBRgLle1XWutD6Amy2MMrlOLI15J5FjIlPtFCKRMGFDod 3qBWpg9GW3XeGNoC33OWyrorVXEeDK1p9KhuJcTwd6fuKoOGvx2wInqdFYquwQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|261523 | Depends on| |261523 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 28 02:03:16 2022 X-Original-To: apache@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 0EE801982CA3 for ; Fri, 28 Jan 2022 02:03:17 +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 4JlLMm5Qykz4jSR for ; Fri, 28 Jan 2022 02:03:16 +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 9BA7821BCC for ; Fri, 28 Jan 2022 02:03:16 +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 20S23GDn018178 for ; Fri, 28 Jan 2022 02:03:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20S23GaC018177 for apache@FreeBSD.org; Fri, 28 Jan 2022 02:03:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Fri, 28 Jan 2022 02:03:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643335396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VwKCQcXlDEPcAS/sQ+fMFOSngVWaMl0RkvuhCS5YeM8=; b=Gf2+vN+iAWjKoyuyzGFjKLFMH/fc0kRSSpiGPWAialSxFM2tuCVJwa3eB54QvJ75BwKHo3 9nS13G8AUtF0fNgTYjz6hfIPWpvgwUQibb4mlLSnchBTxWLPx1a/vrmIO8bzqOUpTxUFoA jsfKRNW0lKJSf7eFD+OlOAtQjz6fQi7kd9fdAevieCNK4ABTk65GUJqa2UJs4vr+EJHri3 j/WvGC0fX9ZP/uGEqUZuI/R96TvQSnnWvYEQ2inZQdv9d77Z7CDVf8a+mQ736xBe3rv7Bk hN3M+pHZ4LbiUyPwCtiqhizZF7rba+wUtQi+7dkad/eK4xGFPGk7orDPOpnYeQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643335396; a=rsa-sha256; cv=none; b=CRQzruWR/JtlyGlTAKRFH4H/vtJaYFaRz49hQo9Gk28RSEv1C8AMyTtUBQb9C+tg1cMLv8 jeIxOVLC+eJYpDyf1lQN7OaztKcBRLIVX9pyug7bsX04tyVHOhbFIlXdMPZPqQK9hKG+P/ IGXELswAOJaJLFvvC9PUzztsf40DA9H5DhkMOKe9u+fujJsTFOY4ewEZoxUmv4GLn4oj5p rqWTaL9RAv9lTN5GlQEWE5ByjTkPdlOuA9Z8Sg/F76Ks2nYskG09CsGrYHQi8tPW0h5OvA ZQPe6DQP7dpGfPlTFcagt3neVDq47p0EDBSRdB1+qlmJt0XcNRvc+tgMTUnepQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|devel/apr1 : Needs Updating |devel/apr1: Update to use |(databases/db5 is EOL) |databases/db18 | |(databases/db5 is EOL) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 28 02:05:52 2022 X-Original-To: apache@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 DB7D31982D59 for ; Fri, 28 Jan 2022 02:05:52 +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 4JlLQm55Hlz4jy9 for ; Fri, 28 Jan 2022 02:05:52 +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 89C0921F82 for ; Fri, 28 Jan 2022 02:05:52 +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 20S25qcG018636 for ; Fri, 28 Jan 2022 02:05:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20S25qZM018634 for apache@FreeBSD.org; Fri, 28 Jan 2022 02:05:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Fri, 28 Jan 2022 02:05:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mayhem30@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643335552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BEodoeZW91To/RazpH6NLUl4ws/496KBwRivYX2wFA4=; b=ks4o5bcntBhirI/WaUi2SZHnxSvSIzfG3ZVNWvl7xekyTKw+3UlCG0VENRoZx+0jv1MrKh vpUsh2WQhcWmEkqygeIqF2/4u+VltYsG3+WMMcELua4rqbOAVKh930uFtq5MMQTEzZWCKq uwM8vnskV2xupZWMU3gWOtLcFjGgfj2bozTnl2f/AQ4WZOATWnLuLzO5p1FIUJSycFzeCX l12irj8JP302NR1FRCNcOhvnE6cSU2dDddKvNcihbV72CW7Puer11EvsHthqBalaz8X/My 6IsXRy0mXiF7HjP5iTHSf6C1uO1UejC/vcLq+GHEGoAUVTe0TwcjeWSRoEegWQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643335552; a=rsa-sha256; cv=none; b=j8Ebv6zN8jDxy65YvJkMTL5YNLtgdaSVgrC+KgjKvqdjp4WwMf2EGeFv3C+C5gNzNbzYay e14B6O05Ypy6jSgwBT1+JH+iSYKW/c1K3YG8TxHJFo+4VmMVu5cH5e1uxsny6uyBZzJgVf 7OKhf4IuGmoxF3fw6COYDYNyula/WSkzwrFrGOZuCxhrmyHmtCmqS+xTUqFFcU34hd8OtD pZnjCKbCnk+/0jVspJVW4+IhWBp7uq8vAirlxE+xDRAJfnMH9yunom+2aL2PeP0uykZ88j wR1ZzrHoZRHzhvCZDFJgUoNSn/sEvFhaSxf6XvnZsjz5b2uk+dkhVDNnO8Iw5w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Comment #2 from mayhem30@gmail.com --- No, not that I am aware of. The resolution of bug 261523 takes care of this issue as well. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 28 08:30:18 2022 X-Original-To: apache@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 4D6A01972950 for ; Fri, 28 Jan 2022 08:30:18 +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 4JlVyL0FKGz4Qql for ; Fri, 28 Jan 2022 08:30:18 +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 DE18626C4A for ; Fri, 28 Jan 2022 08:30:17 +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 20S8UH8s028017 for ; Fri, 28 Jan 2022 08:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20S8UHJv028016 for apache@FreeBSD.org; Fri, 28 Jan 2022 08:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Fri, 28 Jan 2022 08:30:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: lwhsu@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643358618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UPcTEooppWUlQGDEII9nPunQ6wCNvWzTyhcQe8rWdtQ=; b=gaQ1L/M/DuVYGmz0W5Of0sv8TDakKLtCIdmljxrImuitbUT00/v6emepGBOUBIypUxH2xA fKYxl2rxHjF8TtAMMTXSJ7pgzGHRe09PxiDDQ3Q2BALulJq+WJm5euUx1iIHT6nwn/w2hx ejabwMdYSv0I9+6iFv+mZtLYxjY7jiCiRN8GL35hzHiIDodj+bryv/ep/OOsLSma0/9sbw 8CcAcHiaqXc8Zk+o2YPXWxQg6pHfSqH0+gsvXUGtsuGeOdLqTK9SVrxWWM2vrPQyAdE5Xq nIuEmLulYozf017kUmglUeqqnmtz6yKugPRiw3azqKJaaONszBTl5CHo+/F9oA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643358618; a=rsa-sha256; cv=none; b=wbyINCDLSk5JqyO3qAZUR8pkeLbgXI94iRA+ReZMJc3KlKnTd72U+KFdTdQzKDWPwMKeog kexDapvlU+WDuHD9h701SfBBzI2xLC0EXaFUjNcu6X9fxp+/Sp2CJDvcuHNrbAClrJ221w 3PsKQD0j1BqQNL+r1zEq/Em/9/9upz+jh8seUM3FZ6+1BpPJjukMSA682Q21egX8deWydD 94Ip+u2qBjN/4aHsrswxQxI8cA+a3aj846pskVmF1O+RoD22FWap7DEWgGlcslz+rxwSUm agJ1qyvgqFjQoINyUL/fj4xPLT89XTdjO9GxLWEmySYMFnnAEUgvjK2LfgjPjw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Li-Wen Hsu changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|261523 | --- Comment #3 from Li-Wen Hsu --- (In reply to mayhem30 from comment #2) Not exactly, bug261523 is for changing the default BDB version but not remo= ving db5. i.e., it's for the ports that has USES=3Dbdb without specifying which version it wants explicitly. We need to make sure those ports are ok to move from db5 to db18. For the task of removing db5 and moving all ports explicitly expend on it, = can be resolved in a separated ticket, and this ticket, bug261525, should be blocked by that one. This could make things less complex. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jan 30 21:01:08 2022 X-Original-To: apache@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 31D6F199E8F3 for ; Sun, 30 Jan 2022 21:01:10 +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 4Jn3Wm6kghz4dWR for ; Sun, 30 Jan 2022 21:01:08 +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 1AE997F13 for ; Sun, 30 Jan 2022 21:01:08 +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 20UL18Eg077249 for ; Sun, 30 Jan 2022 21:01:08 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 20UL18xJ077248 for apache@FreeBSD.org; Sun, 30 Jan 2022 21:01:08 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202201302101.20UL18xJ077248@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 30 Jan 2022 21:01:08 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16435764680.83E3.73407" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643576469; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Owp0H2CIiEeslMV+xcki18MK772E3oWKhxFTYcTLMfI=; b=sm8243VsVIGH6h6d4J77yNOCqiIl6jrNgVIJ/7OSKX1+49tEajqsu14IAG7Z9yGqQgh8yQ HBwU07mB4gC3q67qRFd78RfCdIZ1toPsr1timcB8dHhRmia9DjlzCdkxTBY9NBj+JEBEsP cZvt+dxHdd6Yc/AlnHNx9txD+VIQAejkv1ltAaNp4E3o+Q2pG9v1ALn+kOhouHN9L37dzJ Ig+VaOLB1KM1uX6f+GxX4B7+8s/gQN7E19oiRhlsWgmAGB4exHYhkh7seLZeVSKqhBlxYI fTnjRYbPDQXX/rVFCSykTvTRBRkEZQIOZKekVOXg/BhCSLby37rKJ8pYFnL4pw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643576469; a=rsa-sha256; cv=none; b=a9hWCc/v+X+h8fBxlF0cjAtvWsTrghWyK3V5ZGWs3SerHN0dma+0PpCt/DIclOlgbe1MES ka5yZ0vnyISVvB/5huH7fiUxrxuKGjlIbW3AETU/r5OmUVqv6NJqAQe9E6uuOJtFQ///ft zbzovQ+tfVg59WTr8cgOTSpbzdXm6vCklRKJkjLqfX+PeXzsGoRm04q/GGu3bKmBl0yVoU OOiwIz+SikfyFg/lF8QNYA8xoipfMmspI4oM5xlttqUHeeWQ9zjL9AMR6GTWYmW6POZEAW LEMWDeLY5z7kna7xfIJmNsjCUBTdXO5U9bnuy21sDs3QiVlPXFjYpY54c3Sqww== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16435764680.83E3.73407 Date: Sun, 30 Jan 2022 21:01:08 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16435764680.83E3.73407 Date: Sun, 30 Jan 2022 21:01:08 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16435764680.83E3.73407-- From nobody Sun Feb 6 00:56:53 2022 X-Original-To: apache@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 8C85119B30E8 for ; Sun, 6 Feb 2022 00:56:53 +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 4JrrT10WKzz3l41 for ; Sun, 6 Feb 2022 00:56:53 +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 CEF551486 for ; Sun, 6 Feb 2022 00:56:52 +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 2160uqOY081326 for ; Sun, 6 Feb 2022 00:56:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2160uqB8081325 for apache@FreeBSD.org; Sun, 6 Feb 2022 00:56:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Sun, 06 Feb 2022 00:56:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dev2@heesakkers.info X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644109013; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WBmJwCha30M/2nDs3L741Z2FHmUNhJKOSrvaCiixH6k=; b=syX8nkovfQW+tVQz8fnSR3lk7AF38yJqd53BjI3AqogaB783ZMtWwWjCtchwE9/1BcTmA1 stjhBqlLVux17PlbgonUuxKRuobpu7nkT/u/TekrSz6O10whPp0OqNlfvj8iz55qFN9vzb kQSnI1LaIx6et2f2c3Oh4ieSXz7kyHe6I1PWT+LaoaV/HVT6/v487O2rREnO5m0hxtuisl 2HL8kov4osZ5aBvd8/IdRyKgMunDl0O87gVaqxI1DT4WztV2zbNgDd8RnBAuXvG1AhImke k5yUhplrS514J2BmZzz1+1oObt5dokDYl3dEtb8GecSQfEgEbh4tdoc4RVhiBw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644109013; a=rsa-sha256; cv=none; b=tp0Ro75IeaTppB91GyPiiccvaY5dpekyFDyHOXXC8NtpcF+uEfUj1Rz87AiUTnYbNspMoE JEtN+bmVzogm8+VhTr5VXd9W+5KFGqy7eRlGwQGLdkPG+m5r/xGT0beloSzn2ZiS7O1xL2 gmbDqMkbL1f4ix/6uSIZBV08p3f4mKKdw8P5Y3svRJIq8E/rLJc/+We8AuQiT1CYEP5kZK 5POLlRryjt9aEjtK7d7fgGNUsv/ix0g/9snbJ+vpEYz8gnQndg75fQTKby02m6pVV5vOaj NVv/88RGXpTuS1ZQ7HVrHqxgMjvUKlf5hKuJ4fIZO9LdLDwMtzD1eXqGK11b4A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Oliver Heesakkers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dev2@heesakkers.info --- Comment #4 from Oliver Heesakkers --- Would it make sense to switch to using ndbm as its default database support, while you're updating? Ndbm was added as an option in 2009 [1] after being requested in bug #83644, but (understandably) the port continued using BDB as its default. Considering the BDB18 license and it generally being an Oracle product, now might be a perfect time to switch to ndbm as the default in order to keep in line with the spirit of FreeBSD (if such a thing exists and I interpret it correctly). [1]: https://cgit.freebsd.org/ports/commit/devel/apr1/Makefile?id=3D4877c5ead2c2= 9e59bebd51393e3d6eb48e50053f --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Feb 6 21:00:16 2022 X-Original-To: apache@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 2B49819A488B for ; Sun, 6 Feb 2022 21:00:24 +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 4JsM9c4HYrz3vMG for ; Sun, 6 Feb 2022 21:00:20 +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 C12E519596 for ; Sun, 6 Feb 2022 21:00:16 +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 216L0GXH005398 for ; Sun, 6 Feb 2022 21:00:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 216L0GpS005397 for apache@FreeBSD.org; Sun, 6 Feb 2022 21:00:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202202062100.216L0GpS005397@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 6 Feb 2022 21:00:16 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16441812164.dCdFC.4269" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644181221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UhxpRZlCG3zzubzXgq4TqgM1/iglu5Z7NFG4JhW0ROY=; b=kfkL/q2RYqNhNTNyi19vcifRQt0M8SYez504xoeZmecmR8HEzNNXfXWZf8CdY9yf3l1rAE jHYX+Wy4SglEyo0n87GvYcQEho/CrLsSV2G3OKDjkrQLYt7kFnmQu3PF9x9ezdXPET35ig q0+sn5gjBa+w67SJjgUxAJEYIIrGsFFF2ixSvCpI9UQGyV7toS6Jfr+Ghe9c1hNYvrfLlT ReLXitQwdcA3d2iYTH9Ti9YCZZ5J+H8abZ2gdmcGe652nv211mKPU8CmWwChMvfNm/i6xg OK8G0RIOxeZnK2n+IYdl61hZ11M/9ATcX/eU/NovMug80XcHthFDNsZaFv5PGQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644181221; a=rsa-sha256; cv=none; b=X3PngYyWvYNwoTftdjcnGlnKklmrKwC8kODd6NX+bEG9YGLKlGe3sWt5LLaNYS2140qiED 0a6/fIfV+FmiKsxShfhf1dFSRg/2tVwzG3FcZ41adN4fCEfFjiGHJSsW47q+5SvvY2LTAG KLXlKCPlhP9wof0+1wiL3sP18dYvZa8EhJnhydjJ7GCj0ZsD4ky4ycOXUuzeOgGuCl5MSU 0hgWuzOxfxcUR7MQzPrCFTwSYf558NhA6IKc/bvHf76BDde9fxlASQdZ/LjRHNb0dJWYZa rJagjD1f1nMYNWXQ2j5lg4kLLmJUxHL50wXyIiGE824MtzUDwhcusnP9OpN4mA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16441812164.dCdFC.4269 Date: Sun, 6 Feb 2022 21:00:16 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16441812164.dCdFC.4269 Date: Sun, 6 Feb 2022 21:00:16 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16441812164.dCdFC.4269-- From nobody Mon Feb 7 18:32:31 2022 X-Original-To: apache@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 49B7019AA978 for ; Mon, 7 Feb 2022 18:32:32 +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 4Jsvrb6Tsgz4mTf for ; Mon, 7 Feb 2022 18:32:31 +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 BF3F82C0C for ; Mon, 7 Feb 2022 18:32:31 +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 217IWVmw013022 for ; Mon, 7 Feb 2022 18:32:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 217IWVdl013021 for apache@FreeBSD.org; Mon, 7 Feb 2022 18:32:31 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: apache@FreeBSD.org Subject: maintainer-approval requested: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 : [Attachment 231617] git patch to permit build apr-1 with Oracle Berkeley DB 18 Date: Mon, 07 Feb 2022 18:32:31 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644258752; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rKbmJ0pYywxsMOWcd+1wcUw/Am82lmhUeDCmOpNDtq4=; b=XLjQsIyNFnyqaqts7tOUueNTjh6Amwe+iTiwKi+JXk08S6oasYogKuaEnesEm0Tmt7RIdK fNHkolfsY1+H2cGqIglRfnWPz2pdFDz/feSrphJTbKPV3MYbpyZObw1Cz+tn9HgshuaCPI cUxJosslHdPEvandd6OurBqq9fJMg1hWntzH2Jp35jt//3bCIGxM3U5lHgAPiMPm39xSQZ hX7JYBdcWLYJXEIbSjLPshAg2qdjy8MpPZ3W5RzTD5kk1RNBZsUUZ6wnowVn8YIA+/ZKMI Ozm9fgRLLmYTp5llUPp9ooxrGcnNRCdm8c/KN4jSA+3EcKu+yjPkh2LqnCqngw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644258752; a=rsa-sha256; cv=none; b=g4c6XuoZdmgM8nOf8SNmbZ6ou0WdANs7OLtMOS0lzlJIFk0tdRgPW3VsksFy/dSoBHat4h 88dY4zG7R1UEvy1+n5wTHlMBcBALdJ6TP7kBK2Jo7QkZJFanyblV7+76FnGbbYmRcPShH4 rND4nzvln/fazp2BCJEK9P6vquF+vhQKP48AzmwQbWrruSKr4au+EWoiBC2S3GSwmiANm1 JlVdQs2EfL2JgJaQb0Wt2Z4sGdhWkX7yRvsit+848k3XzO3C+SawtqDkuYIrjpUX2CyybE MSiTVY6S9tME5FepvXdHvSgohTwzoTHzakv0uU+KaSuLAtZdddJICU3oFrjCNQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Matthias Andree has asked freebsd-apache (Nobody) for maintainer-approval: Bug 261523: Mk/bsd.default-versions.mk: Change default db5 (deprecated and = EoL) to db18 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Attachment 231617: git patch to permit build apr-1 with Oracle Berkeley DB = 18 https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231617&action=3Dedit --- Comment #6 from Matthias Andree --- Created attachment 231617 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231617&action= =3Dedit git patch to permit build apr-1 with Oracle Berkeley DB 18 This minimal patch for "git am" seems to do the job and add Berkeley DB 18 support at build-time.=20 I have not done run-time tests, I know next to nothing about apr and apr-ut= il and I also use nginx.=20 Someone knowledgeable about APR and Apache please give this a thorough spin= and test. From nobody Mon Feb 7 18:32:32 2022 X-Original-To: apache@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 49AC519AA979 for ; Mon, 7 Feb 2022 18:32:32 +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 4Jsvrc0fybz4mPf for ; Mon, 7 Feb 2022 18:32:32 +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 E0D892B0A for ; Mon, 7 Feb 2022 18:32:31 +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 217IWVeF013026 for ; Mon, 7 Feb 2022 18:32:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 217IWVDe013025 for apache@FreeBSD.org; Mon, 7 Feb 2022 18:32:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Mon, 07 Feb 2022 18:32:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mandree@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644258752; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f6pSdG9vmeNS4Mllebg+yyJEwpmxGtJykuMs5m/2BGg=; b=W+uKgo7unbURqIAyp/xcpgycK4agjdhJu0FHx2GmxBiCt5QqR9YnAKYTvOd6navNB8Vc2p 8r0qBNiIL2x3JASaAQjcn8m+WcX9u8aLZfONxueQt2+EsQGqWk5OMSxezdgI8MBbM5jTy9 ojg9Zv2ZvHX8Mk5o95fW9vus+91KmDsIy5VMU2g61MrNUiKlKTNtdFVAXBEiQwJKBV/QvP MoYqG3ah/Y1JJJDYV2POwqWy5h9g/bin115JiTqoy1l2YG1A6X4genVbSkPOPeCjNgQMJz QVKot5WUkZvC5LaCNP7A7fyZaBX6NVg7Nl5dHNrSKMSpqpdk4hqlyqN50Px+zQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644258752; a=rsa-sha256; cv=none; b=keeZMZReGKUz/Jy5cXMYyAh+yEpOG22OLHQ4Ly7LXnAJmWt5xq8fWLmLuDIVhDOMab40g1 RprRxPJRhRg3jvyE1ATbsh93w+iRkRjkHZ0JKuwdY/IWgWx8PLGschj6PNXkLzso35J1mk w0G/hCevYi0p1sdSZVd/W5R7AgP6vQNC6bvyL4Ep13IK5UecwWXEgHBXLWXvwWzDWaLVGI 01SIgn0pzKL3KSihzAg+ZHDT7UTdcGiGSbPjOhkGW/pDBVU8eTrZyR6zY3QiANlxhYhdWo 3WOFj7ImykMplSa43oSRfh5hYeWcL4ljcIMKiM6EjcOxy1For0PFTm+z2nLjgA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Matthias Andree changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apache@FreeBSD.org Attachment #231617| |maintainer-approval?(apache Flags| |@FreeBSD.org) --- Comment #6 from Matthias Andree --- Created attachment 231617 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231617&action= =3Dedit git patch to permit build apr-1 with Oracle Berkeley DB 18 This minimal patch for "git am" seems to do the job and add Berkeley DB 18 support at build-time.=20 I have not done run-time tests, I know next to nothing about apr and apr-ut= il and I also use nginx.=20 Someone knowledgeable about APR and Apache please give this a thorough spin= and test. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Feb 7 23:03:59 2022 X-Original-To: apache@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 AB08419A1C30 for ; Mon, 7 Feb 2022 23:03:59 +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 4Jt1sq2L6Qz4h1m for ; Mon, 7 Feb 2022 23:03:59 +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 2B9C067A4 for ; Mon, 7 Feb 2022 23:03:59 +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 217N3x3O000938 for ; Mon, 7 Feb 2022 23:03:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 217N3x5b000937 for apache@FreeBSD.org; Mon, 7 Feb 2022 23:03:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Mon, 07 Feb 2022 23:03:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: lwhsu@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644275039; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T2s3tyOM7crKKXyeCxexz+xU8hLUKyvG94CbV7lwRvQ=; b=nLmM3lJ70X9EHBJsgHIXz6SPDe58sRahvX8GSFBWJ3D1S6ZoVYoubgsES9dITOmd9C05lC N1yk4b+u+JHTwkeVQdxj+neWjpFg8mASPd9rl86kAfk4f1ipbeARl0m48uoJ7DPwP5o7B5 bVq6xSPoeYqctHIqjCs9F8fDaQqQToS2JipH9PisHrrza4nGF0+GDmQrZ3rLcefqeygATZ h99irRZY4UwH1BlhDLj+xdTjteKa/Qn4aBeTIxpZTnX1WSrKCJ9vV6SijGyUO2RTHNc6ZB 5VcjzGKJI1prCTollcpXbD9ta3LHfXp7ZK6bhL9iLN+pDRk1D10Sp7Xo2KsNPw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644275039; a=rsa-sha256; cv=none; b=t+B3u1vmG0My2U9DUkuIZbcPvrzODLvSyEDqfG6XsV2LR2XJ2mfeXCuJBHEUw3TsGYdCkv GDw8LXYX3VSmPIHzsCdtLeszfvGvHq/huI7vLXh6xwyDHrcfNUSqt7WkSy6uYiYkfEzKRC VM/ZGR7excSnk9ZrqEEB62SewRsDDdxwa1jFGJIcRY8bWN/34lFjeR4daZYvF8viPpDmUX cHFxF/yYoYy8nCQRLC5kujo72dtObVRsaXxF0LIJSb7R5u2AviFuyY2qEJmgV0Kp+dB4dX F7CBNj3eKals1mxAbCBwLna4fC3Naq4JXh6XZCvghQAeoZfWILtOb0TIbO14uw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Comment #5 from Li-Wen Hsu --- (In reply to Oliver Heesakkers from comment #4) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523#c6 is a patch to= add bdb18 to devel/ap1. I think we need to test and apply this patch, no matter what we want to move to other dbm or not. It's still worth to have it as an option. Speaking of switching default dbm, ndbm is available in the base, sounds a = good idea. BTW there is also sdbm shipped along with apr1, don't know which one performs better. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Feb 8 19:47:44 2022 X-Original-To: apache@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 7ED8A19B654A for ; Tue, 8 Feb 2022 19:47:44 +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 4JtYSw1QTLz4qSL for ; Tue, 8 Feb 2022 19:47:44 +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 0D1CC1F61D for ; Tue, 8 Feb 2022 19:47:44 +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 218Jlh3X001051 for ; Tue, 8 Feb 2022 19:47:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 218JlhGM001050 for apache@FreeBSD.org; Tue, 8 Feb 2022 19:47:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 244487] www/apache24: httpd.conf shouldn't have "LoadModule ssl_module" commented out by default Date: Tue, 08 Feb 2022 19:47:44 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sean@rogue-research.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644349664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i/jBv+0lgtDYx4joNb6AiqN4akWiLj3j2giNDYpp324=; b=s2zgEhfCWALCkp55QgDhg11XGXMT2O4M1PREdooxUMeXVBOGEQmuYwfbtuIOglF9UbXFhL 4fym4XOU0Y/K3wCYyPkCyClg5AIaHxUrPxEaXsjPRMFIEvBBk/EUHZLLNIziG3JH+UFgs6 4Gefd2EiPL5FJEQfOi80mGB3ojXaRsx9gBYymrXuq/fdg2s2wawSztBf9/UXqUx9Q9kyx1 BKVZHzZzYlW5yaVRqp3/e1LjaLh0TZF3bVhwTIvBSYnq3ubLj4ermUE8S+CcBNeL5KR45/ llJocbv9S5L6BTxHq0F/4SnowJbb1bXDotX9d/DGhqKJQdRWgArmgsJ+p0h/cQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644349664; a=rsa-sha256; cv=none; b=HkBo8Z/x7B4IaWCOmGqHvT+kKZdz+VtAhKMt/HFieO67T/rePMT8pKUiwzWNby8ztLyvcp 3zYb3k7fUe6buunsuzmhqjaSsTAOwrOpxmJLgKY+pNV7/ENnuKPincT6nRW2rRN/rG25TF iMsXS4TOJonO9YN0SC+CDJ32VZ6q/8ZmwIjMCtG/oQ3aCV98SSUB0iNP6ZyvVRlpY/LWZJ BXJMQhTKUi/0yQR4APUeqzSa//bl+fZM0gm8QtRvh+iydV3FdEFTbCwp4WRP9ZEem+REnb SaBtspngtb+yvcia8QxXQ5ZnERmoDVOy0YANsbns4b8A4VUHp9o1I770WZ+L9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244487 --- Comment #3 from Sean McBride --- Was this ever fixed? --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From nobody Sun Feb 13 21:00:34 2022 X-Original-To: apache@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 73AF019B2FFD for ; Sun, 13 Feb 2022 21:00:37 +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 4Jxfrg6l9pz3JVQ for ; Sun, 13 Feb 2022 21:00:35 +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 09E4F220A2 for ; Sun, 13 Feb 2022 21:00:35 +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 21DL0Y0J048963 for ; Sun, 13 Feb 2022 21:00:34 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21DL0YTk048962 for apache@FreeBSD.org; Sun, 13 Feb 2022 21:00:34 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202202132100.21DL0YTk048962@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 13 Feb 2022 21:00:34 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16447860344.17dFA21.47454" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644786036; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=sSGBX4CAE0jD/Bm04Axuq9mWv16eWlwdd1oxgokuocE=; b=VZ1fiOiVY+r966/3iNeuyKnnucSezmHBBY19MCm8henm16MemRcUtkMHHXlz7niuK4/aoq 0c3ql+wNZaAbX7rbchWPE+thDBfh3TPyv76kf47fy5sL1BK9eetoZPFHa1dMlaOlGK8Nd5 kCVSpXz68H4/qdKT3fPFqwnpIIFmCqrjg6l1JthZ5STMVtWWW7ozlWaTuHmcYMCW92hEYr kSufOUlMeoa5jiZ8A0WVKKNNoEJDomzJtYJilrrglPGIp/stDdj3pbo1soqibBvU/60uax fGYMkoFUAIjVhHqnWBsXNGy/67YWYKTjH3XunnzLeTvq/sCOAotrEP5UThwr9A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644786036; a=rsa-sha256; cv=none; b=jYG7V8HTi4eck10eLTjAgpIi7Fqrda3lwI3WdiLu3Y7BrZy/N3vFIOK6huchgYI6t5Booz 8DrPihDrNEbrCK6FY0DKHJIYKPUfF9h/W0RXVC0SJxv0hmgv1CgEfhAE2f6tG/l3eN7P7a eNBIe9oLpkSyS82lMc0wKfC1H7sdBcmhZA3m/745IcMXXK7FbXE4K9gCAOZWhM2rBRjm7l G8sANVNgHGUgHOZPq9Sdx/HAqZ8ifCQQRLw+CADh8PiY7O41eeXiGqFB7dpc4OJ/mLEZTO DtUrasF3zCCtiEiMJeRc34mcMxeArLXsP2mwcgtQk+jMS2c/85JsI2I17E5FQw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16447860344.17dFA21.47454 Date: Sun, 13 Feb 2022 21:00:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16447860344.17dFA21.47454 Date: Sun, 13 Feb 2022 21:00:34 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16447860344.17dFA21.47454-- From nobody Tue Feb 15 23:46:50 2022 X-Original-To: apache@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 0D93219C737F for ; Tue, 15 Feb 2022 23:46:51 +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 4JyyRZ5mkZz3sm5 for ; Tue, 15 Feb 2022 23:46:50 +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 A26963BB2 for ; Tue, 15 Feb 2022 23:46:50 +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 21FNkoCm091324 for ; Tue, 15 Feb 2022 23:46:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21FNkoGw091323 for apache@FreeBSD.org; Tue, 15 Feb 2022 23:46:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Tue, 15 Feb 2022 23:46:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1644968810; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xngs42Qq8FSOcscZft64vFkpNqK6/8ZzVATDrAFuASo=; b=lWWAKv9qxOloBWHJx0SBVo0lgOQjBHmp7jX8ERLXUZFKprqZQ+6pV/0OpaV+IFhU7UYkTV frf9GU7VjP5ByF56gDiYjAW32hz3PL/PRxqFrpsuXUbSkl2SOFB2UtTcwlaEhWY0daz7m5 JZ8gkNVF+mpOtQ4R+t2DlJKO+HPL5aqS47HUSWZO8C+xHLNvlP7Q/ymo2B9emhKP8LzB1h DsgkkdgP8fVoq6XW6FSDOuqCjfbVDr4hOS4hq61Dhyr28QjmdHiOaYqubm9Dfme00kFl6V I7DAnhNktg6WADPeexnep94Z6sHAnW0TwnouRR3rcharHMHbZdzUwhFX9N5ycA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1644968810; a=rsa-sha256; cv=none; b=hhoZZDzSofEKE1Ini4X+bXJcWXfo7dthEp8YOlPiL8TfaTkauG7QxFnSR0ODle1X1uoewj LRceQI/mS75oTyfypi2rEW88WDS5k8roxbTrvBM1NsIpJ2B0iTptyXnBwzsM77Jh2ZDvwE KFAlMOxDFaJtFuoxrMugO3cdwgYbKyPMmfYn3JcKXb9gFd6rVyuUgbGbQPEhknm8+xviDg W0QQx7c6PD0yTQxYFMAwbI6QcjBh+QtKMfp9tXnxrNYNxjkyCQshAQDIw0F2bOFVlG7pSz 9th4H6ltA48B4nR7gKuCyAEffTZi6YOQOJV228QhwDbZFBQBpDQEva5JOVMifQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Dan Langille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dvl@FreeBSD.org --- Comment #7 from Dan Langille --- I am available for build testing if provided with a list of stuff to build. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Feb 20 21:00:23 2022 X-Original-To: apache@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 E0EB219C9748 for ; Sun, 20 Feb 2022 21:00:25 +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 4K1yWF0gQwz3L9C for ; Sun, 20 Feb 2022 21:00:24 +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 0945B232E2 for ; Sun, 20 Feb 2022 21:00:24 +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 21KL0N0b066020 for ; Sun, 20 Feb 2022 21:00:23 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21KL0Nn4066019 for apache@FreeBSD.org; Sun, 20 Feb 2022 21:00:23 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202202202100.21KL0Nn4066019@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 20 Feb 2022 21:00:23 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16453908235.46b0.64779" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645390825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6BTp/yQw2VRcbrTNOFVl56Hre5EgZFlzM20ngA1FtOc=; b=OjiYfdGaRp8YoApE8zxxkEz+kyckRlD5cmxpdBavqVwdT5ZJ6p8jDnqGR+fMTrCBFAf9KA 8zV9inL5aTrLBkIcYRUktbSfXaLwFBBAtQ41lmm9v5TEmhWToIoAiZLA/C+KJl+0zd4re2 WDddsqO/4WcdNa6GPEM+UZGSTjdIOX1dLmjcLDU0wB3eJ/cBCiMr3nInb0MRNoXPXzlsVR Lhj6EmHWyxVmo3AWx/pLJzJ7csPaxUgrgCFFz7QrE/Ukk9oYBgcbyPhSAJQqb6MN3KRee7 mYyVkhqOAR+tD2EW62awVs+fFnk8J82919dVc+2nvcnouYGsr520pKWO7em3yA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645390825; a=rsa-sha256; cv=none; b=XV6/TzNJl4vTX9bGyIEmOhZDdEus00iw7e9U/cIQx4SaEszQcLC+/1kVsHb4qFHtFsUlzH RoR/F9Nam4rrxCJYHFuA61/cL4/teg0O2S40WQn5j5vrjmpTgmoe8LzT0rF3kumckVEYQ4 vUKo95N9ru/CpAcUFc4l4Qed+94sxB1XvFYgMsUGjHIS21moUjt5UKkf0JHNm/XjDeHFNR IavhDHpSdgu5pzJd2Xs0YBiq0v20MxVoKZv0S4F6gN+9bc5F+ezDnK0cj8lfKXAWO7Q7Y9 j4of7xc0wPchoh2Jc52g4o3E19gDmM6X6Zr9qVGCcdPQIU6r5sSarZGoBbW1DA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16453908235.46b0.64779 Date: Sun, 20 Feb 2022 21:00:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16453908235.46b0.64779 Date: Sun, 20 Feb 2022 21:00:23 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16453908235.46b0.64779-- From nobody Tue Feb 22 22:08:03 2022 X-Original-To: apache@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 8762619DB004 for ; Tue, 22 Feb 2022 22:08:03 +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 4K3CwM2HS0z3DXx for ; Tue, 22 Feb 2022 22:08:03 +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 2FC6B44B5 for ; Tue, 22 Feb 2022 22:08:03 +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 21MM83S5073053 for ; Tue, 22 Feb 2022 22:08:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21MM83FB073052 for apache@FreeBSD.org; Tue, 22 Feb 2022 22:08:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 251684] www/apache24: enable mod_brotli by default Date: Tue, 22 Feb 2022 22:08:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: devnull@apt322.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645567683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IlW5CgxXiKMA3wgG4VJeihSe8k0DNXv4d0hEbrWWIIQ=; b=QwrTXEsnqh+2o0vk+OmMiCxHJAm2SWEu4vpaBTceVo9dhum1oNx9rEaRiYfwc486e+Nmxg rsrdlOe0xdrjeG4wa5jdVPPikHjfJdBxjEWIc+uHVZYfQYLm6aJK/IYsSsHUWE/+haQlnV AS3pU4W1DekhSNKyCC+EDHqHbQ6/CY2AYxoaFtVqzUimeahN74iTfb+3dwzBSTY2vn2uW+ 6Sc89nlJKYUpu0TuEZpTrWp7Dh0O2yEa2CANzYA7z76vS7WgItdJ9X/W40lb9+uCNYMm+E cpJrTGXwnTCxL8fvzZos2YTC0d17eQ35sN5oCixjXUb39lh8w7x9sUq+spl0yg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645567683; a=rsa-sha256; cv=none; b=X3dpVdWjetjX1lIsMwgMqFrRVW0wopfdbd8l25vSO+4wevntqUMlyv9T/s23nAE81xZGgB mEYX6SizjDYLTej354omNjs+S9sUBKmE1unonie+L0tORtHVdkUYEl/+rqn60Gq2lf02GR x8jEq8dMirX1YXTSRs2gerMXhbZheey+Hb28h+KfiAC+FeQpwxUOQ/IGPKlC9SPG6akuAa 9VVUcxN121JLHEMw7HqA+b7wiq/cq5IKUpytCT9uaW7EuCuotRY/tqMLASeKEFTm01YfTs ZaA7MT5AoVKAa+V0/P5sSZfjIE5oGaQYOZIL3TQJoIyXmMuyisuQSOvDX1VgYA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251684 Rafael Grether changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |devnull@apt322.org --- Comment #1 from Rafael Grether --- Despite the mod_brotli is supported by the vast majority of current web browsers, some web applications are vulnerable to an information disclosure attack when a TLS connection carries compressed data, according https://httpd.apache.org/docs/trunk/mod/mod_brotli.html So, for security reasons, I think and suggest mantain brotli module disable= d by default. Manually, you can perform a "make config" and check Brotli support. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Feb 22 22:25:08 2022 X-Original-To: apache@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 04E2619DD7EF for ; Tue, 22 Feb 2022 22:25:09 +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 4K3DJ40N63z3G7W for ; Tue, 22 Feb 2022 22:25:08 +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 E0F62498A for ; Tue, 22 Feb 2022 22:25:07 +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 21MMP7A7085735 for ; Tue, 22 Feb 2022 22:25:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21MMP78r085734 for apache@FreeBSD.org; Tue, 22 Feb 2022 22:25:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 251684] www/apache24: enable mod_brotli by default Date: Tue, 22 Feb 2022 22:25:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: nathan.weeks@usda.gov X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645568708; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Jvdp5rTzR0V0AiEFzdPj8nRTtctazQFloiQUqAL8MI4=; b=qB1ILnW2ADTccwmCi91Lce0w7a37eS2PKdOx+xgXPHKfFyKeJ+IqNAyFvS7CCIodW/m4+4 YOHeSlZNsaaP6i8xulnl2zyTa53uIdjQzYeyJgA3lxqzpuBcnqVO/UWA7JTJQ4mMxNRZu8 5LCDKytHam0Y7I5HpIIetJGknx7CVEhYl+8qOkjhZs+vqT1+KbdRxaNh6BjHXdLbReh6YV sWxJQtONR24bIGxEXnqz0kgYDaDmG/Rq2L7QmDLWwf2Y0ZTkMSy176cuGR3t7853TolUnU UxPOyzLSaLnnNxUax58fXd5+65zaRibpoEZycQjQwqUlsh0Rrwq+4yePvIwdiQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645568708; a=rsa-sha256; cv=none; b=uBr3ZTcdRFFSeZFo86iIcfVaD/u8DxCKGWQbs0NxyBj5twMriWoOcS5U3w6JzaSvdry4nF 5JKyqG9t4zbn9gOM0+DFRZkoQijgIwOXoBjdk3pELdfrNFwI2Qet1U6E87KkKXijZMBZO2 4VoJbco2N1OSu/tpGrh2eprRk8gV/HCkYXocn3oFeOIL4ljMBTLCFyXr1r1NvdmKSfb5Wm 0RN5BXgsBC8vwbkCggzRA0W6s6Z3rao84vDZu9UM9ZqtffV5Xf2Xt8qXTYXk22N5g5AV2G 5+Bq+JZT6aqqYroy9z3chgmQQF6Aoi0aQG0kIzSYyNB6x1cau94ZBcE6vBw+dw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251684 --- Comment #2 from Nathan Weeks --- True, though mod_deflate is enabled by default, and it carries the same warning: https://httpd.apache.org/docs/trunk/mod/mod_deflate.html --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Feb 23 06:40:52 2022 X-Original-To: apache@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 D744F19CEFFC for ; Wed, 23 Feb 2022 06:40:53 +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 4K3RJ54hXSz3q9S for ; Wed, 23 Feb 2022 06:40:53 +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 828D013255 for ; Wed, 23 Feb 2022 06:40:53 +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 21N6ervr042755 for ; Wed, 23 Feb 2022 06:40:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6erCH042754 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:40:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 23 Feb 2022 06:40:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598453; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s6O/dXj/kFgqceLI5+HUwtVCFTO6L4OpIxkboWK+9wg=; b=wd43+KJmAUUGxv2PxcSoWiZbtdxfi9yo5GVjJ3hav5XIsahH+WtYZgGJXHKlsVRJ7m4ExF 6OKkSFFzSN5Kq4kvnu3sg5IeHh+Nc2NBna7GIa7Qm+hyczAgMw55QaQSaiG2iTfLVAoe1P 4XZ348z7hDFZx0CJ2TtZ3rQZUChQNxAu4bUxdDcf7oovdF1t2wO5dGEPhS4l/1D8y5f9Ys LxygTzJqzUwDoDgBw1B0EA2Bhko8PvwEMp0fm3nXa+lYVTH+TTpL8tscjb7ywoyey5DkQg H0Zg3l3l10Cmt4gKfHjTWx4TLc5KLEm+YDR+WkGJHE5V+RN6J3PHnS0gjgbcCw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598453; a=rsa-sha256; cv=none; b=hgwOPE74e+MqLJtkzGO5RTActWMx453/lQSzuQyB8WfrmpsEF4VwGtM+lr604wdiEIDrmH PXNjaAkh7WDGW3CLJ6gYfgmTPMlPyYzS6Ts8WlngkNJ2tyYXvSx4L75Akr7XBLI2AMCDBM SGqpIbUI9YeLQF7r90mgHWhZB+lIgKDSuP7pPjTppk9rHkKePQtKfSRY/h9jswzPgoACrD 8M128I5yaO5H4hiNpZwef01b1nMA/k66hZbgqSCyyTlcjdeLwK3o3Py/nh8s5zV4O1Aqc3 Bmf73mwvlMdF3GLkWK2A02YmOxstd9xVIX/WPb/yb8UDL56QaHzm2zSMO/coJQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |262135 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262135 [Bug 262135] databases/py-berkeleydb: Fix build when default version of=20 berkeley db is 18 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Feb 23 06:42:58 2022 X-Original-To: apache@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 309C619CF8A6 for ; Wed, 23 Feb 2022 06:42:59 +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 4K3RLV6nwyz3qTP for ; Wed, 23 Feb 2022 06:42:58 +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 C810513B13 for ; Wed, 23 Feb 2022 06:42:58 +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 21N6gwEn045271 for ; Wed, 23 Feb 2022 06:42:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6gwkh045270 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:42:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 23 Feb 2022 06:42:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Udi/CVMJE355Ngam4zjp1ShW4sXtBXir3a5/MAbLuJY=; b=U0I/VViOQTe5DoOQ2cSZowFs5NPomzQIlzADZ8lwP3CZWdVLnZKVVEDyszqo2dlp75JB5J NczBi665UogJi3JBaoBuYuPOEHCKN3Banp96ylnUPi0LP2i7LaWLJF73XeyFcmQcRs51DC vZP0/+2r+5UJkDeQRDI7GHXtBHJ4YJOcZuFfiFBQ3cNEaOvpU9SHUgyPdR17bZ2eDTcxx6 nwLmJ7VRx9i8I2pw5WqkPWhgytEaPA1KWboP+BhsOzIjWNxlJQLa1wiwztcX5vw+8Vl2Aa XFEgBC/R3KVx0QTlp6sFR/i17I0XCoYUyyhNedEmEoa+q+cEIBMxVQOjKkRuzw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598579; a=rsa-sha256; cv=none; b=EJtjyeDB/o9trrdlNkoCbyx2qHpirqDnis5IYMZr3npIR0QGO78NIfm84sOXFnQpdZ4fmA Vtml2BLicbF5QrVwpejrQGvTf8IypKcjgDBSt+cqPdmaFwSXtEJCY2MI0a5ayf7CCSOqrk dBnqxonKsyhdfjN9+kQhiK1Ly/zdYPopnzt1r/0rZoELF19L4ohJS9fwxS+8aojTLR00Ex HhqczfMYadc+vHC0/GX8/VxlY2eBCYbRrT3m/O+yT5vrZrO2a8ojJ8KaSlC6dIrCsDGWfv P4dITStjkATziNU6xh0TVcM71UrBDdJNuvt42Y4fyQA0r/AD/OFXDKBokeyjnQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |262136 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262136 [Bug 262136] databases/py-bsddb3: Fix build when default version of berkel= ey db is 18 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Feb 23 06:45:19 2022 X-Original-To: apache@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 8439419D0810 for ; Wed, 23 Feb 2022 06:45:19 +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 4K3RPC1rq5z3r4C for ; Wed, 23 Feb 2022 06:45:19 +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 1BFFC13272 for ; Wed, 23 Feb 2022 06:45:19 +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 21N6jJWj045833 for ; Wed, 23 Feb 2022 06:45:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6jJEh045832 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:45:19 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 262137] devel/apr1: Fix output of `apu-1-config --libs` when default version of berkeley db is 18 Date: Wed, 23 Feb 2022 06:45:19 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598719; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DfdBDfd/6mzzZuaRUQG5eYtOGqXKEANviaZzMhghl4k=; b=s4hQdbnlWUtZTrrXm0Xjr2vv7cCztahOTnVELAiGM1d0hhwzJ7ufq/RGNlnjnLouDCdbpu abpFJd9pj7r/lBgihOe0jn9FkckMmyIAmbe0NpNeX6fWzZIg/pMTNZVqunQ8Ox9m9uOSY/ S5yL8ASRYj554Mml7AJesELtX+5+iOzDpcSXVYP1GBd8LrMYioaVGQNclsvy+Bn4Klj9Xo I596X5C19r4EjTnpf1WTYGgMtssy4uu5mJdLPN1FznEPjdxXfdoA5XaBSyGRtZ5HtstuKz 15lKVZL9IVXJ4yIqdisAAC6Xjt4RFYZLK/xlL+w8puBODYlxftuMC6tTToAHkQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598719; a=rsa-sha256; cv=none; b=yvJdsgvXmpAHIDxkykaAzcg/wo+kCReQmt5Tt1QvAmaQONLm9/06hUkAoyMcmNEUwzLxF6 KA1t9Y1EKkt+BBOTrnjSmQQBURyaMj/+2MrwRGFRvpny4MNbbUWYkMDR+B9qZYchx1GwaI KvGPWYIYtQr2eo/6uslI3A0bjoTJfq31G6K+ItuCcEJ5svcqtyZy51u9snF/ywstoU/dAV i+6atKntBlpmhD38KzT7Uxhrg+MoybDYzfLKfj2i3hoi4VjrV2xS/Y/tGpGDcxpYrcB40O f7Q8EgLoTNzhK2y/PvUwKycUdjUIiRFv1LdX90LE63d5tq7r519K0G3jnxpPzg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 262137: devel/apr1: Fix output of `apu-1-config --libs` when default=20 version of berkeley db is 18 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262137 --- Description --- When default version of berkeley db is 18, `apu-1-config --libs` returns following output. yasu@eastasia[2137]% apu-1-config --libs -ldb -lgdbm -lexpat yasu@eastasia[2146]% However, it is not libdb.so but libdb-18.1.so that is installed under ${PREFIX}/lib when you install database/db18. And it results in build failu= re of some ports that depend on devel/apr1 and use the output of `apu-1-config --libs` to get the options necessary for linking libraries properly. So fix= the output by adding patch that makes configure script detects library name correctly. From nobody Wed Feb 23 06:45:19 2022 X-Original-To: apache@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 C87BD19D06F1 for ; Wed, 23 Feb 2022 06:45:19 +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 4K3RPC2th9z3r8K for ; Wed, 23 Feb 2022 06:45:19 +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 403EB13273 for ; Wed, 23 Feb 2022 06:45:19 +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 21N6jJhV045839 for ; Wed, 23 Feb 2022 06:45:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6jJgb045838 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:45:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262137] devel/apr1: Fix output of `apu-1-config --libs` when default version of berkeley db is 18 Date: Wed, 23 Feb 2022 06:45:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: yasu@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter blocked flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598719; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Cq2534ZQIRCqWy+KLv0WMAru9LjCKRGtZMXqMjensSA=; b=f8DvHlHTUiiGgBIr+OYj0ysZ5M1MojCp2ugSPJW5YJnt9pXzrfFeDif81jouvvdczxBoY/ cfNnfnLQWfKQCJa2mOxYR9D77aMWphdNeLcz+qThh5HjCZEJfgaroq0T4CCnteYIrncgnd 1fkDfzNLKUm+Dyn9nzmwRRPCQlVJtRu7lc4BPpO/aSXpywLbM6l2MQreM7VyX9xC0SybUB gIY5UcAcAgXxOaIbr/X1m7c8h7lyi49+vcmZ+bREePj9iTa0wvSpgEI3nZQziWJYVjsVQu 8sY1U/AhiBOKb1tkw+yQIK647A4anYv4B6I/PRYphgQoaOQQklbyyVhPyGk8aQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598719; a=rsa-sha256; cv=none; b=TXj8nGjBCR2RXXZPKyhaZD3icHXYaBweeMZZBHb05pv0jxtDYq9iYu2ZR1+sy6c0sqbVcZ J5taAV3OPyryAtzDnsqGAji07uqN/UOmYZoE3fXn6DAnyVkB/pNby4jbtAEkdjPsx+h76L Vt5ijCtUPNi31ofY0jHNIpZjR4nKSiRxkVWels0wcHtz7wR5h6Lmmzv/9O5tfdN7DNlkT2 n7CmDqJ/ib6BVGPZT6+3/u/iCEKNPt3BE8kdnQi6hGHeILBJ7+Ovc3XCGTom+ID6nMD1wV jTg2IigMqlmDWM2zouobMkTSFzlGZXNXQJez4oNX8xp9N15+1deegx4bceJ8Lw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262137 Bug ID: 262137 Summary: devel/apr1: Fix output of `apu-1-config --libs` when default version of berkeley db is 18 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: yasu@freebsd.org Blocks: 261523 Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Created attachment 232027 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232027&action= =3Dedit Patch file When default version of berkeley db is 18, `apu-1-config --libs` returns following output. yasu@eastasia[2137]% apu-1-config --libs -ldb -lgdbm -lexpat yasu@eastasia[2146]% However, it is not libdb.so but libdb-18.1.so that is installed under ${PREFIX}/lib when you install database/db18. And it results in build failu= re of some ports that depend on devel/apr1 and use the output of `apu-1-config --libs` to get the options necessary for linking libraries properly. So fix= the output by adding patch that makes configure script detects library name correctly. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Feb 23 06:45:19 2022 X-Original-To: apache@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 5965A19D06F9 for ; Wed, 23 Feb 2022 06:45:20 +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 4K3RPC6kCFz3r4G for ; Wed, 23 Feb 2022 06:45:19 +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 AC7561385F for ; Wed, 23 Feb 2022 06:45:19 +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 21N6jJVs045865 for ; Wed, 23 Feb 2022 06:45:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6jJAr045864 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:45:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 23 Feb 2022 06:45:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AeGdIAXL7BHlkKsWterBx+4tEqnJXVfTK32wVJ7Uzvg=; b=bwnosdPKs0sFwVKVRZZmiajHH5hDZLNpk4qkrcs/pyFzpZz0hP5BdRaFSsvhx45u7xB4jv 1P9UVEBW+9cYlqaGOBJB/n3+L1A0nQoFZLQftKk6ydBbDrFomqVFakHCo9RTORJav8XXp3 4qDNdbIN3+EE7x7NB8+o+o4CFKBONQZWJiCnnLvxMPUYNym0//g/eeUmHIpTgOXOa6hpON 8aLIMPgQZJCBUF4dY75vor6Wv4NyY79dJK9cBINhecRAhRMJO1MuhEwv+pCeC7LYwnOMIb 6opygLA7D2mgIpg15MEQXhxUbwv0VLX7PE3x4vTy/w4KVzSKnqhVmQysBNKJqw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598720; a=rsa-sha256; cv=none; b=vbipm0qj5yu8w32UizfiVQOaHTmk5lO4cmdoMRILLTKaVASPU5zfJRtMCm8nyjTRR+KQV8 ACicXo/Wi5wdbAj4EQTcShfMq7+4vdjAVoSQUQ0DEjQrwSnOkRB3QkNlOehRhakm2/4fYE +PXdhtTVV6AhSrMrMCAtmTCMiVmEulnTSUzph2E4bgeTF/2/h5IgBIXJgPaOyzVsvzWJES Ng7DTtXlZE0o20wIiTb9L5u8cixorBwm9watNWDlkiCkpqJNnYNBd6S4B6asg/73tXAeoE Abv+FPEX3iQAoUo9aWs7Iq3CQ4VzIAqpIGeE3skTg9xN117aoQhVF1DTQniTZg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |262137 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262137 [Bug 262137] devel/apr1: Fix output of `apu-1-config --libs` when default=20 version of berkeley db is 18 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Feb 23 06:46:49 2022 X-Original-To: apache@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 1D7A219D0DE8 for ; Wed, 23 Feb 2022 06:46:51 +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 4K3RQy43b2z3rW6 for ; Wed, 23 Feb 2022 06:46:50 +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 651251393B for ; Wed, 23 Feb 2022 06:46:50 +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 21N6kod7046237 for ; Wed, 23 Feb 2022 06:46:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6ko1Y046236 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:46:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 23 Feb 2022 06:46:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598810; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oYq/sP6E22zUnNwp9mQQ8Ux0Ip2auFZIU6D7TqR1NGk=; b=fQrTC1Gv7POumoZLkk+ZqU89upygxBJbHU2CEW9T09dohNEpVcqetWuAwRiSZuvqOGsPjU 5nQhNVXIr/msF7CXGtznzwMdqjzveel7hpGx6Dk2lJPj244z+OzogsbSDowSpgPCXYFF6Q dyVbIy5/6PByUx6kKPinijQp8gVAQAE15dzRwRHtr93EOn+loYS4IhV5v3XCNRq6V7nfKc qtpqI+dSIW+bkFRXz/RV6ZnqyDerpXHiV+gjI1rcnp6tEJaFZccL0kEEkMEgfSauqLxb0r 5NR8+1EUXYdcjJch8/l/c93MfbFxeDqxpvFKt9bALcOFuZT1LyB3WH+zY3vE/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598810; a=rsa-sha256; cv=none; b=LQ07l08t596+QHnh/JF1/R3X2phHVlfUW7qTOH9kPNb/nO0uCVbBAQv+QMB5lV2VTsVHBo Q75l4YmTZqgVuHpDFjpmknwPPQJ6dQw+fBSh06nCEIHnzyU5fwFy4rB1pCBn9TQXQQAmms V1al7CQjoSqEeR722ofkjEK89CTFpzNcBAuD80qNzgSlcofKeITno93Tn4nbRiMLtTZZRT W7esByBwUuh4D4Q6vatZOzvivrfZ9tXAtBdHgcKUQQzjczcVNRvP6Jgap9+w75IbO+0tH7 vHjTN8L6qNK4jopkePJWNGI9tyMPX8unntkA42vWRAvaAQD2K9kPne5Q67aesg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |262138 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262138 [Bug 262138] dns/fastresolve: Fix build when default version of berkeley db= is 18 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Feb 23 06:48:24 2022 X-Original-To: apache@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 D5C9519D10BF for ; Wed, 23 Feb 2022 06:48:25 +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 4K3RSn1h4pz3s94 for ; Wed, 23 Feb 2022 06:48:25 +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 1B72113B8D for ; Wed, 23 Feb 2022 06:48:25 +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 21N6mP3A046686 for ; Wed, 23 Feb 2022 06:48:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N6mPg4046685 for apache@FreeBSD.org; Wed, 23 Feb 2022 06:48:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 23 Feb 2022 06:48:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645598905; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fBYAkQa/SVB+plmaV6NN9AYva+vHSetVghFLq43FjDU=; b=yq2WYnBHtdNkTglIkji9NH5Q63vo/3+UunUPMLb+4th3ZprqA/Xy7oL6EGoq8td/7/FyNu 7YXC9x8GqOtrKCO9w4OEJqiWsYx0AsArxhgRHh4qVDcR6jN/TpYQHtKPaTwM6KxVdNb9/W LOtBFE2zxQkkmKFHg4dqXtBUCzWWW8oIHUyPnCTlQXBFO5IzH+veoVLypkJfgzJHVzT2wR 3Gslo9CGdqs9jOxK+ZAhbLY85RytJcZkkSg/8rt9fmxSqAZYQMxqhGe7Z0OiiSyjCn+Gwe r5kWePWs90NQkTcptk9ei/Tr7NHymBCt37elWyrYc73SesDQdkdB7gqJllIt1Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645598905; a=rsa-sha256; cv=none; b=QSFkiDllYS0fonE8RHhoksd5/BGtgGR9+ct/4Md8s0cdDWVakNyJJUByHJIxUnWd0pMiuh i+ZicOK3ooTqPYmUMcwlSJYw8jUVhn+YdJgSmiWrQD1jpG3MR+c4+m6tiCJGwj6OfgGhfM MHGs3WxgPnpcn6uHjhTZZ3/on0vAtCztKcKtdpgpGcvxHARq64aQNFc0+hAiqMGWgHDYDv F9cQrKuA+X/MKcfJA1uVpBZR4UhCoHqIjtxrir3puw0Oi24INu0C/Flz70D2Rsi/U5z3Ww lYubKtnhoE8oD1YB5dCcNfLesZxZGc4Ky9xn7rkn8SVnRtMEbt6SXq5WFFnjjw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |262139 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262139 [Bug 262139] editors/poedit: Fix build when default version of berkeley db = is 18 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Feb 23 07:05:36 2022 X-Original-To: apache@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 B0D2619D4B82 for ; Wed, 23 Feb 2022 07:05:36 +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 4K3Rrc3Zm1z3tfd for ; Wed, 23 Feb 2022 07:05:36 +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 5AF6813E12 for ; Wed, 23 Feb 2022 07:05:36 +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 21N75abp057554 for ; Wed, 23 Feb 2022 07:05:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21N75aJE057553 for apache@FreeBSD.org; Wed, 23 Feb 2022 07:05:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262137] devel/apr1: Fix output of `apu-1-config --libs` when default version of berkeley db is 18 Date: Wed, 23 Feb 2022 07:05:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: joneum@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645599936; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=D3dn62lrpg5t6NoXbiQUACpe2rfJeWLzWdSDHr2paxw=; b=gPwIfhWvOF15M46FqH9aeA6qzRvml7XAa0pBK3jJ4ztHyDbeWCtHc1WAluYzOL6EAY/jzo E90p/JjnGCrM/0P7FjcJiaIYJfm2YZqcmBdIFVxmfUsXnuyrRUExiDTvhf00qLT+2aTqFX EX02xhXvTzgY785runNPiVb/Dq5ENwtChRrGpc1tXmGYR8lfJt6tRPc3cn6IiNvS2reY1X LwZkvmnq+7K6i4J/iamOj/edkup3Z8+q8LDbGPePZLH9bvQlS5vEejdOc3Gyd4fHTOFl4v Y4xNtT0R3pn0VSCi4k5v0i1f/1q7RuAddQ/ym5a0uj7JhMLvBXTae3zPE/RELg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645599936; a=rsa-sha256; cv=none; b=dT8XQesqZxYiLVl9lnuGJ5aYlzaA7ghM8fTL/wv8TyYv9cx6XwOaCsRZ58dAoh4EPL6/Nc rjbuCoBAFgDYnvzpvTeZY/F5P3EJfAGbMpq73SWkYBVNwsiOvUhYd3unUcF07mw5PNpMpU 0mLnePXAj4GzrvDDsbTJIXmoNzfBNZtzHNrrbKxCbUWdwhg5C7db3gPuT/6Xmc2V46E2GI oOC0ZgXYthsLlgxnigwpL0gwAxzxsvsb4AW80tCCqM/jpf4CG8To9kOLQY4uNfBp0s6/2U rCSv1JnkNZbkMcrgSsdHs67I6skPl+n6yGiGInAnzzsGCPjovhTP/Yf4D7jrjw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262137 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Assignee|apache@FreeBSD.org |joneum@FreeBSD.org Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Feb 23 12:19:54 2022 X-Original-To: apache@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 1E35D19EC61F for ; Wed, 23 Feb 2022 12:19:56 +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 4K3ZqH6cb8z3Km5 for ; Wed, 23 Feb 2022 12:19:55 +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 C3D86181AA for ; Wed, 23 Feb 2022 12:19:55 +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 21NCJteQ021376 for ; Wed, 23 Feb 2022 12:19:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21NCJtQV021375 for apache@FreeBSD.org; Wed, 23 Feb 2022 12:19:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 23 Feb 2022 12:19:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645618796; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gPWw5X8Ltmag2rfnlHvNSg9/DfleCBRir7n4UIS4OxY=; b=L00i/vQmVoVx7Z3a032PDdz+PO6d2s0QFc8SDBkGe3GUvetgBuzLdvb+xgqXMQxOMjw0Ix J0oOatH+AVpsaik5bTwICOPAKCTK7ehUjA0F7sBr8s8HJ9T1o+6CXh4TojjZVV0K9Im0fG bC9AvPlkYa0r4x4rXO/AyOupUtc+qeI52zz4D/a3Qo9LoLvyvWVfvtW0DyDcyYmQIsVQUZ ARleENwfrYEv+0z3JG+mhtbj8XgG+Vrno/A5FUsB1rYZvukhdGWFtlvkUmzc1u3yPRnqog mSS5K+n8gm0Cy/NDqh5W4qIn6sRm0dajn+1At5iN1ko8CrGdorVyvQ5ypA+FuQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645618796; a=rsa-sha256; cv=none; b=TFAkmUoHHEnIY48xD1CFe8xCyAT7pywLd1gzQ7/HI7a8CH0ufFRWdtB1EXyHu12Hu+CULq yaQGZO5Ai9OB6VhxgtO/X38Hkbuq3IjxCBGdJecfM6BwdIY+gsCilj5vdBOMY2MOeWB+DK hvwcMMEFpYEm737PoODP51ufCYeTmq0RJL0nyANSMMnByTPN8t+Ln6oFZN6jndcT6aHzxw 8h4xZ8xPN2078/wVBYbZh8AItmy8mI+TxWExf1XiDsLWvK/QK2VlsMBeniuKFWRyox91B8 ob1idVXLnfLNe7iy8rsVEtCwMPPnWdeG7ejw0kx1vCq3SOg+Nt5qDC3HljPC8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 262137, which changed state. Bug 262137 Summary: devel/apr1: Fix output of `apu-1-config --libs` when de= fault version of berkeley db is 18 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262137 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Feb 24 09:22:47 2022 X-Original-To: apache@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 C913F19D87D9 for ; Thu, 24 Feb 2022 09:22:47 +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 4K46rR4dMBz3KvV for ; Thu, 24 Feb 2022 09:22:47 +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 7F079135E for ; Thu, 24 Feb 2022 09:22:47 +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 21O9MlmH098028 for ; Thu, 24 Feb 2022 09:22:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21O9MlhT098027 for apache@FreeBSD.org; Thu, 24 Feb 2022 09:22:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 24 Feb 2022 09:22:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rodrigo@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645694567; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9KLV9kvFlNci2UFwG6qxCPNLS6hYHMqfQD3n6uyGmHw=; b=o8FJCbpfBauuB7v0hA+caMItZv6PqOsZAxOXwjEgIXBrIzk8qVBhm09FC/no2OmCUFjCZs H+EqTTVpPGij8orL3Uobno5d9Vt3enB2W60jee0JJy+U/dJm3juYDKgpzvffzMIar0NU4x AVgGLm5JKUmrmTkUSFpOeFTaKN0kJXg4niLD82Lz8wwQfnZ9DErvBpyf0W0WXpoDEGTFRa bzMgeLnxfgJJCPLl5g9AQfZmhap67MmFY83YcY7LzItROd1orpUreKDGAJnI2GTha1lT6i RXZwM2T3wAm8L2FfsKsy9Cs4hUuw+OdsgSlEL471q5ravjTxtxv/15ndIJhBKg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645694567; a=rsa-sha256; cv=none; b=pUKtNj7NQQ06Ffi30YBab829MLuecrSaOvfN/LAZVM1YqANx0KTEFIacSv7yn7XYojRIqq qpqGAZ5Vy8rtD5qGVKpm3Kp1EBLhkW/zjX5+kPlOYGL/Tqsj1YhaVw3ACseIhEDBe6Y9k5 aHvh+CIufy2xk9qCZL41SgUqIyngjcLK5uca9ZqWR9mvL/q51F5b3OFHOhSieoam5o1gu1 uDXaBaUfs+l1zP5mqE/sQidJokaKeEe4t6CLo5jciMCmsY0ws0R0VXlpT8+98xASmzOGeP 9zlXey/jgIAtzuvq58IhX0lnkP0XPwmlZPSI1uOvpGrWrpFYZCgALn560ZMD/w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 262139, which changed state. Bug 262139 Summary: editors/poedit: Fix build with non-default BDB (eg: 18)= versions https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262139 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Feb 26 04:56:46 2022 X-Original-To: apache@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 7216819E9571 for ; Sat, 26 Feb 2022 04:56:48 +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 4K5Drc0Y7wz3JQJ for ; Sat, 26 Feb 2022 04:56:48 +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 D3A34544C for ; Sat, 26 Feb 2022 04:56:47 +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 21Q4ulnx094920 for ; Sat, 26 Feb 2022 04:56:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21Q4ulkk094919 for apache@FreeBSD.org; Sat, 26 Feb 2022 04:56:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 26 Feb 2022 04:56:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645851408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aDbSRxsgh8CjDqA+gWFO1JH0vbwKoKCbZgfhtZuYElM=; b=q8pmgxhb3kv/Ae7JaLTJPZfH1t5FRIy5MUegv1jv3q3LPhyt7c24dPpTjf9IRnx3r95lnD z8RtRWFACxGIxg4s2RCVx+WZa9htBosbE+oLebbRWfZZqBrONX8woMiwN+4FatqH+noMmD D2VHu6mGBUvJSKQZjfeRZsKCJGE0PFbCxQ0BNtHJRcM4pXrPx4KD9M5junQgt4ADfkVKQW qW+gaHS6m1Tkr6idSIazDHJBdjKPpcpIdZvDVBw8J3GiRAPkW5tEn7KaWnvicXznT76PYY H01B5R2xJDMaHTLc761apvcLFc8rHptG2+shvvEE5reoJ57DA7PWI34vXdXECg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645851408; a=rsa-sha256; cv=none; b=xJXislwkAFCyoS+BsvvriuB1NFPrvgQZTa/T+AKvoG9NFo1FLpTNmiiUUmZR46MJYpfCgK Q1x5QacqiHF4a/M3kbGasRNaXrPTouUcdIRpeRRkRNbJKRsf7nl23AJgO6BMHviw0BXxOc 7TcWgeLMasjU+691tsABfnNsulr+OXb1ihQD8s5c4odUMudaOOEWSHw3TBXik2ls/iGZhK 7XTJffM6Rp6FHp0hDwOkAEYhyhqHi3TSF2FbmtWsSrcS1TbAgxP893yzbn9pv5twArun68 jop6lHkWgHm5f5BzxsR+MokJuuIbTYp2lQML1XF00bUorLZp50ApadJUE9+ndg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 262135, which changed state. Bug 262135 Summary: databases/py-berkeleydb: Fix build when default version= of berkeley db is 18 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262135 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Feb 26 05:41:22 2022 X-Original-To: apache@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 744ED19EF9E7 for ; Sat, 26 Feb 2022 05:41:23 +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 4K5Fr31nJLz3Ml3 for ; Sat, 26 Feb 2022 05:41:23 +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 067965BD5 for ; Sat, 26 Feb 2022 05:41:23 +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 21Q5fMvV018557 for ; Sat, 26 Feb 2022 05:41:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21Q5fM6h018556 for apache@FreeBSD.org; Sat, 26 Feb 2022 05:41:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 26 Feb 2022 05:41:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645854083; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qS9C5Uhm6iXOjKyC3ZGUC2Tu1QuCFLsQ2V7nTr1/sME=; b=YiL2BNm1BbK1aFp4BI62qbmd+A3cvOO+U03Uv1dcqlzy2yLmWPR+2wtEEPA39711/oOboj VRRoM+sVI9Vi8p/SfX3sxKwydr/R/S9CO//gf4Td7Y7myiuYL8MUJejeLwHsJSp293v/4Z zkOPPIR8MBbvgCU+Iu8chqSUQAyRknzL6SCqkNVP0k39GSaideSWGlIMmspheBfc5jXYI4 vhTs20ZXefzIZ6VjzIIxEY93pfseNOXFWOO/0ZvdjMM+T63+C4aRh8qpl+YxcFm0BQ26hi Fkg7sQYd+GYYYJ+9baF8XmS1NXnFW/CRvTWjWMUK4hIkaXXvSqemPuC0MFsO9Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645854083; a=rsa-sha256; cv=none; b=ik9NxQTWtAHg4EATjnfZZQwNLKmeT+J+lNRkxjI4QCCLR+rhzvbdRdKwEerlF6vFTACPy8 wJOLpvq/cObyHzsQjLFsAaE6wrsGE7R06tlgpVO9SJwUzXePQank4le6WBY1FZJZuD8nkY ZjCfBMKpcFijApbisU+tGjMEYB0c78sm4lW4xIwjio2ZHfpgfbv4L3Rxvk3ategf4a5T32 j/lFEKX+HtA+bpufbXkCcmDGxYakao9ub9AXRqcj8FUmrY7Ykk/+wQKghk/3Rkbic5rVOy geKRdPU70b6wJvDKxocK+z1UuHOJ1wfy4HC2j1VqwaSvP0sy50RPVljYvLgK2A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Muhammad Moinur Rahman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bofh@freebsd.org --- Comment #8 from Muhammad Moinur Rahman --- Consider bug #262136 as done although I have to chase some deps for DEPRECA= TING db5. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Feb 26 18:41:25 2022 X-Original-To: apache@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 7BE1F19EAA36 for ; Sat, 26 Feb 2022 18:41:25 +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 4K5b852Kt4z4V45 for ; Sat, 26 Feb 2022 18:41:25 +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 2E48E188CD for ; Sat, 26 Feb 2022 18:41:25 +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 21QIfPBj025012 for ; Sat, 26 Feb 2022 18:41:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21QIfPtp025011 for apache@FreeBSD.org; Sat, 26 Feb 2022 18:41:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 26 Feb 2022 18:41:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645900885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jfBZmRFL4AkRArJ+WAqSaoe3his1G+wXY/x+tnDoz1s=; b=ewpMBY6EELzH8nxHmJKmRO46VV3+2OWotA0tvH7/5CKklr8l8Ay5sBQk7aa1dI89N426F3 OmIrWK0r56+IVigR5OYWXN7uWT059ZUCwJI94e3Xe4GTSa+JZzcW4rIt0N7mq31Rvd526E GblH7GT/NdftAEAPEJivCujqyRp7LkxUiiSUE/A8Al5Kny7pZ8frHzqpeY8qy5JBP1PrQK IZdKE7tgNo2LflHR5hLMoAUDFCuxjmvqMFnS3+HtSn86yKECYv/jGLguHdUlYbkf7PNgBs JCDmhI8T5be6NFeTvcXYApwU55mX4pPvpVCH37kvey4EGsCggOsP4blEm8Pceg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645900885; a=rsa-sha256; cv=none; b=azFhwv6Wv3P7H3cwHzFQf8Lcnd6Fj9BKSBkxlwF6CRxZaUTAN+VeFlG8SbB4MTCotMjAKg M+G/iw6pOPMSfacgqCb5Tisr9gFrdZYamOmNEjT089dsENbfbHU2+SYdwT1w+T1dYt/sOv 73xSjz51s73j5Vf7vXw+WcRjjTHpf4H7p1eveD6QPNqy/SApRA4Dn72hB5fCXMYVcEJY7d mbZo0Tmm4iZywFej2pWxul1HsPi5npd53wxddsTt/LnNz6O/TlmMKrpqQ46ooyGJyaxa5+ nXjJoUu2IR+izY71e5ZPS8TLQyFMq8wCyo+iAH9PCZQ/6cB8wd/cJ0tCmOXrew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |262210 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262210 [Bug 262210] mail/meta1: Remove broken BDB option --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Feb 26 18:43:46 2022 X-Original-To: apache@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 968B219EB25A for ; Sat, 26 Feb 2022 18:43:46 +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 4K5bBp1J4Hz4W2y for ; Sat, 26 Feb 2022 18:43:46 +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 0754218BE4 for ; Sat, 26 Feb 2022 18:43:46 +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 21QIhjam028347 for ; Sat, 26 Feb 2022 18:43:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21QIhjDx028346 for apache@FreeBSD.org; Sat, 26 Feb 2022 18:43:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 26 Feb 2022 18:43:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645901026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LDqjHvVE7a/gyYcNK0hoSa/KunhhY37tK4n446zrUd8=; b=HV5QtJpPrmxjhvin1BpA67k0Daf86f8nFSGxRL1YLgNtBpTkLJWdwzcE5IuwJq7VZ7wbUt hKD3cx7fI8LnzNdp30KNtsamDCs8zc/ww/nmpGe2m0anZZrv3QVEaNcDhSYdaheBLInlOd UDgpLtirt72y1u7oixXLBRoEYCdd3lcC+l5xxqt/n6vwV9jEclkf12P4nWRdZLgknoCDns i6K8x1ZX3fQUre0WrdQiYLxdoAji/i7sRrOSaBEej2Z0rD2gFdqhQdlW1ZkQiy9lFOf+w3 6iddHw9kEtzIuw02LKOJQfosNgH+RH/XOyJcfBspJgVzFPlb4NuHbpCBj++jOg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645901026; a=rsa-sha256; cv=none; b=wqfOhIE0yIq0yZruH/h2uZ67I3DAQFnaZGX63lg3v73cjoy+tHPG+U3CpzYxXmK3Gl0QaL lVVX2EoGMLFZYwajmc7uoozcm59oPseym7ZZ6wimtxEGc2zNijj3FeSTpUZK6mwFdp3lM9 N299iIOH3O2fF8VVJor89DfJXoSsJK3luLb8KR/7C7ckO2m9cE3zMDjteQ5yPQhmZI4J1h refq6kvvqVpNn4s8na2XK8YHB8vAjIzAkvqew9AQ3Q4cOUcJbGnIPpibBR0XmxifL7pTFU GriBZp5xcYYYR6pXu9phus7UirZPQcf/txaZC+Imod2A2spjC+EK2hgGxoUnbw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|262136 | Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262136 [Bug 262136] databases/py-bsddb3: Mark DEPRECATED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Feb 27 21:01:19 2022 X-Original-To: apache@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 7B7DB19D9FF8 for ; Sun, 27 Feb 2022 21:01:21 +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 4K6GC41QlNz4XL4 for ; Sun, 27 Feb 2022 21:01:20 +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 5056765ED for ; Sun, 27 Feb 2022 21:01:19 +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 21RL1JXf064834 for ; Sun, 27 Feb 2022 21:01:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21RL1Jlq064833 for apache@FreeBSD.org; Sun, 27 Feb 2022 21:01:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202202272101.21RL1Jlq064833@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 27 Feb 2022 21:01:19 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16459956793.A32F.62674" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1645995680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XEdK9WUiyBnKtDsv5IldRfs8u0/gfjDsbsgn+QhoGfM=; b=w20yVGlo3jcVuhYcgsYQm+rXLtlJCQ4l4JJ2xwyoCfB+NFBktRwId1MbYi5LlhW4Wm2CJ1 p/+DrR5OUe0gpgrAHQyEfIWrD78ezvU5istKNYcBXGFQ8B5ZwgpBLMst3C7taxyY3spPc9 RnrLXFnWNAXpI4ExaiERG/J8DJ8kf/reK+VpNSuWChmbfVyW8O+LxXFLZAknJkGbwb4Y5V kmgyFrdd495SscP+qDCmpGQyuIftU/8lbwKZ3PIRWfEyUEcMaVPU6kIFS5zG5xvRgn05DT mE6UNS6hV+SoShu4M5764T5GHVZlwYU1VzahKuV4n8W+A9/9gmsjqoygRIA4GA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1645995680; a=rsa-sha256; cv=none; b=eBj1lxrtg3kpubtIFPC9LJ75rDxp32zan3esd0gTl8RvSFFFU8UbcdZ8vFNfU7bYPHm65I yRiSNd7MytqIVmHwqlQ5d9euvw+71Rt8djTLrVO8DXkhmoAZZEC1Z55TFKb+R22xkzvEBC lr6EXEDjUsS4mxlFk0cMVHZNAnS6ZnZ9JQmN/tAKiPW8sZG8UTRlfPoX3+2jcpNl3/4cu3 OV5hthTUR7bG57Rw9OlORALz3K5mrW9EB48gnmtS5cbw2qdO8+CZ4YWNupsE4WvTxViJ3G E3uSa1GgQStlohQwz7jur9rGSHA/L+qk9nP3q9F4w5O/9NAzBLeBLBvsHXwu1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16459956793.A32F.62674 Date: Sun, 27 Feb 2022 21:01:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16459956793.A32F.62674 Date: Sun, 27 Feb 2022 21:01:19 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16459956793.A32F.62674-- From nobody Mon Feb 28 09:56:17 2022 X-Original-To: apache@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 A818A19F5D05 for ; Mon, 28 Feb 2022 09:56:17 +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 4K6bPF3jvgz4tMb for ; Mon, 28 Feb 2022 09:56:17 +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 601C0195F5 for ; Mon, 28 Feb 2022 09:56:17 +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 21S9uH70069736 for ; Mon, 28 Feb 2022 09:56:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 21S9uH9o069735 for apache@FreeBSD.org; Mon, 28 Feb 2022 09:56:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Mon, 28 Feb 2022 09:56:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dinoex@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1646042177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5Pm6PBk8gFzZkbP4IvQ8iL2hIbhKQIqMxVKeEBRrTFI=; b=s6HiBsNmERcWqNfkfCwnPdJTQxK1wJrZi/YFpUm9jCUayCyHFHdPwJmHAXA1R9kRkFSNdz ZgQuy8dVabKDODM/9/aLBK1CK1Sum8uXo3aRGWYExOu3DrqEK25SeTSpQIFNvxr1fPxmMn OlR0OTiGm9Tmuxzr9wEecXrVm51mIfetViWLEJzWQuFdCyjSHMBROZE103BC9OcbpSjGaG eLmGBWb8ZaEudIzhvP16BvLNxl6zMAxmwsH9nV0Xn2MBTxUCbQFM1DFnuDVz40JmQ43eHg lOjBMIAlH4K6olq4oViPGQotCP2BXq2FCotpk7n8cv+fW7IiNxH+JvcU+q0M+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1646042177; a=rsa-sha256; cv=none; b=IiVF9dVxacRkW2mz9x9mfgxIOBJC4rDG1bdO5DDTLWY/tlXD2kwtbq6Hd3h95DGz0nJZb+ n8XdMwC16yUxkGD1bFLAOvWf6Q2JbxijYKI+bOCc3eFr/SZ7YjWWCcn/4w+x4MNHaYGb2P uNoujbC4qBC+WHRnITIh+qPwyRN9jyYyRlrJjTy8ohN69+pesjDtjSVE7Al+6lYIaSjm// HPc8WX6tscpcWNlsnB8NoJQtBjHxq4xDEZARXOQVsFE1pL0U2pX3PMrAx6WjCrF7Tqu+OV IjQm7Vo/WTRYdyqeZRe+QHPtZStjfoMh8y+Lvz2SLECCr9sRdfsFqYNpk40pOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 262210, which changed state. Bug 262210 Summary: mail/meta1: Remove broken BDB option https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262210 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Mar 6 21:01:13 2022 X-Original-To: apache@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 2A0071A0303A for ; Sun, 6 Mar 2022 21:01:15 +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 4KBYsk0Vr0z3G2k for ; Sun, 6 Mar 2022 21:01:14 +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 9A2311B465 for ; Sun, 6 Mar 2022 21:01:13 +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 226L1DWv078248 for ; Sun, 6 Mar 2022 21:01:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 226L1DML078247 for apache@FreeBSD.org; Sun, 6 Mar 2022 21:01:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202203062101.226L1DML078247@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 6 Mar 2022 21:01:13 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16466004730.fAbBea9c.75356" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1646600474; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=N3Qw6bEpD/3bBwidwLWCE0ZbKLgHkq3VzfqbIqOgXjY=; b=oS4N6OhucBsmko/4g+Q6ulfDSd0LsnzHFnHG2Vu32/uaDHwYdX0MLBMNoRn7CvtI0sA8WS Hrgb4jTCCXrx/AL7/atS/TS07KfwJUlzvMhV9t8W0bS/JjbGCnN/7ipVuf6/+njn20rMvI n6WR0nQRlHdNZ8mOAlBbWuUGWngGhVLg8k+FX3G9D84ZNE9iEGPxlqHeym1/kAQcxTf3vy I+GrJqxOm5dJAWzlYrpp0YvJX43NvQfglvdi2d+JXaUgwc3VoOiU73/nkyrCr2TTWoIxHH /83EzS2NlZMukwfkKu66D8ulcal86rvJu2bwqO+VO73Zg2PsWmxCLc8fupOqLA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1646600474; a=rsa-sha256; cv=none; b=OFr2aW7SvQhEPWUtml0KQXW7Tm7YnsbE5px51J1oKY0FKKTpOz4ggYVR/CGr/+0YBxIq2a tpCXhe09oNNwSA+unnZd1NDSitNCCC5gkh2P/Dgq3dMs51czfqdkAvDkZ0bXLwHcsNHUjO XF5bzqEYQcYpJ0WT71K5A/6drEdFYoXaLHsxJJAPblQpVJ2rIS6sHFCwnO6TxcCfRXi6Fl +eANKMY1e2RSrOBOLSEA5g7U/MCTPSaeRHCJfMSsPsR388uP/9IfckNVGoqVsXWTLNS+AI XWVA9+4bKzU9rxcrVYrX8ZwTy0NhdLq0WcEl+34C7sbP+eaXPnMZM+oUndxt/g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16466004730.fAbBea9c.75356 Date: Sun, 6 Mar 2022 21:01:13 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16466004730.fAbBea9c.75356 Date: Sun, 6 Mar 2022 21:01:13 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16466004730.fAbBea9c.75356-- From nobody Sun Mar 13 21:00:51 2022 X-Original-To: apache@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 C4C9B1A269B3 for ; Sun, 13 Mar 2022 21:00:53 +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 4KGsX41vFSz3D2L for ; Sun, 13 Mar 2022 21:00:52 +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 AEC182063F for ; Sun, 13 Mar 2022 21:00:51 +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 22DL0pTL023563 for ; Sun, 13 Mar 2022 21:00:51 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22DL0pvT023562 for apache@FreeBSD.org; Sun, 13 Mar 2022 21:00:51 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202203132100.22DL0pvT023562@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 13 Mar 2022 21:00:51 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16472052516.e869.20832" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647205252; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=z8744IKm+Y1c9G7ETjywRlCQvEBcBW+gj/lLeHfI9yg=; b=HHBZvqrtckMR4xWoxm6OcPaYMcOsukWSREl9a89IfjDdE2lFWvXMXpFiATPWq8eteX3lt6 PIxlKQnF9yq7RNypEQWDk78ac7d+NVXhKN7eu+g/h4c7NQcUOiLnkrJCbMHWWtBK0rWyS4 eHM9RvfH8/nNCy/WWnzMVQmvcB7hFha+O2FpkfyiBHl0uwVSR2xgzy1s5iC9Y/ItMO+kcP 2xd7VerWZ4I1CVrjKACsC2f3Uc6OWd9y+o/lRbNLh2kOCD7wA91KtgAm2/FV4XJEwhFsmU j3Viqi/TY9AKaJdP/NGCADR8gW2C1iLHnkPAFylwXuQRTn/yP9twSh5reWZoOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647205252; a=rsa-sha256; cv=none; b=OADguGCm7RZPai2QRhEgbhAyA7kRevn6jCFViGq58k77do8RePGbXZZuJRdu+6an03Zl/z GIe1h4VVpduZ5rD3JjAtlPYoU4halqOgvGwCQz9zBj3q68gvRZiZJk7oU6a+wHmJFwnmCV q4uu6zSard2rw02KQhGCKRDvE6Ft98tqrJh3fKB5Mm94gKlV4+tqrPsqbs4ywW6GtEH6aT AINsoglx6IOTWeioorTg8AdyrcVB+TM8j2Q2eweZa8xqbANPGY3IxugiYek4hRNvdelTDT tz+Vl7dqDoauEgVJSItryv0J0QCTX+c2hXgwhxICG7C9s2Y/P3lthLeGe3mfOg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16472052516.e869.20832 Date: Sun, 13 Mar 2022 21:00:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16472052516.e869.20832 Date: Sun, 13 Mar 2022 21:00:51 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16472052516.e869.20832-- From nobody Mon Mar 14 19:02:51 2022 X-Original-To: apache@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 A3E0B1A1052C for ; Mon, 14 Mar 2022 19:02:52 +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 4KHQsS2JZcz4sSZ for ; Mon, 14 Mar 2022 19:02:52 +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 3165F1329B for ; Mon, 14 Mar 2022 19:02:52 +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 22EJ2qUa044263 for ; Mon, 14 Mar 2022 19:02:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJ2qTj044262 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:02:52 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:02:51 +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 Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647284572; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RfS4NCRhkD3VMrX7ZetygBzipPrFTYndlJQegKHJ5TM=; b=gCTC/esXcvlgy4wYKWRuVQB0RyombEy5wqYz0NTrS1rXDsD0nstBN1TYdh61LtJwMAXI2Q lNw/DY8gi4Z23NvUGXPNZnpfSaEqh6frGGqOFuvFj2+JuUD5KIfCuZqfZOfy9jQ/c9bsYd F6vyDK+IzBqoSIed/AHlazwvKUx+uq2Am9bwVrDmP7XWAoqADUscM8SQbl+2i+METgjcTR SFXcy9Ar0CkCrxYV8EZu7CI+Wwsz95tuqi6aDthJF/Zomjs+AeeJubzD5v2Tk98kK3d4Nb ZYgHyM4cgvAG5jQnp45UZPjB4uvQKI77LaVQYsTvk7TVoXG01zdsA+WEhuwwJg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647284572; a=rsa-sha256; cv=none; b=D6xPIlFy698TW3EeDeFEVLOzkcQUxU2mh8faHVL58hxixlXKH9vl8s+UkT+6662LR1vYX6 /PVca6ApgixCmWIXTQWXdRs+fttaAmIfWoIQBImZyRVYrZZIvaPA9Vv7nOriZ6bJh/Zerv 09P5vYKXYkjdkyLJnJVRbtK4di1vQfHEBQ5AWwZRQiuh7h3YqIKvSazYl1txBWsDXLSUZ2 NBIbhUynGV1eq7ABRiLSTjKOUMwDxGfMFtyVITIDt8P96IA+2/fAUXOBIctiNnuquhVgGw 9XygP5Z7erBlEmN3Zf/k2q0IR/op/CaTCfIdFZVittF9i+7SGVTqYYKATXLmcQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Cy Schubert has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 262557: [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Description --- Please see https://reviews.freebsd.org/D34549 for the patch. 2.4.53 fixes the following CVEs" - CVE-2022-22720: HTTP request smuggling vulnerability in Apache HTTP Server 2.4.52 and earlier - CVE-2022-22719: Apache HTTP Server: mod_lua Use of uninitialized value of= in r:parsebody - CVE-2022-22721: Apache HTTP Server: core: Possible buffer overflow with v= ery large or unlimited LimitXMLRequestBody From nobody Mon Mar 14 19:02:51 2022 X-Original-To: apache@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 A3E361A0FF7B for ; Mon, 14 Mar 2022 19:02:52 +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 4KHQsS3G6Kz4snk for ; Mon, 14 Mar 2022 19:02:52 +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 4FD551340B for ; Mon, 14 Mar 2022 19:02:52 +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 22EJ2q2J044268 for ; Mon, 14 Mar 2022 19:02:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJ2q0Q044266 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:02:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:02:51 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647284572; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LviGJq27PYd/nQuX+hvLyU3V50kpNFfsWp8Z0ypxRp8=; b=OPMD3E7hGo9qLrBbSQREIU7CAQ7f7+/ZdF8tuxerqiH66Nz4Sc50GXdKL+7f5O9I5U49SE g/cahlOEhgwt7cGuUEZGP3grSj9dV59TSP5MZpp2tATlEuo794NBRbqEU+FGHT+xhiso/D dmCovq9FualF6FlgnuEaSML3Dj+erWJb4KnSFAzC5RMa+J6JRuZ8ZlHjAMms27Ltgkhz6v KOGbYrs5iY47RKI6g5L4ZcOpI0eabT9imY7+7G6yu9oOgWXoXv6bY6LpvaIVogL4E4g2un mF/+oAkXqVpMbQVgkSiYP729wKzQZGOOApHdXCJuMdemIOBx3CWZyMdysVCjLg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647284572; a=rsa-sha256; cv=none; b=y4UdHqNbua7v+JQhmxn+/svdviZ5W7wh9hcOJ904oCSntG5Rv4e5LfjxJS38a50dKQZA2I cDWeeoOPhoMTyxAG0JaDXNyBgR2n8iSrRInMlvxy0bIbgJGem+U1L2yJ3pFo3jeUXHwXaY u+jzbny2Gka/40l6+DonOzX9mgyLhAt0MNTGYGM7/3YjBq/yoFzdj8Dd/Vnzl9vCENzOKr TUJnxtA5mS2Rrgly2cLE8pym66d7HtHb28CAO7UBe8sANbMkJ8lhM1GF1q4cEvwRRTTKAP 0JqS4OvVTb6Ry4t+ezVw4bl7QctQhTrniaZjXhfXZL+w73PwvdC4ahtKS8EwVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 Bug ID: 262557 Summary: [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Product: Ports & Packages Version: Latest Hardware: Any URL: https://reviews.freebsd.org/D34549 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: cy@FreeBSD.org CC: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) Flags: maintainer-feedback?(apache@FreeBSD.org), merge-quarterly? CC: apache@FreeBSD.org Please see https://reviews.freebsd.org/D34549 for the patch. 2.4.53 fixes the following CVEs" - CVE-2022-22720: HTTP request smuggling vulnerability in Apache HTTP Server 2.4.52 and earlier - CVE-2022-22719: Apache HTTP Server: mod_lua Use of uninitialized value of= in r:parsebody - CVE-2022-22721: Apache HTTP Server: core: Possible buffer overflow with v= ery large or unlimited LimitXMLRequestBody --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From nobody Mon Mar 14 19:02:51 2022 X-Original-To: apache@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 A35081A1052B for ; Mon, 14 Mar 2022 19:02:52 +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 4KHQsS1dQ2z4sfg for ; Mon, 14 Mar 2022 19:02:52 +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 1890A129F6 for ; Mon, 14 Mar 2022 19:02:52 +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 22EJ2qoT044258 for ; Mon, 14 Mar 2022 19:02:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJ2qZL044257 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:02:52 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:02:51 +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 Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647284572; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hN+6JAlS+JPQL7QGlayDR1UNA+0hwP/nLpXXIQjF2Eg=; b=kMFuppdQzCylh6SgRYYYah+B+UCWo9WvkGXu22osXG3rK0BX3fRpFBsyAXzeJskzEtjfx5 Z5vA/CAYdIQPobiUyjHS+QTP1KmtEVB52TJj5NRQUZVElounAtNLkF9plQEWQNEHJZPuJ2 a+TRMjSBNN8LnWVuI7F27AttAcwCV4Rb+we9SmGn9wf2M4lW5pznLLQPgMaV7INdkgwtTJ YH845x4Yr2dxj5WCH+Y2sYfHl9tgD776xEYkfg22uxXGEysU62ST+yDz5V+Po7bJjVwaya 2fhQbnnIUJB6xOoLAWFmTFMFPowtRKcXxQlO/q86vmAk7aLgUsluTttraHR89Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647284572; a=rsa-sha256; cv=none; b=ronilPhxZviomVZCFCx1JaqNEfC2EssnzUgv3JJKJF/mwjQzwMKc9SXmX7iAs4HJi8Oa6W iPnGwQVr+3VkNBuii0JvLyybtBdLPw/eH9ozYRqiuKrFK6yGRjwGOuRI+yDpR6edducBkJ TxEXigaEuhLahx0SJb+ZeokBtAMe+isjNU4PojQLoyccPnKK8OXyLCzP0st4p0UxkHjxbW V0cNTEEEV9T2fD7BseMmNhXQJtNdMXBTnQeQkRhegPVGXEaOwFM3m2twfSmd0BpwEdqGdy Rp00OJU2FWPoJmgT0hRhGUUGDi0JQqOVZWvU3VCSKeYZQv14XS4tI6t73sNcow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 262557: [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Description --- Please see https://reviews.freebsd.org/D34549 for the patch. 2.4.53 fixes the following CVEs" - CVE-2022-22720: HTTP request smuggling vulnerability in Apache HTTP Server 2.4.52 and earlier - CVE-2022-22719: Apache HTTP Server: mod_lua Use of uninitialized value of= in r:parsebody - CVE-2022-22721: Apache HTTP Server: core: Possible buffer overflow with v= ery large or unlimited LimitXMLRequestBody From nobody Mon Mar 14 19:10:23 2022 X-Original-To: apache@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 778441A12356 for ; Mon, 14 Mar 2022 19:10:23 +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 4KHR271kH3z4tX7 for ; Mon, 14 Mar 2022 19:10:23 +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 1BA79130E2 for ; Mon, 14 Mar 2022 19:10:23 +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 22EJANAo045529 for ; Mon, 14 Mar 2022 19:10:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJANhA045528 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:10:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:10:23 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647285023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YtIQIIOB6Z8Wn7zQVZR73MszlrNR9//2GdhQXfwCP4c=; b=NSum4PWWhZWksonn7mRl+5R/+fXTAmQ1WtXs1hFgN8IQSFyVsEMkxdvZLxmjTz81kj7mcx yDcIFAjqrnlhZfPm604aZ0XQK8UDcJnZx5i6jbuIozjusRU06J4tgEJgStBgH1Ubvhe8LU hKN2+caSgJLXYovsDN1q6der1mwpGlCSiHuZQ/DcCcMMJI9jRix3sI5d00sngPBEt9pvCN u6ZdVmzNnnhK7NNZgRJulPYicVQIdalBs3zOs87tAF596q91Rg6hs9lFJrPbfz5QuENrWH 9VyxuicEr6NMqP5O/Ll4KR2V7DJ3foRFoFwF3j8j3+B9sAHP8CwhKw9q/Wuw/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647285023; a=rsa-sha256; cv=none; b=Rf9AD5eRBpc9f7QS/E96KkqnTx+wBJMkpjG+OhrIMv0udsJhADXvRrmwx+rfs6kMVTM1Mi gVzUY+dwPAOZUWivjkc3GV3jKQAo1x2Z9hM+pgx2m2yBNS+0bQq5f7Q42G2DKm8IBplb/Q /Z1SiBUOO4jN9p87ntQIZCZ9TdCGplsIJCAb6yMBH8WN/hXeUmHSWylDQlso33ZOkPdxen MjfhJUPezIhwgP1+9R0fiI1Ee3rKbjg3GFsRKiSbx3bluYtY7wi7SPj4lcKfKSiHkd64eQ F6JSPKZ9fhagsKI+wq+9j5kQtRJvVRMqYEDYgzvW6zmAq86wULwA0SK8YRqiQw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Comment #1 from Cy Schubert --- Subject: CVE-2022-23943: Apache HTTP Server: mod_sed: Read/write beyond bounds=20 From: Stefan Eissing Date: Mon, 14 Mar 2022 10:06:24 +0000 (03:06 PDT) To: announce@apache.org, dev@httpd.apache.org (text/plain) (Unknown charset: ) Severity: important Description: Out-of-bounds Write vulnerability in mod_sed of Apache HTTP Server allows an attacker to overwrite heap memory with possibly attacker provided data. This issue affects Apache HTTP Server 2.4 version 2.4.52 and prior versions. Credit: Ronald Crane (Zippenhop LLC) --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From nobody Mon Mar 14 19:10:34 2022 X-Original-To: apache@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 BC27A1A1259D for ; Mon, 14 Mar 2022 19:10:34 +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 4KHR2L4JMnz4tjf for ; Mon, 14 Mar 2022 19:10:34 +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 7475012FF9 for ; Mon, 14 Mar 2022 19:10:34 +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 22EJAYsr045557 for ; Mon, 14 Mar 2022 19:10:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJAYCv045556 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:10:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:10:34 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647285034; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Z87QniglA6Zl5t60lNxoggFdeziLkCPUJXBpkK36bZ0=; b=nC4avCgm7IahdvJEnx/fpKyLEtZR6rUwidZnJsOXshoRsnE5jH5r4Po6A5LlxI4EvsAxXe OKCy8VTm6axOj1W/HqpPidPBd4hFykip3K6xJjhlym8ei0TzWOwNcNhvBGBesvAqxISqZf L7zPrZU9XfccIjItKNXsU/YbQ5pARFWdI+mD+tCeCkAvXzfXAr9+nYRqJFRisreYt7SqGi iMSHPd6rhd+PieMXFDJ74au6OL9camWTmLS2qgeuN8Ajaf+isZLOJMyXVi1TRYSK7fHk+s r8b8cW6Su/U19dzfc6wz6tBuHba/oSUc7Ma5pTOvxAa+cTfku1QRSMw57gFm9A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647285034; a=rsa-sha256; cv=none; b=oS6pI6gYRjaOlLDrjwyz9IsJUr55jwOFeD7So/zLhayeh2yDXK/6ImWXvi6P8hfWh6MT5X OJymkeSIug6Ydz4g15GOGX41JY4hIQpqV+pH9Q2E18Aq3H6CPIDNadFljej1rLMqNvlnMQ bXIzRDULMN9UJILKXTIYQLb9q1J9xUlluDpqHrWuqs5HR6yasjiKnsqmllRUXzSsvMiyUh cNfBeQ6BJYsTucnqRjyVrpop+CqNUMhHZFBVMdKUC2QYOiRkdpyglmZqnmekAzZDuuaFp9 7F9wESf/zD4y1Y0eom+uHJyuDvITIpJpecFAq8cIc6mgyBYkzyCAIplemC7X1g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Comment #2 from Cy Schubert --- Subject: CVE-2022-22720: HTTP request smuggling vulnerability in Apache HTTP Server 2.4.52 and earlier=20 From: Stefan Eissing Date: Mon, 14 Mar 2022 10:08:35 +0000 (03:08 PDT) To: announce@apache.org, dev@httpd.apache.org (text/plain) (Unknown charset: ) Severity: important Description: Apache HTTP Server 2.4.52 and earlier fails to close inbound connection when errors are encountered discarding the request body, exposing the server to = HTTP Request Smuggling Credit: James Kettle --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From nobody Mon Mar 14 19:10:44 2022 X-Original-To: apache@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 F17531A1227E for ; Mon, 14 Mar 2022 19:10:43 +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 4KHR2W5brfz4tpY for ; Mon, 14 Mar 2022 19:10:43 +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 A10EF130E8 for ; Mon, 14 Mar 2022 19:10:43 +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 22EJAhg6045583 for ; Mon, 14 Mar 2022 19:10:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJAhwb045582 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:10:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:10:44 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647285043; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3hcfsSRCiIVVONVTxu30z0YyCuMW5iis/0nvqSDtpu8=; b=x9lL52HF0VSJUnHYzIB8bnDxiH7ItJDyzlodE7qj9+qHcjjPChuI1xgFgFnLgh4nMsmmSC IVVpMfoC0gi/Up0g0yPvQWbgQUO94emJlgHCdljJfbnmr01Kdirnpjw7OVnNEL3tXhvOWv Tf5Yp5Of5nd/I9DduJo8pd8pU89zeDn/Yu8o5z5uBVyU49Hfv+pUee1xN89jKX4fI1r9Nh Oz7vx20r/+RJ6cW1ZEbogD47iQazy9cUoKAY4ObTo44IqwQESa5CTtWADM3+Fpn1aIQgML jYAfFwKBoBilBHchMLOvWjUt8HDES55RrvDPxIjSeNHj87MkvUWczicC02Q0DA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647285043; a=rsa-sha256; cv=none; b=Y9iehyBJYjygVZAHW0rdmLfi2+C9Z6MioTzqfOBf/867U8kQbnkZqWf9Y+rSZugM5m1aUH QfN9V3d+JgWwUwL410ZZbIIbahb4t5rbtjqjez7q+9vox9PQ6VJ1Q4ix3B+TvuyC/RY9Go RV+JCbR8p9xiKRLfN2feWCDxcGGUoJ+LcKNRewokrP85BPiyqyVSqO+3lM1b7RyvYOfstL ot5bSnbku+3Fff1VJe5H62d0DpQxhYlrALpjRdr07PJqFKkgFQ3OdfVpjnNTladYUWBMX3 fh+mDoR9iOELYCr3UM8fUJ9yZU3QkpsXrMjVmuzOgZ5TAghVGr6lXJLdN0HeSQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Comment #3 from Cy Schubert --- Subject: CVE-2022-22719: Apache HTTP Server: mod_lua Use of uninitialized value of in r:parsebody=20 From: Stefan Eissing Date: Mon, 14 Mar 2022 10:09:26 +0000 (03:09 PDT) To: announce@apache.org, dev@httpd.apache.org (text/plain) (Unknown charset: ) Severity: moderate Description: A carefully crafted request body can cause a read to a random memory area w= hich could cause the process to crash. This issue affects Apache HTTP Server 2.4.52 and earlier. Credit: Chamal De Silva --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From nobody Mon Mar 14 19:10:53 2022 X-Original-To: apache@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 0B5B91A125F6 for ; Mon, 14 Mar 2022 19:10:54 +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 4KHR2j617Bz4tq4 for ; Mon, 14 Mar 2022 19:10:53 +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 AF1061341A for ; Mon, 14 Mar 2022 19:10:53 +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 22EJArtX045608 for ; Mon, 14 Mar 2022 19:10:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22EJArZr045607 for apache@FreeBSD.org; Mon, 14 Mar 2022 19:10:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Mon, 14 Mar 2022 19:10:53 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647285053; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cSWGKbxzsle8hRz6erBTFmCVkNPet/qdtElzx2SGQQQ=; b=a22GBZxaDeYErW7AMqvY4gMeJUv8OPkUNyTaIs4ckebDuA4/3C0KhZ03PhnZOr/snTm3pp gVqOMSmKo6sSSBJf9vhTH4SEwDwbB9MofseexaDGaV99Kq3Y/+fqmjzMDTzjXNrkX1Ovgu d55W5ioCnaabknrUum1GFHyVT0ZJpUuaHL+xmLQbiQAt41haNU5cHeXtWl8ybSDgfW5jru DdYyM6e56OPrYswFPqCkSFoEGmkI+jqsGNFOm0sLvjJeg48/Ljt5r+/yqy9sm3a+V05p7W eR5fAl5GTAZnvsk3yUoiuan0zla+Pu+VvrQm0pvSlimuidq5xvntoAMFAGP/VQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647285053; a=rsa-sha256; cv=none; b=k4VjNsH+N5Toec8vKF6Cy+Uz6zvN+ade/nhJkSdmbK3+GQwGATFjzu5vy6nUm9zF17zYT+ p32qs8Foanb/10kuPvat6Hff0MeaqS3A/m2lWsE4e9ADw0Un4io0uN3NRXFcbLdAlQZvlv clkP0ZWlVubyyaidUc49UA5JidGCNuILPF1xBYE6nTAc4/fGPASGXIz7UrXbxtz9B22/kX ohiLJAwOOIcNUsiaX7Na60tt2b0KJqrQV3FRnWR8ELV9SrPuFKfrOiZ37ScEQ2n39QVI/N w+atwW7QF5OIocoigTmXKkDoMJ6XM1m5YwuxGcnB4x9Sr8BDV7PHnBWIjvgldQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Comment #4 from Cy Schubert --- Subject: CVE-2022-22721: Apache HTTP Server: core: Possible buffer overflow with very large or unlimited LimitXMLRequestBody=20 From: Stefan Eissing Date: Mon, 14 Mar 2022 10:07:40 +0000 (03:07 PDT) To: announce@apache.org, dev@httpd.apache.org (text/plain) (Unknown charset: ) Severity: low Description: If LimitXMLRequestBody is set to allow request bodies larger than 350MB (defaults to 1M) on 32 bit systems an integer overflow happens which later causes out of bounds writes. This issue affects Apache HTTP Server 2.4.52 and earlier. Credit: Anonymous working with Trend Micro Zero Day Initiative --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From nobody Tue Mar 15 12:28:40 2022 X-Original-To: apache@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 C88F71A1C93F for ; Tue, 15 Mar 2022 12:28:40 +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 4KHt483V1zz3Q9r for ; Tue, 15 Mar 2022 12:28:40 +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 54A0821ACA for ; Tue, 15 Mar 2022 12:28:40 +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 22FCSeVI011820 for ; Tue, 15 Mar 2022 12:28:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22FCSeO9011819 for apache@FreeBSD.org; Tue, 15 Mar 2022 12:28:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Tue, 15 Mar 2022 12:28:40 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647347320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NTWkg+Uj4u9HUIBidQYkyOaqduM0wzKxHnfcmoyPGmk=; b=jaY27pajD/CmnqvI+hByUDjp+v+KR/iAtAJIf0ugxXtz9G76l//8zT/kLLMAObaB75iPER PPcrd7kwqQ+YqG0Gi8a/TRXe34VldodRw2U9SVQvRIvGuI2AymX5y3bgWnqv0ja8HK+fvB TY05ytjHY3SX/D8zennHTX32f1IySnqW0aEBvFnTRFVUAacrztT4RO8v2VWOGWuBJfry2q 0/E92UmTb6BiJmFqU7rl2GbxfF5rXEslXuYpWDztRHFfGpd4m69tkFWpdqHAuNw0R2odFX 3eJXvQYaGIWeQdY3iK30VdLbLQCkk2E3bai+ldEYlEUkuNQYW9NuSzide+0gjw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647347320; a=rsa-sha256; cv=none; b=Rp69ets/uVyC6gFwzTWtrAaA/tP7ofnnonGWOumdne+LKgz/yGyZEn5P0liyYiaB5Ye3hW OBlNsw+K8vzWxFrSmQuRKdjHo57XxFnWgdrp5TAc9NEo959wo0zL8BcFFbNAImVXN1nwkZ hKI47Ln2DyRgTTXRUJ9KQpm76yFv3XjZLYvPrqP/rc2bAoaJLyhStWdG3NkZrZhXAVUqJ5 +xXjJvrsvJa86dEI6ut+p/+74prJWf7luuVv+3LeEu5nS3LA3VGOugl/R6baRtkd0ETyjN cHaLkn35TVeMlehBorgwqZcW4MXnwsT48Gebl/NHb3cX/Tw4Cr7gheZBdcymkA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Assignee|apache@FreeBSD.org |joneum@FreeBSD.org Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From nobody Wed Mar 16 00:17:32 2022 X-Original-To: apache@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 7B67E1A03E5D for ; Wed, 16 Mar 2022 00:17:33 +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 4KJ9p52fBrz4kmX for ; Wed, 16 Mar 2022 00:17:33 +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 38D943DB7 for ; Wed, 16 Mar 2022 00:17:33 +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 22G0HXrp000370 for ; Wed, 16 Mar 2022 00:17:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22G0HXpb000369 for apache@FreeBSD.org; Wed, 16 Mar 2022 00:17:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Wed, 16 Mar 2022 00:17:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647389853; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AFM/71KYeXkpdWlRGMjPAJh2+ijS9BYZooGwSHUAbNw=; b=BZ/SKdBE+eVJg0F0+tp31PRs+IY41E8UE0PeS0YShhLZRrC+yYASjGEV/l6GEIJv/peovM U9d1ka5rjVSWP4WIhCf5RnLWvoQP5avYBEgC8DxxyjAC9bvee64Vg40ASXDVM431oOCwl6 EsUBvT+Z7dRoTZoh0FCqLwba5y/lG6HjSOBk6t+6bmOAZPr9iWTWskwi2n1EaRkHcFkG96 4Ef8KTCizWBY62oHrSXKX+q0Cjjd+yCk+uX9o6w9ZlcKVY0c6kCCWVS/+C/8sya7+SlTj0 EoZjpigq8dzWyPwCoEj/3G/mgcXZw2UirVwFokIOud4mQSkb4qoNnYJTyuu9qw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647389853; a=rsa-sha256; cv=none; b=G2nPomxOXRSkEeErABIXJGHIh1Zc6ovFKIkovP/B/mbWwfQMgC9H6DtXF0u9FJekAtz6Rg nGpSGRsthIDbUXqeyrS1cghl4vY5mM8smQzqpnzoFqUFfnmMXIY+CQqGoIo2XvfmyOvEcB N9wRxNo/xuJMs5TOdiy1MErA6JH0t8FIo3kVVW2qQnXKkmiwj7Y75CIJBtigzzHJknQgeo txu/1L79DeHrBTXs1UcAkDA3hqB0qxTwRPiT5hwtISFEb8A290n1Yl+OVj8LjtNeA28YGM 0Sgt1snQQTwlKMvJVcBrKrbs/6hWJ+Hj0CCiZ5wFa89ONBSAVFv7j/wiepl6ZA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Comment #5 from Cy Schubert --- @joneum,can you please look at the phab review? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Mar 16 00:24:52 2022 X-Original-To: apache@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 727401A0586C for ; Wed, 16 Mar 2022 00:24:52 +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 4KJ9yX0S9Vz4lsx for ; Wed, 16 Mar 2022 00:24:52 +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 DF1084230 for ; Wed, 16 Mar 2022 00:24:51 +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 22G0OpfY004271 for ; Wed, 16 Mar 2022 00:24:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22G0Oprr004270 for apache@FreeBSD.org; Wed, 16 Mar 2022 00:24:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Wed, 16 Mar 2022 00:24:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: devnull@apt322.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647390292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=X2RQJ5YalE7k1dVV5O3eI76i5Jb6OL4cxFzAt79W1YY=; b=KhltcQGSEqlg1fXgopDR1B/z8K5VhC1YxkOJWCIZaKKp9Xs8L7yUx8FbOrMTl633T+QvTv +R1G9CifvcbdDvbJAUf0wCcRVWn597DqxZxOvvggvQiSpBcl+Da2hEQG6kjFHXWwOvfelb Zapc1Z/KcidmObEdse9x+Jj7501APJp+oZVLxlOLbaH1d+eysKtiws6QOB5jb+3oW7YK4R zKOGrlOcS7kdVQxGh+RzUoLUbJLNkkX127MYSvlWfNFu+OEfp442G1U1EyO1vLNOJkKCPJ bloQRuo++wDIl3l9lCOfOyQRlWu8CgPt5pdy6VW10BFHaciaGKhdzXmelBmJuw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647390292; a=rsa-sha256; cv=none; b=DLzPEL4fPnmXqhkjEb87tcz+Q1z3kOq3C25DtRy09B6Q83OeoLXXi5QYckcg4LpuLNKHxT oOTkxxxqDTnxK6Oj2o9DTIYGBUkZQvEZ0lV3hrbJqvtdx6+95mfeMv35c1YWyb6+QQii77 qxrr7caxA8m+ia6LUwSFvWFPin9MrbOybouzU6RzGCgKEPNWf24lRvXm/LkiAUIJKMD+tP si7GeBFXfTi8uLjHbz224yyoiXuiGMBVRST+kYYgsmMCUZv2P5MlX7GidQ/LE2XLTvCjUw WhKxJXyO5f6DoMrTN3IdRsoc5vQGUPYDLXIY9Q5HhD0+ZLXk48e6kGYA1heaIA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 --- Comment #6 from Rafael Grether --- It's already been committed. https://github.com/freebsd/freebsd-ports/commit/2f6e31015256b03b53ae2890fc4= 27e6355256028 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Mar 16 00:34:28 2022 X-Original-To: apache@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 6AD191A10BED for ; Wed, 16 Mar 2022 00:34:28 +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 4KJB9c1s9Fz4nG9 for ; Wed, 16 Mar 2022 00:34:28 +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 207AA425A for ; Wed, 16 Mar 2022 00:34:28 +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 22G0YSqj010857 for ; Wed, 16 Mar 2022 00:34:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22G0YSLf010856 for apache@FreeBSD.org; Wed, 16 Mar 2022 00:34:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262557] [PATCH] www/apache24 - Update to 2.4.53 (Fix CVEs) see https://reviews.freebsd.org/D34549 Date: Wed, 16 Mar 2022 00:34:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cy@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647390868; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PvgFmaeFUts/60D+NaJMgU5ZAluDHsSQO5Nal0LlxgQ=; b=f7CvEBVzu1V+/3yjDYYHR/3M4NY3KRBWfbjKa4PTVFuRhtyX8zb8l7S8G02rmv51ini+Jv oPOxp05TcBo2iobMuRMYXWXmbe4k8iwTUoUDONpbiL7T31XB53K/g4jwLmtsZWwFeyakT0 5W9Pi1QxOxNkL7pcwcMZBeYG+mBwSGZGgkLIb6DC601F0I5g0yzyc0nti06ECMhkFvg97Z elzyy6B4QPnxV7DRcSgagIcOzBGXSgeTUezQe/paqzAAhw7g6CQV3njAhsSsro9W7vY/O+ oBNMoiRtitv4zXF4CWDvTGZVAo6gKjxQFpIB2qCDDwU9d2DyuGE4pOfjZ5z4JA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647390868; a=rsa-sha256; cv=none; b=Oo2zW51mV15V3DX7FN9L7jVzbJMmxL+b8HNXf5oFn21eAH8+9uKJaEdilo+DoCyomjg7BE v0AqmMERMiZV15UXmQXCV0dQ/jtD/x67EpGHRBlY4QCyim2BUjHFOU44y87apeHvXsmXT1 PoSfh6H6/h3jMFnWemZWg00LkDMsy/goi08w3CzPLGgA4y57126VXusCI/PPhGwr06jl2S IBKaXGli4L3dMq1AR5rGolTbTGKL5BFc/oVB3FEUbWRFcxgq58zCtW5aQA4h4nW4EjcNJj NJd+rPS1mdDS0s5b5mnPJQBhnaEUDMDI9LLLaYv1RUdkSWpCeuBGDnvKaNkVOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262557 Cy Schubert changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #7 from Cy Schubert --- I should have looked. Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Mar 16 21:26:09 2022 X-Original-To: apache@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 7C8C41A1A909 for ; Wed, 16 Mar 2022 21:26:10 +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 4KJjxt11tpz3vHC for ; Wed, 16 Mar 2022 21:26:10 +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 03F8B1D7CC for ; Wed, 16 Mar 2022 21:26:10 +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 22GLQ9ge005171 for ; Wed, 16 Mar 2022 21:26:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22GLQ9Zo005170 for apache@FreeBSD.org; Wed, 16 Mar 2022 21:26:09 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 262603] www/apache24: build with pcre2 by default Date: Wed, 16 Mar 2022 21:26:09 +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 Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647465970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6xnfUClxQ1OMb2mXLwXNMfCOUvxKzLqiB9dRQFkpGgI=; b=x4vgPlSvnEBpzAa7KtSn1vEKdiQySuA3OI6DH1r4EFvyyiJijIu1uANxnFyMAsyb2I8V7P 2FdIRxy6Pk2SbD735GhF1pTLVgWBAKu29NOuAjhSeWONjJ/tmX3GZzMD7unO4Xed8zTGzM jqsJQjY2tmFdbENkVnDC3vMzgcSnrPb02Iv/8xvKvSrrWmQTuiqDblxC8ZfDkqnwwhcPZ/ pr8HwDWRwg5qrY66gQQoUIkKkQwhvXMkxV/nO7svDiMLaNF6miNSbY4JrbeMepRuiCK4zb DvW0SHKlWmDFWeWtKvv4t2pBW5M+IGxS7ZKKCmQJy7xZ5pW1KEDA28e0+BXKaA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647465970; a=rsa-sha256; cv=none; b=p10T/Onk6BKGhOm7/rXsX36dweswO6mrg2LCe1Vm78GShBm3KsKvlt5uF2deu85MRm1FrF Pdi2K6xiX1vfi1Yy9j5jL/bv59IvJeBtKjj6gGuAUKuSb9R+XI9IhNm/o1EyhJhs9OnH2+ ncq9U6ebtW4SIZQhUkN7Ce5DyuQ9T0Q1KF29JXXY/3gXgcXqwvw+eixmsJy5ToOInVTApL R3S0ZmxDLYgKT76JBhSmphfh+6xG4/OboU68j8lWX35ZlkeMqKHlZRO7j5Qn0PFv3FMKx9 3Su4tKpjeBPFEQ0CkxZuC7npBypobnvHL61BMykAUsFduRn0LIYdQuaTRtY2vA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 262603: www/apache24: build with pcre2 by default https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262603 --- Description --- If both pcre and pcre2 installed then httpd linked with pcre2: # readelf -d /usr/local/sbin/httpd Dynamic section at offset 0xa4e78 contains 31 entries: Tag Type Name/Value 0x000000000000001d RUNPATH Library runpath: [/usr/local/lib:/usr/local/lib:/usr/local/lib] 0x0000000000000001 NEEDED Shared library: [libpcre2-8.so.0] 0x0000000000000001 NEEDED Shared library: [libaprutil-1.so.0] 0x0000000000000001 NEEDED Shared library: [libdb-18.1.so] 0x0000000000000001 NEEDED Shared library: [libgdbm.so.6] 0x0000000000000001 NEEDED Shared library: [libexpat.so.1] 0x0000000000000001 NEEDED Shared library: [libapr-1.so.0] 0x0000000000000001 NEEDED Shared library: [libcrypt.so.5] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] 0x0000000000000001 NEEDED Shared library: [libc.so.7] From nobody Wed Mar 16 21:26:09 2022 X-Original-To: apache@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 9F5411A1A830 for ; Wed, 16 Mar 2022 21:26:10 +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 4KJjxt2p31z3vHD for ; Wed, 16 Mar 2022 21:26:10 +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 40CA61D8C1 for ; Wed, 16 Mar 2022 21:26:10 +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 22GLQAxq005179 for ; Wed, 16 Mar 2022 21:26:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22GLQAQW005178 for apache@FreeBSD.org; Wed, 16 Mar 2022 21:26:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262603] www/apache24: build with pcre2 by default Date: Wed, 16 Mar 2022 21:26:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647465970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dhsTzDTAyLMgeRQs16nYQSF7ZglnKtNyplbnLo/MrYk=; b=vyOq7r2mmEWCSyC2WvphMZm0LptPIBsFmFk/LW0AvmfqpY3i+JtPCJ8ML5Wlc2Q76r4roq ojRG18FNTbITqKQq/ZKPnsGXGnx5FhmTHd0riSnAK/ka1jd3aKWukqE7/g4MOAYLV5vuHL ws3aCejTyawc1UsOtC4/Nm0AXIJtqt/N/zycUCJ3GbqKU+8f/hY+qkb4oeDclCZePqZCZb BNc2CBNzxOBqbX7BXTluzRpxJjvcKctAdUUyanGjmk7LJc615kWq7mC1yCUwi0zyytLIvS 9SOp90sdObtQq5s+RlIMkhNNqGbMn2Ixbl9RNe+LlhdgjttmeBVaUTxSUeepjA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647465970; a=rsa-sha256; cv=none; b=VU1dCaQVmuP62HFfRqZWF1DBoEdFOJjhWXeD7PRybofm4VtAVXAMAUha64ZuicUVO7Yqaa lLQngS1nD66d2E4BGIoiGjQskWJxyQQybCkygcZIWi8obqW+DUKMeU+uSmIRnop8Dfi2+u PNtfCxT78s8AB55kVNOJJ9fZzWr/Z8L8Vfc7bI2LLKIw2jH50SVTs0+Y3X8MeitD6qyQWH /Hb9xhcN4en3Bhl62FZZcRhcpf4cFf13JDQ3EBdu3VLPAeVlJqAbz4Cr7t4PrGOPUtR/VS /zxcZI4MDUGpVkehrV1+wkZ6rYheVWV9jTJOlYDdoJlKPGzqPHOUzz1jT1Y+gg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262603 Bug ID: 262603 Summary: www/apache24: build with pcre2 by default Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: vvd@unislabs.com Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Attachment #232491 maintainer-approval? Flags: Created attachment 232491 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232491&action= =3Dedit build with pcre2 by default If both pcre and pcre2 installed then httpd linked with pcre2: # readelf -d /usr/local/sbin/httpd Dynamic section at offset 0xa4e78 contains 31 entries: Tag Type Name/Value 0x000000000000001d RUNPATH Library runpath: [/usr/local/lib:/usr/local/lib:/usr/local/lib] 0x0000000000000001 NEEDED Shared library: [libpcre2-8.so.0] 0x0000000000000001 NEEDED Shared library: [libaprutil-1.so.0] 0x0000000000000001 NEEDED Shared library: [libdb-18.1.so] 0x0000000000000001 NEEDED Shared library: [libgdbm.so.6] 0x0000000000000001 NEEDED Shared library: [libexpat.so.1] 0x0000000000000001 NEEDED Shared library: [libapr-1.so.0] 0x0000000000000001 NEEDED Shared library: [libcrypt.so.5] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] 0x0000000000000001 NEEDED Shared library: [libc.so.7] --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Mar 20 21:00:47 2022 X-Original-To: apache@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 AD4E71A33B5F for ; Sun, 20 Mar 2022 21:00:49 +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 4KM9Bm3CF4z3QTf for ; Sun, 20 Mar 2022 21:00:48 +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 3B5D365B5 for ; Sun, 20 Mar 2022 21:00:47 +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 22KL0luY008130 for ; Sun, 20 Mar 2022 21:00:47 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22KL0lf8008129 for apache@FreeBSD.org; Sun, 20 Mar 2022 21:00:47 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202203202100.22KL0lf8008129@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 20 Mar 2022 21:00:47 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16478100472.B3CBAA2.6382" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1647810048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TurccqaHVwAAFYzyM6oklkAb1CzDFQ2MaQnYhlOC8a8=; b=So/+JKEccFLAzHYq+E8st74OB6/G9z6J2PD+/a6F4Hs/vX0pdS44ZGI9xaT/9MXdEeeLc9 WSFs+Ygf3gUfrif3RiLl50ZBpCXixOHzmH9n4GM5RpcmDvM/2tHfuwwusEC4p1HbvIU75D EdzhUcuMvHPYSUCx7qSr6mm1NGg4rvp+k/1U8QdxtF+nH5xtIqloXQPd0WsO+dC+sma8f+ 0OpwXrB1+Y2DpXmLfHhx7akYQ0quFhxK0V2hRDWoCqmB0Wo+iYYig0Q0aY7lA/9STS1uPU YmKFe8g531d7UCz7ecLV9EVaZJso00LX2WqiUoZHcrLV8zzHk9ptyWyq5oA+cA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1647810048; a=rsa-sha256; cv=none; b=mbVi7GgxkTyfIV26EK26HoYZ33//Vn3ANFAt5hLEvvbPNhvsCROkbWNWXp4rR7obyFAQlx BFYIi5VuwmWmSPH714r95YTYPrJrScoAINdw2di9uqtgI1atwLpxbHJBG/lDTDZJyT29s+ 3xphurcnvQkiOosqrKCo7y7r3lR43SRfd/U/xoxcaUUgBnkv9caZKyRVqWFP+4QRWQOj+b e259x6QfSs0YMS3Jtk1UmQ9SwCyiKZZTJzgouDKkbNn3NmwPOx23ODfMcVcIA/bpTAtz9i 7ZZOPRqZYIwp0zecizQx2D3hRYMBNra5SlLU7MjgEQVoj/sAjRXVck+nkh2u+g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16478100472.B3CBAA2.6382 Date: Sun, 20 Mar 2022 21:00:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16478100472.B3CBAA2.6382 Date: Sun, 20 Mar 2022 21:00:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16478100472.B3CBAA2.6382-- From nobody Sun Mar 27 21:00:05 2022 X-Original-To: apache@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 738001A3B7EB for ; Sun, 27 Mar 2022 21:00:06 +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 4KRSrj3nksz55Fk for ; Sun, 27 Mar 2022 21:00:05 +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 51EE91C6B6 for ; Sun, 27 Mar 2022 21:00:05 +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 22RL05UO067426 for ; Sun, 27 Mar 2022 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22RL05uK067425 for apache@FreeBSD.org; Sun, 27 Mar 2022 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202203272100.22RL05uK067425@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 27 Mar 2022 21:00:05 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16484148051.4da716CE.66697" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648414806; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qebFUbyFO4eGJCNsjx5ydIGNz/ml4BSRnwBstSRvbAs=; b=Yn7fL3efPcyNumPOZf6A8YSqcznaEWwnn7VOlMoQ6o185wucBF7jnHyQU8UXUYEna3HwLK J6GtIGMZhCkfrV46gDL7VoivwcbpUmfeOZCPi6AYP2ekOLLu2g00WCsqisP756qQiF9izU EMaxQ5PehcRttYVJWkTQoYN2pnQpKwbNO3z+XjOOBtcznulJ75Fz2o8Iq2d4ks2QsyfRc0 sJtBzgEgR/DDftmfnAEVI9qHJHkUZ7F1mJby5N42rFtLdqBuh2DjE/9MHxfxxEwejjrqqA lpJTzlXSFc5G+T3nlJSjJTKIjjWtB5LmgjrPM10hklJcttq+FigrzErAcy2Y9Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648414806; a=rsa-sha256; cv=none; b=Oruc3LDrx+w0lpVyZU6FKfcPHvJFPXlBDf7zk7EUMbcQ3PDB1bEvQwzNnIGYgiCt+foQNF W9SvhStb8KvihtAAwqUIkqFNbEHQrw12BBFraFlDHbGnFHfv1LkytStoobVLsP6maas9uI qR6PC4afjBDLqizcX8a0SbbhV4gM5dSTEyi35ltLwDJSjlVI4ORTgbxpY+ou/kkQ7V+dEy OVN4eRH16l3ngu3V+1yzRlaMUg1SGfA6ivDw7zf5+OvDWu0IkK6czAINN7dZ9efO9b9nyz IcGUyL39ozPqR/ewT3JTdUslUGjPfIvTiBBcNVR0eeakuL71Tkf1n5lJ4FjKow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16484148051.4da716CE.66697 Date: Sun, 27 Mar 2022 21:00:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16484148051.4da716CE.66697 Date: Sun, 27 Mar 2022 21:00:05 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16484148051.4da716CE.66697-- From nobody Wed Mar 30 06:16:43 2022 X-Original-To: apache@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 E6D721A31F51 for ; Wed, 30 Mar 2022 06:16:43 +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 4KSx635VcJz4YH3 for ; Wed, 30 Mar 2022 06:16:43 +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 9E87B5AC7 for ; Wed, 30 Mar 2022 06:16:43 +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 22U6GhlL047237 for ; Wed, 30 Mar 2022 06:16:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 22U6GhZN047236 for apache@FreeBSD.org; Wed, 30 Mar 2022 06:16:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 30 Mar 2022 06:16:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648621003; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mbz0H0hPJPEdwRiPT5lmceYTytBDCxQPvuBwSAdWiq8=; b=xDyH558uTCWLYy4lgNaob2B/0xf476wyiB1ZunL68Oya8oCsVm09EpryoIW/Yp5pW91aCK J+zS6hgYmtg7Zp1hVSEB/+tN/kKgtDFrC+oi4BmWSgafpFUze9n7OrNfxjYlpE2RYE2xNV sZWBa8Jrw8Xvux/6zArw+z0GKXe0wWfTHkuOmRGZCgM76eYQFcpGcUUy0GK8i7kh+7aUvz naEiZMAoARVYkAa+HVmrtQsWjkGyhfWB7xyhgAPjfPhLO2qCDRSSuWtj4neW4V2uEVjEZW 5M470JFG7Y00TjcDzAaso6COsw8U/jUwnx0qdXatPWzITwL5AqgUvhF35GYl1g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648621003; a=rsa-sha256; cv=none; b=VCDr+I3Rn1hwLuowyWDi3IaivxUQ9/6Jbb4wPgckQzOq8riGw5vfifKFv2RxG8tMQfVv6O Pm5vfurVG/aVB8BTWEWTTZW6kcJfO+HOtEzchlZ3EnYNXqbkIHN/GKLC/5SrumR9TApORh Wg5mlX3q/fw4HJ4/DefuNU66sHjwpTzGbjiEJHKiYDbdarxjMk/Gi7TXN0DBVn1s+D41i9 krIP0c/cOn8JnsemJFxwMvLt/Dg5QcIdHB0w0yj9a1sprti9ptusf858mlA8dDJNBfTfks EQG+nftwILTmY9Wk8Z+9Qz5AyWlC0zwo2/qexQSZ/rK/3T4xNgwnjGfuqFWDbg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 262138, which changed state. Bug 262138 Summary: dns/fastresolve: Fix build when default version of berk= eley db is 18 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262138 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 2 18:49:48 2022 X-Original-To: apache@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 6240C1A50A52 for ; Sat, 2 Apr 2022 18:49:50 +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 4KW5gf17fDz4bqr for ; Sat, 2 Apr 2022 18:49:50 +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 04DB962FB for ; Sat, 2 Apr 2022 18:49:50 +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 232InnFq043306 for ; Sat, 2 Apr 2022 18:49:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 232InndT043305 for apache@FreeBSD.org; Sat, 2 Apr 2022 18:49:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 02 Apr 2022 18:49:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648925390; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fi1vO8g3ImkE79zwvs8bNp3d9JYhErk/O7vD7yt1G08=; b=RKe6iBqIQH/4taZduyK3mGAcJgWdCFVis+H9cBOlsqlfZxtadTtcep8FdT41XVFObSTORx R1r4Gu52cYIx3rtISAUtioDZYfHDzrqRjt3BjMuvxnVFj4DTLFmBfOfty24VJFAnv0uxfw C24KCCANC7tKWP0+Zc3E1EEqACZgel7N/6RPOe9N/wPvOb8qnWsJ97U8gQ0PJLimWxtQpB lArIo+y1WID6bkXs7ejCdpmFaLw7B9DxtI2GQRVDnNgFWndHBGSzV4Q2/8OPST+QPhEEuQ tU+6v067QCmW2SvvG4nhjEbMPMbF7nXTMBI2Nj2l59zZvX8k0gJEBkhMMwjxoQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648925390; a=rsa-sha256; cv=none; b=B6gbICeESzAK7brFS+xRidYN8v0icn4nu7ee5JD5yWFgq7D+GuCbniGZivBDS3DN3vtQK2 IAlZFk+meXpGkc5RV56cQju0QIWaqiJ4zDEeSveEcI0TpgS9O2fWlM/7xETPbneImkOGF0 dGS8DxbKz5SHnMQO8SpfcYoEvaXKPOr5JEuxzcDv1+degE98o6uHrVBfHjI6bUW+681PAI 8o+n4a3O0HzskQSdYTI8ypnMoItfFssP7qNGappzMNxpVnGZZR1M+48wnjT20O/VJpWz49 XMWDI6CRJRElyiomozEuknK/rACsZCax3Ln2z4/qfmpU4GdmDYFEx1ZJHh9Msg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |263010 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263010 [Bug 263010] net/openldap24-server: Replace INVALID_BDB_VER with argument of 'USES=3Dbdb' --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 2 19:00:30 2022 X-Original-To: apache@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 186D81A5364D for ; Sat, 2 Apr 2022 19:00:32 +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 4KW5vz5BJ5z4dk9 for ; Sat, 2 Apr 2022 19:00:31 +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 90A9F69D5 for ; Sat, 2 Apr 2022 19:00:31 +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 232J0VhB050580 for ; Sat, 2 Apr 2022 19:00:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 232J0VKa050579 for apache@FreeBSD.org; Sat, 2 Apr 2022 19:00:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 02 Apr 2022 19:00:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648926031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gKSbtiYqzbL8qyahqV1NKbUAyXDg7NwIjhdjJQSMI3w=; b=DOFVXtDOwyWSfMcyPcse1Wg9XeMfGQ4iBEpT9G9BwLsc9yu18ilvBuiai7Hwwp+X4cVVer h6o6kaI8OMlZUYGGU/QTOeJHLVGIVEEdG1PfTIJTZFcyUnz3DAQ2F6RUz8vUZ3FlX+Vu8z qhWUgMzWZmK8l00OQ+mt84giZGUV9cc8D6AL4s3oOczaJYZsokD0sQJWJG/u6yE5mSqdXa 3fWUH8jewkunNYHifIg2yO8rPjiLzsLKYvavn97Hql01c17TSxU/gFzQ5cnB1p17exfYKM mOcXxVv22EgI3YEFm5LaMVt8orkQsRfSZVAxvWz2EmStGmUARYK8Uk43vEmwqA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648926031; a=rsa-sha256; cv=none; b=ESGIisv6jFeVXgeCu+guP7j2PW3IiGGhiyHoSCsJnycVV4uqRt2mNkPLIcXKhFiRvJJC1T 7N3p8AXhgUCMjYR+BCiKxl89AHPuKWTltjLqjasP9NvMF/9WmP/FR9fayAyfc+q9nV1pC4 efEN9UMyVkf/Qgaf7cg09S01htoJw7sv5h9rQJx8tYfe2V4X8AkBSjr/VFi1x/+ZCk1KCa g+nk+SVJvTds5mgtVP75WfwHXhZRWnX7AYNO37L/LdHdjWwb+gh0DZI9viWndhcHxLr1zZ Nx02OuAeLkjZZaQKx3AkBoT9AORc42R9s9yHpJ1ioUjuRDFsPDfAAmQGADTP5A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |263012 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263012 [Bug 263012] security/cyrus-sasl2: Remove INVALID_BDB_VER from Makefile.com= mon --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 2 19:08:39 2022 X-Original-To: apache@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 0E4E01A54CAF for ; Sat, 2 Apr 2022 19:08:42 +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 4KW65P3cSPz4flk for ; Sat, 2 Apr 2022 19:08:41 +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 4D67C66F6 for ; Sat, 2 Apr 2022 19:08:41 +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 232J8fNY054940 for ; Sat, 2 Apr 2022 19:08:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 232J8fiA054939 for apache@FreeBSD.org; Sat, 2 Apr 2022 19:08:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 02 Apr 2022 19:08:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648926521; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=n2k12R8SwmgiWUkJxqg2fa/RAlZ64Xq4fGZETrko40c=; b=rpEigekJaYDBHD6l1y7zgtoPwYZmqIyM8mUotXZPQba294Y/KWx48+rWu5xCZDDCUAwcGH fS69NYN0uSzByU6L36MQZbxeIjK7XINEL0ELOHCdYGwM8+t9l9weWwM6pjhxvYEbszEZQ7 IAAvaEIbTRaHaTHqS0fh2v4VrW8sNe2OHWStiuoSAhgjjyknm8axe/MHnWJN4mBdpLcRZ8 pSQQ5/PsmnTNIZ3+o7O2To95WweW70Tn54RlUQr2k9fyGbVFqH4rXhm95xFxycvHpzdxsv DXVExEeJlek0+LxfFXVZm951Yo71HBYKEid2hAsachnMFFEfxCwEF9GmFVSWVQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648926521; a=rsa-sha256; cv=none; b=p5QBTDI5/acJuOpBXTrcP7olG0SFoQS6PJbkFUNrKvsklBlbttNaQUo4OMeP3Bug7787fm /xMzM3A6sNK6trF4OmEz+GhDZcD9TWxwisnEmwWlP4yQqCp5MW/2bt2u4//gFV2nmfBOxJ /xKCKIw5xp8jKzxJH9unOOFfQm+nAuHpQduWZjPY/iW8jOgPzLEtpl0R/XdC0S/DqMqTCZ 7mKbKOalkaNJS0Hd4Uou8hR/CoEpBTfRnEb4so2Y0+0X91VPr72URwsccuBTSHKYLdarLV G9P2gC32lX6DnXe+TtTlpt4ENgJDjASE0SDDv2qwtogf5VITiMeUoKvas14NUA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |263013 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263013 [Bug 263013] mail/cyrus-imapd23 mail/cyrus-imapd24 mail/cyrus-imapd25: Remo= ve INVALID_BDB_VER --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 2 23:12:05 2022 X-Original-To: apache@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 A96D91A2F3B8 for ; Sat, 2 Apr 2022 23:12:08 +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 4KWCVH4BcGz3tfR for ; Sat, 2 Apr 2022 23:12:07 +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 972F2122BB for ; Sat, 2 Apr 2022 23:12:06 +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 232NC6F0088363 for ; Sat, 2 Apr 2022 23:12:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 232NC6B7088362 for apache@FreeBSD.org; Sat, 2 Apr 2022 23:12:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 02 Apr 2022 23:12:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ume@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648941128; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HNyIz/VoNeM5FjRyaphFygAKKgngZXCOBoE8YMMkNQs=; b=OzMefxokuwuMnhTc5SLf1CLt0u7vhRFZwvhWm1t1rzUybk7MWEA/MMkcmAJVfXs05bhFp9 vuTziLCTE6zp1KPBI37aclhXxjnLjU8Y9Rb5A9BiyLfNRObEhJQUZaAqfLfsQzZAJw76zX cOcPvwgqabG43meXSesuYgS61zU/Fuyr/8v6Wt9ywmHvXY7kZTg2qWe3uyMYMLpYrEy/iP DhKPYeEZZsc7z+y9S4hIh3BUokPMYQfONn64/2KWfFDPyKcJchUu2rU+m7Tb8T+6m3CSN8 kBkNv8VKOQWQpim53hbch+znB7eRcUqWh4EkQAKogZFPw4avOl8Sf5OqnHNbOQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648941128; a=rsa-sha256; cv=none; b=yLi8Vwq0kOdqGCj2uQDP0uqwz2870VP5VQFj9fxpvv+y/6lsb8VKAUVKs3iXMLrT9N10d7 zsAlR2FhU+1dR3nSAv3ld6UDjZwsjxRlY0aVVt34BexkBENPyxsisGdCsnpLrvTGmpN3+w RmFKHc82yqlf5C1+0iw729wm79vtNapqB0MX34T3QYvp/Sa9TpBNl3GNego+02bivywR10 ZZ/KQ3K/6wndxJd7ugqXMcIcHmZWX/tZwgT9jMhXRpKHeGunHX3LPiLNeVR/pjGpGeI4a5 ii6hcLjUPN+vbLlHEooJ4liVff8VhiNUC7saO7aLGWRXam5M+ck/GQCzjdklMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 263013, which changed state. Bug 263013 Summary: mail/cyrus-imapd23 mail/cyrus-imapd24 mail/cyrus-imapd2= 5: Remove INVALID_BDB_VER https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263013 What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Apr 2 23:14:15 2022 X-Original-To: apache@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 9B9571A2F840 for ; Sat, 2 Apr 2022 23:14:15 +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 4KWCXl3BnVz3tvn for ; Sat, 2 Apr 2022 23:14:15 +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 4E9EF1252D for ; Sat, 2 Apr 2022 23:14:15 +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 232NEFLw089900 for ; Sat, 2 Apr 2022 23:14:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 232NEF3w089899 for apache@FreeBSD.org; Sat, 2 Apr 2022 23:14:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sat, 02 Apr 2022 23:14:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ume@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648941255; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MtfBgcXKiAFB+NEQS4lD0kumEXYk3LqOiFS+6ctvi1w=; b=EFWhoxuEbKD07JPqeU4P30XAjPk+5GaNXDbENvimhmTo6tc1YpSmJSmLoxCa0JpjqtiAOk uXhY8F7jjettqjL93jhUoYMJNwZHf1dsnAw9HFcNcyArPTwihQEaLEZQffs0NkmG2gcqm5 cbUrYXUOiSqaDiPENUH+q0bgcSAhoXC3+a8baNirPssH9kMPUZt/Rd5JOKZTNEyX/NGxXb +IPJW6xqFJYU6TA9cv2+NXni/+iD1cD2AtrEVKwIDgSwRDoTKC35apuboQV7PxeYtOPr8D mPHcyJvx0R6x+8Q4rD2lRKTOif/ENavTTiRqyEmynkYMQOmGqZ4nXsAoSaw+zg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648941255; a=rsa-sha256; cv=none; b=oU60H8rwNNONsihFdzACly8rHPO8JitYULq0+qO4bIRAo+GGCH1VTOgtLmj6YLRsV14tvV BXuBlqGsjLtRt6rAT7MWU+z3kimKVa61P9r5x94p5WWAvuqGoeoF4PMY2XNlDrhOhNbRMj viECY5z/3/2y0Dcbv7Xc16A3nZuC89esYNn1yc3zEJ3EXvl4IArsaVQ+FKSnLICs3cQko2 tTBncjhDTWvaX0veITeQpO+v+NldN86iAqypFCWvnSiy+WxW9sRKWDO6Mti6k049h9MP+F RBOshmx2o27IYafEWwWaUc13m5LL59f3H6ypgW7rgX/6XlCti8t993PVZm/PVA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 263012, which changed state. Bug 263012 Summary: security/cyrus-sasl2: Remove INVALID_BDB_VER from Makef= ile.common https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263012 What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Apr 3 02:30:27 2022 X-Original-To: apache@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 954491A49F7D for ; Sun, 3 Apr 2022 02:30:29 +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 4KWHv92lyrz4pDH for ; Sun, 3 Apr 2022 02:30:29 +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 3FFCF15028 for ; Sun, 3 Apr 2022 02:30:29 +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 2332UTXv095609 for ; Sun, 3 Apr 2022 02:30:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2332UT2R095608 for apache@FreeBSD.org; Sun, 3 Apr 2022 02:30:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 03 Apr 2022 02:30:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1648953029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BnjqPos3MIMB5Eln2oSm8HZ2DKW/75rEFZGwct15K4M=; b=aVIKBq7jHgWhA71gJs64KCMp2NtR2w2rh13uqsm+tbFdGYghZq+FUq/AJF5XqNdlasUBl2 g6WB4wE0jkYhjx+miwP8Mps7uRn5X3csp3qeF8xLEp5JsnSe6S54YnqZ6ONWQv7HhHic78 /tMMF2COQ6qZMKmKuMwXm4Q+QnVuIW8kTFAEaUSuouHtHqjRpxbdYUU8xxjVE3uLQMFmjj XPw6Tqh72saskQjKdo+ynzeVfm5+8jwW53SdQFg/08JTjrXMILDsDJIkuHuKzjN6yQU0rD 1aLV+vIwZOEK40pc9b0P9Jc/kTq7qq6RzPNBqj2nGj/ff/2iU6aD1q+XHgbPwg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1648953029; a=rsa-sha256; cv=none; b=cZZRRGcBKJh0QqUl13uEi/0ftF23WdiNXfFJM35ttEXVki0Wl+hA7tDwO8ivDDtNPb4aUc jhQer+o42F+p98WUm8kM/h2+bkau3Fi+uS3SD9EaRP0tIREk8eR/JOX8ffeky3wb8rUjl5 TDSYs5K9e7pQ3lED6JleDop9fMQEAMGXxAAo0g4CAFDBiAjacc8ANpOLQrNFn4wkPQ/2oS N13F2lRtwkQPv/DOw6uy+cS9VGc43x/DWTvAKumvUOpmPIirOTP1VuJA3doXgBpnB8U2rk CIg0vpxLaTD0en0rKvYpL6IA0BparF37gBFFgI4VbM+MH/se738Yud/ZTyfvVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Bug 261523 depends on bug 263010, which changed state. Bug 263010 Summary: net/openldap24-server: Replace INVALID_BDB_VER with arg= ument of 'USES=3Dbdb' https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263010 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Apr 3 21:00:53 2022 X-Original-To: apache@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 6A2B21A6183A for ; Sun, 3 Apr 2022 21:00:57 +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 4KWmXR2rJMz3kGX for ; Sun, 3 Apr 2022 21:00: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 7B4FD24B90 for ; Sun, 3 Apr 2022 21:00:53 +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 233L0rVs092953 for ; Sun, 3 Apr 2022 21:00:53 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 233L0r9t092952 for apache@FreeBSD.org; Sun, 3 Apr 2022 21:00:53 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202204032100.233L0r9t092952@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 3 Apr 2022 21:00:53 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16490196535.3CDC.90949" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1649019655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IcO4P3lIWqQCwXj1KOMvZcbFJRa6fwLC4DtkDuzMJQE=; b=SHs72cHCOycglo1b5LFSzkG2MLtmHbz87oX883U3GvzoVXD5QyjVH0tZ80GhJNVstPmc7a bN/WvAM2KESePj4hrOwxgbPpGMR0LWHBQxpjwg/yHOHQQ+P2YSvbDpv3EDvZwTZM+ZrCzV OmmVX37IFzE92Ad8F4ked1W1/ukxBO+54m93G57JOF+W2TGZyD61uOKIE+ugJYQd7HUCCr dZTc86SzfRRkLLC8TVvPKgNVO+kXH/FjY1Pi1XyzYs/SqDCqooTMDil+t9mF7YZpH3BHwm 8kggf1l7smUFUztaM8MaMZnmOXzTR/L8S6Ng/Bv44B7AewBU+O2mqPJ5cIJGZA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1649019655; a=rsa-sha256; cv=none; b=g1YK6/uqkCZSZsFV0w628o+z7JPDvScz4FtKpB0x1Chx9nyHAlZZf+5/I/n1rimi7LOISS d3XW2drcwwdOB7iXZbGxEyjjeSB5teXT47dfu0rZVDAeDJikfY2n5dhYwE81I5wXJoilTi /YiwRpejG1huwuIYGK2iEFKraBFFSkFVgbGIoMJ/BSTdm7ZJUVoDCEqa3QzFDeIcbsSXFz DXVz2433QSWzQKt0w/riNruW9Yga5H5Z9SLYMUuV+Ppv8ln12qudIID5AnMTd5J43SDLU+ 5fq82dRiasQayN8dLAcya7069bPMosiA0MZ95E089jcJEYwHKofkDBGQP+Dylg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16490196535.3CDC.90949 Date: Sun, 3 Apr 2022 21:00:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16490196535.3CDC.90949 Date: Sun, 3 Apr 2022 21:00:53 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16490196535.3CDC.90949-- From nobody Thu Apr 7 16:47:05 2022 X-Original-To: apache@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 EEDA11AA3C56 for ; Thu, 7 Apr 2022 16:47:06 +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 4KZ6jk3yr8z3nSN for ; Thu, 7 Apr 2022 16:47:06 +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 417F113E39 for ; Thu, 7 Apr 2022 16:47:06 +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 237Gl6It044228 for ; Thu, 7 Apr 2022 16:47:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 237Gl6Aq044227 for apache@FreeBSD.org; Thu, 7 Apr 2022 16:47:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 07 Apr 2022 16:47:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1649350026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NtjwWZcqzhYJiNjUUbrpk3E+9kkiS00AjRrhHavmvB4=; b=Ldgrup0bwV2n9ovku6+73kAbv6OB2l4wZSQy+S3FgjVKwY7/BXViScDSL5V0peNOGl80uU 9iqswfQIBe1rzoUahIciPUcR90fAjrZPADPdslR/nDcUS2d/pWmNXnyyL5kM/hX/ulNUUZ ngXCGsG1saXaQEiXSib0d0uQmOWAq8q4jJ6l7vax7E7AGvw7f6wraT21kK9z3i6AipsJ1K mhRmFC4FNtS0XCyyJYd9SoV4ZqeC2f7heFFqiaIJxEm2Et2at3QyRFtPHUvlzc3AICKqxH JzunjrJowT4nFNwchDXBsIwC2tejeYVlUKLrcmiqpLvPtGcUanjVCTOyRTm0xQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1649350026; a=rsa-sha256; cv=none; b=DkyrZxK3VsSbAo/4SuPoMpOgkikvelu1JfpZKoa9arhGdswcaVKT256aiVxT1MrPVd9TvH X/ILBIRW6S1RuhS3H09mcci13whV/VR+FUmYwUpyycfk8j18CzUaCTb3iSA+ysWcyUy1sG kBcxVwTy213Ih/4+/4TovW18oEYpvuIELdKS+ixxzVDPGXpSH74U3E5QPHeol8QOiJo+XD Y0p5hmrgn84VU2msTjQhFsREuaqyL1+kc1v+oeIIV75ntAYnVWCOonW36N5ZJuJWA23MBO CmFXV2JPpmgMJgk2nXCaF9AFXmvOBvzKwPB+BjuaqGBLqWVkGdcE1J3C2MyuSg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Dan Langille changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |263123 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263123 [Bug 263123] net/netatalk3: Update to use databases/db18 (databases/db5 is = EOL) --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Apr 7 17:13:18 2022 X-Original-To: apache@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 097A41A83412 for ; Thu, 7 Apr 2022 17:13:19 +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 4KZ7Hy4j8Nz3tLR for ; Thu, 7 Apr 2022 17:13:18 +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 8169814604 for ; Thu, 7 Apr 2022 17:13:18 +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 237HDIMU060045 for ; Thu, 7 Apr 2022 17:13:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 237HDI91060044 for apache@FreeBSD.org; Thu, 7 Apr 2022 17:13:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262603] www/apache24: build with pcre2 by default Date: Thu, 07 Apr 2022 17:13:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1649351598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P3GDqs1BP2HJXhZshByP40MJmtw63BLHoV2jFC89Okc=; b=iixMwZYWl71B8nAmU6HLn5ntKUBXPnwfyfd6DO63y/JLIg1tMnx2+QeiYOP8kLW5VxWyYB Z2HI2+FYZWqTGAnRbnyXkUy3EuM25dvh0Lf7ivd3Ay1Yd5Ro2yHHnRwd6tYu3H7bCJWcfS wXBzIFKGZwgsg4TY3wkvKBo9QgnKeqLf0qyhyMhDEDbUwaOtKiuOspb3hDZGW9kvgbipJd 9/HQJv7Xu6LYF9LLJo92it+ZOmjfrK0NmrzvFSLOOnqaS/wQ1o06uCVJDk6lH/d4jqo2yz +REJjmo/ooV9ARvm0RU7kQnozUQLd/PJg7EGTVy3kcU2G9ZAEnyrIzj/fzGR5A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1649351598; a=rsa-sha256; cv=none; b=aIqyLLaJ1RMgCuerY9dN/lNyUIauE9UDiRyFioWD8kBI/MlDrsTS89FxTpgYR74FrLszaX To37CMK0mYrY2dvWIeLNeqKQoFbuNvtgdqcobnHreklbJTOIyUo1PbDH2Trvup5mlUzeF/ 8c0q/NEhGvzwzf7DSgrd9wt4D16ygs7f/XaZ9iHFmACQwTgxhzns+STajq0n7zgnX86LD9 ALlnWEyzlKOtAAkdSlZCP1mzENS3uAA9QegJqqiezYx+G1RDLqeoeJ8vZv1cdRK2+tKcKk JfiDzXjIFjU1kJ6QeNu1zh/jxBdPDgHt+bmdoRNeAh9RigPN9GH3H8Sku+lhYg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262603 --- Comment #1 from VVD --- Something wrong? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Apr 10 21:01:05 2022 X-Original-To: apache@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 792D51A95419 for ; Sun, 10 Apr 2022 21:01:10 +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 4Kc4CT0zgWz3j73 for ; Sun, 10 Apr 2022 21:01:09 +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 5075115F95 for ; Sun, 10 Apr 2022 21:01:05 +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 23AL155E020335 for ; Sun, 10 Apr 2022 21:01:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23AL15RG020333 for apache@FreeBSD.org; Sun, 10 Apr 2022 21:01:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202204102101.23AL15RG020333@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 10 Apr 2022 21:01:05 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16496244653.f9C3d.17147" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1649624470; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dsSnnxiFQht69QzoGHcRjL1I22wWrYGplquR0zuAALo=; b=YN5u2yv1d13ay+grUU9zb3Mlg/5XJsQUvyLoitSn9myzOQUGe8XlTHOLjk+3hSMN9YOvmE f6rx57FVZWjG4wN/pzEZnb0bYW8ECugg2SZQbaH7h4h4kFr7O0nddL23J8Fm2uHfpyFr2B 60Of12HmieuTfckRzsEHz/F5VOr/0hkjm/BW2kd97khdUN/fUNkRfeJmeaeE7y9iL7iXw7 I8F13Vlqrb7CVnIV/6TJlooTb+kJ3j01w+P6bw9tlE6XsYfONM3sWwbGRoU6jCS888d1Sa +nL0tJAR1QyerR44pNLRwR7FXeeyHOsxmk2b6GM6Vsr29vei/W49bmZUcvHjTA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1649624470; a=rsa-sha256; cv=none; b=oMQ9oG8bISxk+W3nLyc+p1H1s2FRxlXRejxsikI5F96QttMjvMQieRv+19TS/Az8jof79v W39BjtMCZUfsx0Quj0CMMfugnH4I3CW5jl751jy5TLhnZ1fNBThVsQDyF56AFoaY+lFOSr Js7aJ+yH5h8JoOYPRQU2G/+pJ/dS7R19KK/CSu7gaulosomhTy/EMpCQLSXdTFyMbXytBR uiQ0jexZZfMEHsK5gn3uG4cCXlfc47OZPCLs4pMniTWNAWkKodsqW/7W652AkPJE7QPhQl fvQU/FaT24+ud91ttUO7pU7potXFGfG59JLIf4Qz4lFMdaPvPGdetoHsNQk0DA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16496244653.f9C3d.17147 Date: Sun, 10 Apr 2022 21:01:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16496244653.f9C3d.17147 Date: Sun, 10 Apr 2022 21:01:05 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16496244653.f9C3d.17147-- From nobody Sun Apr 17 21:00:42 2022 X-Original-To: apache@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 E2FF47EB020 for ; Sun, 17 Apr 2022 21:00:46 +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 4KhMsl40nXz3Kg5 for ; Sun, 17 Apr 2022 21:00:43 +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 AE658256A7 for ; Sun, 17 Apr 2022 21:00:42 +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 23HL0ggU020206 for ; Sun, 17 Apr 2022 21:00:42 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23HL0gv7020205 for apache@FreeBSD.org; Sun, 17 Apr 2022 21:00:42 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202204172100.23HL0gv7020205@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 17 Apr 2022 21:00:42 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16502292427.bADA.17539" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1650229244; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=eNIx31b7+xhBJsXyQo+J1sI8aB0Li973VWie/r/Wahg=; b=tQBt0q3mAYVaMLgLh5PNP3PM5N0N+FKnPicJRFWumvX0wWP4zPRsHqClw5dKdpJrPAUCMM kyFFcT1BKYr4YrrPLDPYs4ENIjVx1YajIGBKbePmpq1QX4g93/05LnMXnAZvlK/rMdLjTQ lVJFWJBN/JU4rsn5bCEkXAYT3mZcgy7b6lR2eo7lmyw+gUczXfgTiYXTCVhYYDc72beskW U3aWSO67xIiXt0SA+nMmPJeLSKjj2ODpL3nuUPLa/sQKsqsSGR/W2HJaIzyWvBIWKd2yFO 8MwP0EtUX59ReBqgF/Lf/MWnJRKatDVrVkyzD6U3Ew7vdk0FDugIeT/ZwzTsNA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1650229244; a=rsa-sha256; cv=none; b=yCI2RpmaD9BYG94dJ/ioqc9NP8xZ6HMFX0YTWfvmG09yIoyhEe5oEghWjaTPkfk6zDUF0t mipWYZQaidObhVONjbqmTkiYNBfOjgWwVZlgEcJrquyXBNcgitWZxa5cNqFWpyZHTBWJxS 79b4Ihms1nuD5P42R4Aze0F5nY5CZ2jXX/mfLMr2Q3bbABmvarVPvZKvLZU+Cgd9LMc/7+ y2C9lc4ptNnEuZItKPwQdKhGwOSdZ3/Jrpb5oh8l5C7d93ULOPlzZRz9kLOJ6Lu6jNV/FC xlF2+tbpt3WHOy8E9sUguWEj/0nlKuVauyyKKm1tayzojl5Ee2bkiW9HhYg+sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16502292427.bADA.17539 Date: Sun, 17 Apr 2022 21:00:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16502292427.bADA.17539 Date: Sun, 17 Apr 2022 21:00:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16502292427.bADA.17539-- From nobody Sat Apr 23 10:53:17 2022 X-Original-To: apache@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 823A71A84E5F for ; Sat, 23 Apr 2022 10:53:17 +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 4Klp652YxCz4Tw2 for ; Sat, 23 Apr 2022 10:53:17 +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 3826A1086B for ; Sat, 23 Apr 2022 10:53:17 +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 23NArHjm058958 for ; Sat, 23 Apr 2022 10:53:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23NArHHN058957 for apache@FreeBSD.org; Sat, 23 Apr 2022 10:53:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262603] www/apache24: build with pcre2 by default Date: Sat, 23 Apr 2022 10:53:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1650711197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nuDQpSVZv23z8e7rI0aPP+ysQCQB7vqrAbD9wRRwo3s=; b=ejYkQZRNfwJo33DT+xDf6uLFulmns0DHckmm4+Pnt0esWxdRMaLRP63Lbj9o+upkVIVohM lAER2oPKklmfetvL86rCAetgY44AGFykD+slS0aMCD34EO+/0ypmkDA9MjRAGGe96B5erQ GPVdG25FcEJ9UVefsksG6zQeS6UAB4NOTFSyS8T8IoqJNtXvb5umhCFunQeuZ+DX5TKCj+ 5NYJ5Z06Q+rYv4ujtA2XWTO/0FomOht09lKGTlhhZ9CcWYGL4WW7GD98krwNzKhZtLNPCu pxyIRekc/JrZhq8qiK/kY7cPJpU6hfGEKb9e5edlxupZiMTm+ApMkGvH3k8N7A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1650711197; a=rsa-sha256; cv=none; b=aPhEu54esrFNJs1OYZKb5N6hJBECovFf3UKxc2tBeHMlytEUXs1wZXGTZ0v7tBipyvp1ss 2l7OSjnGfeNF67opmiZtkZSlXI3SYU2W0Xk1U3lfghj3oYPr0BwqEUJ6wvwhWQ6Neqm+ch 8QUZ4tzuVfquGHwq/ra7XKC7Xap0VC1bQAmWx+6/sNM0R+u+xjot1CKosN7MRuHZr9atJy j2sBErAtuam6Erx6jm0XSCtPy4tfqB0DqAp57+mC70NV5LWEtdy12GjKk+J1iF7SCNQ68w Vc8M6IkWD3Vut1VXtFAEv/FZdq+CHXPGICOLJHfrnGETRkuD7Qg4GgJXLV263A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262603 VVD changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |exp-run? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Apr 23 12:25:35 2022 X-Original-To: apache@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 304A419885A1 for ; Sat, 23 Apr 2022 12:25:36 +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 4Klr8c046cz4fSx for ; Sat, 23 Apr 2022 12:25:36 +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 D24AB11ACE for ; Sat, 23 Apr 2022 12:25:35 +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 23NCPZuV003679 for ; Sat, 23 Apr 2022 12:25:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23NCPZTV003678 for apache@FreeBSD.org; Sat, 23 Apr 2022 12:25:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 262603] www/apache24: build with pcre2 by default Date: Sat, 23 Apr 2022 12:25:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc flagtypes.name bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1650716736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TEjJ5AeOGvNM2g2rDUPcNAbwVHg73E2lICdpRGrv1dg=; b=NwTiUBfR0Gpbi/aGGwp/+2bWHDg8KmgQFcfDQ+ygEFN7oEyGuxmVXzrXgGJ0DfLJy1zxs1 OJqQkxnVYZjnfqhC42pxwzDEtM/jIZh5rTLxuKkEouaRrzWj5HN3fgQRgwBqf1P7U8ttDr ftgHk4YAm2FRWNrBb3IW2Uu9xI4IjAn2BDUCj7WdsOVHnsShSwS8jqHezYcxHyVLnZ+yHh 8o61VofFdes1gDMh6Itg1Jl80AmAXBBMflHLQW1hW8DW8aiKy+ycOUCFF3jM2bjso7Wnj0 NV+BDv1CUmDhX6rQLxxMxvdsF44Xp9C4d/SumDijgPgyXaD0AKfRcYZ+N7Q3Tg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1650716736; a=rsa-sha256; cv=none; b=ij4+g9dgp/ClmZ7fWK/vqw/AXsM4Id3zS510tkdhhlfgC77GBGXrmw/zDZPljD5yQOGrwK vZDdfgnfPUQPt2mYIqtCGyKMP5UJhFHCAkeAfuQTt/h02wANet0HKnNxmj/0HpoQq1Urda vfI/vzGCX+AKqm5iUpssavTSekoAUF35ZhvEyVvnMMDTau5tCqSlVSXoq57nwqdrOhxKsQ q3HD+F0vnlv7DvZ9Slhhz/Y+5F3zfnEbVLmhIxAZjCOb0himkigUpSuqC0cF3KKFqbohYa ODqMQSgHZwOCCvH7V9hxkErzi75xU4MCYv/d0vIKik/P7ITAIFE7oPMJiPZXyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262603 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Flags|exp-run? | Status|New |Open Assignee|apache@FreeBSD.org |joneum@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Apr 24 21:00:14 2022 X-Original-To: apache@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 9D5DA199C0F0 for ; Sun, 24 Apr 2022 21:00:15 +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 4KmgWy57zBz4wlJ for ; Sun, 24 Apr 2022 21:00:14 +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 743EF54B8 for ; Sun, 24 Apr 2022 21:00:14 +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 23OL0EL5000833 for ; Sun, 24 Apr 2022 21:00:14 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23OL0ERF000832 for apache@FreeBSD.org; Sun, 24 Apr 2022 21:00:14 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202204242100.23OL0ERF000832@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 24 Apr 2022 21:00:14 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16508340141.da98E7Da8.99744" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1650834015; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=8Cfljb3v+jiulG3ZQKbTQ4g9mZVA6HrJBPjZl45S0hI=; b=E5qJSvDmZNmGsynG8eoh0AQ7NmfPCIA7T5mjxu5ptyc34V88d9HT1u648djmVPDvXbNuR1 YcmY0fpen1bSWI9L1e2sTL6RbJOlqyu/R3GG033WMoVbuoFXzhIcmbaXr9f2uqrUNH1rro KU7DXOvvAZzzjIwF87vYIQI5LDSQx8Byv9IeaWs58p8KFjHy8PmoZ8uGttkmGXPitQmetd BdktLb+sWe1lENZdPkvRu0UY4PRw9PjbYa5QVm/ISLqrgBFelFoaX+xDPO/GudYOYwYbaJ 5jRkJ9M2GY8VEoa2x6ETSEcZSKT8fIvqYPqCnWuLWGYEZ/UgoFeoTUzMJBsmFw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1650834015; a=rsa-sha256; cv=none; b=WuoHOSxCTHK67FWwxewYK7UnnARgr7iUYfEvu4QBGnGJ/h8MXK6R0YhzDvTCxDlC+MA3b1 SOdvagS/LwXeonA6ycJYPlJ669gCrFrEjEDUQkJ44yA2FTjR4vHxt14PEakgVIVhHV+J5V ljkHcbH4u1W28954Ys0Umr9RQez98d3gX1ZySMdTZBosHt62rb230i78C1lfL1BdU3PQ1P dLIa5wk1WPW/Gq8Mm/+tKyw6BkK0B966CoB3SpRImGeqMi/UKoAKQNlSLj8P7NeyyRHbGo KRaT/xqYQvldD+/ajxSXtf3Px45iei7Yfq0hOOCxhqtpqvcpuqcfx+1j1NRobA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16508340141.da98E7Da8.99744 Date: Sun, 24 Apr 2022 21:00:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 262603 | www/apache24: build with pcre2 by default Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 4 problems total for which you should take action. --16508340141.da98E7Da8.99744 Date: Sun, 24 Apr 2022 21:00:14 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    262603 | www/apache24: build with pcre2 by default
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

4 problems total for which you should take action.
--16508340141.da98E7Da8.99744-- From nobody Fri Apr 29 12:15:16 2022 X-Original-To: apache@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 0E83D199B65B for ; Fri, 29 Apr 2022 12:15:17 +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 4KqWdw5Jqwz3LHm for ; Fri, 29 Apr 2022 12:15:16 +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 96C074C2C for ; Fri, 29 Apr 2022 12:15:16 +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 23TCFGns092242 for ; Fri, 29 Apr 2022 12:15:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23TCFGTS092241 for apache@FreeBSD.org; Fri, 29 Apr 2022 12:15:16 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 263655] www/apache24: Remove automatic mpm fallback configuration Date: Fri, 29 Apr 2022 12:15:16 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1651234516; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DXWDuZNZ+3HsmheqAYmYI0jvI7a+vMboUxSFaeKPJ8c=; b=dvWCOIjrhbDiPHrGFFgv4a5UN1ilK6Qz4QhFFyNsXIxBULupeqlZLT5HiB3tfkZn7inpJp OV1LyZ2wZHhYzhgXu5Na0Yh4IfNItQpdufoXGO6AW5tSLz3DWimN1jEjjLTk5VI+94/8/w wxoYCxMMP64eNvfWKL9iO3nHWlOxTzyklOONVpxZqRQK6LBFJUKUKKXY3xmM142D7lFlL/ +/uMWX0grjhDUMJWWf2El+0ZeyKASe9R5wD8UPc9IEC2UOmUwCCFq1sVDeCIyaBTUrg/jR d1JnCZcMRu9eZoS1pdKkQVZPQJ/8nYPczbSAEx5A5eTx9uXD4N3DQd+AfhWrBA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1651234516; a=rsa-sha256; cv=none; b=XOLk+u76ptUPcA0HFHwqcyNS5dnMEZ6NOi5Q5cyaCD6OnlNQoCIlhlFKvBNhPFWXKTNco0 7YFMacNi/YFv41VEFVyQPE9k9UOYGFtq2uCb+dQ/bWWig60fMTtPcR0KZjDhEWmr6bGY0+ nR8twu7BAvsZuR3oKP1fUuVaJ2M6oMe2x8C6tSO73Z9ALR52YNWmjzLgRs2m6s+5/Segwc B40oq0EJWUIRmRV+IgVwxPjI1uPMhaPqTvuX6AdpcvOA3/AlwgEAtffCRWBTdeN7/q+r/4 mDez89KbJo0p5bwgT+t32QvoANkyZdo62N1oBXBAZFiSN7tj0UGSyFNApT8JAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 263655: www/apache24: Remove automatic mpm fallback configuration https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263655 --- Description --- I'd like to propose a patch to remove the automatic fallback generation with mpm_prefork for www/apache24. Currently the apache24 package greps for a present MPM configuration in http.conf and creates a fallback configuration= in modules.d, which is included by default. I feel that this is problematic fo= r a variety of reasons: * It doesn't account for modular configurations: If the loading of an MPM module takes place in an included configuration (as would be the case for m= ost modularized configuration schemes, which are increadibly useful and common), the script generates a fallback configuration that may cause apache to eith= er load the wrong mpm module on restart, or cause it to fail starting alltoget= her. * It doesn't preserve changes to the file: Even if I keep the 000_mpm_prefork_fallback.conf configuration but uncomment the LoadModule statement, the configuration is simply overwritten on the next update/reinstallation of the package. * From a philosophical perspective, it feels like it's overstepping boundar= ies: We nowadays ship with a sample configuration that includes a well-intended default LoadModule statement for mpm_prefork. Whichever way the user decide= s to modify and diverge from that default configuration should be up to them. Creating non-sample configurations in places that would be sourced by defau= lt feels like it's taking things a step too far. Judging from the commit history, I think there was once a point for this ki= nd of behaviour to help with the migration from a static to a dynamic MPM back= end. But this was in 2015, so I think it's time to reevaluate this and, perhaps, move on. As a minor note: I think the configuration as it stands right now doesn't e= ven work properly anymore. At least my apache complains with the following: Syntax error on line 21 of /usr/local/etc/apache24/modules.d/000_mpm_prefork_fallback.conf: Cannot load libexec/apache24/mod_mpm_prefork.so into server: Cannot open "/usr/local/etc/apache24/libexec/apache24/mod_mpm_prefork.so" I've attached a patch that (I think?) removes this functionality in its entirety, as it really shouldn't be necessary anymore. All configurations h= ad ample time migrating and new installations come with a sane default anyway.= We could still preserve a warning on install, but I'm really not sure that's necessary anymore. In any case it would make my own personal use case a bit nicer to deal with= , as I have split the individual modules and their configurations in seperate fi= les in modules.d and currently need to pay attention to this everytime I update apache24, but I'd love to hear feedback and different opinions on this. :) Cheers, Sascha From nobody Fri Apr 29 12:15:16 2022 X-Original-To: apache@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 382E2199B905 for ; Fri, 29 Apr 2022 12:15:17 +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 4KqWdw74LXz3L4j for ; Fri, 29 Apr 2022 12:15:16 +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 D38484950 for ; Fri, 29 Apr 2022 12:15:16 +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 23TCFGEp092254 for ; Fri, 29 Apr 2022 12:15:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 23TCFGPi092253 for apache@FreeBSD.org; Fri, 29 Apr 2022 12:15:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 263655] www/apache24: Remove automatic mpm fallback configuration Date: Fri, 29 Apr 2022 12:15:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: ports@skyforge.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1651234517; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YltEJiP1yMO21KZlpTWFr1xWQI3uweuPrEN0TAC6soA=; b=TBgFS1cqAdJuROU9XUFy7viATzmVOI89OR/rofBJL8COYP0l+iNJD75yw3EVmzZbHYtFYE XdW0/+3uI67ocoq2efnUUHmu/21GeHzcEPSrhGzdpHXMcHD+2QFkTTw/p74Xa5Id9X1K5g BHTrqahixC6YxHDY66iJceXWsiw/zyXOGyNMK+wIawsvzK+Y/dTfM9RqbHKEahq5V8n13F 43dOmxOP/9H4iXebvmkos7PnuojTkkj3j0hVvv/THvGPC6qxIKp95C6cWaOA0AIY08o+4n LFy4cyuoKjDnXooWaFA0XpcpArBUdIEWZ5IKvn6c4TiLIovAQcDwAfy220iRhQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1651234517; a=rsa-sha256; cv=none; b=XMOn7GI5aE2He82TXWxec9pShM1eAGQPcLI5iZFLS4ytsM1XWUyt7Zgc+vj+sH6P6SgECI 0CNRKxXRgwK8h9EwBZZH6EUmLpPI2cPpuhU4uMoCFPUn4CmZp0iOINb2vaXvCIHUezIUjn euaDV1TTkMGMmYvp71lFi31Y+DsFOLP+XBW1gSwJKPOVKog8zPS1OEYjqk3ny1P+tW4PDr SxXlP9W1+z6mOBwucYRq5wC6XlvE4MP8IyR37gu3C/5/Ppq+yTe1Sd9af53F9VpH+U7RVE E7XnEUUhTtKmtw8ZKes+z+tHL6E6GAjF9KE+70UfuwQLPiNI6OXNp5KRnPVD9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263655 Bug ID: 263655 Summary: www/apache24: Remove automatic mpm fallback configuration Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: ports@skyforge.at Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) Created attachment 233582 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233582&action= =3Dedit www/apache24: Remove automatic mpm fallback configuration I'd like to propose a patch to remove the automatic fallback generation with mpm_prefork for www/apache24. Currently the apache24 package greps for a present MPM configuration in http.conf and creates a fallback configuration= in modules.d, which is included by default. I feel that this is problematic fo= r a variety of reasons: * It doesn't account for modular configurations: If the loading of an MPM module takes place in an included configuration (as would be the case for m= ost modularized configuration schemes, which are increadibly useful and common), the script generates a fallback configuration that may cause apache to eith= er load the wrong mpm module on restart, or cause it to fail starting alltoget= her. * It doesn't preserve changes to the file: Even if I keep the 000_mpm_prefork_fallback.conf configuration but uncomment the LoadModule statement, the configuration is simply overwritten on the next update/reinstallation of the package. * From a philosophical perspective, it feels like it's overstepping boundar= ies: We nowadays ship with a sample configuration that includes a well-intended default LoadModule statement for mpm_prefork. Whichever way the user decide= s to modify and diverge from that default configuration should be up to them. Creating non-sample configurations in places that would be sourced by defau= lt feels like it's taking things a step too far. Judging from the commit history, I think there was once a point for this ki= nd of behaviour to help with the migration from a static to a dynamic MPM back= end. But this was in 2015, so I think it's time to reevaluate this and, perhaps, move on. As a minor note: I think the configuration as it stands right now doesn't e= ven work properly anymore. At least my apache complains with the following: Syntax error on line 21 of /usr/local/etc/apache24/modules.d/000_mpm_prefork_fallback.conf: Cannot load libexec/apache24/mod_mpm_prefork.so into server: Cannot open "/usr/local/etc/apache24/libexec/apache24/mod_mpm_prefork.so" I've attached a patch that (I think?) removes this functionality in its entirety, as it really shouldn't be necessary anymore. All configurations h= ad ample time migrating and new installations come with a sane default anyway.= We could still preserve a warning on install, but I'm really not sure that's necessary anymore. In any case it would make my own personal use case a bit nicer to deal with= , as I have split the individual modules and their configurations in seperate fi= les in modules.d and currently need to pay attention to this everytime I update apache24, but I'd love to hear feedback and different opinions on this. :) Cheers, Sascha --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun May 1 21:00:12 2022 X-Original-To: apache@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 348051999DC6 for ; Sun, 1 May 2022 21:00:15 +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 4KrzBj4FX8z4R9X for ; Sun, 1 May 2022 21:00:13 +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 16F6D1C878 for ; Sun, 1 May 2022 21:00:13 +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 241L0CZx020291 for ; Sun, 1 May 2022 21:00:12 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 241L0CP6020290 for apache@FreeBSD.org; Sun, 1 May 2022 21:00:12 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202205012100.241L0CP6020290@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 1 May 2022 21:00:12 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16514388127.67E45.19341" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1651438814; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4b7t6vihevEn/Jdvqm0qSJuwF0dFxuUVjA0Qj0iim0s=; b=X8VNXxPPNHJIaSxVFudEwhB8a80eUSi2uKFeOW7c69Cs4T++l8ypbyVUGcd4NqoJ1s3sB4 2GuCpoE0vB39ZvmB4c+AMiRdxc8o0f3TAClyzt2iuKSkdGCDeD0LBAdwoCDxMYI6kP5Rej TXML6P7SKKYuudpjvAlwpqgkS29Hz0Go73exMkHtNGXGu37w0qmGy6iX2jr9rwdSkF1BqF 4d9Zk1wlZ2sQs8gqqCrHSvy9o83sA2L9vQYOtFp60PbsZA1sHcrABVhU/lj8Upx1JU5Rhf hOE/h5U3aBMTJN+RWma9+T2G+SDX1o1tREhnhn5bIoBR2cRwFln9dE4BEESbHQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1651438814; a=rsa-sha256; cv=none; b=jaPHmE9jPWKQ+s4/QRBh4E0WrIjIUuPI2+H9DolTh8DCcp+NS9eZw7pcqL3yJTu/RkSCWy g1Fl+v+Am3dvDEblyZeAJ9E8NhPCvsFXugoL7Vkt2GNd/Awju58s96lKuHkGF9kGVzuYpU n/yOFTaG6vc5d5TJ0qHcUxcNOu/85MQgLM1sJEw4LSh2STQ/vJwVGhhYmPFYhEXc8/2wO2 0r6YfsIYGwtLZCY8dNuudOoxH77/18e9C7zqSejF9TpvDdXmepWGPe3grc7bDj/u/pivim vUbRXaCO0nQtsDjf0XsqngfEQBu7FkFD0O9qsdWe3PcQohJw300KG8thI0pK9A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16514388127.67E45.19341 Date: Sun, 1 May 2022 21:00:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 262603 | www/apache24: build with pcre2 by default Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 4 problems total for which you should take action. --16514388127.67E45.19341 Date: Sun, 1 May 2022 21:00:12 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    262603 | www/apache24: build with pcre2 by default
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

4 problems total for which you should take action.
--16514388127.67E45.19341-- From nobody Sun May 8 21:00:26 2022 X-Original-To: apache@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 176041ABB1AB for ; Sun, 8 May 2022 21:00:27 +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 4KxGsk3ghgz4dpQ for ; Sun, 8 May 2022 21:00:26 +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 1B51E2B96D for ; Sun, 8 May 2022 21:00:26 +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 248L0Qrs051703 for ; Sun, 8 May 2022 21:00:26 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 248L0Qaq051702 for apache@FreeBSD.org; Sun, 8 May 2022 21:00:26 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202205082100.248L0Qaq051702@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 8 May 2022 21:00:26 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16520436260.4b66c0.50514" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1652043626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7745hJunAo8LsKbjS3FK82PSya1Xk+t/AHgZ4g1OsNs=; b=vKJ5sq1UUnXgWf1L4xtrfIRnwPHF1HnLA1bIT51PaBVOcEj3spQ7CaN8jqI8re4ZsQmqJr wyOORmelgBnYrj8EYUgReLO/9V+k9udKVC9Vo8pOGkTT4SE2RWxlz/UhIuAeAIEM9JuJbP UjM4VqqTZSnVFgJ4m9tEErup+V0XSFsKkJnlE/2Q9vqt8tN9u0h9kDfVBcpF3vdBHG40OR SiS1nMVyswI1BUs1sm02iF71pw97snohwN3SeII/mdoMk1QLPdWeaXQ2IoqAMts/DtPIAs gMKl16UjIvmZv1f5sR+Iq2W/7Pi0fHMic9cr0OE1qiYBQa+uPSyaYF+GOQk0Sg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1652043626; a=rsa-sha256; cv=none; b=vEB/eABEmHZJ02Vi48BzLO8hrMZuLoWiy7ukeJo5JpJhacwiObCKo64SLvkQOuJqlWw40M 8TdU+4ow+ou70C9WI0B04iJW0x/UigS8mUePcHBu1epO9FHP/rw2vFQlJOg5VFPNvaccZ5 JbHEFSdyCmPxC/upyuI1dyrnLMGoRpiHl+PAbHuunbxlqGhYhMtv6RDgVBWc4OCyZb2Nxx iL4kLdxnZhmFgYd/U3G4YsP8u2eYtxNVuwoPeKNlJJa0dKuBuFDd5kY82oit7NiPJhCXB3 lhP4Ytern19cEiPe0unw0cfyb8YBtynf5F6iiXwl+MxjzsCwQGNl/EPkI2ZeAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16520436260.4b66c0.50514 Date: Sun, 8 May 2022 21:00:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A In Progress | 262603 | www/apache24: build with pcre2 by default Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 4 problems total for which you should take action. --16520436260.4b66c0.50514 Date: Sun, 8 May 2022 21:00:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
In Progress |    262603 | www/apache24: build with pcre2 by default
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

4 problems total for which you should take action.
--16520436260.4b66c0.50514-- From nobody Sun May 15 21:00:07 2022 X-Original-To: apache@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 11D2F1AE873D for ; Sun, 15 May 2022 21:00:10 +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 4L1ZX91R7Tz4kNg for ; Sun, 15 May 2022 21:00:08 +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 C440912E52 for ; Sun, 15 May 2022 21:00:07 +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 24FL07gJ072542 for ; Sun, 15 May 2022 21:00:07 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 24FL07Ot072541 for apache@FreeBSD.org; Sun, 15 May 2022 21:00:07 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202205152100.24FL07Ot072541@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 15 May 2022 21:00:07 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16526484078.826a9c8c.71639" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1652648409; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7EXgSTLWZcFkdCTkCIsP6d6HU7ZuEsIfpmlAI2Py3XI=; b=fQCI+DUiIjKMWzxOqJXkkNo7MILcZthbOtHUIKYLSO5yOPNAG4Gk591OmkpJZ15U9EzCvz zFqpR+MyDYqImZYbaVPDOhH5fLpPNJ2ivMZvbQnUcNiA2QoDQMm9LigOnesgfcKgN9BmXD xrbkCXzJlPE3fzqqBMNAY153ccUcC+gduCj9cER4aqugV0IihfgYKTPqLutaoAzhG/6slj WY/hiiz2LqpaNs/F2EpJGo+cSyXYEodcqkt6vsI7tQbnN/pfgV//UlD6X04JvGZn3T/tOC cMtuH80aiI/QBaSPyqsZaEcSgml6WeC0XNvl3NJFV/yOyGzGlIIn44NYri5lZg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1652648409; a=rsa-sha256; cv=none; b=rXKrro9gGHBAsLthZhxd8rgFp7cU1LIkcWTHL5x1DCQqwuZQH07TflJBuCi/tmGnFwWxSq ftiOKiAWgYReoVcml/HkVSMqF5RnKvYfGY7l6NHfn1kCrAp+kY2ASWE00TG/MFOpcnMHJG odwgfqDSJ2YklXasRKQMwTb7iIKMSFcWAslLdPgJfbojytcSDfRpUvXrYGqS9/T+fEvjYQ vehDr4j6STOfXqwkSpyz8tLYQ5NCn40+iCYtCGZCbMdL6WQlUkDy9rxMZh7BI7Qz2FPtH3 tBDSxx8mNITNBe7t+RQtBlo/hK56nDzomFMspikNjmSE+4uEKNI8vazHgsieOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16526484078.826a9c8c.71639 Date: Sun, 15 May 2022 21:00:07 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A In Progress | 262603 | www/apache24: build with pcre2 by default Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 4 problems total for which you should take action. --16526484078.826a9c8c.71639 Date: Sun, 15 May 2022 21:00:07 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
In Progress |    262603 | www/apache24: build with pcre2 by default
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

4 problems total for which you should take action.
--16526484078.826a9c8c.71639-- From nobody Sun May 22 21:00:33 2022 X-Original-To: apache@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 B6F921AEEE02 for ; Sun, 22 May 2022 21:00:35 +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 4L5tCQ0ggHz3skp for ; Sun, 22 May 2022 21:00:33 +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 5E16322677 for ; Sun, 22 May 2022 21:00:33 +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 24ML0XmF012193 for ; Sun, 22 May 2022 21:00:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 24ML0XbM012192 for apache@FreeBSD.org; Sun, 22 May 2022 21:00:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202205222100.24ML0XbM012192@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 22 May 2022 21:00:33 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16532532334.f31bd5fB1.10678" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1653253234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2taDpl5RxdY8xSumQVEDSOMev+P7Th0z0bksmVAxTUY=; b=kUhr2OlcoaFIDgiNqb4vEt4JspHdHmmZ/guHYyC0mVWQlD6wVHJzeB3xckh85R/P/rm+XJ mp5fPJEUj0pSt/OqBpiXcDH+8PvkXb9rp7OOZyYSQ1ykWv0ibn2OAp8+yfM9nFs/0+uxS5 PTqH2B8JOOieAqKqPkCFiX4tmhy224BYvmimhI7SVh4BAmjuMC0PPkz5nrWllpUekJMQpT 2b5xwrnWwbX+EJkeI4u5kWRir4yodRwpRm4tqcnc+Ij61q29Faq+tS4d0WoIcShg0XvMSX FEPU0+g4sgeVNLWJZPY+cFszphf5iZsIexRwti4Kfm5OgD1eZ6D5IniA/3PLYA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1653253234; a=rsa-sha256; cv=none; b=j3azEciLZ1p0qJDSjK/cT0Lv88rCRJbC25AINgN7QL/F29Hmt3bwJGRrbppXjd6dvMQU9/ NQUlmv3b1CQOH3TuwEjGBkpxDu9nzAd0PO9jqInnqsXIeQQJvR+xxkB5302frI7615BP0m muq/rz892rjPEcTdQ7nMvdUlSMPDSr5RyJFYdEZxpENChNoKHx5lPQFhB32tm7SKuzl8xa f4Fr3llCwsutqiAWzodyjKO3yG+m+8vnhMFfpVTSJ6CKxi/IG3t1gW8zJKVSt7Y2VqHrQf h3VuylCifExGw/zWrB8yTrtT62NNoagHndNXEaOuh92c3JNZpiORjjAQjk0GmQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16532532334.f31bd5fB1.10678 Date: Sun, 22 May 2022 21:00:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A In Progress | 262603 | www/apache24: build with pcre2 by default Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 4 problems total for which you should take action. --16532532334.f31bd5fB1.10678 Date: Sun, 22 May 2022 21:00:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
In Progress |    262603 | www/apache24: build with pcre2 by default
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

4 problems total for which you should take action.
--16532532334.f31bd5fB1.10678-- From nobody Sun May 29 21:00:13 2022 X-Original-To: apache@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 248311B4613F for ; Sun, 29 May 2022 21:00:16 +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 4LB9sn5dXYz3CdV for ; Sun, 29 May 2022 21:00:13 +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 48F431A50 for ; Sun, 29 May 2022 21:00:13 +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 24TL0Dse098683 for ; Sun, 29 May 2022 21:00:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 24TL0Dj4098682 for apache@FreeBSD.org; Sun, 29 May 2022 21:00:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202205292100.24TL0Dj4098682@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 29 May 2022 21:00:13 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16538580132.cF2596.97661" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1653858014; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pHNQvEPyhGm0M2qH5IhABcx9u7mkSQGG5+xmx0dKF5s=; b=D0EfGwNakbwRqsvDZQIdJOOwhMIBuTGKBlPhXcAMhWHjWFuQdhlMflfLiEHe6e2OJx4XUz upo5To21HQh65ej6S6DEn9jxGsypHAGOXzua8kBFd2A6TnC1vfgxPCmt/CX9GnQzMcwf21 x6YBabeCTH4iIISOpTf6fXxpeD6GQyltkjMCgj3WH5tm/QFQTnGxwrCeRIg/OhcqBGIH0G vNl6L3qTZeKza9CPHwTZsAOf8bJRqzAd54KAHjCJS03BsyIHbwGTKsPU0o68L5Wy0oi2gA gzaYPPQ3JXU1r0K3mMo9ttbzPouEQWg6+Qby2Ja6lxX1X60n+o8Mb8rt9Ucs/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1653858014; a=rsa-sha256; cv=none; b=W86iBJiOMgKqLSf4mPiCwHk1H8BWqeppZ2d6ng2zVKfhPnHG2PSZLV9MduWaUW16cFXnXB WChTcjGDm11RDR8R85z3jtq2DkUf+z7jOfIP4xMaWsKeP3EIdyVTaZTP9NiVwyoxjZSWw2 HF5VmI2rkWkh5/cIqj+1RhhbXktUHAQye4xbwIRr8TIIuMKZMegpD9Q86w0JhtDB4Z45BM zuZtPbyjBsBafW3u0NDa2Ontx1gljBBuqdz9PBnyBnqTZTY+B1siY2SMNr3ruIxtjr1p9V 1UYSAuz4xHJaYYPYgZ7vDLNQwQ+yiV9P1HGV8BTBU5UG+hIaj+Kk4w8MTdLs7w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16538580132.cF2596.97661 Date: Sun, 29 May 2022 21:00:13 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16538580132.cF2596.97661 Date: Sun, 29 May 2022 21:00:13 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16538580132.cF2596.97661-- From nobody Tue May 31 15:05:11 2022 X-Original-To: freebsd-apache@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 2AE1F1B5DD4D for ; Tue, 31 May 2022 15:05:43 +0000 (UTC) (envelope-from builder@vernuftiger.nl) Received: from out4-71.antispamcloud.com (out4-71.antispamcloud.com [185.201.19.71]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4LCFvp0pzTz4YbB for ; Tue, 31 May 2022 15:05:38 +0000 (UTC) (envelope-from builder@vernuftiger.nl) Received: from smtp02.zonnet.isp-net.nl ([217.149.195.13]) by mx223.antispamcloud.com with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1nw3Qy-0000Uq-G7 for freebsd-apache@FreeBSD.org; Tue, 31 May 2022 17:05:32 +0200 Received: from mail.vernuftiger.nl (ip38-76-173-82.adsl2.static.versatel.nl [82.173.76.38]) by smtp02.zonnet.isp-net.nl (Postfix) with SMTP id 375332708 for ; Tue, 31 May 2022 17:05:15 +0200 (CEST) Received: (qmail 55216 invoked from network); 31 May 2022 15:05:11 -0000 Received: from unknown (HELO ?192.168.111.24?) (192.168.111.24) by mail.vernuftiger.nl with SMTP; 31 May 2022 15:05:11 -0000 Message-ID: <2b2feaf5-14bd-8cbe-45ad-b93f572f2cad@vernuftiger.nl> Date: Tue, 31 May 2022 17:05:11 +0200 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 To: freebsd-apache@FreeBSD.org Content-Language: en-US From: ICT builder Subject: mysql80-server + apache24 -> [dbd/apr_dbd_mysql.lo] Error code 1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 217.149.195.13 X-Spampanel-Domain: versatel.nl X-Spampanel-Username: 217.149.195.13 X-Spampanel-Outgoing-Class: ham X-Spampanel-Outgoing-Evidence: SB/global_tokens (0.00906683960237) X-Recommended-Action: accept X-Filter-ID: Pt3MvcO5N4iKaDQ5O6lkdGlMVN6RH8bjRMzItlySaT/iQktmflKghr402zKxHkIgPUtbdvnXkggZ 3YnVId/Y5jcf0yeVQAvfjHznO7+bT5wrmJ36WqP2qGmOBMXSymsYwjwHoGG/3H1mxu21csI8WQ/C h5SE4jAyhe1COeASyU8I9hYvGnIHOVBIWHrvLJ1R4ld5rdi2ZxohSIq+dqifZuwfXg3lLHvg5NA5 Q4UKfXlBLdh1KqiH/dByflarXtJV3r1h94ZxLhbLYYAYT92xqcyUU5SWFuJpmwp+yXfD15+Z3JKV mi72ocgY5kMQSjs7c+4l84gBClgS15jvOaQcD2hfj9whi8KpGkNMaaLS9DINmDn+hDOUJHtMgDVj TaDcdjcvWLXxI1R7WvSap1qpIZPun9aT2PUEgehi2StrhigDqhXyMNpxF2ifDv7xTdscv8LXqHcH MShnz55E7q8lGdKJ9zpkh4CBVZNevlN99LBB75tz6v0zFYS4i1UpWw5yFbo9hTu9l/2GkCJ+5/mI rN9fxN2oReTDHAyOynaY0CnwXGqJbn3u6Tdvk/dh+NyGmdySlZou9qHIGOZDEEo7O6E/uv+p4Jwt 80+TCbaU2ey+vcsFHytRhcniOHral8doqqySfNDVZURJKVuAnp73bwEiRQv+PVjjwa+Z5RFCOMSc C250kO/O7bJZfsdKQj11pN5UtbekHRD89PKjCjkB++GJpIRy7P60/0WQYv1GI0qbNQFgcEPvWFzf Ox0exZH1T64GPneYcja2c0PPyaQDmwjc02b5jkFQobPtfIMRZKnWVZqCRF4gKSJkXu2WaTjmhC7b 0Lt7hh9hH816mbyDfllvTiHwEjoJvRSWA1wOVmcHzDqJtrZeT4wz0Wg9DYKxTbvug2yhWC7JCpAV mN2Qog5Vxm/bnhrVKymAutkEJf+IiY3K6oiunVCvYKhMKvjwOF4w/GCEWyMjAg02qRtcLzCqz2CF qem1WT2fdOKvi0bmrIMI4v3zmvCbOZE73+PbK/JdWvgd2/FibEdMM0Jnxu/VcARRJJg0CPVGXFYA 7xCx7SWZBpdAUArn/St00aGaZcMAgfNSox6Y0KaaOyqsTStYgNPT9W/1rAlCobGuzHQ= X-Report-Abuse-To: spam@quarantine12.antispamcloud.com X-Rspamd-Queue-Id: 4LCFvp0pzTz4YbB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of builder@vernuftiger.nl has no SPF policy when checking 185.201.19.71) smtp.mailfrom=builder@vernuftiger.nl X-Spamd-Result: default: False [-2.18 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-apache@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[vernuftiger.nl]; NEURAL_HAM_SHORT(-0.98)[-0.981]; RCVD_IN_DNSWL_NONE(0.00)[185.201.19.71:from]; RECEIVED_SPAMHAUS_PBL(0.00)[82.173.76.38:received]; MLMMJ_DEST(0.00)[freebsd-apache]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:174, ipnet:185.201.19.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[217.149.195.13:received] X-ThisMailContainsUnwantedMimeParts: N Hello, I'm trying to build apache24 from ports on a amd64 13.1 jail after I successfully build and installed mysql80-server to it. (This jail is intended for nexcloud which suggests use mysql80) When I do: cd /usr/ports/www/apache24 && make install clean and change no settings I get a popup for dependency apr where I unselected BDB and selected MySQL. The build of apache24 then fails with: --- crypto/apr_crypto_openssl.lo --- /bin/sh /var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/libtool --silent --mode=compile cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DHAVE_CONFIG_H -DLIBICONV_PLUG -I/var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1/include -I/var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1/include/private -I/usr/local/include/mysql -I/var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/include -I/usr/include -I/usr/local/include -o crypto/apr_crypto_openssl.lo -c crypto/apr_crypto_openssl.c && touch crypto/apr_crypto_openssl.lo --- dbd/apr_dbd_mysql.lo --- /bin/sh /var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/libtool --silent --mode=compile cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DHAVE_CONFIG_H -DLIBICONV_PLUG -I/var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1/include -I/var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1/include/private -I/usr/local/include/mysql -I/var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/include -I/usr/include -I/usr/local/include -o dbd/apr_dbd_mysql.lo -c dbd/apr_dbd_mysql.c && touch dbd/apr_dbd_mysql.lo dbd/apr_dbd_mysql.c:716:5: error: use of undeclared identifier 'my_bool' my_bool *is_nullr; ^ dbd/apr_dbd_mysql.c:716:14: error: use of undeclared identifier 'is_nullr' my_bool *is_nullr; ^ dbd/apr_dbd_mysql.c:718:5: error: use of undeclared identifier 'my_bool' my_bool *error; ^ dbd/apr_dbd_mysql.c:718:14: error: use of undeclared identifier 'error' my_bool *error; ^ dbd/apr_dbd_mysql.c:741:17: error: use of undeclared identifier 'error' error = apr_palloc(pool, nfields*sizeof(my_bool)); ^ dbd/apr_dbd_mysql.c:741:57: error: use of undeclared identifier 'my_bool'; did you mean '_Bool'? error = apr_palloc(pool, nfields*sizeof(my_bool)); ^~~~~~~ _Bool dbd/apr_dbd_mysql.c:741:56: error: reference to overloaded function could not be resolved; did you mean to call it? error = apr_palloc(pool, nfields*sizeof(my_bool)); ^~~~~~~~~ dbd/apr_dbd_mysql.c:743:17: error: use of undeclared identifier 'is_nullr' is_nullr = apr_pcalloc(pool, nfields*sizeof(my_bool)); ^ dbd/apr_dbd_mysql.c:743:61: error: use of undeclared identifier 'my_bool'; did you mean '_Bool'? is_nullr = apr_pcalloc(pool, nfields*sizeof(my_bool)); ^~~~~~~ _Bool /var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/include/apr_pools.h:465:51: note: expanded from macro 'apr_pcalloc' #define apr_pcalloc(p, size) memset(apr_palloc(p, size), 0, size) ^ dbd/apr_dbd_mysql.c:743:60: error: reference to overloaded function could not be resolved; did you mean to call it? is_nullr = apr_pcalloc(pool, nfields*sizeof(my_bool)); ^~~~~~~~~ /var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/include/apr_pools.h:465:51: note: expanded from macro 'apr_pcalloc' #define apr_pcalloc(p, size) memset(apr_palloc(p, size), 0, size) ^~~~ dbd/apr_dbd_mysql.c:743:61: error: use of undeclared identifier 'my_bool'; did you mean '_Bool'? is_nullr = apr_pcalloc(pool, nfields*sizeof(my_bool)); ^~~~~~~ _Bool /var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/include/apr_pools.h:465:61: note: expanded from macro 'apr_pcalloc' #define apr_pcalloc(p, size) memset(apr_palloc(p, size), 0, size) ^ dbd/apr_dbd_mysql.c:743:60: error: reference to overloaded function could not be resolved; did you mean to call it? is_nullr = apr_pcalloc(pool, nfields*sizeof(my_bool)); ^~~~~~~~~ /var/ports/work/usr/ports/devel/apr1/work/apr-1.7.0/include/apr_pools.h:465:61: note: expanded from macro 'apr_pcalloc' #define apr_pcalloc(p, size) memset(apr_palloc(p, size), 0, size) ^~~~ dbd/apr_dbd_mysql.c:756:47: error: use of undeclared identifier 'is_nullr' (*res)->bind[i].is_null = is_nullr+i; ^ dbd/apr_dbd_mysql.c:758:45: error: use of undeclared identifier 'error' (*res)->bind[i].error = error+i; ^ dbd/apr_dbd_mysql.c:1107:5: error: use of undeclared identifier 'my_bool' my_bool do_reconnect = 1; ^ dbd/apr_dbd_mysql.c:1179:10: error: use of undeclared identifier 'do_reconnect' do_reconnect = atoi(fields[9].value) ? 1 : 0; ^ dbd/apr_dbd_mysql.c:1185:52: error: use of undeclared identifier 'do_reconnect' mysql_options(sql->conn, MYSQL_OPT_RECONNECT, &do_reconnect); ^ dbd/apr_dbd_mysql.c:1203:52: error: use of undeclared identifier 'do_reconnect' mysql_options(sql->conn, MYSQL_OPT_RECONNECT, &do_reconnect); ^ dbd/apr_dbd_mysql.c:1266:5: warning: implicit declaration of function 'my_init' is invalid in C99 [-Wimplicit-function-declaration] my_init(); ^ 1 warning and 18 errors generated. *** [dbd/apr_dbd_mysql.lo] Error code 1 make[5]: stopped in /var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1 1 error make[5]: stopped in /var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1 *** [all-recursive] Error code 1 make[4]: stopped in /var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1 1 error make[4]: stopped in /var/ports/work/usr/ports/devel/apr1/work/apr-util-1.6.1 *** Error code 2 Stop. make[3]: stopped in /usr/ports/devel/apr1 *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/apr1 *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/apache24 *** Error code 1 Stop. make: stopped in /usr/ports/www/apache24 googling the error I find: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230538 I'm not sure how to proceed to get apache24 installed when mysql80-server is already installed. With mysql57-server same steps work ok. Any pointers are appreciated. From nobody Sun Jun 5 21:00:27 2022 X-Original-To: apache@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 A480B1BDD140 for ; Sun, 5 Jun 2022 21:00:28 +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 4LGTXq4ZV0z3pJX for ; Sun, 5 Jun 2022 21:00:27 +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 3681A191A6 for ; Sun, 5 Jun 2022 21:00:27 +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 255L0R5C030585 for ; Sun, 5 Jun 2022 21:00:27 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 255L0Rjx030584 for apache@FreeBSD.org; Sun, 5 Jun 2022 21:00:27 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202206052100.255L0Rjx030584@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 5 Jun 2022 21:00:27 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16544628270.f37a2d9b2.29247" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1654462827; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+Yxzha67jWdFNEtm0PO8wJszwQgoDuWDfQcIN1gdDB0=; b=LS4Ixa4XsY9BV4c8u6QESwBSiJLA6Xdpl3xd7Rs/HPg/dTTAl+cMHOr4TqPG1i87LCTy39 zNYHZ+rTtRdT3UWRs7DuZhfAxC6mUfQsEAp/IL0yVdmgM0MxdhqD1D8thF9/7dPy+ZUrAC DGnvGwHNwiG5PXvB6xParBLUqxEuz5PSoTQfVaHIFw5dNOsfIzKC+ZYqU5tZWQEyvUXk3z LuzOtyvc+asDrfz5cPajxUcC2EmfU9t0lBYsKRf6gNrT5kdW8CoId32l2pXV/b7/QDpPDp YS6kR9mqUpDRUcZ1i3f/twd96GykpS8e4pnYJwTFWTL1X1/PTYCJ1MdvNIR2vQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1654462827; a=rsa-sha256; cv=none; b=IVh/CUYgAF9Qx+E3YnnRlUO7R6e5ZcBJmO2kzb2Yq4WEjPb1rbNk0FnnL8XEF4/veA6BAV aqWTsAJd4VPujfKijHWRgeqaUvth0098PaxXRG5qKUFxYOwFftAXN7v9pTnCiAwp+E7Ko4 XRD5yaBIMhCyeeOg9BkWaNxJMw3HHyX/TxB6YoijIVhQ+be6yZ577IzIo0RA0cIrIO7g1/ JyVglVcJVCmOLzZjjRHvMYAV48d2Go+FLIv/7zZ50cjmf3mNgRJj9PlVSW8g6f4cH8Y/1V 56kfqUv+diZ+bXcy0M70Raq22XPVlizYucw7sEf6I3izbEJTswF9FPyTU6Lvag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16544628270.f37a2d9b2.29247 Date: Sun, 5 Jun 2022 21:00:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16544628270.f37a2d9b2.29247 Date: Sun, 5 Jun 2022 21:00:27 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16544628270.f37a2d9b2.29247-- From nobody Fri Jun 10 06:12:37 2022 X-Original-To: apache@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 CF47C857686 for ; Fri, 10 Jun 2022 06:12:38 +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 4LK9c63bShz4dcs for ; Fri, 10 Jun 2022 06:12:38 +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 5CA0B134D1 for ; Fri, 10 Jun 2022 06:12:38 +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 25A6CcWv095775 for ; Fri, 10 Jun 2022 06:12:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 25A6CcDf095774 for apache@FreeBSD.org; Fri, 10 Jun 2022 06:12:38 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 264585] www/apache24: pkg vuln typo Date: Fri, 10 Jun 2022 06:12:37 +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 Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1654841558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XepK2yCRDQI7+PTC5dALEiHjmzqN+gpFSRIiEH6Lr0g=; b=eGkMC0yjS0N7c1u/W9GWl5WIfgcxlHTvjP8ksZ1F6kcwG8TWNLnsAMO5Ip7jtV8emJooKO vyb2vVbazN9gAwL3v4NFncsMBMtf6zpw2zgbFZi8lGClAEQm996b/0pbzHj6AXNg1U9/ym cT2sL++9k1qq8D/Oc2enWlJe4J1uSaLuOR5YaVVwYpQmysUOIo8vm2cNRqt5sI7gutw43H mT0R4OeBnE0QYxthtUUw9MAyVHa2qWDMUIG/i4RC0vb8tGTHEQv+lKONfXsZMCoGjlZLZn 8bVGSBdvcBMcYMN4bxi0gt/eoDjDF2N0dCo405flQYLN6OHmYWYOaHuNOddKyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1654841558; a=rsa-sha256; cv=none; b=h7JZlyzb/n1sWTGzyD0AOb9+SQIQ0VaMX2jPjO2KJ44oW9fjBx6FL3brGJTxMkwkDBieKy 0uRUbvLaftfyrdXX4F2QzvcX4WX+nRGOvP5kwMHaJ1Cy539sWWTuZkceFn7N7CMpU7wBVD DPHAkRdyjGulE40zkvCOfb22wcE4g5ziyrGQv+BfMvZpkh2v06HHWMmCXnMDyH36R07Qbx OlEaWuR5jZ92smtkBSC2LUp3ylY1lZDUsKRzosQ5N8SIkrh1FChmYe0LT8Osfy9QNvV/Yv N3HS3btgBNSrHKfspgYRpdQdVLp3OX4R3fCrhHwwNPVMBIbxXaOEwzblc6gV9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 264585: www/apache24: pkg vuln typo https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264585 --- Description --- Good morning seems someone made a slight typo in "range" 2.5.54 should have been 2.4.54.. that's making everything flash in red here ;) from vuln.xml Apache httpd -- Multiple vulnerabilities apache24 2.5.54

The Apache httpd project reports:

  • CVE-2022-31813: mod_proxy X-Forwarded-For dropped by hop-by-hop mechanism. Apache HTTP Server 2.4.53 and earlier may not send the X-Forwarded-* headers to the origin server based on client side Connection header hop-by-hop mechanism. This may be used to bypass IP based authentication on the origin server/application.
  • CVE-2022-30556: Information Disclosure in mod_lua with websockets. Apache HTTP Server 2.4.53 and earlier may return lengths to applications calling r:wsread() that point past the end of the storage allocated for the buffer.
  • CVE-2022-30522: mod_sed denial of service. If Apache HTTP Server 2.4.53 is configured to do transformations with mod_sed in contexts where the input to mod_sed may be very large, mod_sed may make excessively large memory allocations and trigger an abort.
  • CVE-2022-29404: Denial of service in mod_lua r:parsebody. In Apache HTTP Server 2.4.53 and earlier, a malicious request to a lua script that calls r:parsebody(0) may cause a denial of service due to no default limit on possible input size.
  • CVE-2022-28615: Read beyond bounds in ap_strcmp_match(). Apache HTTP Server 2.4.53 and earlier may crash or disclose information due to a read beyond bounds in ap_strcmp_match() when provided with an extremely large input buffer. While no code distributed with the server can be coerced into such a call, third-party modules or lua scripts that use ap_strcmp_match() may hypothetically be affected.
  • CVE-2022-28614: read beyond bounds via ap_rwrite(). The ap_rwrite() function in Apache HTTP Server 2.4.53 and earlier may read unintended memory if an attacker can cause the server to reflect very large input using ap_rwrite() or ap_rputs(), such as with mod_luas r:puts() function.
  • CVE-2022-28330: read beyond bounds in mod_isapi. Apache HTTP Server 2.4.53 and earlier on Windows may read beyond bounds when configured to process requests with the mod_isapi module.
  • CVE-2022-26377: mod_proxy_ajp: Possible request smuggling. Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to.
CVE-2022-31813 CVE-2022-30556 CVE-2022-30522 CVE-2022-29404 CVE-2022-28615 CVE-2022-28614 CVE-2022-28330 CVE-2022-26377 http://downloads.apache.org/httpd/CHANGES_2.4.54 2022-06-08 2022-06-09
From nobody Fri Jun 10 06:12:37 2022 X-Original-To: apache@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 17CFC857540 for ; Fri, 10 Jun 2022 06:12:39 +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 4LK9c65Sdgz4dGr for ; Fri, 10 Jun 2022 06:12:38 +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 9D180133B3 for ; Fri, 10 Jun 2022 06:12:38 +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 25A6CcL7095783 for ; Fri, 10 Jun 2022 06:12:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 25A6CcFN095782 for apache@FreeBSD.org; Fri, 10 Jun 2022 06:12:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 264585] www/apache24: pkg vuln typo Date: Fri, 10 Jun 2022 06:12:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: peter.larsen@larsendata.dk X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1654841558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nLKiQHE2zYsipJ13wB9HA29cBjtLUPFsf+ML7V+07JM=; b=Gln8nr0oG410ez1SsGHDLWK0fyEmVIcfA3tjFDN1eea2DxyQ/OJIDB3o5+1+4/V90vPPFj Re9zABHzMD/9cqUS2+WUCrMhrGlxtYAsqlGMPZLJezypj2BQCWfg39fjPngvxTXNRQ6pIX yPiXVHaIR+mW5RYITjyyLxjqoM5VbGr41CHzQoNI0o8yrdpnBx3JoxjhaGD9Waaq9CLclR wDhGBsqvAuIZY5nO/SGZKJC0aWn2VUJNRMRPW80i7l1rtPPjZqrR4STo5eW/lp8DRc6qSD mnI5BT3MM2/+G4gZ4B9+0Kl2bRow3Y7FRAzUmaMqytXyFMsklLUxAInkL35Niw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1654841558; a=rsa-sha256; cv=none; b=V7bfL1VOcSNjvMOCd/WnngT+6nNgAmhkOkRSY6bg7wRSsJUYW7BgFEhicKbUDrVURm664c dED0irEQOSZbbYNTyB1HD1lNj1odreSITDF+HqAOcg86jjliWfzC3cChK38r0klpVMhC0L Xtul+d+iVRLkmIPjSQpRh+QGOb34zW7o3JFKVUN7lM7CUCcpkftl80AxEtAIZOk8lL3R84 +RXeDPdSoLkWXoSiqHYH1+kypO6EUHZA0b4rSbvk6FpuM3MPtDs1f6R4KLmhh0yA7WCp1k ABVrl9eRt7vkVAHI4BeO4Zw9eXHSD3e2oWT0Vi+Gj6SmI6Vj+P6p5v8nyyagXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264585 Bug ID: 264585 Summary: www/apache24: pkg vuln typo Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: peter.larsen@larsendata.dk Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Good morning seems someone made a slight typo in "range" 2.5.54 should have been 2.4.54.. that's making everything flash in red here ;) from vuln.xml Apache httpd -- Multiple vulnerabilities apache24 2.5.54

The Apache httpd project reports:

  • CVE-2022-31813: mod_proxy X-Forwarded-For dropped by hop-by= -hop mechanism. Apache HTTP Server 2.4.53 and earlier may not send= the X-Forwarded-* headers to the origin server based on client si= de Connection header hop-by-hop mechanism. This may be used to bypass IP based authentication on the origin server/application.
  • CVE-2022-30556: Information Disclosure in mod_lua with websockets. Apache HTTP Server 2.4.53 and earlier may return lengths to applications calling r:wsread() that point past the end of the storage allocated for the buffer.
  • CVE-2022-30522: mod_sed denial of service. If Apache HTTP Server 2.4.53 is configured to do transformations with mod_sed in contexts where the input to mod_sed may be very large, mod_sed may make excessively large memory allocations and trigger an abort.
  • CVE-2022-29404: Denial of service in mod_lua r:parsebody. In Apache HTTP Server 2.4.53 and earlier, a malicious request to a lua script that calls r:parsebody(0) may cause a denial of service due t= o no default limit on possible input size.
  • CVE-2022-28615: Read beyond bounds in ap_strcmp_match(). Ap= ache HTTP Server 2.4.53 and earlier may crash or disclose informat= ion due to a read beyond bounds in ap_strcmp_match() when provided wi= th an extremely large input buffer. While no code distributed with= the server can be coerced into such a call, third-party modules or lua scripts that use ap_strcmp_match() may hypothetically be affected.
  • CVE-2022-28614: read beyond bounds via ap_rwrite(). The ap_rwrite() function in Apache HTTP Server 2.4.53 and earlier may read unintended memory if an attacker can cause the server to reflect very la= rge input using ap_rwrite() or ap_rputs(), such as with mod_luas r:puts() function.
  • CVE-2022-28330: read beyond bounds in mod_isapi. Apache HTTP Server 2.4.53 and earlier on Windows may read beyond bounds when configured to process requests with the mod_isapi module.
  • CVE-2022-26377: mod_proxy_ajp: Possible request smuggling. Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in mod_proxy_ajp of Apache HTTP Ser= ver allows an attacker to smuggle requests to the AJP server it forwards requests to.
CVE-2022-31813 CVE-2022-30556 CVE-2022-30522 CVE-2022-29404 CVE-2022-28615 CVE-2022-28614 CVE-2022-28330 CVE-2022-26377 http://downloads.apache.org/httpd/CHANGES_2.4.54 2022-06-08 2022-06-09
--=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jun 12 21:00:02 2022 X-Original-To: apache@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 9F6A0832978 for ; Sun, 12 Jun 2022 21:00:02 +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 4LLnC627dRz3nhD for ; Sun, 12 Jun 2022 21:00:02 +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 25E298D0 for ; Sun, 12 Jun 2022 21:00:02 +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 25CL024a096275 for ; Sun, 12 Jun 2022 21:00:02 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 25CL02ul096274 for apache@FreeBSD.org; Sun, 12 Jun 2022 21:00:02 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202206122100.25CL02ul096274@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 12 Jun 2022 21:00:02 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16550676020.dAD1AB8.95617" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1655067602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0q+Wt0V7iLc+5gQzPFIbUlOFecfFcu3FdMNTtXeaD5Q=; b=mdIzu8g6Az/753iBziP7UvhDMbDD+GEuir8shqdqUnIabZ5ZGcboFKEmHk6NpaPp8LLS+a ujhlU2FaQQ7ZD3dEaZ+dAgkr1F6zbLBM1nVt1iVQpWIb6en47Vvh2yHTodmaK43vf7HJc/ 90Tba6UiQ3pN0Zt1m1508Rj5WScH5xfnRYZQu7Kk2TASU4FyJkVVjviA9qAq0yNAQeAs6Z x8VHfwJalBZxNKcDUkovxsafOkcfv1IOq0y1vqD1ZVhTdMKWO7hq8e0WSadR15p9RolWaa 8vU1L9ivkgX50f/ABd266iHdzKkGXy5b4vjjs2sSNgB+KlYA51QLy2P5NKVDtg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1655067602; a=rsa-sha256; cv=none; b=MHxGKbD0jxdt52Q5YR2JFs2AKd/+DxxEh1Cn/wuPoTdjPMaisNndAxs8vn31jTqf7RMiLx ViFiMHfvVB+dl0VY22Et0Oj80OTmiCIA2Zbr2FhilNroexQbF3X3qQnqjfjVvvHh6mFlNl lRXZBw8xtjd5L6xaqWLfsulIxCNA2eQxFjvaqeb0TWaRkaVsVDCsWIuSxFHG8NCzfu98uu 6Tssy1JKV4GXu4B+iCTS397ULwPZfktSYQYBz4UESbIVSt/p853GxwXKXk8y7DB4lPR7CA em9lb0fFJkWL9HUxXpauOSgEBOYY7XumH/82KnfB+0DpnrQkUdimoiNenIzFPA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16550676020.dAD1AB8.95617 Date: Sun, 12 Jun 2022 21:00:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16550676020.dAD1AB8.95617 Date: Sun, 12 Jun 2022 21:00:02 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16550676020.dAD1AB8.95617-- From nobody Sun Jun 19 21:00:55 2022 X-Original-To: apache@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 3055486053A for ; Sun, 19 Jun 2022 21:00:58 +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 4LR4tw728dz4ZZr for ; Sun, 19 Jun 2022 21:00:56 +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 9D767103AC for ; Sun, 19 Jun 2022 21:00:55 +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 25JL0tUE058534 for ; Sun, 19 Jun 2022 21:00:55 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 25JL0tTu058533 for apache@FreeBSD.org; Sun, 19 Jun 2022 21:00:55 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202206192100.25JL0tTu058533@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 19 Jun 2022 21:00:55 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16556724555.A0EED.56439" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1655672457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2fYf2RRp5rw5lMLhy7zdQXahp1yLcFVdBO2J9KOkbgQ=; b=PFK12NE61WIRigwqwFAU9DphneH8IxqVvM4HwHdM+W34yN10+1O2qGGb183OlkLIu1HYWl DrK1mFHSygNR5Jl1gXbjcmhL5Uqj3VxJdjEy1XVB14mqmISFVxDQRF9Czn4GK8kWH5gFcO aBpqJIA1BIlEFkP1w6ZRg7UgCgWkszu3sOUD/Hk4bztzgu3cxq2t/8Q+CP4wpJqDdG9Y6Q U/u0mi0JZyZePC+6taiyb2Jla2DcNjg9k/tYF3T5SbJbGwxVVn/jHPEZkt6SovMK3ClANw 1A47pWEW0eMdja+29SqK8JQyXokuQMrPeh3QUsMySDEHa3WQhlNeseQ+Y0iy8g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1655672457; a=rsa-sha256; cv=none; b=vLVyQyyk8ZdgJcTU8uojDnXE+w5jM3h9db5EeCTTTKhnjJtI9j1vHGtFvbuozOVIDuI8ks zgdMJi+xAwno8bgzgA/lRtt59vOsTX800XWO8auAf4djA530CiFPLXsZgWNMz1YVDruSqt s0QwtACSrNM1M3VxiqEYaolSSYXqkm1yDc1T3ZZTeplOsOiwwjr9YPlU5tFbq3t19gTJL0 3FAZYloFn/4x75iSVslrd0Xg2r4GRrSBKIYchRs6Qr3YEDXp9GOyUmVlMf2ZFT8iC66eIO cKR2eVZWOAUD1KjCn2FS3Tm4UaCSKQJR+9IEbJLQNmwXr8Zt8YG5cBTMkrb1ZQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16556724555.A0EED.56439 Date: Sun, 19 Jun 2022 21:00:55 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16556724555.A0EED.56439 Date: Sun, 19 Jun 2022 21:00:55 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16556724555.A0EED.56439-- From nobody Fri Jun 24 09:29:43 2022 X-Original-To: apache@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 B215E871D05 for ; Fri, 24 Jun 2022 09:29:44 +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 4LTsK43ymNz3LvV for ; Fri, 24 Jun 2022 09:29:44 +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 67D885232 for ; Fri, 24 Jun 2022 09:29:44 +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 25O9TiCp012612 for ; Fri, 24 Jun 2022 09:29:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 25O9Ti7M012611 for apache@FreeBSD.org; Fri, 24 Jun 2022 09:29:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 264585] www/apache24: pkg vuln typo Date: Fri, 24 Jun 2022 09:29:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lwhsu@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1656062984; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t9BwLjR5UfpcmjXFgFrzBmiDmU84ZjEfkpvuwKK0P3U=; b=J/S367I2R28C0ct++Tcz+glxhpc9Q0+YmuOaQPakG2K+Umney6n4duSasZ0D45rgQQ8Z8F aBIphIAPzKfKEQMnOWY9RLKca/4lRb41TM+eqgX9LTAvjbgkp6KXGjLSEMclbiSD+C9TLI CnA4bxL4eDMCgGoq1g5URA8aWkhv088VFgDcOKqHzAhHNgFZx5q2nk2AhM66q6NzPzM30d G2kIyDpgvgCEvAglzM9F/zcPKT4JXHLVi7M/m2obJDWevxX6VuXQQatR/oUOXzQXLt+Me1 PjnvoWp79U5cSY4SN8yuA6D2Z4pzFL0k+ueiuEQeyLqUDH8jNa+CV3pVtFbT2Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1656062984; a=rsa-sha256; cv=none; b=pOf6sks1tX0kKo8ajl9m9YDiKVV1dsL63gQwQSMdM/kWa7b+kjUxNTMMdncah2LlrSDUbt bqamIavtpfcwjaEnfz8gaFC2CTB6afOclIhXMixn+HpiNsPvBILpPKXo0qvYSbrwUEp7IG dIxFRqWk/zVBrUJteGdUb42EBNkdYyfs078tlWz5idxWxA9CotCTu8Qtr+Bl2OhqM+Ogsq E2WZJvehsVEMsY/y7jypuVGlilhF3k2cFQ6FdCsXiICY7lsc0Mlr4X/0DWXyzPJ9yTgqgK qDRiHsUCmVdPADA4Sv+0UaPrJUUvP/Xk2M8VG5KouXx1Fm4pDA6uRLpwvvvFmA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264585 Li-Wen Hsu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |lwhsu@FreeBSD.org Status|New |Closed --- Comment #1 from Li-Wen Hsu --- *** This bug has been marked as a duplicate of bug 264589 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jun 26 21:00:40 2022 X-Original-To: apache@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 06218879B84 for ; Sun, 26 Jun 2022 21:00:43 +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 4LWNYP42cXz3LTr for ; Sun, 26 Jun 2022 21:00:41 +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 8BEB41B2B1 for ; Sun, 26 Jun 2022 21:00:40 +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 25QL0eME027902 for ; Sun, 26 Jun 2022 21:00:40 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 25QL0ejn027901 for apache@FreeBSD.org; Sun, 26 Jun 2022 21:00:40 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202206262100.25QL0ejn027901@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 26 Jun 2022 21:00:40 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16562772403.2aA613.25461" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1656277241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DQs2SkdEQ40Y+j5OSnGprp2flo/z0P6WTUtQqb+1BpU=; b=qkJbgZj2Ie+S13boA6AYvUmEQvoPSPFz8c41wTagWrHpFVyGP7573Ir0LDFbVKcTr/W2uc ZEI1XcJusfewpi6ZTubcroldA0XgHIhK5evNFVziZR8qOHbFeI74zidyyW69aoyQGMv2AY wvI4yKHJ5FU8Q4nZIfHOKKD3zcE8343riV4TjSClTEYeq7JRm40ROY/qXEy2ChY+moPHFC ZTJ45APdqRO5PD+QGEIgR6/xqOAUP/IZcNM133JVMnyFVlfuo87p3i6m+1maQClBoflPOF ZP/jfMC0q5rmwMUZoR+dRwXlGfszmhclJIzE19EMTSNqxNXa0fFufYOYDFsDiQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1656277241; a=rsa-sha256; cv=none; b=KnjR2pcfAOdOXq2W2otxufn8OXH2bg6CchKPN7GpL0yXChXIqsF+aG82dP3fqOF8oO6Kvr bns2N+KYQ3m0tftXQOLesJKtdp8CFaPukLHdO/C65CaVvakzRRk/Po8oGprX2sypa+3+Mz KEtnoH49fMjbdS90DAZTpkI3EHMgxv4LYC+PEsWGtLVapQbBeKQ5HyJFWZt59ztiJQGbfq wkTxPoaZDCkKVxbXHXYJl8P0wlA4MkOS6PJNzJG09i1MWb3FKI56Lx3/uUU69caDo54rmc eC4Y8sEB7U7inw4+tQu+JARqsLEXG45+zGK3xpQVjBKbBEuTdUC7SiN0YZFn+w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16562772403.2aA613.25461 Date: Sun, 26 Jun 2022 21:00:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16562772403.2aA613.25461 Date: Sun, 26 Jun 2022 21:00:40 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16562772403.2aA613.25461-- From nobody Sun Jul 3 21:01:13 2022 X-Original-To: apache@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 5930587A7C2 for ; Sun, 3 Jul 2022 21:01:15 +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 4LbhDn6Yjlz3l1M for ; Sun, 3 Jul 2022 21:01:13 +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 B1EC82B8CD for ; Sun, 3 Jul 2022 21:01:13 +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 263L1DGx012530 for ; Sun, 3 Jul 2022 21:01:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 263L1DE9012529 for apache@FreeBSD.org; Sun, 3 Jul 2022 21:01:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202207032101.263L1DE9012529@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 3 Jul 2022 21:01:13 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16568820735.F64c0.10546" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1656882074; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WHTm4EWhHIWvPGuf+e1tbDx3815IG0gDTrxhzManPkM=; b=xm4lP3pSXCD29uij+iDMdjb0WKb8cj9W4DIPXCPM8CcqJZ6Q+t6GIK1J1f2VWESwfVSQV/ Rg8/JWUYFwmm5CjlshXKTOONxp6cKYVzm/ehhUsGaTMUaoGJtj7wJaljTT3y6/TSQ+C6lO OYyAJbHPhkvWwE4CgOwQ1DBnKTNh3DSJ1j1kvv647QmOmQp25CbQb9EPVN1oSdgGET8Mjz /9I5GlxZU68ZBmUCozp1tNG2auzlgL2ebP/qbNNV/T7Wnnznu65THthLc6IIpZsOzPprNo qRhNRIEiZ7hPJycrrcEQUIO7u8dn8DT3ko0MGjBmNsyRA9jJ7JLC/xObT5II7g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1656882074; a=rsa-sha256; cv=none; b=k6RQQjU9k2iBBfuINTHes2UG+ZVJCVAx9CNcXsD2m3C6z5wc/BGGT+MrtZWpiNgAEnuzWL hqhM9DLKF04wwR95sLwvQSVGes+UYyWTQrqhNSdCu29T+01RJYcYFE5o/XDYqxvYBx3tfF 8EGUtGZKm/ixZUaMU9qRfKAngFlPKvIjC9ZR2cium11czXM0j677x45TcHpLm0A8XK5JOf x9sOfMa+D58Ij9uD4qfoKCYdEvPq1Y4oaKW3/2S6BMN7AIcqRsgRhKBMxRyJAOPcnvUQF7 frbi2gqBMwAixxqnFsG8CWrJKNtUjun5dvE9iEJKMU+1XqkIJBT89Co+tWQF6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16568820735.F64c0.10546 Date: Sun, 3 Jul 2022 21:01:13 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16568820735.F64c0.10546 Date: Sun, 3 Jul 2022 21:01:13 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16568820735.F64c0.10546-- From nobody Fri Jul 8 16:21:47 2022 X-Original-To: apache@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 1EAFB3E2968 for ; Fri, 8 Jul 2022 16:21:49 +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 4Lfdp46zVYz40R8 for ; Fri, 8 Jul 2022 16:21:48 +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 4Lfdp463TKz1RgB for ; Fri, 8 Jul 2022 16:21:48 +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 268GLm29081043 for ; Fri, 8 Jul 2022 16:21:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 268GLm5p081042 for apache@FreeBSD.org; Fri, 8 Jul 2022 16:21:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Fri, 08 Jul 2022 16:21:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: danmcgrath.ca@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1657297309; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=D8L1bKdZpwc07NzpAzmBphVBSApBeukkEp/uE/gZEFk=; b=b/6yAQ0jUUXdBKNC7iqs6hQnyGcanpyGWPsQkvadMIM7Wb86T2oK7ebOxf6ZAW8oms5k/o aG/qcMeIvMESMP/gJ6mk5DU5MvH4HRHWdf9RFIjw+JwSktBpXR8ePK1B06ez5wpvsbKR4c H5t81bKjPd8OvbjplAy9IVFgavI1zoWfmVItREQU/SYfTnPn4NdQxQzaeO2NbVYs0aOKAN YUC1ZaNHNMSFVEZUNHp29xgJXl+erlZL/Kb48lXo4utxTlllQk8/YoyFC1uPWSxmB3DW5m 1l26wnauzPLwu5zrPjo5V3KJarZdN1P2UyfxIWOfk11RLxiksGi9m/uLVkZafA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1657297309; a=rsa-sha256; cv=none; b=M7n+lWw+hsb1qyIqMR9fYlZNhuaoNGaD5GgH/bFz9hbK3Vw7fDWTIHokobakSb5YF0wU/D w52h7usxcEb4SC+bsNia29XXOzFbQXlJclngXQXVRxjJjaYZMHosVqNBjyL+g8LeOXXgFB wACdBSQ9itWjmdKaGgRd/JafJ2Y42FJ+BVu6usi+UGjDZXAxmTZp8XamE2I2tzJqlcPkii QqBbYqR9Mad7xlMSs21TNMUTd3PCGmYntHtT395XagtTv8DUaMggYDWoE4U07l1NBo8dCL Ymo51O9xc0UyeqWBIl+YcaQ1Ka/lS0TH0TPbxgqRD6LwR7BsyaZuyWoGdBVTxQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Danny McGrath changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danmcgrath.ca@gmail.com --- Comment #6 from Danny McGrath --- Is there any progress on this? A bunch of stuff using upstream ports are complaining at me, even calling me names! :) Thanks o/ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jul 10 15:50:03 2022 X-Original-To: apache@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 A85F03E1409 for ; Sun, 10 Jul 2022 15:50:04 +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 4Lgs0X2ktWz3Lhc for ; Sun, 10 Jul 2022 15:50:04 +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 4Lgs0X1sCPzVFM for ; Sun, 10 Jul 2022 15:50:04 +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 26AFo4IQ056817 for ; Sun, 10 Jul 2022 15:50:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26AFo41E056816 for apache@FreeBSD.org; Sun, 10 Jul 2022 15:50:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Sun, 10 Jul 2022 15:50:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dev2@heesakkers.info X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1657468204; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6unGk0MijWFw28Ubc7bSKL5EDzEZDC4aetKhEm2R4b8=; b=ntYuGk5kFPxplrdSbNVeY0VLPMODPIg3vNBUoxsfZ26uOmQVDkZ681vOUQrTFimMXj+jCe HMoSRHJlSWicscex9DSJFQsTojLuUugamcib+wEH+Le5fVI8EhLgLupEf/RjVlUXXQ7Zuk gtvhDdOBkrqj1kdKijQAbOw6AVXR5yBOuAoru4giPokZ9x7pclmHatc0sNESNUxaNGTGJ0 rNje8DiRlaPub6bLcfg74rfkCsCSY3G1mLfGBGQaENsurq3msYQ8CqK6+ECogxUOK8a+H1 8Emc9AdiykG/nIWI4ICKD7KTpVq9oOtavd21nMcE0vXS1FPHchP0pITlOGqomw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1657468204; a=rsa-sha256; cv=none; b=CiAtFaNZNVL9LcatLUt1Wfa3ISpa7rje8ocMWPXPuoMKcelXRRVswABf1ItBj3wteokzcc 18QMUdF/cp8e2yQsx/e89YPYFa78D/rF17tCUz0Q9QIxF/NjWUc05XaZDD28zPZ/LHVRHM e3REHo41uS7MYYWlIW8HMOi90pB7bjBZKdpR7DpJUzsiIsXWC/jZ4Ax7SsVCxhuwTTeWeR bnx0oRkMbm1FswIAgjUqVLAM19N+OyNTlSDvmAX0miNdzlKVE3YQkgVbHg+Cu0Mz+MXZ+B TrBozsfjtYww+14UoPcNJ9AC03L/VQZUO8zZGRGYbxx36OmKJfFENHhzoWePWQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Comment #7 from Oliver Heesakkers --- (In reply to Danny McGrath from comment #6) I've been building apr1 from ports with BDB disabled and NDBM enabled for a= few weeks now. That allowed me to remove BDB from my servers. So far, no ill effect, but then I only need it to run apache24. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jul 10 16:16:50 2022 X-Original-To: apache@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 82F053E56C6 for ; Sun, 10 Jul 2022 16:16:51 +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 4LgsbR2qMQz3Nf2 for ; Sun, 10 Jul 2022 16:16:51 +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 4LgsbR1v8tzWQM for ; Sun, 10 Jul 2022 16:16:51 +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 26AGGpsd075056 for ; Sun, 10 Jul 2022 16:16:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26AGGpcw075055 for apache@FreeBSD.org; Sun, 10 Jul 2022 16:16:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Sun, 10 Jul 2022 16:16:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: danmcgrath.ca@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1657469811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QWmpkLyT9IG+9cTaiLtLNvCEpmLsdX0FgAzsK/qb/NA=; b=BkXRpLbWqGFCa95eOBYbMwf5oZyWfZOS3i/Vi6oVYw66MSnHtrFWgUOg3mV/ix+TmWirZ0 MOahjfqaT/3kzdO1WoaB7LlCeHzHThv4IxaigBhMtnD6uySrF0VNQoy3+l5aG1VWG6R7La Ap6ZxD4rM2ZbMTaUd5ugUtBBbLlq49bTjuqEFqT2vfI7p0uTFTs73kQb23X/FxyXcfeCug MDyh2ZO9AY9J4jBBPlt8jEZxBcjJ3ULveYOVY0UsLJS9j5Ze2qHQk4YEscu3k1xPpkJXxQ jcWHvHPi31IGfOJTLPho+vz9JyITl1yMExdTdl9AV9nhoyPLcj5w5mEzyoDnuw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1657469811; a=rsa-sha256; cv=none; b=u9U6M5HH/Wt5gKQWhmtYe3z+SYGLHLjMGOLNQVM8gtNws1v+VCiNh+4bpULgWdCdDIZJq9 uVEOCS8voT8SL4J8P3twWpSUsNjlzDJ8mxu1qn5fzl55PrJgRLY/7xYyLi3WMIJj4W0lB5 tH1AuM7M5FG7YY0yM2U1AZhjFQlcVPZOoBESEDNhcoWi9OoX68LmM5TcKfGSsfE4pa+j3X A+xIHSoLbZgMb/+ffX7GQzvcwe/To3dnrsqQZrAvhKu6VIiq9p3O99/YD8eBKAi++FwU2w zd/5ia27sDoFgmLAbL2cyB58F0sAUgjX4vEzoj9O8K70dyuRfXvVSZZ5mTBThA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Comment #8 from Danny McGrath --- (In reply to Oliver Heesakkers from comment #7) Ya I saw that some were using it, but then I gotta compile it and use ports= on a bunch of stuff that's using upstream repo only. I do have poudriere setup with some hosts using it, but I was trying to move TO upstream repo, not FR= OM it :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jul 10 21:00:43 2022 X-Original-To: apache@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 B731817FF322 for ; Sun, 10 Jul 2022 21:00:43 +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 4Lgztz2c3Vz3wR8 for ; Sun, 10 Jul 2022 21:00:43 +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 4Lgztz1kWxzf95 for ; Sun, 10 Jul 2022 21:00:43 +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 26AL0hRG025759 for ; Sun, 10 Jul 2022 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26AL0hVp025758 for apache@FreeBSD.org; Sun, 10 Jul 2022 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202207102100.26AL0hVp025758@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 10 Jul 2022 21:00:43 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16574868430.E44b3FCD.24073" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1657486843; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LWGGEOCsPxu3ppsg8cFSUy3Jz06dKoN6nIW854HldqA=; b=f0DQsV/O/iMw9edDnTCoqhc6ZB1JtWwY6Z8d3mD/EGaWKm97ij6jMvXpD9mtyd/2TClXmv U239+jtd21AM+XJbjglNa/99SNbsb2X32ZHqKmpvaNehw0FH11xczA4SZD5WDFCp75kXDt 1/569BG40kjjK154dbiwwLSfR4WWyntzeetoNo6xqBDfb1Ve7gWu2B7G598Pe3zg2JmgCx FPyqbJg3b/tjx6mInWHIQROap74ytQeSrPCWaJwUfgUESm192xeXCpeXBDfvARLaLQdMwo yv8ZEEzzZibv/MI9okFt7soiB1sPbPgxQ2q3F97f1wTXTminnoL+FWztDJfkcg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1657486843; a=rsa-sha256; cv=none; b=cIP36Owm65BJaMYgQntvwD9ipzHB5Dj5DufEnX7N0m+aadc+vBI5nJHZoRuLaqhsBmQyoj aWfql8ZkUxttPeo4Xcsoh0/Q557rxAR7VzimespuvWGM3o8z4kRET+IKe2Hc414pw58B98 0vfZGzd2awIk9ezbQ9NhArRjjVpZTUckqXFBmlEKm9LpbpXkGdCKZ9BUUHzL+dq4viE4bd MZ7cVshw9kp7UDffNDsBdsQPP7jcfT6Kq59e1vE6jCmaH7WJKd534jQpdsNwBRBioIJpTU lH/uVVkENczpH82F2DJoAKbf4ehX+ZCORlvTYDmGVxrR9E9t60mjTU55NDN0Pw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16574868430.E44b3FCD.24073 Date: Sun, 10 Jul 2022 21:00:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16574868430.E44b3FCD.24073 Date: Sun, 10 Jul 2022 21:00:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16574868430.E44b3FCD.24073-- From nobody Tue Jul 12 23:46:08 2022 X-Original-To: apache@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 8B6141D273D6 for ; Tue, 12 Jul 2022 23:46:08 +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 4LjHSw33HRz3ZtX for ; Tue, 12 Jul 2022 23:46:08 +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 4LjHSw20VWz12tl for ; Tue, 12 Jul 2022 23:46:08 +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 26CNk8ma072177 for ; Tue, 12 Jul 2022 23:46:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26CNk8Mk072176 for apache@FreeBSD.org; Tue, 12 Jul 2022 23:46:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Tue, 12 Jul 2022 23:46:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sean@rogue-research.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1657669568; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eJ53L+6aH/N+8ea7AjzA2sMEieMeZoecoKQvNYWx03k=; b=Xf0t5v3Qo9JbAVx9WM9cSA4ubJ1EVHVb8fELWxsHA40m/ebMwVHGpffeEj19JIuoXwKMyJ gdVFBc6A6VSifaSxRlisR7ItkM4SsyAtQVy8SNh4b31d9XXIsqPpS8z5D6GiiiBB/eP/L2 mGvn5xIreP9f91qEnTMA6I0Y+/968BKFyFwjv1KikXHwO04z1kRqVI9W1WulPR2dJhTHyE S59hEDH8cg57+j4cJ34YsqPMPCcG+1E9KSGzEA/mDsx8sR6S9xReoxoo+qxOr2uw+Bjlm9 UBNg2gb1r05J7djn17WlLBV/CJ6huhaQnvFlqLTfpNW1NiUp0wkf+7JWdaHj/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1657669568; a=rsa-sha256; cv=none; b=aOnCsdW4g+Q3fWNpWQxJcAp0Q91fuB/fziIgwaQCVRIjwBh50ZWcm9BETPukx53+y1cEH1 TELNLPjzm+Kw3BXE8BWNQT8qTtt8uTXfLKIpbAQc7UY6Nw/ofq+8H/JQIcW9oerIqJan55 w2+B0TLlywlvPVMiJxHiwSW33oVJapXcgsqkmxyF9v1WnhQ0G/E/tseVX4Ih0vlEDORK4K etP1wJUuCj7/HXgCjJbE/N4TDHnKtijWDmE/hneyPQIY9VrrUVjHkytIL+gKMWRx2CXX1e fNNVPRuKo6bP8rIxe6vBC8Vl8v23DAv+kqqigBOLkTk0VXGVOyx/Q3Ec4sgmjw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Comment #9 from Sean McBride --- So I use poudriere and just changed my devel/apr1 to turn off `BDB`, and tu= rn on `NDBM`. I only use devel/apr1 for apache24, and everything seems to be = fine at first glance at least. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Jul 13 00:43:42 2022 X-Original-To: apache@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 EB0911CF8E8F for ; Wed, 13 Jul 2022 00:43:43 +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 4LjJlM5qQTz3jQg for ; Wed, 13 Jul 2022 00:43:43 +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 4LjJlM4v9Dz13S2 for ; Wed, 13 Jul 2022 00:43:43 +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 26D0hhET003025 for ; Wed, 13 Jul 2022 00:43:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26D0hhTq003024 for apache@FreeBSD.org; Wed, 13 Jul 2022 00:43:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Wed, 13 Jul 2022 00:43:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mayhem30@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1657673023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/x2uVZPXQeKejvW55gcujePBeH7OjzFMcaHD9/G+20U=; b=HfpS8iM970onlptE9KajEEzF7UXnxa/3nlg9g6Zza7ChIdTdzSEcnYMQMFS7LzkSyeUw13 TMZTK9qMBqQlUmkWP2LBv4L7WUNeKi6oO9HEfrBtwJqsPJLFrujtIN8vBfUK/TwbCmVMLA C7dITRExV66ccrdpB0YiT1CQIASiYMT3LMebHaY45c8f4G3hYarFzox4OAgpHqqxkL72O/ MDlE4RsRoVPO1X5A366umaz05D0ZmAZycOfQCpm0eo12xiWuBv5p5RzmRxmQDnHb9DDhvY l0OP8oH5022seBz9+W8ago2OfyAa1Ly7fH3OxXTMmRp7shXhhLcytZIht3qlKg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1657673023; a=rsa-sha256; cv=none; b=HFjGpdqSXJb2tYtupfg6G7XuwjW2deyCDasmCuBnxJKf40rGFYyKx/ViVqP5BNjZIgGYCj nLa+suxUTOCVwKFMI1TxemdZXeVNus94w9e+GTzf/U/BbgJO8ptny3j4vlLTGVD+euNSk5 wGBAafXqt71x2aJKTwA08ouGs6FSI0qRAGya+Hp+FsseipDM4mTqe06Rn4tTxdunOdgXY0 UtfE9ejr9GNoV+Xp51Zyaa0xlfBVcF3JgGH/GYF47Dzars/Vj5Ak/mECvbmiDQpi+1Aut2 xUgrRoLLjcZ/cYM6WhQetGnh4CXarfK7KDND/9NrnGNHFjew57SIgW2zd37oZg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 --- Comment #10 from mayhem30@gmail.com --- (In reply to Sean McBride from comment #9) I've done the same (using Synth) and apache24 is running just fine. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jul 17 21:00:50 2022 X-Original-To: apache@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 4LmHYv2CsNz4T5w1 for ; Sun, 17 Jul 2022 21:00:51 +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 4LmHYt6CkZz3RCt for ; Sun, 17 Jul 2022 21:00:50 +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 4LmHYt5K9VzF7L for ; Sun, 17 Jul 2022 21:00:50 +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 26HL0oIc044964 for ; Sun, 17 Jul 2022 21:00:50 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26HL0o76044963 for apache@FreeBSD.org; Sun, 17 Jul 2022 21:00:50 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202207172100.26HL0o76044963@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 17 Jul 2022 21:00:50 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16580916504.7a79dF2.42306" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658091650; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MoTiHx0PbfI1IXZzE4aM2CpqXbrTNEgkLX/B4zPCM5Q=; b=GsHwLflQt1UCt1634vIYBoS6ENvuIXnkm5ygY5+NHn1IK+djrdvLnU24yoWZHJxwvhWrTl h/4sNtmclUW67ieXQB5RLzQ2H+hR6nFjtLn3VlX1fn4sikLDklEAOhQYDLtUXinh4w3YJr uqt8PG8JsOtP8fzCTVB6sIHyW2dmwvm5FRzBymDqhBlE0Y0W5FhoIApPPVetSe9CuiGgj/ 60OBGVXUYsBJrz10osFmegY43nIzfwnWRumvqfFswHOoyOcRDdP58waUOm5RkDdxgQinmO p6c1WyqGQkZU1wg2HZmb7GeqWQx4D3IeX5iW8Hhj5SOodDTNVO8yZii1S/dHFA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658091650; a=rsa-sha256; cv=none; b=g8db+fYR5404PM3s83EE06t3cK6tjwrntlvHhns1IHBHAVLcc+VnB+yZCiyk1EERmg594v tbWzxewwRUjhFZsX6gn37SQrJ8AkKcszwcSoMn8P5IxQRWE04Uxr4N6zhj0BtwcRU8U4K/ 1lHimL6kZfcqsnzkZpIylOz3mKca5USQvgkYVF8PHqDu7Rw2ptFSNkNgjnKt3L5MuN5dI4 T6gz0djXWmqj31tk35DoMHhcETjdlyelFJ2Ck0oSo7o+3WqnMhJvP6j6/0FUHm391+lZWi Bg/VJrNbbS+mtU94aQdaL8TuttVKqPtlS3FO/XUy5AS7jRi/2//oLHfyjXax0A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16580916504.7a79dF2.42306 Date: Sun, 17 Jul 2022 21:00:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client Open | 261523 | Mk/bsd.default-versions.mk: Change default db5 (d 3 problems total for which you should take action. --16580916504.7a79dF2.42306 Date: Sun, 17 Jul 2022 21:00:50 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client
Open        |    261523 | Mk/bsd.default-versions.mk: Change default db5 (d

3 problems total for which you should take action.
--16580916504.7a79dF2.42306-- From nobody Thu Jul 21 09:56:00 2022 X-Original-To: apache@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 4LpScx11WBz4XCWZ for ; Thu, 21 Jul 2022 09:56:01 +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 4LpScw633qz3jBY for ; Thu, 21 Jul 2022 09:56:00 +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 4LpScw56XjzJ9l for ; Thu, 21 Jul 2022 09:56:00 +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 26L9u0UM018636 for ; Thu, 21 Jul 2022 09:56:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26L9u0Hi018635 for apache@FreeBSD.org; Thu, 21 Jul 2022 09:56:00 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 265354] www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Date: Thu, 21 Jul 2022 09:56:00 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658397360; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8C+treiuheMvdcuiefW75PPkS9MwaD60Bmjp86wD4DQ=; b=sK8H+8ra403AECkXNMXMyzwMeaL8fMn6J8UViKAwwTLBZYv5PJ9rplHMPDc8XnHRtjjprk z3o8c8faA32l/hXMKAPjaWcbaSmbVTDksLJJtaCQpB4xpIDm5Fym8RfqSN+Wap20P/FhAk O+8gCSLHdDfcmuUJQgS1zU2IghLGDodAWdwBWWOOK5+YeG9TwI+WKxCZHDwvbc9ytHQXWm BMr8WT5dyWBwEs+BknWapczJkIQCNi4qkN7MKq2nYnlgQAlwt493akU8uW/2RXqx/dXBul OOnaVofqWzm7P3HN9/UgqxAEejhQ+SqAim9W/TiS4YvlGuOPlaApV+H+dSJB1w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658397360; a=rsa-sha256; cv=none; b=FGp578UMalFRsN9A+D2vXzD9ay5l3lDXYD7SPQK0p2qTndn6U4UUAkMxcxw9Ni5uv3li0G T4OFK5PyMnBGT0G9/8hRW9t0lrwSlApn8ZPigbqh8qQQFCqPNCS0Rjpp6yLxKkMnD1Rlj+ 4XmnY9azW4pOReMI5a1tFFgyysByvOxBHZNtffVwJ2sKugdn0i4UlFvy33hCpHoxV9+NLz Wf7CG0Xsui7Bz0CDSUwr5EHDiyj+XsjGYxsBD6URL/d5KypzOYvvvMF3nJqYlMzpiEd8uz r/CN9KVGNIFTDcMIhYo5U+zRNM3qgv4iognTC4D7adbmHc6ETOXyAiix3sClIA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 265354: www/apache24 with OpenSSL, httpd using base, mod_ssl using port= s. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265354 --- Description --- Hi Maintainer. OpenSSL version of base: 1.1.1o Today, upgrade www/apache24 under ports version of openssl-1.1.1q,1 (DEFAULT_VERSIONS+=3Dssl=3Dopenssl @ /etc/make.conf) But got error message when start as follows. [Thu Jul 21 15:00:02.154970 2022] [ssl:warn] [pid 84474:tid 34378686464] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.1.1q 5 Jul 2022, version currently loaded is OpenSSL 1.1.1o-fre= ebsd 3 May 2022) - may result in undefined or erroneous behavior mod_ssl.so using base version of openssl as follows, it is correct. # ldd /usr/local/libexec/apache24/mod_ssl.so libssl.so.11 =3D> /usr/local/lib/libssl.so.11 (0x8014c6000) libcrypto.so.11 =3D> /usr/local/lib/libcrypto.so.11 (0x801e00000) But httpd using base version of openssl as follows. # ldd /usr/local/sbin/httpd=20 libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x800a80000) libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x800b18000) I checked variable ${OPENSSLBASE} =3D /usr/local @ Makefile Tried to remove/install both devel/apr1 and www/apache24 does not fix. Thanks a lot. From nobody Thu Jul 21 09:56:00 2022 X-Original-To: apache@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 4LpScx1ZyDz4XC3p for ; Thu, 21 Jul 2022 09:56:01 +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 4LpScx0Rp8z3j8F for ; Thu, 21 Jul 2022 09:56:01 +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 4LpScw6cnZzJ9n for ; Thu, 21 Jul 2022 09:56:00 +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 26L9u0Qh018645 for ; Thu, 21 Jul 2022 09:56:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26L9u0Ul018644 for apache@FreeBSD.org; Thu, 21 Jul 2022 09:56:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 265354] www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Date: Thu, 21 Jul 2022 09:56:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: epopen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658397361; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tvWKjv+3cDzqWY8at+ks/DK77JmBnw9c1rcDhBDv7Xc=; b=USpCVS1ZmLzbxtRI7Xb80xh+MUiVU5PSuAvhdmmjnDxSAhg37sU852HM3uJqRoNzKuqUlo GY+cE1CTBh/y0cXxoY7gFSoXYs9opzsMmoCPeu4QQWuutqLAe1vN9DyTgV5zwkyC4Gda2o 0buvI6SPC+hOTHu9PwNbGewFeLczUvVut9qCFToAuYzOFD+O8omG0Q6DQQN0EYOo8ejkO4 dF/OhYAD2c2FHVCxyodCGSWvAcaot55VgnM/KDn2unW8j5qCTOYxMg4DlxFD2zYaqfhZxi sd/Fw5LEw1iurBAhOoBDDJW2FPXDFw3l+HJzwR1dzpnu1DtIl2/HJG3AfRyaOQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658397361; a=rsa-sha256; cv=none; b=fZiUrVYIJ1FlI2k5EFSPdz9L5ZtZi9MoZ14WGKkOr/AY4kBFx0mlUioQPXxs7nJ2TXldGC dhxSTOmH+rvPW98qFS+/u5aiv9Z1Cocbk4VszFxJvW6JfHeCXhWvzHCnDitVy7JT4UdF17 MO1/i3RsneXV5CsTQfADevSmMbjtOZVLrn6kdHIHRc0i/YO0FV52wos7E0zSBAlwtQKtc8 WrZz8pHNwNrrFgje2jUAWwmW4UPBnHNItr1XkE4QXeCo07IU/8+cknPm2PwVanyaw26Fda mvGzO7x6W+4yt7dMlOK+p8OuwpU+xsFWQtfD86t9iWfejj1hY0waBs+12d5t+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265354 Bug ID: 265354 Summary: www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: epopen@gmail.com Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Hi Maintainer. OpenSSL version of base: 1.1.1o Today, upgrade www/apache24 under ports version of openssl-1.1.1q,1 (DEFAULT_VERSIONS+=3Dssl=3Dopenssl @ /etc/make.conf) But got error message when start as follows. [Thu Jul 21 15:00:02.154970 2022] [ssl:warn] [pid 84474:tid 34378686464] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.1.1q 5 Jul 2022, version currently loaded is OpenSSL 1.1.1o-fre= ebsd 3 May 2022) - may result in undefined or erroneous behavior mod_ssl.so using base version of openssl as follows, it is correct. # ldd /usr/local/libexec/apache24/mod_ssl.so libssl.so.11 =3D> /usr/local/lib/libssl.so.11 (0x8014c6000) libcrypto.so.11 =3D> /usr/local/lib/libcrypto.so.11 (0x801e00000) But httpd using base version of openssl as follows. # ldd /usr/local/sbin/httpd=20 libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x800a80000) libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x800b18000) I checked variable ${OPENSSLBASE} =3D /usr/local @ Makefile Tried to remove/install both devel/apr1 and www/apache24 does not fix. Thanks a lot. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jul 21 16:13:58 2022 X-Original-To: apache@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 4Lpd156r02z4WyQV for ; Thu, 21 Jul 2022 16:14:01 +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 4Lpd155RZ1z4LKV for ; Thu, 21 Jul 2022 16:14:01 +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 4Lpd154YzgzSnD for ; Thu, 21 Jul 2022 16:14:01 +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 26LGE1pJ057086 for ; Thu, 21 Jul 2022 16:14:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26LGE1pf057085 for apache@FreeBSD.org; Thu, 21 Jul 2022 16:14:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 21 Jul 2022 16:13:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658420041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T7AfOKDJTySEVs7oV+kw74wmtLTzmZ3qYtZb7uZVVsc=; b=moGm2QdwsFvUsRH4ClcLVtSwUFfQIbO8pOmm/IIa9zLvlzSATmdYjz1BGr1BOvm9hNGByp gE3N0WctAlhBTXBFtwgKZ/+xpY3ZNkUoyd8hub07Nk8ymci0RccE3dFeToKG46dRedJW12 qWdkGbkJ947P9+sBxxFJ/fgrDeZqRGz+EilvjIBor6nZEKWfb1jdKc95xQCgchLpMTHgLC Q4YRgYAEbQQFeTHvMCjGBN49+dS7w9Yb/w0BLPYSNsbcS2iuekQ5RPWZr7lEUaXLaV/KXv EwomNMCIzDCbt1dy2OM8yZg3WK5aRc0dBfwhE/wuTnVSw838OHEQsDOMc8Xd+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658420041; a=rsa-sha256; cv=none; b=xnQdX1p5flocqZX5+gcojg5XrvjYbJIJ7W2p84EwQEp29ICHlBgqGnavyDpOnMv5K88xsA FVVsPx7xAztcOqlbKfnBO2vzOzoSfi1VhIiqzvqXn/225WMG8uzAYIEo0VK45mHAKz9Xem RwkGDM39Cppr+tZlgPRnWQaKQudJz3UieFXpAFzQNMqE+eEWiJeAhhi+uE30cjyCp2rxTQ bu+w/MaiOpIO3vHTm05QApq+3gkAkXp7S0caLQGyiKnnuybDUzH+W/HGDoU/kFsWSDSsW2 h1Cm5X9pT/QpK/dxg34oAuiPHLDdwZbODUZabxq/pGEZmnktwb4dUbwDnG5VAQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #231569|0 |1 is obsolete| | Attachment #231617|maintainer-approval?(apache | Flags|@FreeBSD.org) | Attachment #231617|0 |1 is obsolete| | --- Comment #9 from Yasuhiro Kimura --- Created attachment 235409 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235409&action= =3Dedit Updated patch file * Remove compatiblity hack to upgrade older plussed versions to 5+ aa there isn't such case in ports tree anymore. * Remove INVALID_BDB_VER and replace it with argument of 'USE=3Dbsb'. * Stop checking if there is already installed version of berkeley db. While testing migration from db5 to db18, I found following confuging situation. (1) Currently default version of bdb is 5. So if a port uses 'USES=3Dbdb'= , then install packages depends of db5. (2) To migrate to db18, add 'DEFAULT_VERSIONS+=3Dbdb=3D18' to /etc/make.c= onf. (3) Rebuild package installed at (1). (4) Now it is expected the package depends on db18. But what really=20=20= =20=20=20=20 happens is that it still depends on db5. It happens because when db5 is alr= eady installed it is used as default version of bdb even if there is 'DEFAULT_VERSIONS+=3Dbdb=3D18' in /etc/make.conf. It's against user's expec= tation. So remove the logic. * Add entry to UPDATING. * Bump PORTREVISION of ports that use bdb. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Jul 21 17:57:24 2022 X-Original-To: apache@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 4LpgJP1bbDz4X9mG for ; Thu, 21 Jul 2022 17:57:25 +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 4LpgJP0XK2z3MHJ for ; Thu, 21 Jul 2022 17:57:25 +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 4LpgJN6YqfzWbN for ; Thu, 21 Jul 2022 17:57:24 +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 26LHvOFJ016535 for ; Thu, 21 Jul 2022 17:57:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26LHvOEe016534 for apache@FreeBSD.org; Thu, 21 Jul 2022 17:57:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 21 Jul 2022 17:57:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: fbsd@opal.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658426245; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nB7jxIeZOyFnywO+9f0EEKCLPdvz8hRKNtPuCx99aUY=; b=FSCVTNttmOBSv5GEvVb3dUlBOzg+x5RfH5y3+LB01igW6CPfyGNEhM/iOVH47IUcDutAjy xxuGuYGacY7z1fwj7cgqhiQy4RQNmy0qrKpsx7Nr01xVyW8o8UuAJ9p6N767LYwSKZWwaq CVg44hJy3IVUZls9T7vIckxj7CM0Oo5Sxy1gCln1NnYruKQdJKMsvTjynhR2p9yeVdNUtS AT3RZIq3mvR0pCOe/a0AGDgGXtnmTMNgdyg8gdZfN/zoJpK/yTHTwA88NiRRJGDus4z99h RxiGtwTXZ/QAtuzFhLej7QgpHamMqEBO6ViJYVGbck2doNW3Q6yedNsxCJVfjQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658426245; a=rsa-sha256; cv=none; b=Jxemo2yFdTShg2XWRi1wP5MSESpesiTs7kous+tZIbYAM1L9xpCpZPuPMWfNPM6j1RqQDY MZrEAdLtHHs93rWGZ4KtKfE5A4GCUV6GnHjAKDy0Zyx0d4aUCNgOv23MxPWWMakvrri8EK P2PzM8WIgmULaTgzTdW7DSKdr7t2IZ2+yDjadgspBI+RlcxpnkbKaXMuva/d8wLhZ8yVhu PrJxVMgxGXgd1Eg/UZ5IEyRDmNbCyrxXfxh1dWgNftRcS4YsKyQSZZVXMMUG4vugkvxdln yiJekVz7mfSDvrnNeHamqm9L3RCuFg8DKeW6hYcbb7aCHci6fxGtyG1CSeiSjA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #11 from J.R. Oldroyd --- Comment on attachment 235409 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235409 Updated patch file The entry in the patch for UPDATING appears to be wrong... + by yourself, you can keep db5 as default by adding + 'DEFAULT_VERSIONS+=3Dbdb=3D18' in /etc/make.conf. I suspect that setting bdb=3D18 will not keep db5 as default. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Fri Jul 22 10:55:58 2022 X-Original-To: apache@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 4Lq5vj2mHxz4Wxjg for ; Fri, 22 Jul 2022 10:56:01 +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 4Lq5vj1Szvz3yxd for ; Fri, 22 Jul 2022 10:56:01 +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 4Lq5vj0HDlzyZG for ; Fri, 22 Jul 2022 10:56:01 +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 26MAu0tE047417 for ; Fri, 22 Jul 2022 10:56:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26MAu035047416 for apache@FreeBSD.org; Fri, 22 Jul 2022 10:56:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Fri, 22 Jul 2022 10:55:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658487361; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IrfJsJu8qG6e54XGZOt++5EzNXAbbot8fgTixgzaHRQ=; b=iA0boy08dqKzA8q9pK0BcfI5nTOA2iKuHxR79MsU0E8w+ZZEB301U4DawZSo1v6rlnSAC9 +EPKiFSDv6n6hIg7urdmPxZBboewLcg6zDo+3/+xwnPTZ+JKDviTqk1PBVUkL+z2pL13AD f253G8z/MMiRL5L4xWIZkL8jAFBAWky0Ca/Y+mLA/mEy0fbX/RzV+ryOy4sDUObx3neMvT 7xQRFNb/CvAZpVW5X9harZF+XbRhLy00AwBWzGPUXX7mKJ+TVlK7M7cP+uYkWSWWNWDp7i LR//AOxNnyDw6rNAT19UPI9CKaSAbpb7jHzIbf12nkUAQw/wF0AGssmSDYySsA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658487361; a=rsa-sha256; cv=none; b=QhtryN63XCicBSOGAk6lGYeMNZTWsKm8DlgCfq4A1lhuDJNg7NOhK1gXHVKO8tlX0Tgua1 ilKA6SsEcrWteowo69Y7WpmitdaXHp1L8pYeeiUCIStPEu95wm3kfLkAqf+KUz05uYhzMG UKtGERNPWp1r6KLZ0NRhEpcamukgkT9xD166zjUiHsvKb70iWvDsZ9DAw1QkK5f5RAFgtO GWRDFT1BTkpsY2TSyPAXoRSlhk4s50dBnzCpnBJ8L3EYzLc3fhkaXAa09R6lpWL5LytosS CedrAFlvdQzMkOQicOcFXVIN8OZzyUKASNOuZC4HzmRg2m9hnut26Ca3D//M9g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #235409|0 |1 is obsolete| | --- Comment #12 from Yasuhiro Kimura --- Created attachment 235422 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235422&action= =3Dedit Updated patch file Fix the way to keep db5 as default in UPDATING. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Fri Jul 22 10:56:34 2022 X-Original-To: apache@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 4Lq5wM4dcMz4WxSH for ; Fri, 22 Jul 2022 10:56:35 +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 4Lq5wM3Zm2z40CR for ; Fri, 22 Jul 2022 10:56:35 +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 4Lq5wM2g4ZzyQw for ; Fri, 22 Jul 2022 10:56:35 +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 26MAuZ4Z047643 for ; Fri, 22 Jul 2022 10:56:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26MAuZX9047642 for apache@FreeBSD.org; Fri, 22 Jul 2022 10:56:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Fri, 22 Jul 2022 10:56:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658487395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/AsqoJrkXmAzHDX2EOsNAFO/rF+LLhxcW0aEyg4YO8o=; b=nNkxIUS441N0l0M1HK3DBE8QM3AOdCoQUXnpuCJ9bRz4B+4GOnIKUcdEcJsCZIEnboFovP 8UWO35eXn6BdLfEc3jnvf2/98wOtprFNy8ojLLJCZM9O61eqsmJWguB840MY6aTHzx+1Px fMb1JUB6tVzZO45ffqZGDYtk/4Nlv9pY2ThdjWnJp5NML2NIYKYT9nLzqtboABqb/pYdT6 3ptIfNXZBEfb2V/QHO/8s0l2XtWEBjUAJW7m5uWf0b6Pmeub8/uc9Sts9WfqnDF5oQyhV4 oFe3m/CHhty89ddmOYLErG4iTatTsSOLU4YelpNsnkX0bl+2tJFfPJ+rMT4Wtw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658487395; a=rsa-sha256; cv=none; b=jweWVsoi8rOVaZbPi7nmGLmfjXPWkseog5NM3kyqOt2e7jy6EegQytu0FkNp3iJUMq9gC8 s7SyE6HG91usuU8tplp3miUXBkoybws5wxVMh8D3FUgKS0BPiguHF1ZaxMAb0KKCmwNc6Y K+SnIlDPjzvtCRqjGsBRtlfUFpExVrVRuzcLyzkmeLaLjQ6ZiWYGSwnUoVof//hZgwHPtL zgH6zh3bcPS7GLQpNAlCb809c7WE7w0lC9HpiAMg+wruIMrz47VcWDIQCAyJX98SXUsNEF GJzDDc0mgZZ355XUIYVfCU0DPSFge/3psR8yz4beWjnpbHUw7n7yGCaUwIUwgg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #13 from Yasuhiro Kimura --- (In reply to J.R. Oldroyd from comment #11) Fixed. Thanks for pointing out. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Jul 24 21:00:46 2022 X-Original-To: apache@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 4LrbDb0F6Fz4XXmt for ; Sun, 24 Jul 2022 21:00:47 +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 4LrbDZ5SjTz3hk5 for ; Sun, 24 Jul 2022 21:00:46 +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 4LrbDZ4ZgrzY1v for ; Sun, 24 Jul 2022 21:00:46 +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 26OL0kIx049086 for ; Sun, 24 Jul 2022 21:00:46 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26OL0kJD049085 for apache@FreeBSD.org; Sun, 24 Jul 2022 21:00:46 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202207242100.26OL0kJD049085@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 24 Jul 2022 21:00:46 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16586964462.F8F2FEDC.46589" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1658696446; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OWFM7RbmKcylCkccm+LTjDUzjsablGilCUDnSxBcjas=; b=u8Ec9nn3di0rdAz5dSedOsFYhzj1h92GTGQM9DbLh+Cwo7HbUP+bjNaH0wJMOC9TajHysT AMUre4ObQX5j3rnDYnhZFZoXLQt0XMuhbeCglNWPoXE//A5OR2XVbfPABPutk6xoMUNFhq yTVIeksCVcErxy0tyFS6KNLpf9MokxmBMmJz5bcK6EGUH/rOzzFjPPAC1Ra78T0KSrKAKM TU/ss4wqRyjVlweptV9GuMiuEm9yQg165eeTFGIGKG4oOYmCdxk4mcsb8ekPlPrP4yIsLy WuLKhH1A7PIX3PaX0blJrosbX5AeFRMMywkkz7wtZUzxPA09GxuU5jQ3p+Vdmg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1658696446; a=rsa-sha256; cv=none; b=vcLXAGOnxD4CpIk4lt2FiqoDQXSyRNTQXJNJmNyeIfwPbYUtuC55TejIyPifYn4oYwkBK5 PHEtgP6klHJNKaNXITq/hzKULLxj2XOJESBW5QS1hEJu0x95I3iALGn2vmw1gA3T+Ibm5+ c1Id1o5auA/PwXGIWD/U+8M9vLBgVip1r+KFvu+U7U+c48u2+SiFUAV5+Sryo6tUKkIR/0 WF1pUul2FwcFWE0e8FNZfzys4+S6eCohwbDst1/eRA6Z3rtgGQLeCZCiIYPkLCdkULt77U 70OyrryuW5SmZe8Fe1tpHSBK+rkQq3x3tXEJDHVSMWSddS51vrv+vbhmklVCwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16586964462.F8F2FEDC.46589 Date: Sun, 24 Jul 2022 21:00:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16586964462.F8F2FEDC.46589 Date: Sun, 24 Jul 2022 21:00:46 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16586964462.F8F2FEDC.46589-- From nobody Sun Jul 31 21:00:29 2022 X-Original-To: apache@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 4Lwtv22RHwz4X9tr for ; Sun, 31 Jul 2022 21:00:30 +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 4Lwtv16LL2z3YqB for ; Sun, 31 Jul 2022 21:00:29 +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 4Lwtv15Pnpz170R for ; Sun, 31 Jul 2022 21:00:29 +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 26VL0T7w005996 for ; Sun, 31 Jul 2022 21:00:29 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 26VL0TxX005995 for apache@FreeBSD.org; Sun, 31 Jul 2022 21:00:29 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202207312100.26VL0TxX005995@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 31 Jul 2022 21:00:29 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16593012292.1dDA5eF2F.4587" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1659301229; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VahT5baGfesswF1vuXas1xHhdt0dmR0O3Lq3xoj00cU=; b=KPTf9XlxkQAQbxuoqxibDOW1cnBlQOANBNjDbaBa3WYD5dXqNgKDvoNWNBvvLdcjqpeMTv oUrlJRprDNsDPVv80ebu8ROiBaugf4803EnwfeE01RhcBXBT+1U0MMWSOwvaWMW3ZLmzG/ 8WUjJHjRBT8tRom+ipz6mbvHFqagU+EX+6TtNHJa4hmdv4LsFdsvG4JByt5KOTn3gclecV mCeI+jyxarQfsm8qNTjxjjq1vbU79/bu3ewASc4BCEPQT9WK9SWDAKI5K2+1IOL/IzuHhR 3Wfh8WQ+ud8t8q8lx3wwushiqW6LNMQEqmsEaA4RYi5+zuTS7PVQ4V6rEsQmeg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1659301229; a=rsa-sha256; cv=none; b=RV4Ify//rw2OX54bpPITTS2heG6z4NJHDDyT8iVtMapOt16H09+dvQW7SwgOfFXedDrmIp B9JYFflHadgG3kz5JCe7sKpfPD4WbEoxbfk2kcLyBESwzGrWJpIVXjLvutQLakHmyLxmgj zMPc7AvlzvpzE8yks/Tz/jw5jyb3cfmeAItJedUcOqrhkIijCxqUCj+X6d6PiQ2QqsOstW H4oQSLJKpquCh9+WIV9pt/HI6qy2n4lWZpRhKgRSCy/KEnpq2yz8LcOzS6h9U6OHX+2j2l 8xrenv32zZzOSkcWOMCWAhr0C+BXiYRHPZB9Mg5WWtrtYathAr5yuF0VVD1/oQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16593012292.1dDA5eF2F.4587 Date: Sun, 31 Jul 2022 21:00:29 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16593012292.1dDA5eF2F.4587 Date: Sun, 31 Jul 2022 21:00:29 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16593012292.1dDA5eF2F.4587-- From nobody Wed Aug 3 20:55:59 2022 X-Original-To: apache@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 4LykfR4hsFz4XkJW for ; Wed, 3 Aug 2022 20:55:59 +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 4LykfR32r4z3NK3 for ; Wed, 3 Aug 2022 20:55:59 +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 4LykfR20mMz14H0 for ; Wed, 3 Aug 2022 20:55:59 +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 273Ktx7w020043 for ; Wed, 3 Aug 2022 20:55:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 273KtxkL020042 for apache@FreeBSD.org; Wed, 3 Aug 2022 20:55:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 265354] www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Date: Wed, 03 Aug 2022 20:55:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: rootservice@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1659560159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cJ4pLsIOfpyoChrzaktsR0XZ0J5CrLDB+b1dIwYAxVI=; b=geP8f+VtOzhLM+8wzzoMoGb1vNEzIat32gZsl7zuyAaqv6VX67ODT97UvP+Zyf9WTpuLF4 oni3Mr/aavfVrwngyUZiKds0P64d6wWTg0cOzCBNskofoFcD9eaRpMSp/mc1Lc8NSlH1um JDcWywE0RMNaqXxx6q6k1rO9XWaG0NfchPbxV8L930ehMhntAP42qFb4Z62rG5Qa1vKT+S kp0RPZqvn1sgUv7c8qA85X/3hRyzUwN3242lXeytKIA96GMcVqo7yX/1ULTye95l+T6jZW 5T0Nyhs/eIwbEtdTfrirqlJ0bFYTPa7aJyvJWqAN/cULmm7rE+RTid9ZK7u6LA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1659560159; a=rsa-sha256; cv=none; b=YQkwuWmoGvIPQ34FO9m2c+D6fPAB0+O6MO1YLsDWimLxcsr1Ps2uE9vYEBAtJTwL13mmr4 ruNTYTve+SiXHlmeaJoRYBtnspcyV05cENzydgcJGLY3CFKnm8uOQf+PfpabMQh7As8fXm Oq1U8b09Eac45vUEp0S/vbI7SBvE+/uNO+l3tNLDRN/7Txdc7pkeYGxFCuo4ahy1MnKwsi 2SoPLwF1hLTy7O/THk0nMgHR8kBvlZF8aqaHAEYD/OcEoWNOimBGaEYfrWPJk1SG7PRQ8O guIySwIENcOEpYkqLPoLBGmqFYmbMDjYJJMboSPuzKkhDc+oLfXM3tFqDV611A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265354 Markus Kohlmeyer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rootservice@gmail.com --- Comment #1 from Markus Kohlmeyer --- This is caused by BerkeleyDB linked against OpenSSL from Base, which is lin= ked in by devel/apr1 (Option BDB activated). Current workaround is to deactivate BDB in devel/apr1 and rebuild apr1 and = all Ports that depend on it, including apache. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Aug 4 02:45:13 2022 X-Original-To: apache@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 4LytPP4btqz4YYVq for ; Thu, 4 Aug 2022 02:45:13 +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 4LytPP2h9wz41V2 for ; Thu, 4 Aug 2022 02:45:13 +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 4LytPP1lKwz1DdL for ; Thu, 4 Aug 2022 02:45:13 +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 2742jDcf034468 for ; Thu, 4 Aug 2022 02:45:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2742jDhm034467 for apache@FreeBSD.org; Thu, 4 Aug 2022 02:45:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 265354] www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Date: Thu, 04 Aug 2022 02:45:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: epopen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1659581113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GuY2FmHkg+gYH+g9PrnndZY3MDXWwtvorvribdLh4tM=; b=nq6ZzDC+Iisqrzkq3/Ja6PQQyhQn9V4lwSHfqamCAtD1pLNfag8j4tp/Q0wUHjn7GIKvrE dlotnrSgI2pJ59oEsnlXjCRfuIsI6JaSwEZn/0rwlXgPpV3cV5U6UANYM2jrst6o2bifPQ OMAT8XqKsApgISKLyr0L4xQ7hB83h4+NXqIdPbO76r1jZn7V1RMl7LQLWDRtiPR/CVoSZG tuaWJuM/5TppnVSj+ezsuiqHzOA2k5vvYBbKFQ6W6txHr3+jYolKHT50w8CsYMjk5xNGAW CfPYrWCV16fqYo6bH4WlcOHubG6X4inLzSpQ+QEtxNi1rfe3ZvuFiFYJxd9krg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1659581113; a=rsa-sha256; cv=none; b=nnVXzY2yBjLgazmqACdLtDc6EnrMeo+3DqSDdwhf8wqCWwZH5H1YajpeBLC/l6R91PkB7o iBz3CjbrbCOdtTMDIfFft7OQEC1rv2wpGuXHho4OViSWCtgfDNQELIsNNILQ8nK9+0E8xi RFx6JX8Y6FGeWC0hJBNOP5zLH/cPqIxSVkNW9RRJArJx1SSw8ksSCs01DXU0hvNxS9CS87 ddKiNMgQGlv5sYOfE/U9Ex8QXbsW0z1Hq1l2Ad3naeA+SzzLbwkTwC/8836ik0Kes+Lk/x FUEFA7IQiWVsoDMoKs5qFAqvjaGXg5chHcxbgIt+AAaC0525HwQS7CH/M21Kww== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265354 --- Comment #2 from epopen@gmail.com --- (In reply to Markus Kohlmeyer from comment #1) Thanks your workaround, whole result as follows. /usr/local/sbin/httpd: libpcre2-8.so.0 =3D> /usr/local/lib/libpcre2-8.so.0 (0x8002e9000) libaprutil-1.so.0 =3D> /usr/local/lib/libaprutil-1.so.0 (0x8003a000= 0) libgdbm.so.6 =3D> /usr/local/lib/libgdbm.so.6 (0x8003d0000) libexpat.so.1 =3D> /usr/local/lib/libexpat.so.1 (0x8003e3000) libapr-1.so.0 =3D> /usr/local/lib/libapr-1.so.0 (0x800413000) libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x800454000) libthr.so.3 =3D> /lib/libthr.so.3 (0x800475000) libc.so.7 =3D> /lib/libc.so.7 (0x8004a3000) libintl.so.8 =3D> /usr/local/lib/libintl.so.8 (0x8008a5000) libm.so.5 =3D> /lib/libm.so.5 (0x8008b3000) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Aug 7 21:00:59 2022 X-Original-To: apache@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 4M1BZN08BNz4XlC3 for ; Sun, 7 Aug 2022 21:01:00 +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 4M1BZM56btz3Qft for ; Sun, 7 Aug 2022 21:00:59 +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 4M1BZM408fzRQ4 for ; Sun, 7 Aug 2022 21:00:59 +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 277L0xw1088157 for ; Sun, 7 Aug 2022 21:00:59 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 277L0x9r088156 for apache@FreeBSD.org; Sun, 7 Aug 2022 21:00:59 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202208072100.277L0x9r088156@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 7 Aug 2022 21:00:59 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16599060593.C7fb.85182" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1659906059; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2X+LcKusWqAexfELmC1BsC0Ni8/0vxNAdQB6oRg77Eg=; b=hVk50tKvkuU5QJD1WmlTmmpCRsQLHN/4M9WsnlehVmRQAgCviP10nKA0ErrR0NdP4ejNN3 /KFUGgph59LfTZONAEpM/YmWJckUvdCZB8dncVyj27RceSuSqzcYcBy+lGZcKpW/fG9wdb D+1yIXaKRUPe5nDWSt5/+WSpefyMd1t3YwVv8Tx3/1FGHUlhW3ga/l/HKxlxNZg54UGAG1 EWWCX3nZGHsw5sgwxc97WySP1lBGjL5zCQdvgFl2V17DWGuo5/H2FvH31TTtDLkeZ2qd/F y5+yaoVHNKk0Qv2/xy55C6NCbOvUkJrzSfO/3PvuSLmVaLTOLflMzCr6w5fY/w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1659906059; a=rsa-sha256; cv=none; b=WYLK9jPd0Z4tBgUrmRHWsQP7d9MPsEGWx3Fl2TFp6Z4wZ3/VlXxn+vDytfQtMiqpuLos3z XJuUB510JDDI72bdMkbEFTXk6clQs6N4iq+oXqKBYmrVZmDaPyx9J7jNGS4ce2KQpWeon7 DbHDq65TSlmJzxezjjNrYfDz1L3UCPBDNj6IspPtGt5nSuFds7WZRMQhql4F6iG9/gidtP TrOMJzv4dqWSbsfpYx5IOq8ejNLj6lQC7ocsR3IsMA/6+/zC9Url8eY1IzWeEXMnZicis4 C9IjhPAZPzt7/gHFkFFNoicybAxv7Iu3ax5ircO4xeogwGiOi4QK+OttcFlLqg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16599060593.C7fb.85182 Date: Sun, 7 Aug 2022 21:00:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16599060593.C7fb.85182 Date: Sun, 7 Aug 2022 21:00:59 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16599060593.C7fb.85182-- From nobody Mon Aug 8 23:05:31 2022 X-Original-To: apache@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 4M1sHb6GQqz4YTxm for ; Mon, 8 Aug 2022 23:05:31 +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 4M1sHb4pphz3GhF for ; Mon, 8 Aug 2022 23:05:31 +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 4M1sHb3lGsz18t9 for ; Mon, 8 Aug 2022 23:05:31 +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 278N5VpR020804 for ; Mon, 8 Aug 2022 23:05:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 278N5VSp020803 for apache@FreeBSD.org; Mon, 8 Aug 2022 23:05:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 248704] [REVIVE] www/mod_jail: Apache module to enable an easy alternative to mod_chroot Date: Mon, 08 Aug 2022 23:05:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: diizzy@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1659999931; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EupAHETsT7ZgZiBPLstWveH9Zolv0zbpxC//SIMSYEU=; b=JlyrD8MnfxK2ZrMfbJPJ+V03Up1lFK8Ice9h+WKySgQM9V+NCKGiBfRbyFPkhxIEpwyJyy x5T74u0ehzGk73rlqg6qLit2Gm+L61FZrPMtAt3Ku2D36Peg7iVxcZoqXdxlPD6tYNsrwR vXiE+4bonBepS4kdErUe2GwQ0IXPWtwMCzEc1tx1pDAupQAOzhlVC/DpqxqfkA2sHJ9Msn 2fs2MrZd6MqOrWx4YTSNpvXdFXnS8kBT0kEgTiGf4gW+1IpCgAMBXyw/2F+PNjQttqOq3e L8bBfu12gfvxisCmvXkT612xmhfX4rQPW/X80hrK3SWSlfVYQNEkba0kuzsupg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1659999931; a=rsa-sha256; cv=none; b=vHlecZSZFSutGUVVPBMZ5U13ScoTM+zRJbRsLwgcit9hPYxdWvXb8UwGt3WQvoglvrWXwf sC5zOhCeUeqmqj6BEJsOBeBPaeIkp43ZMkCHrOYicrE6bME4gIST4vFtWNZLrS0h9AFlFU 4uAWWQJmqe1i+XLy34mjgf9Gu2/mEAwZIjlQiFy0c3nvwXiRxixHL8pIY7mD491GErl3og pmGM8nL8AbOldzoZUg6Q+yXZYP5V97Tp1wGbPq0D+NjPz3jSHUOncfIx4gPxRQ5/2Om5cf K/NCBlebV86imF1GL86R4OIkxBewYTnYhueFwQGsejxWT2BC9nDhHIoQpcCJWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248704 Daniel Engberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diizzy@FreeBSD.org --- Comment #6 from Daniel Engberg --- Is this still of interest? It's worth noting that it hasn't touched this si= nce 2016 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Aug 9 06:48:30 2022 X-Original-To: apache@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 4M23Yp6MRGz4YjDg for ; Tue, 9 Aug 2022 06:48:30 +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 4M23Yp5Fhgz45cM for ; Tue, 9 Aug 2022 06:48:30 +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 4M23Yp4CJRzLyY for ; Tue, 9 Aug 2022 06:48:30 +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 2796mUMF092384 for ; Tue, 9 Aug 2022 06:48:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2796mUZ7092383 for apache@FreeBSD.org; Tue, 9 Aug 2022 06:48:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 248704] [REVIVE] www/mod_jail: Apache module to enable an easy alternative to mod_chroot Date: Tue, 09 Aug 2022 06:48:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660027710; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6h4uJJVAzAXeNiIrdbV0/CteRPMAXbpoWCBCwlhW+Ew=; b=xzPhGm25QJIqobygK5MLHJz0j2vHNf7Lx86hB2e1C21NLEG4jBw4+Y1tCJ3YLZk79xAY3v D4PYHNxGZBc+umtLrdZnB/koQTXSVzF22HQySw1YipNKiJRETaPn5RsULRI+9IL+I9Pf1o yt3S8KNLTfY58AvnfKc4VmvNzuN37jrluQ3gaf3rGkYkDPtYvRZq0g66a0k3AjSwOUweQw xkMb+uoUpS6YKgLIlcFnzAupaR2z2BZC3S0UBsUGXyzL4GIdBo0rGeXVCpZJT/amoEJBZf ouO7+8+/XOEsy1gnFOmgCY6VV0rYxKAJnKVKJYLQlrSXhxs2GptV9yv2YLubLQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660027710; a=rsa-sha256; cv=none; b=FUpTPO8+ozl81gI3nvnDYX5kxxZPXLXQMMysz8SK3gSie6d6KbD0rMyjtuLIMUeapG3KLG nlKWu5ZnFvPG1sC7GLAWXjSmuxnVWKHEcmt06JcMtsPaOrMOBJkU1lHuaBYTAlTDo5QeIE +BXfSrtCEbjDH6b1R6+lsri+pkLyq+ap1jJa/V25r4u8TipBwj2k0q0ZzzO/Lv7ZFcMgZl ZOXE8OOpIyWv77LBxalWeO05EFIdRg6uPq85BOxMKgfaD9AhP0yqDog3RF4LqRR/XVlUwr kT9tXIbfF/wrRTlw9hPpo4qAD9UASSMbRlNFp8OEKz+4Vrog2PcuiE+Yll/WBg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248704 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|apache@FreeBSD.org |joneum@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Aug 12 19:40:41 2022 X-Original-To: apache@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 4M4DYP3hZyz4Yvh5 for ; Fri, 12 Aug 2022 19:40:41 +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 4M4DYP3GTfz3kCp for ; Fri, 12 Aug 2022 19:40:41 +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 4M4DYP2KTFzkQV for ; Fri, 12 Aug 2022 19:40:41 +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 27CJefgr014842 for ; Fri, 12 Aug 2022 19:40:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27CJefQn014841 for apache@FreeBSD.org; Fri, 12 Aug 2022 19:40:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Fri, 12 Aug 2022 19:40:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660333241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HbXj2zf/YJz3gAtGqPHIZLMMFRVufFQr7LSnY/ZOmBI=; b=e0/p/zKHWDQw4RTjyMlBU04ByoPm2MgVZDUZK1L8jJpWYOCRU+4RSxXSAMPOx113QaW2Xl EtSSdwHIeYY+X7prg/IDUs77zxD+2/ki7AikLnq4I3Qr9CB9a5qX6hDGpYmS+zDSlnM3KR PlNbfXM95pfN47fCzcMCacXhp+lAIKEeE0CMNfQQJqny5NtZEjCKHpS9GYalKRu3Sm+5ZH FuyCnFPySmYJcwT8FEy00SXKfcagFSdLW82KcLzD1upakJ3cBsr9vBBArJUo7C2FrD4XXh jW4I7yi0y7qWA/kgqVdM7DfDSb3QPQLn0wy/NQqEaTexLP7gcRhKeqY88jfbFA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660333241; a=rsa-sha256; cv=none; b=VhR/FugRSlecoZJWTad2MnT/JFL3WJT+HW+7QCPkgAcmjgFvbCXwHztfViHbQx1qgK17wV jjSbRKJW6YR/K7jPTFBekdAwFM+2QwfEZ6nwC1S2Cm4OtlOG7pItrdWV+bsRxmczYxcHiA n1SwEGg+vweaxpWEvlAE66o9shNvyEetsfTiaRgDlIa5wh8xhdmLALHgO/WSLFnWUwcogF Fzf/MO4mI11PtbKTDCwinTvbPO2jRpxWXQgwQgknmAjVfHFBzq3oZY61/uZOehvckH6pdT pKw+QKLFw8nU4gzb02TZF4JQursdlXlGa3HoNatVgRUnTDUuceUORTJbFVGp5w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #14 from Antoine Brodin --- Hello, Could you refresh the patch? Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Aug 14 17:06:50 2022 X-Original-To: apache@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 4M5P321w2Bz4ZmPN for ; Sun, 14 Aug 2022 17:06:54 +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 4M5P320jDCz3xJ7 for ; Sun, 14 Aug 2022 17:06: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 4M5P316vGlzy8d for ; Sun, 14 Aug 2022 17:06:53 +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 27EH6r18000127 for ; Sun, 14 Aug 2022 17:06:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27EH6r5X000126 for apache@FreeBSD.org; Sun, 14 Aug 2022 17:06:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 14 Aug 2022 17:06:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd-bugzilla.bugs@kjpetrie.co.uk X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660496814; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PVJf4wkbJEZFvjhD717Bfoam8Q0C3H7RMGtEtPILORE=; b=E1HOUv6y88+SksDzhYCUfgaNNnq6+27g6DMF9pW+WSwwyCXuPG5q9mrOc+9LkL462CYQsF a+J3rNVEXo3kBEjsqKN4mje6NH1iIr49e63lA7HC8rt5SkVlejSUjH+m6UHtHhRe2d1xPV e/3/Rvvy/O7dLhmYQjvaRCxYuhQXMT/RmxY5iVE2xEc/a+LaCXwUVZffsVuheeDEYdpEwo Up6hm3z43P11LqxO7WFBoQGxG3jhCf569s6HHo/Qb4zmo7NX5SoSVmpIgaz0RZ5K5K71dA YEzpf/R7rpte0LnZWPTeve5Zs0sJFYvc0jlUuTLFac+ymjZYppLaXy8Rz3yN1w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660496814; a=rsa-sha256; cv=none; b=YJGdnmw7v9Rz5Yb9+3sd+LW/EjmstShhlquMwEDBE/U8z5fBD1rcyRap/WtGr0n1fRQyGv 3uZjmT7ZIwUd4paEZjF6t5mwvFGmsLUVng/2h18sl0fcHjK5q6K1cUzmn++eioeewXvbRV hLYT7dVMTaEXeZOrfZwp7NLfTuQtx6a4iHfoGpQO3QH9xv5RK+YUKnFKNyum7neiTZW3aF WbEQCe/bglty2ApGBK6CpSXGzwfFFRuSlhadEsHp1pcamByquAB19OsLZrEW3dcBntqGgp RlNqlQUC8f/D7Kby0H0Nlg9q+jTSGD4aRoYanu04EVMoAdB+7ppimhTLs0f+RA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 K J Petrie changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd-bugzilla.bugs@kjpet | |rie.co.uk --- Comment #15 from K J Petrie --- He's already done: 14 by yourself, you can keep db5 as default by adding 15 'DEFAULT_VERSIONS+=3Dbdb=3D5' in /etc/make.conf. Which refresh are you requesting? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Aug 14 21:00:43 2022 X-Original-To: apache@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 4M5VDr3504z4ZHdj for ; Sun, 14 Aug 2022 21:00:44 +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 4M5VDq6G1mz3jmY for ; Sun, 14 Aug 2022 21:00:43 +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 4M5VDq5Mllz14kp for ; Sun, 14 Aug 2022 21:00:43 +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 27EL0hpr036984 for ; Sun, 14 Aug 2022 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27EL0hNx036983 for apache@FreeBSD.org; Sun, 14 Aug 2022 21:00:43 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202208142100.27EL0hNx036983@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 14 Aug 2022 21:00:43 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16605108437.0E6F4E.34361" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660510843; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hRgl3NR8yYkc3gdX1vMwdEu4eajBrIN3a6Wunk9sbO8=; b=gmsinuBxJ3Py4vOKf/GbkVHIo4q7PWN4vNG+jAiLEgbsLzNCyqW608DYHoECalMiSffHje yYwZMyEaLCJmW1zn08NBK3hxVISnrPtk3j6uo9pWLt2r2FlQeCwM33nKsBefigMDh50I/n bOenEONbsXr5gWH0b0ulsMoC3bFNtF1/denFwDh5j5/ZuIkgX0nKpIPmiu5ru2EIs/SRoX Bj2Rih9HlDcLuqUSTmfFKAyJCnkLaeR9agCpJLbBa60HyZRQREUPt4muB2akiRU/JKEPkH ScplozWAXMS2E1fHvUOd4wZiIAYZoSlpGzcsrhzu1hJuH5Hje3NmdegjvKzqLw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660510843; a=rsa-sha256; cv=none; b=Ov74PoAa7YoOZIHgh70IAWH9rVzSCMF3Zrr2Jf4AzUv7e1juV9j8V9NK5e4fpgVpixDqkX q4OxeG0e7IyBK/jPpkbasko1BdWHlQJmOtW5VfqoCBic5PKF8EWXoRUYX+Vg7ev/vkpo9y GLMGqB1bweCD2p4X4MSQlbBjzI53UKlSgR82SxzXyaWoNwTkg0XSyKe8mcmY7/ViGXQMaK copu5KCyLuzcC6pd3T7Uez8xOlI1lVf1GUTUrXAgnIO5u2lI1iPoCFsUrZdkCCQtPlw3EP UfrhuBRUUcLsV6gwKStcyY3JCZh/o7AQLKxi40tBTMpSnanPG5OlpX8776Dr0g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16605108437.0E6F4E.34361 Date: Sun, 14 Aug 2022 21:00:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16605108437.0E6F4E.34361 Date: Sun, 14 Aug 2022 21:00:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16605108437.0E6F4E.34361-- From nobody Tue Aug 16 18:16:41 2022 X-Original-To: apache@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 4M6fVd5J1cz4Z4dK for ; Tue, 16 Aug 2022 18:16:41 +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 4M6fVd3RFsz45Qc for ; Tue, 16 Aug 2022 18:16:41 +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 4M6fVd2DqbzJRQ for ; Tue, 16 Aug 2022 18:16:41 +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 27GIGfpC022717 for ; Tue, 16 Aug 2022 18:16:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27GIGf0x022716 for apache@FreeBSD.org; Tue, 16 Aug 2022 18:16:41 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) Date: Tue, 16 Aug 2022 18:16:41 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660673801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3jy6NCa8bQ9xVX9IMY9QhBJUJJ8fCZfPIq5Tn7X7B2I=; b=k+4Wd/SFJWdPsTX+rtrELsYos21OehiE0T+q2ZuM0T7ocTrMtQCsGFC3QZaLge4O+0Ryft mD3c4sCyUrj/haWiDFPJzs/oZbdN1Sg5zJywj3aUHrh/0Jm9Z+cG04SDudjSEg1ReON7fW Dvxk7fNPjjMQ69+jL3RT6ds+uweNYPtoiraVY7t1rrOsWfQFmTauYu7ZZ2YZagxnGyZWEZ JHaahHaWeb77xLBh+Jq6ypEfLpzaVLnKbNPfeh/K1b36DqDAPgtJOa6yzRFCD3QDr0EOKR lQO6SRDIgCBblgQooNZ/y+87+RcnKViK4q6tp9iOQG1aX2hkAPzG/pqmJVRrYQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660673801; a=rsa-sha256; cv=none; b=oTrkuRfWPSorZh4qdiDPYpxRX5so6HAYC8b6hudd6brM6F1GC3NIC5pDYqt7jmWRCFan9j h4h2YKcTXteKVFoeVNXDMPHvoq1+GvE33+N3nlgupC3Hugke9XKLqcV3F2qGG7SBm1JhCc CDm1CrGxHzkLbeZ/jhmlEkDV9og6h28Xfe2CKxGz52qiP33EJOjLUqlOyVekmk8jqJo75N s00imddY9ZruvkZap6rCVYhoOtH333hxRzngvTyTdYBcyf+rBSKfVtZeqkg/GJgT0T+elR 4AQetDmVdLFNAirwvtP7YtmSSNTWvZ7DDu+Q/okghqY89tIH6kSCn1+UKHhxPw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 265886: www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265886 --- Description --- See also: https://stackoverflow.com/questions/49247294/c-function-make-scrambled-pass= word - in-mysql-to-mariadb https://jira.mariadb.org/plugins/servlet/mobile#issue/MDEV-13464 Basically, the module uses a libmysqlclient call to make_scrambled_password, which is no longer exposed in recent versions of mariadb-10.5. Instead a function ma_make_scrambled_password is exposed, which this patch calls. From nobody Tue Aug 16 18:16:41 2022 X-Original-To: apache@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 4M6fVd6sRvz4Z4dN for ; Tue, 16 Aug 2022 18:16:41 +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 4M6fVd4DKhz45fM for ; Tue, 16 Aug 2022 18:16:41 +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 4M6fVd3B0DzJdK for ; Tue, 16 Aug 2022 18:16:41 +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 27GIGfX0022723 for ; Tue, 16 Aug 2022 18:16:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27GIGfr9022722 for apache@FreeBSD.org; Tue, 16 Aug 2022 18:16:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) Date: Tue, 16 Aug 2022 18:16:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660673801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Z/S5K22glRtH4av4Y7fZEgiH5lnz1s+PvP45TQmzjvk=; b=BUXAM8JEal0+eOr+hTGbjY5E7q739aIEmZBHMUE7nlWj58iGpW5U1g8CBAMYE12DD25zhx P6tACf7sUFM+yvnCvZqrUqmC5R1keoefrlDtB1AZHP6ked82Vp6p8tVU7Q2O9+1w7w+Uwm ZX+VnGUUtHRyXg5I+lonMefks8Y8u/HTJGqoaC2a4gGdhl/pAcbi7A2iPYcWt5hz9CQ/2B YRs47eH114wkimmkICcMMTHII2Oa1xPvKB5JndGC7mqLAfA+p09TbdQ6P2ubJvYDx52RY8 AdtcZbMVSwwncYBsEAbcbhufzEZfFzUpEEibvFN8vunlIrw2yOwNDhFkOXH/mg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660673801; a=rsa-sha256; cv=none; b=h0yKpbpK2UEfbrBALWhw35eOkN0NBxryObxAwGgeuAQIBi5UDIwvdhJrBrHhGdjqdJOENx N6qkkXdRPd+t43cm3IfPBFNPW4j2ANHHu/6b5THTb0PTRuJPsDdVus1pa/IHveE9DjRI7z KNNX2yRDef2k+RljBORZsA4S2YJQXjQADzpFX156hCj1PWbyvWh0f/hFLlnQSptJb2YSXo Io5pbL3nlluGcyj0cu2Cgymt/EQJA5sFLTkpzFlNN6yVOLLCFITeM14zQe72qkqWk/DixW bU8rG/4oaTfZDF8Uk3wsQYWtDFW60AWms1LYwHtGQzd5wqM38tbbnOIA0k+AFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265886 Bug ID: 265886 Summary: www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: pi@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Created attachment 235944 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235944&action= =3Dedit patch See also: https://stackoverflow.com/questions/49247294/c-function-make-scrambled-pass= word- in-mysql-to-mariadb https://jira.mariadb.org/plugins/servlet/mobile#issue/MDEV-13464 Basically, the module uses a libmysqlclient call to make_scrambled_password, which is no longer exposed in recent versions of mariadb-10.5. Instead a function ma_make_scrambled_password is exposed, which this patch calls. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Aug 16 18:30:57 2022 X-Original-To: apache@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 4M6fq52PzBz4Z6VQ for ; Tue, 16 Aug 2022 18:30:57 +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 4M6fq51P8gz4866 for ; Tue, 16 Aug 2022 18:30:57 +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 4M6fq50NmnzJJb for ; Tue, 16 Aug 2022 18:30:57 +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 27GIUuf7030853 for ; Tue, 16 Aug 2022 18:30:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27GIUuiL030852 for apache@FreeBSD.org; Tue, 16 Aug 2022 18:30:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) Date: Tue, 16 Aug 2022 18:30:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: joneum@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc flagtypes.name bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660674657; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ifx/opGRFw1V82KFCHJW5gPJhItsDwsmB+tD/DnJnUg=; b=uYHXrg0P+2LbTe5amFFxOq2+HaOGUcTMcQIEEfPXB8MlWDrD529k6IkUHY258pXEs9z/V/ qSV4VxvdHvAzQJBh4U0FrvLoNB9pt2gROoFYLcOXmnvndCxDXCwP/QSNx7IaPNU7Wbx3cC YlPuNZDhDyaZEWQFYfvNch9lbut9sX9upcuAtouaDe+b9CI6O0lm3na9kwwRctep+8xak9 PVl+H4dhsSsNcL4nUSI/LfFmqiU1NDtiuLKNtlTgmtYAMKqFRc+B5yo3WsTL0IXpTAE/bo Xr+k6lNb+UIyyiLLeF/1dbEeAXQ/Vkm8KgW21AkzXXAbX9lxWsjrxKZ8SGGE1g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660674657; a=rsa-sha256; cv=none; b=eoYhgpnZ3iXCJJsqZh6eeU0RXe6TA0tYzFdzrbflXvopjsyz2biJczNLOkk8fSLM69rdBZ IvwV1NbrKWzFrwyzQ09RQJYZTiyTdOCV05ArnJUF3Fxqz5orEQeuwLbUxgBGQEvj0c5OHr avcjTh4+a4DQRTqvKItOPV+2bAQuqVSaT32ALQmZG0bZEcwonJZkONhLwf8btp1/uUsWPe D2WoZvmn08lNbxGtekin79bmxD1fNoVa1Ks5+c8k6eAoM9ManzJvpZrnZx5KJ1lOVrT2yQ vNLjrbNsqA8JeTGCzt2U+Xu5dhhvhZzWJiqTc59ISm7SvGaeXLY560QknrRxog== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265886 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Flags|maintainer-feedback?(apache |maintainer-feedback+ |@FreeBSD.org) | Status|New |Open --- Comment #1 from Jochen Neumeister --- looks ok for me :-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Aug 16 18:55:32 2022 X-Original-To: apache@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 4M6gMS4qV6z4Z9K1 for ; Tue, 16 Aug 2022 18:55:32 +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 4M6gMS2zZvz3Drt for ; Tue, 16 Aug 2022 18:55:32 +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 4M6gMS21xNzKFv for ; Tue, 16 Aug 2022 18:55:32 +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 27GItWX0047006 for ; Tue, 16 Aug 2022 18:55:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27GItW61047005 for apache@FreeBSD.org; Tue, 16 Aug 2022 18:55:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) Date: Tue, 16 Aug 2022 18:55:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: pi@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1660676132; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mzTuMkKUjVanXCZMynoZSacUAoHjGEfd40pGCs3xKXE=; b=YbG0ljCJxv6vcabcayVooCNO5fT8oQL5Wbja8zeeEvq0CVuktrNQemKk7/kNsGSebnpl2o 3pMqWkVYG4a/jiy8NEivnj2W/NIb2+Gcnm1J2LKmzQ1xwkG61Wg2XZKMkYVBZaDn/KssKW UFP0BhO22R/f84BuAV8DWJ+oURquj6eDB68QTl79iAbCVLw8qayUlTdAg/i8PlLGm66jes O/QJPj+FR8PMq9KzBFmKsZEkbmq7usBsJKUc7BNJX40iylsWkLuq1bPskh6aKMDZLQbpIU /CSqQ+8i+0z0fSjd2b7lAQsICubTVEcTgGyJpKUWD8tYKYQMwsyO66M3bBlSnQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1660676132; a=rsa-sha256; cv=none; b=KYb51jKS1vElZj1hWMrjkaH1+KOLtzCjYRgx5olFHpd7sjiPEuqYTQAWBQ7HJitpBtTkj/ eGaQLdnk/vgtVl5Zp+LYLdn2Ow8wznChzTDZ035o+W+kKML6uHBvrZvN7EZsPDCS/jS37Y QimBnbqz7W0dTatnyeEZurLke0zTQ08DLJ8m58LPxb3rU8hSxu4M755M8x93J9clPv6XM1 uhyU54SGkJJ89dvAwTiRj8DTVIYKKHmx4cGHELvrJay5OlWvmXbIpekmTFQq3KbJKEa4kj SKTXouF/Yanove51ZrXwch7eoAomVWfT6TF0ej+WJL31RvSaGiqsNBezFu43nA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265886 --- Comment #2 from Kurt Jaeger --- I'm not sure if this patch works if one uses mysql instead of mariadb ? The source for databases/mysql80-client seems to expose a function my_make_scrambled_password and has some compat for the old make_scrambled_password function. How can this be detected at build time ? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Aug 21 21:00:19 2022 X-Original-To: apache@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 4M9nv80MDGz4ZlQw for ; Sun, 21 Aug 2022 21:00:20 +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 4M9nv75QvLz3ftp for ; Sun, 21 Aug 2022 21:00:19 +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 4M9nv74RqnzPMv for ; Sun, 21 Aug 2022 21:00:19 +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 27LL0JjT078864 for ; Sun, 21 Aug 2022 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27LL0Jpg078863 for apache@FreeBSD.org; Sun, 21 Aug 2022 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202208212100.27LL0Jpg078863@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 21 Aug 2022 21:00:19 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16611156193.2c5012b.77796" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1661115619; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fCFb3TizUOP5tRL0Rw9unV6tcI+snRdt1oYkTRCeO+E=; b=pqtRX3quzTSZuxLipUj7y3wOB/tNqpbaz2CcSVEzjveg/Ish/OuW6U29oKmApBGGfJSp6f 0Y0bjGZ3X+S8pcsjily2v9PY4t9GWoPUL2pFNDTO/N6pr33kxnDkqjNDHWj2kcgacLtwk+ 7I50+b716LFoAmosGr6aLkgOibCFJI1Kb+NzoerIO1XMOvKqkXH74oSwb2K8e0VJ/0C0Bu 85y41TYD5+cz89r66oCGQvaaKvunv5qUBm1CDdlLSOe1tP77ZKW5cqAInnezQiqTVOu4Yi 7Cp1WsoKv8ohjNXRkT1lJ8qaQl3ibcMd7xD8DayFJLMKrCxeLBLl/gY2SzO3Yw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1661115619; a=rsa-sha256; cv=none; b=e7op55F1+zAi7TPgyk+6wW6FCGXtBQQMmsMwdd3aR+sgzUoLTBuFllC8BpoRP4o4RN60wT JxsYeEH5LOKJYON2ZWrCUsKeoMJs3DnLihRr/hYITXUbO1eX1Dd7zWru4RDZChtrJyMrUD 9VH9DtQGFNenKCKny5gRDrwVlDaMwQldmEIEQNfPi+eAsRV743QX2zSo6TyKHxR9L6bcro Em4716ID7/sLBYUarsHkbLhgISkWr7kfPFnZ5svEb2GIDkpc7KUEFn16A+oMRJjQ/yWC4S mfyYKC/v1IWXAich47RPZ0EyL21CSD4KQBLNQjhEI9bVaXTFTtghvO409xpmIQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16611156193.2c5012b.77796 Date: Sun, 21 Aug 2022 21:00:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16611156193.2c5012b.77796 Date: Sun, 21 Aug 2022 21:00:19 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16611156193.2c5012b.77796-- From nobody Fri Aug 26 19:18:05 2022 X-Original-To: apache@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 4MDqNs3Z9Lz4ZkmD for ; Fri, 26 Aug 2022 19:18:05 +0000 (UTC) (envelope-from portscout@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 4MDqNs1nVcz3gxR for ; Fri, 26 Aug 2022 19:18:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (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 4MDqNs0mfFzW6Y for ; Fri, 26 Aug 2022 19:18:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 27QJI5aJ068963 for ; Fri, 26 Aug 2022 19:18:05 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 27QJI5PZ068962; Fri, 26 Aug 2022 19:18:05 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202208261918.27QJI5PZ068962@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Date: Fri, 26 Aug 2022 19:18:05 +0000 From: portscout@FreeBSD.org To: apache@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1661541485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3EWX5v1tGOvyiSzc0obqpKHH/Qmqc/T4tvYO9tNpziU=; b=E0fl+0R6AtZDeUjNA7aTUw1RjuGPEy46RVhl5Tp6Seny/U5G3qYB/yogLJSwAejlzKoVmK KnzORzaN38t+5hrJKBvHQpYaa77mXdk1YFbOz3tOQKkAg7sFOX4zeCvOKwWnmxnJzlD20j g6saOy2OiuZ6zFerL9q5+XZfBHraus6MTSPhi0/3PIOF51FDHyxQLQ3ZGEu75o1h4yMsuE i/LboFq/fCUEKMKJbXax6jO1/MamUBlHYtHOxQzTe75bLTbIEBTQEitVuT/msxowEDuRe6 QkEmVqE1Uo5weRO7F9vbuhbZj7n9OD5YEe9hk37+IpshMNuA///ph8kZCGSBXg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1661541485; a=rsa-sha256; cv=none; b=wG4nv6FNJVC4Bl9MpXO+UkbXdiwg4eAbqvy+pwIk20yuS0CFa8vjykc/I/3w/ttvw2qYsA INTDB4Xv1FfdhP2obQ5iQorRk2WxTyf5zjtRIljH9JMa1ggzXeRywLdTNJRiUj/csSNwY7 9VPf/08e25ghrm4xAwXrLJDiVb9XaVpB6ftaZ7Bj5oDnSZcOPjKhoThZm8iJVkPH1nUkBc BQTJLnR3XuzcDcQLeD+8bbKVobECwBwH+Ne1ttaEmIMaIM7OfoCi3tvC/1za9pOA4jXuiK GKmsp4Ge8GEPaLtgNJVs9WFOvJ6iJMmWHSZ6WhMiSpQNmzApGZPlXdAWI70zhw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/apache@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/libapreq2 | 2.13 | 2.17 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Sun Aug 28 21:01:06 2022 X-Original-To: apache@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 4MG5Zq101nz4bM9T for ; Sun, 28 Aug 2022 21:01:07 +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 4MG5Zp4Yndz3n33 for ; Sun, 28 Aug 2022 21:01:06 +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 4MG5Zp3cztz1CHx for ; Sun, 28 Aug 2022 21:01:06 +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 27SL16MW092073 for ; Sun, 28 Aug 2022 21:01:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 27SL16b1092072 for apache@FreeBSD.org; Sun, 28 Aug 2022 21:01:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202208282101.27SL16b1092072@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 28 Aug 2022 21:01:06 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16617204663.7665f34ed.87727" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1661720466; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=F8BI6XTkblPIn5AZYZGVijcdgLWecZL6VFKf2qU/130=; b=cW1yODeQFPS1hcDmYuO6lC5HVBN45m+zYuiil49HDH1styfnbXQgAsXA+4ueIrR6OiwfWs 3x/hb4mdhNHzDOl93J17hUrArPveYeUoE6JWFS33uu8+OpH6CaXN6YJEVg03a79l0uC/6n IbIg+SarAzszr03gv65ceOLtChk+KK7wFJ5GJw9RFoVhdGPlyeqjdZo3KcbecJD8apYGrN FU3waMC/1XMV+IAc+hZa37X75A8P6P3isy68L3F4ccnpv7MZyq21UTMH9x/9mJOOP+WCt0 t1DUxvDTqSclCExR2YPVIBzeLrdEr59Ykwv8LUHOfLEByq2gReiM20CmFBpM7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1661720466; a=rsa-sha256; cv=none; b=UTUKdgJ3Wmt/xW07VKENiCwe/UHN7cHqplnZ+E/WW6Qft7uToDX2PWTl+KcqDkXcAXuwU2 +B2EoGIHGn9RRg1cPNzmzPLTPM+WAXY1DdHKWpyglP+WTFbgjx+esKmlqeM514q0bPO68j 1+WinDmb0qL6GYqeWaUphH1kcfJhQSdhnfXzzIU4N6NldISGTUEfdTsbu0rq6VJ4+WkShY VXPCQNc06jaen+rdPZWWc4BTL6M3PzPRBYdSmCKpLBCyRMJH+kcwzsP2GkKALIzH3Y80Gx 23CneD2yHEspPlYV6Ukn8HWXucVSe8aaxHv7SLgr024K0DBStYmAw3z3aYioxw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16617204663.7665f34ed.87727 Date: Sun, 28 Aug 2022 21:01:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16617204663.7665f34ed.87727 Date: Sun, 28 Aug 2022 21:01:06 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16617204663.7665f34ed.87727-- From nobody Thu Sep 1 21:32:48 2022 X-Original-To: apache@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 4MJZ5X4Hw0z4Zgqv for ; Thu, 1 Sep 2022 21:32:48 +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 4MJZ5X1p8Lz3sX9 for ; Thu, 1 Sep 2022 21:32:48 +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 4MJZ5X0rmZzbtg for ; Thu, 1 Sep 2022 21:32:48 +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 281LWmvA067887 for ; Thu, 1 Sep 2022 21:32:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 281LWmr8067886 for apache@FreeBSD.org; Thu, 1 Sep 2022 21:32:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 01 Sep 2022 21:32:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662067968; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ywj1bckxx+gZ+7/6RMqaiv4BffhtgToNmFVP+GiVqA8=; b=VU424FJi0p0iS5zR+hEeaNjo4lpsmwjVpKzA3TL5AzcOzYTNXupLjr18phemCgfo2myApi YzMeGDsgySdq6C2QQrrNMLmVPzAIkLWFtUumLUpOTHj4gvG77x48amnrMm+aPPNDnXwSPm k/9fBru8eKwJcfI43CHdUFL1dGZMOYRvnt4W9zTdYRB/Jkt1nidPf9/2FyuFSP09QeF7zb AIhVoGCtPTAs4OfGRcHpGM8gcDGUmuc0t1mL52J4z3698rZmQpt3jtatNTZyGQJeFelnEl vjc1U/+2zH+5+Fw+8cS4E70vweUUE3H5JenknfypfI54v3NLBj+uyzIYyU0NyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662067968; a=rsa-sha256; cv=none; b=heTr+WvcYWyhkRFwyEWj6nXsOLPeCJc1Fv9wzxsI7jREy+6VWW07trpkn46HVmG7W6t2Ou ATvFCkBrzZLv5uwZu8iAD2RlTPlPsHRPMP1qXkJRk/wIKtbD7fITKR3FOU2AH/Meoxxj1/ p7YUm3zjLJqtXTDcgLeKsHTquUDGOUnYxOXqeake7qA0QXoCXt45co1oDitO37qYfXn8bw JgPl5TX6E6E+LVGok/P9fpmpHCONbI6356rVk/e9rB16TmR5isAKlvWJApnfgM0H44s5cj gmgGek1L70ZJvfEXOMGlizvSX2eE4iU5B4pXRFahpd1EdBANdH9gRVqrKWqu3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #16 from Dan Langille --- This problem went away for me after recent upgrades to: * 12.3-RELEASE-p7 * 13.1-RELEASE-p2 Months of alert fatigue gone. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Sep 1 21:35:33 2022 X-Original-To: apache@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 4MJZ8l167Dz4Zh6b for ; Thu, 1 Sep 2022 21:35:35 +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 4MJZ8k6MTNz3tP3 for ; Thu, 1 Sep 2022 21:35:34 +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 4MJZ8k5LTyzbpk for ; Thu, 1 Sep 2022 21:35:34 +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 281LZYav068867 for ; Thu, 1 Sep 2022 21:35:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 281LZYmL068866 for apache@FreeBSD.org; Thu, 1 Sep 2022 21:35:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 01 Sep 2022 21:35:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662068134; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GyZNwa+AVPpPQSa6+Be9ua59NUyh02TszSYXT0wEiJo=; b=TfvIGfiogB4IbOthdTSIKI1gmqho2/UqrR/Gch7mfe2ohOV9pnOGTx9+Z54cC7A6fLx2FC FXBf/XISWI3a7BUNxhQbEkYqpD8iXmKZ9wEEstyxhxdbnSme2Tmbh0i9vgluwcQTu0rtQ5 Y/KV19KX7JugBP3dJN/jbvWXhY/AFxA0SDD/hykTuIz3t1/cKdYQ6XlnXBS+QT57Mf4O6q bOH2r5L1YgXS0s0P0166nFhvOMTCkE0uGWXH8QLI2Dt86zkMACf7xcSHR1os6Lb8Er5XPH wc8+eTE3tIbDOAFck652EX5nptIazst2I7WCVDN07HKru3cKEhKoauuUPu3WPA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662068134; a=rsa-sha256; cv=none; b=k4azxLVvdVHZ+1oagvv4aIr3wr8gd5ClLw55l+dPRRuZF/tCyn/+h2wf761rxf8Jkpj8kD TmGygy1RSJEUV94q+LwSz8jyu/IeMoHMBBPwHV4RwgdvOnavoNpzFQYAUaPK70aOFqbooE LeMsyj1FuWQPq0h+zsTqIqyGYBR2phTJsPEHyjeW6Ozq/+i5aO403UlmLjNW9Mjy4H+E3z 88iDhjTKsgizXLofxiH/tKbwcC5Z/aRrCli+pkk0b3JYPuEzY7i7Lpa4wJHIHMq6pmbZCH aw8w4J7y2EgX1oiI9mVsl1faEjNRkhGOoLFYfpFJE40GkvBxO1GOwxq3CmgODg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #17 from Dan Langille --- (In reply to Dan Langille from comment #16) I'm wrong. Sorry, I was looking at the wrong monitoring console. *sigh* --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 4 21:00:38 2022 X-Original-To: apache@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 4MLPF33R1Dz4bZvL for ; Sun, 4 Sep 2022 21:00:39 +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 4MLPF30nGVz3QTG for ; Sun, 4 Sep 2022 21:00:39 +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 4MLPF271BNzcMr for ; Sun, 4 Sep 2022 21:00:38 +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 284L0cId085688 for ; Sun, 4 Sep 2022 21:00:38 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 284L0c1I085687 for apache@FreeBSD.org; Sun, 4 Sep 2022 21:00:38 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202209042100.284L0c1I085687@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 4 Sep 2022 21:00:38 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16623252385.Da62bC85.83889" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662325239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ULLIFwpGmNOC7hIbVssVW5xLypE5SLPUziuTzOdHN3A=; b=qF9qyU53cr5g3BKCjOEtFEy+czkNm72+vWNTR0t+DOIzyQmNp591TV8avF2IoRQmKW+LpN edsCBPQiS8oV2kuQz9AO7MN08102AoOncPWp73V0gF19+k/t9pJQwYh3lb1Ycglss7LXOZ vT0r2/2Knr8pOHP78b3v02TEciM/FGmvRZpQBAuW+AczGlnehnDL/neW1L6wPZk3DLmWIb yvmu7pTwwMt7c0+DpfrF6p3VkN/6n5yTPWZJtUoxsUZwDw8gSTi7H11RFaJJE10OKI1Lm8 Vk0StU4jIQURxOTx/OKRucea8VVWvgFy5IkIEb7Vws7g9SS2Ei16Jlf95bPA/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662325239; a=rsa-sha256; cv=none; b=mCvpa63qb0ktRFR6G0uU7YGI3nDH24kUZZiXe8P0ZE6U2Y/upHhpxjxZOdg477hv0DYZ7u bAljTYbQdZiRoV3TnKE2orxBKrs9tZhjfCjuSn0I5x6Yw1OpNTubuW9lmkAoc3ri0h7iNG iFQExVUwkS8wqgrVEn1uk5QcHKQb5wBD0OyZhejzQmPSyIKvRHJ+kSslgHdbI9XmwMIMbs 8Lu8GbE+g30bdZSmUNh5L9TMN5FisVj9vI3zo6vUhZMBut741/5nvBWZiHcxE0jQzaJOPd gOKYA0T6FyHg2kHmjs8lvVn79QLonp/nkqndUEVOb/6c3gz8RJ6L9d4PsvFF+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16623252385.Da62bC85.83889 Date: Sun, 4 Sep 2022 21:00:38 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16623252385.Da62bC85.83889 Date: Sun, 4 Sep 2022 21:00:38 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16623252385.Da62bC85.83889-- From nobody Sat Sep 10 18:07:14 2022 X-Original-To: apache@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 4MQ16B3TCtz4bc3m for ; Sat, 10 Sep 2022 18:07:14 +0000 (UTC) (envelope-from se@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MQ16B31svz3YLB for ; Sat, 10 Sep 2022 18:07:14 +0000 (UTC) (envelope-from se@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662833234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=6B9QxM0WOoAYhnkU/8QPt3LuSuF/zHZSHsR9j3WoaFw=; b=LDt7CkN07pMtf93/XKXeoUpjJZPsa5shmVk8UbUg/3DaCRv3PkghJ2SjoEDGzbaqC4+QVJ 6AVl3UOEG4qysQlmnPalT1cK5M+vTVtEZYNPF34/nb49+L9mK0UjgTOUGrkeXQZohc2bWO loPELeMr3mr48CLp9G0iThXzNUNS08yrZLgD5QbThLvzyNRtOXJNlbdxfLITOt9in0lRR5 IcEV645bfHVThjDJFoufXYtEyq4mohQkCgGvxjvPHKHfSgbOzIzUdR5bFcW4GupER+3k/J OD1LCvzjuV6qX0cAJ1uyEqOE45SM24+iuQCxC72LfihxMbjjDHOL67MB3nhY0A== Received: by freefall.freebsd.org (Postfix, from userid 585) id 4C0BC1B312; Sat, 10 Sep 2022 18:07:14 +0000 (UTC) To: apache@FreeBSD.org Subject: Stale WWW entries in your ports Message-Id: <20220910180714.4C0BC1B312@freefall.freebsd.org> Date: Sat, 10 Sep 2022 18:07:14 +0000 (UTC) From: Stefan Eßer ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662833234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=6B9QxM0WOoAYhnkU/8QPt3LuSuF/zHZSHsR9j3WoaFw=; b=SvYJzGHEkpbK0QoNCaQjgTbcDCCrWeJO8a76l0y3U6C8IwYrn194Kgpm9NHPTe+W7HCWLX nw46P9zVe47CILYwtjutH4LOyoM8LDbxqq8WkUTLtKe3DMDsARRYZrLLe/G/G8PUwJXM7r sWUfgG1j4BVsnFC/dhOicw6Z9E82BItaXQAf1RFr3rZkKG2Y8pTBt9XlSj/CSoR4chVENR Sg1EBfEbMg86v7fSDwtRlOFEgpSyNKlkmpH+PPY1327sLmUEPfEO8qHZ4dwfyILFHtW0EI dqztpxXu5alEYSthNMvGSVhv8jHQjHECXPxSzxsmuYPDBqi3KxoniL66//r0fg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662833234; a=rsa-sha256; cv=none; b=Q55Lpx1keJYIjA1k3bX9yGADOTp2saPpMnA1l0yaF/dkO723i295OiBwJ7cHtxFA+IQx48 OKPpRGS2PInCyaGIt6gHx4uB+m8EN6uedQJGXdsnDY8twYfBNckTJzcJIjC11gwZSSsNHs UhfXsWyfm2DiQV6PTdHsYYFXIckJwObsOK7eQXJfKnSr+XbBqxthVT5Ezwq2xWr/DB9D+2 +FvkakIiXTd5O2UcINRxE8qbtxmOzLFLDOiycbvXqMmc3aeJierxXu89K7flTvq0Dn2WHU wI8qF9rcQX2yW+ZHswew61Z+rRBJkUj7zmIIALbRFpZSyraqMTV5lgbckzh9Ww== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org Dear Maintainer The following ports contain a stale reference to a project website or other relevant resource in the WWW entry of the ports' Makefiles: www/mod_webauth http://webauth.stanford.edu/ Please replace the stale WWW entry with one that provides information that users of the port or package might consider useful (e.g. a project website, configuration examples, further reading). From nobody Sun Sep 11 11:53:11 2022 X-Original-To: apache@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 4MQSmB1GHBz4bfRX for ; Sun, 11 Sep 2022 11:53:14 +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 4MQSmB0HTyz3gPJ for ; Sun, 11 Sep 2022 11:53:14 +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 4MQSm96TZSzdWq for ; Sun, 11 Sep 2022 11:53:13 +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 28BBrDYV014127 for ; Sun, 11 Sep 2022 11:53:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BBrDPu014126 for apache@FreeBSD.org; Sun, 11 Sep 2022 11:53:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 11 Sep 2022 11:53:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662897194; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=inXSlpy2sHNuPjujWndeiMJECjBUq1VDQrsVZ66YhS4=; b=hlnWEYNrqY9vAUvciZcIuVTx+OAoAr3O0ZC9VjItm/tXzs2j63EdPHL46b0Sb2tnHd8jBu Eaj/L5VYQXHCBdmQSgLsNnfW9mb3ZQV4e+DPThVk3aL6p50nktZk+SOEy8s16xpXFy1rEy LvmI3yqay12aev5jv06VyPHMt4ABOdDgyD5Vn3hjbGbI3AqsT68BkBf0hv3Me4nTnyGMbe EyZJUbDyB/gNbWoV++/HGGcg9KafAtQeE7gN+mwg9ZoUHYd6VGzGgCQZvUvffOUzLojo7E lCPZOU8VuUv8pqqtwuGmZXY4jI85UaY9+ZT4LAt90IRKpHahoXeGJRA/BckxXg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662897194; a=rsa-sha256; cv=none; b=oZrhQODqSx6PN8Y707wzqVL7HjEMEnlI1QJtXy39e5WBTfzChO7biGpjaYSQ3TY1jzgniT ZXvK75WjglxCG8HVaPBNg8lOAJkSy/wyY4hS7lEAU28Twb9FZ2fOwP/eOpKRPW4gRJtbFi w1uzBkmGjGjcuEuL7L0AA5wYDZhJLBdUefJ9oKavfg+di4AFsxVeg5Z5RQFbYDT4hMDSzF GUbwvfRWouJI6dTi9iREpDxP+2FPn3IaoEUoPcymLVzwSfkJuGeHS6QluPeVafQvJbqyb/ wd7yIT+HfVEC8RRQ9ADFC+ctPwppIeLTrxqVJyQFyUUYwocEyFGbhvFe9u5iWQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #235422|0 |1 is obsolete| | --- Comment #18 from Yasuhiro Kimura --- Created attachment 236499 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236499&action= =3Dedit Updated patch file Chase update of ports tree. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 11 11:54:35 2022 X-Original-To: apache@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 4MQSnl16S9z4bfRy for ; Sun, 11 Sep 2022 11:54:35 +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 4MQSnl05dJz3gd9 for ; Sun, 11 Sep 2022 11:54:35 +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 4MQSnk6GbfzdlB for ; Sun, 11 Sep 2022 11:54:34 +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 28BBsYXV014555 for ; Sun, 11 Sep 2022 11:54:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BBsYS0014554 for apache@FreeBSD.org; Sun, 11 Sep 2022 11:54:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 11 Sep 2022 11:54:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662897275; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dhGEAhx/MpFS693tmrzmULbIaCcyjwmU0kZNCp7JHG4=; b=AghH4Q601BwHuAi9mnG0ubDDLt6PFfk7sFnnE8mJMpqbRUodHM0dW5FOfdErjuCxBhgQjp FaNzhp47c7pT+6D12yflGrbwIpYrt5lvHmzf7JpTxkwmAWM8yniKtt7bw0q8tlhL1r1lz7 swojSe4t1ZXbDEpVv5p6WexDlN4xYCNwbsDlifEhEwIk4WxjNqbqrn7MNY8wdgcac/TxvL bW+9lKEumtoE7RkO/ioQpttb48MxWSoHM4wOVCDiMpM+Q0Oc7Bjr4QY9vcggFxNWoKqhsu nGUyXL7v/QSGWHzpHPsxQ/9TYEkWQofbCPB0ElYcplIA/3lC5pUm+RcPaYqMvw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662897275; a=rsa-sha256; cv=none; b=YnWZ/3yWX8qimgpPtT20xrGdTx0p+mIHNNa5PNjjRdoWXVCeRMsg/QCQoqzkm/aBxRSgle RJpZbHLg47tIW/riOuL+l2OclaLfCPMXOu5gJIiygAyn7ZqkhESZV1cWTUW3tuURZfqLXi Vr6zpxBfE8BacN1ArDSVFU4mmYtS7pyhWWvBivB/4dnxU/1PHmY6LdumKulL84bW6YNhEw MxkTuMCkazsKeFKzGMbxOtYT9EuzvhATT0mYmwkF7CB9dxWus7DfV8FFoSDdkNa7pDK6+l unqL6H8t1U9vTtKyeEc8Zam961mAxOxH6QKg7PsFvIfXLoAxRRZBa4a/ojNddg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #19 from Yasuhiro Kimura --- (In reply to Antoine Brodin from comment #14) Sorry I overlooked your reply. Updated patch should be applied to latest po= rts tree cleanly. So please do exp-run with it. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 11 13:21:59 2022 X-Original-To: apache@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 4MQVkc5Fj3z4bptM for ; Sun, 11 Sep 2022 13:22:00 +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 4MQVkc4DjDz3nJH for ; Sun, 11 Sep 2022 13:22:00 +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 4MQVkc3J3VzfhV for ; Sun, 11 Sep 2022 13:22:00 +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 28BDM0JV037723 for ; Sun, 11 Sep 2022 13:22:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BDM0fZ037722 for apache@FreeBSD.org; Sun, 11 Sep 2022 13:22:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 11 Sep 2022 13:21:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662902520; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WVrYCpYPqpYhaKQvBmm/FrOl8EECcV+zCeIWg8Pu+9o=; b=PB65lgb0oxXl7jDb0y/vGSWEAG8BEoV6i7C1czSnYrE4i/vGaIGE45KSkEyyxlPh1bt9gf pgdmKnTHw+5bKMpe7Z0r+YaaQMGIbmO7Yvguw6ii/XCDcHtmJqJ1b/eceN6RTD/kW0jsNX 2mr8rbjd2a7+mpkN34OoBghb32VRnLYmYvhpSnY7o0Kfqg+11/64fTuN55I46c3QXT71jN o81WQpnFyRaN94xrd3Vv6KZPrBYxv4Em0Y1YyGNfNajG4pyzsaKfxrJ+86xDQ+DR8hb04y 7vLczTKn0j6NFS7siJcq/2+fAwKINqtnrxK3b3HzajbsVAGLxPX9gD/F78xZHw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662902520; a=rsa-sha256; cv=none; b=MYZrHBZfdqYAPD+fIMScgR0Wvbsivq/SxMdgyj/DSFb8COl9fA0qvRQcFLDl83+Kd7PUqA MGONX+hURApZbI1dJJO3or3ubnDvDqE/7urizslhd05AhEMh0tHOvga/raxf7JtO3MZz1f cWzmcGwBGAJKnoGJvHChYeQl0F81Kd5uAxlz/btOCVub5JWfMVs0okxXdwIUm1oPmhkNUI 91HqSLGt+7q9EfutJblUK9Ib0Ze/lSHrZWjKKgg2qaJxGldlZreK1SZmPo3rwQZTIfY5vQ 0ZlbPd2k4oK5P79L9Yla1Ddjkj3aatGLOiWZeUMAXAWW9axRnlxtUOGxOW8XKA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #20 from Dan Langille --- (In reply to Yasuhiro Kimura from comment #19) Am I doing this wrong? This patch applies cleanly to a recent ports tree. I built devel/apr1: [pkg01 dan ~/ports/head] % sudo poudriere bulk -j 131amd64 -p default -z primary -Ci devel/apr1 ... root@131amd64-default-primary:~ # pkg info -x db db5-5.3.28_8 gdbm-1.23 Still db5 here for me Next, I added this to /usr/local/etc/poudriere.d/make.conf: DEFAULT_VERSIONS+=3Dbdb=3D18 root@131amd64-default-primary:~ # pkg info -d apr apr-1.7.0.1.6.1_2: expat-2.4.8 gdbm-1.23 db5-5.3.28_8 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 11 13:24:07 2022 X-Original-To: apache@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 4MQVn51vlWz4bq9b for ; Sun, 11 Sep 2022 13:24:09 +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 4MQVn50v7qz3nrq for ; Sun, 11 Sep 2022 13:24:09 +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 4MQVn475bPzfwJ for ; Sun, 11 Sep 2022 13:24:08 +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 28BDO88P039533 for ; Sun, 11 Sep 2022 13:24:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BDO8m1039532 for apache@FreeBSD.org; Sun, 11 Sep 2022 13:24:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 11 Sep 2022 13:24:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662902649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3cFFfZTPDRhVk3rJRlZcCnRJCl52EqdqLy1fhcLp5Fk=; b=w1uj6VHmV08GjUXti1SuNDOZ/0KRFyWGHZcRSRBv/oeJ1XK99n3eR9zJGN2FDihRCCDp4c SjIlfL5mN2oicXjYbldjrE+wqZnhg0K1lzmsr6+2ymxEUlI5hi0U9ppctmwq5ToKsPobVB RLger23YXZGLmn60VC4CO/vjZvl/jOBcp2HjNbtrPj33yfNHiskP6faf2r9Uj6bDJxK7k8 EvbCnDC8GlZRjMoB3MpcO6NW8Yo3bFKxBa+DJo6rYC2I0SRATm2SgF+n0awuUmS4FGnDmy q89eaqXKqzh2/jedzpDaSckSnbO2z7Prr5EbAo+okg+F4Xe3KITsbArl800xig== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662902649; a=rsa-sha256; cv=none; b=S3oD3lJwYNbPBBYGQHtuhw/7gE7jrrR4ZfDPUbvMF2C9AtfGve+jyer+QihMoLyi9Bzn9s /lPYhv+Sk4Vse3hxGWG5VafTuo/+/STtv4OV88AmuvbsSEfJuyrMNSpDbRdQNT9Z6CDQpc Xp/Ico1pJN37VEtPhvwD2O10h0y/gLUInax2EqwthlA7jz4wOl8ZE7hlOOWhqu+4UN07ir 2CfucPX6ktXfJ3NtXwZaI+QiPTzojldjJdNM1d5QoWGNV+1ii4GQfLID2ayd+2ZvdO/H52 kjoxrdHFzjDN7UMH00LhrAx4oCJNMdHgZM/kHStBsVLhmVnP0q8FgudTD+bP2g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #21 from Dan Langille --- (In reply to Dan Langille from comment #20) I'm sorry, I build against the wrong tree. I am redoing my tests. Sorry for= the noise. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 11 13:33:54 2022 X-Original-To: apache@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 4MQW0M4MpYz4brB7 for ; Sun, 11 Sep 2022 13:33: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 4MQW0M3L5Rz3pKX for ; Sun, 11 Sep 2022 13:33:55 +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 4MQW0M2Q9HzfnZ for ; Sun, 11 Sep 2022 13:33:55 +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 28BDXtNT049500 for ; Sun, 11 Sep 2022 13:33:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BDXtvA049499 for apache@FreeBSD.org; Sun, 11 Sep 2022 13:33:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 11 Sep 2022 13:33:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662903235; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZBxVW0nzhMKYrTDydBPxfbG2FZDNdRhU4FpXctZaUbI=; b=Tk8x4UBYMs7gm6VgfNAirrKvdUXtKUhj2rBhiwwNzvC69hUt3qeXnw5BExEPLcuVt5h1zc Z5+/z+EuiQyfF0bCRtVhCUigwZsNuk+/n63ofDJ4lMyaupLN2UEYFt40p+Nt0fkHcZuZxr +umMnQLxLwg4iPW6qPFNZGf9tObKQ6s5TDmFI1sytOBx4KDyPrO+NjfqftDU3OOAfRM5rL S/VHTa/ZTfim4MOB7UXKYb5jsOsIk6jrrEN0a3ZPgXcb7heTcpN+KeUUo6nKCz3Ggn5nYS xgqu+rfa/7F8IhuH6e2iyNnFKj5MRyANOzEMU4/NN03i/finui0mC85WAq49XA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662903235; a=rsa-sha256; cv=none; b=O+D3ogmCkLP4tg+z5NMBItUQ35KlqWoFzgYv0Qs0y5EUcKKJPO1lb/WxdLOQye8w4z6IVA 39Ay8CU+dqN5t8rxXsMg+NxAB/yLZtqYEAUmGusjwwvaXNQMdqNGSX1Y/Zp4fIHGMGqSHy W6/jFtMQNxSOd6LLxot1NxUh9d1iaaqV5UHAd6CrYp3vejU0cNvKEThnjqL7+j95dqlz3a nhBhNN8yEn48o5ySWpP74QOYCJWja9CTkUv/XFVMHWP2kaMrDtnUgdpQbQN10eck34I+z5 YiCHdaQXaHUmQySAOjgwyEXphEJyDnubAzWDasS64zCoAUI8VYzg+lFWT2w7DA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #22 from Yasuhiro Kimura --- (In reply to Dan Langille from comment #21) I applied latest patch to ports 5ca22080ae08 and made clean build of devel/= apr1 with pouriere and 13.1-RELEASE amd64 jail. Then the package depends on db18= as following. yasu@rolling-vm-freebsd2[1161]% pkg info -F /usr/local/poudriere/data/packages/131amd64-default/All/apr-1.7.0.1.6.1_3.p= kg -d apr-1.7.0.1.6.1_3: db18-18.1.40 expat-2.4.8 gdbm-1.23 yasu@rolling-vm-freebsd2[1162]% --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 11 14:24:10 2022 X-Original-To: apache@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 4MQX6Q4BHvz4bx3x for ; Sun, 11 Sep 2022 14:24:14 +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 4MQX6Q3CMXz3sQS for ; Sun, 11 Sep 2022 14:24:14 +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 4MQX6Q2KYszgK1 for ; Sun, 11 Sep 2022 14:24:14 +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 28BEOEgu015725 for ; Sun, 11 Sep 2022 14:24:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BEOEeu015724 for apache@FreeBSD.org; Sun, 11 Sep 2022 14:24:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Sun, 11 Sep 2022 14:24:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662906254; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WWUVUYPMipHHXQ6e8U+Mxwvi7omW1CmN8ldb+dIOQD4=; b=AQxHeXR+Gy9T2fViqrozsaFxBXWucVyQw3ZyuQSMAIksjyeYg4inb8iqFUPxSCHNyPRqiw JjTq1hD9jGQYjVanmIPKZedBqp/780YMyGhy67E5zrzxP+8WfrsOeqdUzhpQYeF/mMrFLG iThrXL43VecKv+nk/I6C4tKMhBcU0XZVYmlLOnFN28tSlkOz6g7FzmbgkZ0LIhfAq3K7Cg OEmjSENPbj8nES+ADY/vD6H68f80yUv+EY719JZi8YriBAEkDfG8VNBBCdQcQxOeaLFFgM GdgGlFgrblWJTXErKkT0V51jfzgBPL7Ppks+mUfqspww4ILjErq9XWHV1FVoQg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662906254; a=rsa-sha256; cv=none; b=O8dzfUXDYHEgrbF5gOTDhWkIzfXbJCxUdcRpOjJMEn88SAUfoCqKVkeSH4w4DLWt6tMmmx SRCx7mePI26VEUeHSfO3TtUSz1Egkhidzxx72xw8haxzqvNlRd8J0IKEky+yyE16HLzDyA F/j74zpyNj5hRdm/LCAb+Ip06iFjFG9K4mHN9XEkDRkZNNIOUW5eiN3QZFvDelkHW6aZ7v qGUEbxsbkLviHuJfM4yibNI+9Qj16qsAJGoEbqd9j20BbLVM1VZtJrNNaUEhiSFvsRk8CY IBgU2zSHF4aGQG+lrLfrT71uYy/zmxZLwo6SwkZ/GCghTETxoukid3Pq1g8IJw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #23 from Dan Langille --- (In reply to Yasuhiro Kimura from comment #22) Further testing against the correct ports tree results in: root@131amd64-dvl:~ # pkg info -d apr apr-1.7.0.1.6.1_3: expat-2.4.8 gdbm-1.23 db18-18.1.40 Thank you. Sorry for my errors. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 11 21:00:14 2022 X-Original-To: apache@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 4MQhvM3RCKz4cgGx for ; Sun, 11 Sep 2022 21:00:15 +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 4MQhvM1CxQz3V0r for ; Sun, 11 Sep 2022 21:00:15 +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 4MQhvM0JjJzm4Y for ; Sun, 11 Sep 2022 21:00:15 +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 28BL0E8f008836 for ; Sun, 11 Sep 2022 21:00:14 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28BL0ErF008835 for apache@FreeBSD.org; Sun, 11 Sep 2022 21:00:14 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202209112100.28BL0ErF008835@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 11 Sep 2022 21:00:14 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="166293001414.3ecBB8a.7189" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1662930015; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xjG2XWfESCj3fDRvGUf2OHJ9VPmMnRrYWa3hn4oPkC8=; b=k+a+aS95U2XPNPF3TZ4dYtgro5ZGIVzS0QG8iQ9Zr/X/aA2B6LGf+oxdDuRnY3i0O6fJJg bhJXwyEyMI1+NykTZzTEucPppFN/i8Bvsn7ddLT2d3fz7PiZqTXG22ZpbJJ1naDHoMMzhO rDRJE/8yCVEg4Z2yFNByk76r54YRQ20KxS38mjVK7q6gi2mCqJohtZi2bx1c8+uFXC8df6 n8mjwNJYkZdwUQd/qm9yUvJVc5laZ0azdyW3eqxwFx3XZNLyzaiMcDNQCV3+8fgWQY9V/a l2hLK4C/tkPtsih0UEiVJTwms9sIOFi8JKpuNr08M6yYOuIilKJHx+xBe/5kmA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1662930015; a=rsa-sha256; cv=none; b=vKhHcigZLnhIlMGXdIzRDQ//X0/o6KTe3KLJo49QX3iTZxXTfV8r8Alb8MBBogIx/t5EWr e4XmrdU+XOe/2ux7Ydg2KgY22yAY0Cgl3AgQOiR6jJgczlaqBDNjwjN4SEJ3BHKFqx8WYQ dgbh9WHd1zSToS4gMKcfnGU5RPuO3okhj4iZ0MPQaFKEWhotoCb85P/ThtOhLFAzmFnoHK mwYNy/N3wHe3NgyyXv3ZKOAwUZBsAJB5nigTuDZycKLdN2w9HzzT2UleKPMTapR1vEv2nE 4aKAPNwhoWREBVQEia7bfezGLVSm29oTzK/ok+4LGkQeLSy5fcArydg6SCY9tQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --166293001414.3ecBB8a.7189 Date: Sun, 11 Sep 2022 21:00:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --166293001414.3ecBB8a.7189 Date: Sun, 11 Sep 2022 21:00:14 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--166293001414.3ecBB8a.7189-- From nobody Tue Sep 13 17:34:08 2022 X-Original-To: apache@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 4MRrDd74Hdz4bxpx for ; Tue, 13 Sep 2022 17:34:09 +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 4MRrDd4wz6z3P08 for ; Tue, 13 Sep 2022 17:34:09 +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 4MRrDd42LpzPcR for ; Tue, 13 Sep 2022 17:34:09 +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 28DHY959074725 for ; Tue, 13 Sep 2022 17:34:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28DHY961074724 for apache@FreeBSD.org; Tue, 13 Sep 2022 17:34:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Tue, 13 Sep 2022 17:34:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jcfyecrayz@liamekaens.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663090449; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nQ+JI1lsppeeHCCRlqohz8uSsjYh+Iv5XrMghD74nXk=; b=crhnZ88X/agkkRMhyYp2EQZmRJjdQsEIhVkgJENh8Vvb4GKbx/5kjeg3ag03DiohBj7dun QtYsd1zuI0ODtTdOgMA2zGpOA2X+leDeevrQIPzLTWEHEIFdCAytWpualVvCgQr/UpnuEY fNW/EI9P1RnCtp9qZ1s/nFqbxXpuy850BPYw6/ULZetXlgq85n1nLvVnc3lak028PhbeIS OaIKrdUrblaEDqvA25QwOXHGmOpBHEDLMDTKIOQpovYpG5lO9D/pqw0Bsj3Yfl7E/ax8EL uakMpRFosDpexOO6yfzOQpkW8K/XSYPjWUo+nmMc46Dd2HIQp0bUfPV7Y6/dLw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663090449; a=rsa-sha256; cv=none; b=FHAgrwdv5RYPH+TIKpjdLtanr0pWxrE+CZ17RXZfKIezc/7sN4bVHBjwCFyd6wP6L+M/Jo XrrBZrnGL59BVVWlmdreI1Tl2DTYi5wgYXUYyVBFHMlnJhX9550Uh0kyFc7N8TeOnY/Gsv SLCwwHVHqFRUG+N5TJvJoskV8AEp2A30T+EX+PSGGBOaXrb4Jhu1GnNqTEhuy6Ms2q25pf LJ6QEVLG2VQEnVlRveGfpYlmjOnsljXSpQWM0nXhfR2Tlm9zRE/CS37h7U2uzwW952AshG ib3zpspSv+oe1dJ06HJiau9bdbX/x14syQ7fYRnCtssxA6hAhoLbY4nNIjUxmQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 John Hein changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcfyecrayz@liamekaens.com --- Comment #24 from John Hein --- All these ports that will now use db18 may have to add AGPLv3 to their LICE= NSE. Furthermore if a particular port's current license prevents being a derived work from an AGPLv3 license, then it may be incompatible to the extent that= the db18-dependent function should be removed. GPLv2, for instance, is compatib= le with AGPLv3, so you can link an AGPLv3 with a GPLv2 work in that case (maki= ng the entire derived work subject to terms of the AGPLv3). But that compatibi= lity with AGPLv3 may not extend to other licenses. Note that linking with an AG= PLv3 licensed library can add a requirement for full source code distribution of= the derived work (if the derived work is used publicly). Here is an example of how one port handled this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264024 Quoting from that bug: "bdb18 is licensed with AGPLv3. This forces the derived work (mutt) to be AGPLv3. mutt is currently licensed with GPLv2 or later. This allows the derived work to be linked with an AGPLv3 library. If it were strictly GPLv2 only, then linking with an AGPLv3 library would not be permitted." As always, license issues can be tricky, but this should definitely be considered / reviewed before throwing a global switch for unsuspecting port= s to use db18. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Sep 15 09:33:22 2022 X-Original-To: apache@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 4MSsT23TFSz4bfFM for ; Thu, 15 Sep 2022 09:33:26 +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 4MSsT22Vxvz3Ypq for ; Thu, 15 Sep 2022 09:33:26 +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 4MSsT21cJfzyQ6 for ; Thu, 15 Sep 2022 09:33:26 +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 28F9XQOJ092941 for ; Thu, 15 Sep 2022 09:33:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28F9XQxY092940 for apache@FreeBSD.org; Thu, 15 Sep 2022 09:33:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 15 Sep 2022 09:33:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663234406; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tJmkWJnpWyEEgc+5S4512CcCfImdDuzO8PbsYfpdKe0=; b=KL4j3qiQDKhJuEwpcMBoNJZGH2lb8I/gHOlTIeEKPwVofki5VpopJpZpUDpzKEJbI3dVZb RtNUx7c7RTxsWw8KB6qKM79sZ0JgQwHxedMmUYL8R+tmHiBeR7kyTI5GPlQgwKAMrWvGcC sy315PTMzOGw5PoRE9F/s8JqYDeOhyWCkHoSIR7reHJChbZMpF7qu28WmBkzeDlLre0VzK 4kbYFz1lUkPlAWy+eH0wquniDl5GL1cUuKQZ6RxsDkmOkuYpnfjjYSk4nXDphzpEvyVLRW 2EI/Aj0VbqmifVxMRkRhiQ/Ot4R9Wl5dPwTVjTqnctj/A7g5PhzX6E7uYtVJ/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663234406; a=rsa-sha256; cv=none; b=WlBCzdhHiRC4+t/ZXDcA+0mXHHDaRjpLDKQVPf4huNpN9MccdA9mw1nrGnJzPqZ6SuluMv hbtkqQsCYgip1I5WZnr4z9ndDzwxiOQIRyv+jaqAeX2kXtBxqyibz57ecoKzxX9rDB2OkE fedWJmZ+mCrY5GjkAesTyoz5ACN+htADJwidJ0XJsZTtYkS70ReOYCMbYXpbHBf9+3L8ib 6tQQVMR8RfPcSpjW6fg3GzoD4+wkIrbPRPtiDMXAnrgw/jHA/Wlp4Hwbv0tS39h16hZmnO k4+SommnIhkIi7guW6YBPfn4rn3LuXDRM2bRgADs8k2iQIra36VhhVj7JbPnUA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #25 from Antoine Brodin --- Did someone have a look at some bdb forks with the previous license, maybe like https://github.com/bloomberg/comdb2/tree/master/berkdb ? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Sep 18 21:00:44 2022 X-Original-To: apache@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 4MW0Zh6RXCz4cDXh for ; Sun, 18 Sep 2022 21:00:44 +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 4MW0Zh32WGz3ysp for ; Sun, 18 Sep 2022 21:00:44 +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 4MW0Zh28fdz18nb for ; Sun, 18 Sep 2022 21:00:44 +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 28IL0i9L054735 for ; Sun, 18 Sep 2022 21:00:44 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28IL0i3Y054734 for apache@FreeBSD.org; Sun, 18 Sep 2022 21:00:44 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202209182100.28IL0i3Y054734@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 18 Sep 2022 21:00:44 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16635348442.a83DA.50743" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663534844; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zuQzAZsiV4pOfZWchhCTjtA8MsgCl7MpbcTH4Qjy0vY=; b=fe/WW8lIeocGKjcqYf8qs21b+LJZ0XydE9OXRiDJ8YOQke+CpYa9CjhmL+FwGAo/ohVZtH 3aZKAft9i+s6fvaaRvlz/IT4Z4l7bhfq1mzfuuqUziup4xeEbmKtWsc/4wtCuJPSfCuOG1 oJzKgDMTsqzEEZG4mgKstGKm+5GdNGZf6lcNhJzI1ub58QqAYL3RlTg7l0a9jxhpUrg4ES zGEAphdrlyaYkCgNfrAJD4Jh+qqc5vM7Rmcj2dnpyb+VQDlWJMU5FJ/RT9MW+b7QUOMqth 7srWkGOXJqIPCmmsBKxtBvgVEzx99gHPQjq2jA3OCs56Y42BPnbSj6MAHiF76w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663534844; a=rsa-sha256; cv=none; b=CRKB7aYNJeWPxZ2Y49P19D/yqK5+mIBNpeXI/4zWs2pQTqYN9FWXkTwPszsgtgTDqpmujZ kifCNpSBUWiMk4d7OVGyzZ/aIYvWH5MioT91RMFgRuXjuB2Q16m0xA1MOif1yS6/iwTmoD 0xsda2gNX6+lVCaE3nofoULB++60ocOTqJr1XsNCdk6u+2L2gDz4/rwG7FrvgJ0c31Cnj7 hJgLBViSWjU5kQj2fQP8jTxCE4r8FdixnH5EJIqFQqa+kGjo74nZw0+xVPbfqsGJsWYQLc TduL/WeQIlQw7+OZJUfp90gsj92Jwtk3SASDG1nIefivg9nmdd3kkRsCi6hDRg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16635348442.a83DA.50743 Date: Sun, 18 Sep 2022 21:00:44 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16635348442.a83DA.50743 Date: Sun, 18 Sep 2022 21:00:44 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16635348442.a83DA.50743-- From nobody Tue Sep 20 07:51:32 2022 X-Original-To: apache@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 4MWtz90jvvz4cHV4; Tue, 20 Sep 2022 07:51:33 +0000 (UTC) (envelope-from pkg-fallout@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 4MWtz85dpSz3njy; Tue, 20 Sep 2022 07:51:32 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy16.nyi.freebsd.org (beefy16.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1f]) (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 4MWtz84jbSzfSB; Tue, 20 Sep 2022 07:51:32 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy16.nyi.freebsd.org (localhost [127.0.0.1]) by beefy16.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28K7pWFX026808; Tue, 20 Sep 2022 07:51:32 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy16.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28K7pWew026793; Tue, 20 Sep 2022 07:51:32 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 20 Sep 2022 07:51:32 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209200751.28K7pWew026793@beefy16.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [package - 131amd64-default][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663660292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=760AjS3hTUcEfZymLrl6HvXj8veTE1Ajs6Zoi5sxboM=; b=iQQIwpog3NJo+rXMaBdsMKf8lSdNlkSrqRpul11YfyRs4VCWMKiNY9r7omwbv2JhLkleTR RKi4dy2N7Zc2oBiH/M044D5xw7J4a9/ic4cBD5R0HUP7M6+CajkxxwcUQanlMaL6B5IKPD Humhv1Mvk7KTmfcGay2uscGkxKOngIbCqC/au5cWixW5wrBViGgWpzUU98Cs1i1g7i/Bci Vo9OIisbeDDeO3+EtIxO0LbahnYGwQ0NV4jFXFL3epX+xPq/8QnzfZ9lUVjAG+WxNcvupm 3fv7SIr96GXjFxGORpDbrKE7QgMMjOgD/FoCwhZDvUvFzv2a7mqq+TtnXLcmyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663660292; a=rsa-sha256; cv=none; b=Vgm5YxJvwCgPTtM1eyd+q2Tnqmb8DVhlAKdh7GBF+gQULGpL1Cc+OiT2g6AuCSZOk6AbH1 PQT3Hz53uozoDPDA9cpbVTO0NP3ozorr1OedvUSD/KJzx0DQABCE/9tZl3H07xO70gm+8b jxwouWDHdM1kh2HnR0AXKLYELBIOjtKmBZrVZR978ZpjxhCWp3fCNR85IFC3lySkg3VGpl q3PvW1iM4UUlcWCiGzy89fxGd+ErOyZxtHpPHof0gs97BkNF6bpcAXGHxlEtZmh1HvfQWY 8EjYOfdpMIPNFOkVbJD7T0ljDoGhDuU140oE8R1pdH/iMHl/5FofNpYtxtqCzA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://beefy16.nyi.freebsd.org/data/131amd64-default/47ff75a1891e/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://beefy16.nyi.freebsd.org/build.html?mastername=131amd64-default&build=47ff75a1891e Log: =>> Building www/mod_perl2 build started at Tue Sep 20 07:40:38 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD 131amd64-default-job-08 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 amd64 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400063 Jail OSVERSION: 1301000 Job Id: 08 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1301000 UNAME_v=FreeBSD 13.1-RELEASE-p2 UNAME_r=13.1-RELEASE-p2 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/usr/local/poudriere/data/.m/131amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/131amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=131amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/131amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=13.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: x86_64-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: x86_64-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: x86_64-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=13.1-RELEASE-p2 OSREL=13.1 OSVERSION=1301000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [131amd64-default-job-08] Installing pkg-1.18.4... [131amd64-default-job-08] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - not found ===> Installing existing package /packages/All/p5-BSD-Resource-1.2911.pkg [131amd64-default-job-08] Installing p5-BSD-Resource-1.2911... [131amd64-default-job-08] `-- Installing perl5-5.32.1_2... [131amd64-default-job-08] `-- Extracting perl5-5.32.1_2: .......... done [131amd64-default-job-08] Extracting p5-BSD-Resource-1.2911: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/apxs - not found ===> Installing existing package /packages/All/apache24-2.4.54.pkg [131amd64-default-job-08] Installing apache24-2.4.54... [131amd64-default-job-08] `-- Installing apr-1.7.0.1.6.1_2... ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: '{' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:214:16: note: expanded from macro 'MUTEX_LOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:5: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: ')' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:7: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:5: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: '{' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:16: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:5: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: ')' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:7: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:24: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:35: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:5: note: expanded from macro 'XSRETURN' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:16: note: expanded from macro 'XSRETURN' STMT_START { \ ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:5: note: expanded from macro 'XSRETURN' } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:7: note: expanded from macro 'XSRETURN' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:65: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:67: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ 104 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Tue Sep 20 08:28:45 2022 X-Original-To: apache@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 4MWvp54r7Jz4cPJH; Tue, 20 Sep 2022 08:28:45 +0000 (UTC) (envelope-from pkg-fallout@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 4MWvp52qTMz3rMh; Tue, 20 Sep 2022 08:28:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy15.nyi.freebsd.org (beefy15.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1e]) (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 4MWvp51kHDzfsH; Tue, 20 Sep 2022 08:28:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy15.nyi.freebsd.org (localhost [127.0.0.1]) by beefy15.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28K8SjZk077747; Tue, 20 Sep 2022 08:28:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy15.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28K8Sji2077745; Tue, 20 Sep 2022 08:28:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 20 Sep 2022 08:28:45 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209200828.28K8Sji2077745@beefy15.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [package - 131i386-default][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663662525; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=RKVJVc99aO34iNwvJ7KPOH9Cd4clq5ka/qCE+5vBhiM=; b=gy05BeZonSq+yvswPwW/O0EGQ4FoFCyNVD9FUaRdljTWv7Tc0B11yuhGEnZiGgIJO1IStH VIN6d/M27z154CMu0NlM0rY6+Rd0UdshUJkp98V5AH3dH+M7zIDkvClqyZEhoc9KyNSmr1 bbNfIZ5NO/KPUlxSbHkXHsoLXBI4su+v+EGAEuoXXMrZajr3XtmY+90kSLUuQfl4ad81fb 5Uk3f0WqZ83rtSbYiUD1ftr60mZ0CSAu+3pecIYU0q/XuHQHS2co281DgAaUtGi9Frku/h ZjbdQvZ3FgfiG8pbLVY97y3lshrcmWZxFkG/m7oVeT2EAOorpXDVJNK/BhLc8A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663662525; a=rsa-sha256; cv=none; b=k72HliQWWq637D47i70j0+lg/EhXXJtQt6IcXQkDmjZ2HqYlwo55FeQvkJOVkk/NJNTPu9 vR9Hf2rEMWr2bJsckuv9vDCdpFv5RzZFrRt5KQzuv2dVbeCGFWl/wi7L2WZtdTVs+3w9tz rnTCRiRzsrBcWDkoOpv9KHf5Sn/uZRxRvJ3l7mdTdx0ZGENa9MgAJ0EWm+VxKZRT9Zjg4R P3lD7Ic5obv+NgUGXXvmaAYvVFxkHeZYeI5mbqX7VU5TINhKBmbxlTgDAEGScQu2v1Dr6R fwb5yDZ/VRmUSEBbTy+YtMm5MJuN4PYh39H0g0Z/U7GgIM+av5KXW7pEsSHyjQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://beefy15.nyi.freebsd.org/data/131i386-default/47ff75a1891e/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://beefy15.nyi.freebsd.org/build.html?mastername=131i386-default&build=47ff75a1891e Log: =>> Building www/mod_perl2 build started at Tue Sep 20 08:17:10 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD 131i386-default-job-04 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 i386 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400063 Jail OSVERSION: 1301000 Job Id: 04 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1301000 UNAME_v=FreeBSD 13.1-RELEASE-p2 UNAME_r=13.1-RELEASE-p2 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/usr/local/poudriere/data/.m/131i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/131i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=131i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/131i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=13.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: i386-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: i386-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: i386-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.1-RELEASE-p2 OSREL=13.1 OSVERSION=1301000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [131i386-default-job-04] Installing pkg-1.18.4... [131i386-default-job-04] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - not found ===> Installing existing package /packages/All/p5-BSD-Resource-1.2911.pkg [131i386-default-job-04] Installing p5-BSD-Resource-1.2911... [131i386-default-job-04] `-- Installing perl5-5.32.1_2... [131i386-default-job-04] `-- Extracting perl5-5.32.1_2: .......... done [131i386-default-job-04] Extracting p5-BSD-Resource-1.2911: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: '{' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:214:16: note: expanded from macro 'MUTEX_LOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:5: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: ')' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:7: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:5: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: '{' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:16: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:5: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: ')' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:7: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:24: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:35: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:5: note: expanded from macro 'XSRETURN' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:16: note: expanded from macro 'XSRETURN' STMT_START { \ ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:5: note: expanded from macro 'XSRETURN' } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:7: note: expanded from macro 'XSRETURN' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:65: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:67: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ 104 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Tue Sep 20 14:29:21 2022 X-Original-To: apache@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 4MX3pB24Ktz4cPZ2; Tue, 20 Sep 2022 14:29:22 +0000 (UTC) (envelope-from pkg-fallout@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 4MX3pB0gFSz3dV2; Tue, 20 Sep 2022 14:29:22 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:21]) (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 4MX3p96jBjzl2f; Tue, 20 Sep 2022 14:29:21 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy18.nyi.freebsd.org (localhost [127.0.0.1]) by beefy18.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28KETL0k015092; Tue, 20 Sep 2022 14:29:21 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy18.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28KETLCX015090; Tue, 20 Sep 2022 14:29:21 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 20 Sep 2022 14:29:21 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209201429.28KETLCX015090@beefy18.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [package - main-amd64-default][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663684162; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=MW2pXYnfrA9dWBoM7w/4C71EmiqkYo+DRWLTeiqZPfU=; b=Z6aBvCQ0MvlS5I0PDLt4tS++HRuuNMu/qIcnpfBHKx75q+Jz+CmC5I+oWnFPC6JPdZCQUJ lEJPqfRMkZgF6UOxgsklZ+rkFTQaa0LIS/lWN7bcRyNNb6SpY8k6B8HwmqTni1JLi4QvYX RLFb1fTHDIIhMbH5Wb5MIWar1unSzSsmqp7z8MbehjB7GzDGkGh3AZ0mizTA9ryTZsIadg V1uv3bpSfrQL3nwuriyj4+8DgfYDcmnpuDLLc9TvGpKiFFOpHob5UyWSspt04L7UI3DYXo XCV9uSHk0MdoScee0wOv9pIw2iQ+aG4o8+/nIOy/nFqRuJSDBcH1kcUqNZ362w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663684162; a=rsa-sha256; cv=none; b=STAa2Oi2Si10Dq8blhn+KXh7yHE+95G4Dmzh5/OxpngWAmja3kw5XRMLyjPdA6HJP3DCC5 x1EyJS8nX/alyFPLwzaYFQdg5HoIp0vvP65SOuyy5jNZbaOqhcR7fNeaHbk+wwAU/houEs DOtzFL26xQ2c9oyaZlE9OpNxVXGXyRpyKW3xsdCjonFNptlL+Y4OBsbczE4/qca46uY5w2 JC678hWco9Bs5H1Axdf2qOjVgEPxlLHWiejq6YdwOuXXnc30VBM7DTuKrnikoVcNrbXVaZ Ss8p35zBUL79lV8ThWZgHgT/HrYTDdcymimEPTvxy3BAZ2coZN06z9V7/9YT1A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://beefy18.nyi.freebsd.org/data/main-amd64-default/p47ff75a1891e_s2c2ef670a7/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://beefy18.nyi.freebsd.org/build.html?mastername=main-amd64-default&build=p47ff75a1891e_s2c2ef670a7 Log: =>> Building www/mod_perl2 build started at Tue Sep 20 14:19:54 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD main-amd64-default-job-07 14.0-CURRENT FreeBSD 14.0-CURRENT 1400068 amd64 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400063 Jail OSVERSION: 1400068 Job Id: 07 !!! Jail is newer than host. (Jail: 1400068, Host: 1400063) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh OSVERSION=1400068 UNAME_v=FreeBSD 14.0-CURRENT 1400068 UNAME_r=14.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/usr/local/poudriere/data/.m/main-amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=main-amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=14.0-CURRENT OSREL=14.0 OSVERSION=1400068 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [main-amd64-default-job-07] Installing pkg-1.18.4... [main-amd64-default-job-07] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - not found ===> Installing existing package /packages/All/p5-BSD-Resource-1.2911.pkg ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: '{' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:214:16: note: expanded from macro 'MUTEX_LOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:5: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: ')' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:7: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:5: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: '{' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:16: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:5: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: ')' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:7: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:24: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:35: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:5: note: expanded from macro 'XSRETURN' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:16: note: expanded from macro 'XSRETURN' STMT_START { \ ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:5: note: expanded from macro 'XSRETURN' } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:7: note: expanded from macro 'XSRETURN' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:65: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:67: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ 104 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Tue Sep 20 14:56:29 2022 X-Original-To: apache@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 4MX4PV2qLDz4cTjM; Tue, 20 Sep 2022 14:56:30 +0000 (UTC) (envelope-from pkg-fallout@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 4MX4PV14gyz3g0s; Tue, 20 Sep 2022 14:56:30 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20]) (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 4MX4PT70SHzlLb; Tue, 20 Sep 2022 14:56:29 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy17.nyi.freebsd.org (localhost [127.0.0.1]) by beefy17.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28KEuTR8018553; Tue, 20 Sep 2022 14:56:29 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy17.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28KEuTOr018552; Tue, 20 Sep 2022 14:56:29 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 20 Sep 2022 14:56:29 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209201456.28KEuTOr018552@beefy17.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [package - main-i386-default][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663685790; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=NnmwvKJa6l26JwSLcNBSmnv1ze+70yfR/LffGvH92sI=; b=t0DWkI/zWj1nSTdmLZtLL1YfImDgYdeoofBIm2Vhi0W45k4N279Lol2weq13t3jwwFIK3r UJcReE4wzkkvNsotYDFicDWPs0fQp+0EdCZa2N49drd9jF3ip/R3PqM0CQGuIAdWBiAZoA qtDx30jLE+2KYPL16BuvIjHNY3pLzMIrYv5Qv7/6HPSSpMhaIs2aZEDWezZSKdu2txXpvq iWi1mVhofKeUnXngTc3TcRCRAz/+RAEUZte1nnAXLImYos207vLKKV+hx4JV0KULm3z4rv 5hJJVQg1fzsRWCP7Xc1B+/Oio4uogh0INcs/ghL6qf5fEBDpSFVyfD1y7IXm3w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663685790; a=rsa-sha256; cv=none; b=oBq9gswylzQXiGz44ChxZ8QYAgOtwm9YIyxoK5k6v65mN6IwsZeLIxR/kbwGqUNZ8/lyL1 ZAzb9iwQS6qfi2oQq95WzRnYfnGa2VzrOgAXbMQxmVmRaIoYhsTXVecWu6OgzFr3G7I6mu jWBvO3BPy6gXl+HNUpZX5CPclGNdUlSsIdAJ82Nz1S05+cXQv7hu7jlnbjzQS0g1H5lVb3 iYBRLP6zMi+0r8BlXMC9NJYmYpKQeB1gjV6TAqraeGtzspLNabrP9CPH09Wphyn6vHmZTn h09Sc7oGCa6ESF20eU3/P9W1tdIV7Xzq6x3k5yUO80pzonkDFUu5vit+TCP90w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://beefy17.nyi.freebsd.org/data/main-i386-default/p47ff75a1891e_s2c2ef670a7/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://beefy17.nyi.freebsd.org/build.html?mastername=main-i386-default&build=p47ff75a1891e_s2c2ef670a7 Log: =>> Building www/mod_perl2 build started at Tue Sep 20 14:46:55 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD main-i386-default-job-06 14.0-CURRENT FreeBSD 14.0-CURRENT 1400068 i386 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400063 Jail OSVERSION: 1400068 Job Id: 06 !!! Jail is newer than host. (Jail: 1400068, Host: 1400063) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh UNAME_p=i386 UNAME_m=i386 OSVERSION=1400068 UNAME_v=FreeBSD 14.0-CURRENT 1400068 UNAME_r=14.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=main-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=14.0-CURRENT OSREL=14.0 OSVERSION=1400068 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [main-i386-default-job-06] Installing pkg-1.18.4... [main-i386-default-job-06] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: '{' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:214:16: note: expanded from macro 'MUTEX_LOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:5: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: ')' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:7: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:5: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: '{' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:16: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:5: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: ')' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:7: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:24: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:35: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:5: note: expanded from macro 'XSRETURN' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:16: note: expanded from macro 'XSRETURN' STMT_START { \ ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:5: note: expanded from macro 'XSRETURN' } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:7: note: expanded from macro 'XSRETURN' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:65: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:67: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ 104 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Tue Sep 20 21:33:50 2022 X-Original-To: apache@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 4MXFCz32D4z4cHXv; Tue, 20 Sep 2022 21:33:51 +0000 (UTC) (envelope-from pkg-fallout@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 4MXFCy6yKrz3PqN; Tue, 20 Sep 2022 21:33:50 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:15]) (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 4MXFCy5r81zrG1; Tue, 20 Sep 2022 21:33:50 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28KLXo18078689; Tue, 20 Sep 2022 21:33:50 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28KLXoPZ078688; Tue, 20 Sep 2022 21:33:50 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 20 Sep 2022 21:33:50 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209202133.28KLXoPZ078688@beefy6.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [package - 123amd64-default][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663709630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=Eqo3Dibaj15bFAI5Yv84zMuBsUiMYgTCgAwNWCFVP2k=; b=uvZO7jOJg8SpTvJ19nPz/tv/6Ptbbcz99xwbpKGi4PbTZwNiFrp8OBis9LDqB61J94ziXW /biM1NspnZTMvl/KNvjW0Qx0kba1i2yficS96vNLuJp5Z2J1NMCOd9DXMC8txxloEe1dNx HB0pCmwagl6nyqqv/unPlI7In63mbLLU4SqOI37r9Dh/oDRPKfRCfyFNiHCa+S+aUMldIP 8tCTvZDiyzHJrkvhDoJpSrMjhysjPB2c3f0g0/m4HeJ2eCVc1HnOyTAb85EuvClohlWPlf gO2ZtxS9gEa5fyXXBLj7n1v0bUAG+D3oK/ikfs52OuXxcvOa7lucaf9j2cwCAw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663709630; a=rsa-sha256; cv=none; b=l5cM43ga2bfu+jXvKqJZph/4tQiMTLyLMIUxnjcphvTDPkMEjE9LZEOzJb2dRSFaSdblBI s04dSS2+HwHdsIC3QWmct9XT50sbRG+raIBVSHdREm79cEqbop0AlAiJjGJ1eX03rB7Yrm /nn6qD6RDLqWnvkTs9hW7Bi3en5MIZZXCK42BgYlNdnB+yPqQWBBTxoh/J47ZipyOMYayF TfPOLZVQIU1EdB5q23k9wpsMHmqMzPQfqfo7uk4m/pA6m62XrqZ2xZQSL83q64H/9nKCTH WlMQji6LTWpzUplCo+pj/LS1XVo3RFIWuXi1dLCn3cy4mD3F9myP+srpZgsVeQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://beefy6.nyi.freebsd.org/data/123amd64-default/47ff75a1891e/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=123amd64-default&build=47ff75a1891e Log: =>> Building www/mod_perl2 build started at Tue Sep 20 21:31:59 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD 123amd64-default-job-12 12.3-RELEASE-p7 FreeBSD 12.3-RELEASE-p7 amd64 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400063 Jail OSVERSION: 1203000 Job Id: 12 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1203000 UNAME_v=FreeBSD 12.3-RELEASE-p7 UNAME_r=12.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/usr/local/poudriere/data/.m/123amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/123amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=123amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/123amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=12.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=error: invalid value 'c++2b' in '-std=c++2b' note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and GNU extensions' standard note: use 'c++11' for 'ISO C++ 2011 with amendments' standard note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU extensions' standard note: use 'c++14' for 'ISO C++ 2014 with amendments' standard note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU extensions' standard note: use 'c++17' for 'ISO C++ 2017 with amendments' standard note: use 'gnu++17' for 'ISO C++ 2017 with amendments and GNU extensions' standard note: use 'c++20' for 'ISO C++ 2020 DIS' standard note: use 'gnu++20' for 'ISO C++ 2020 DIS with GNU extensions' standard CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=error: invalid value 'gnu++2b' in '-std=gnu++2b' note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and GNU extensions' standard note: use 'c++11' for 'ISO C++ 2011 with amendments' standard note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU extensions' standard note: use 'c++14' for 'ISO C++ 2014 with amendments' standard note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU extensions' standard note: use 'c++17' for 'ISO C++ 2017 with amendments' standard note: use 'gnu++17' for 'ISO C++ 2017 with amendments and GNU extensions' standard note: use 'c++20' for 'ISO C++ 2020 DIS' standard note: use 'gnu++20' for 'ISO C++ 2020 DIS with GNU extensions' standard _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=12.3-RELEASE-p7 OSREL=12.3 OSVERSION=1203000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [123amd64-default-job-12] Installing pkg-1.18.4... [123amd64-default-job-12] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - not found ===> Installing existing package /packages/All/p5-BSD-Resource-1.2911.pkg [123amd64-default-job-12] Installing p5-BSD-Resource-1.2911... [123amd64-default-job-12] `-- Installing perl5-5.32.1_2... [123amd64-default-job-12] `-- Extracting perl5-5.32.1_2: .......... done [123amd64-default-job-12] Extracting p5-BSD-Resource-1.2911: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/apxs - not found ===> Installing existing package /packages/All/apache24-2.4.54.pkg [123amd64-default-job-12] Installing apache24-2.4.54... [123amd64-default-job-12] `-- Installing apr-1.7.0.1.6.1_2... [123amd64-default-job-12] | `-- Installing db5-5.3.28_8... gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPool' cp TiPool.pm ../../../blib/lib/ModPerl/TiPool.pm Running Mkbootstrap for TiPool () chmod 644 "TiPool.bs" /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- TiPool.bs ../../../blib/arch/auto/ModPerl/TiPool/TiPool.bs 644 /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' TiPool.xs > TiPool.xsc mv TiPool.xsc TiPool.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"2.000012\" -DXS_VERSION=\"2.000012\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS TiPool.c In file included from TiPool.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from TiPool.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/ModPerl/TiPool/TiPool.so cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong TiPool.o -pthread -Wl,-E,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/ModPerl/TiPool/TiPool.so \ \ chmod 755 ../../../blib/arch/auto/ModPerl/TiPool/TiPool.so gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPool' gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPoolConfig' cp TiPoolConfig.pm ../../../blib/lib/ModPerl/TiPoolConfig.pm Running Mkbootstrap for TiPoolConfig () chmod 644 "TiPoolConfig.bs" /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- TiPoolConfig.bs ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.bs 644 /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' TiPoolConfig.xs > TiPoolConfig.xsc mv TiPoolConfig.xsc TiPoolConfig.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"2.000012\" -DXS_VERSION=\"2.000012\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS TiPoolConfig.c In file included from TiPoolConfig.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from TiPoolConfig.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.so cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong TiPoolConfig.o -pthread -Wl,-E,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.so \ \ chmod 755 ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.so gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPoolConfig' gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/Util' cp Util.pm ../../../blib/lib/ModPerl/Util.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../../blib/arch/auto/ModPerl/Util/Util.bs 644 /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' Util.xs > Util.xsc mv Util.xsc Util.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"2.000012\" -DXS_VERSION=\"2.000012\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS Util.c In file included from Util.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from Util.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/ModPerl/Util/Util.so cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Util.o -pthread -Wl,-E,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/ModPerl/Util/Util.so \ \ chmod 755 ../../../blib/arch/auto/ModPerl/Util/Util.so gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/Util' gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl' gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS' gmake[2]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[3]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' cp APR.pm ../../../blib/lib/APR.pm Running Mkbootstrap for APR () chmod 644 "APR.bs" /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- APR.bs ../../../blib/arch/auto/APR/APR.bs 644 /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' APR.xs > APR.xsc mv APR.xsc APR.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS APR.c In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. cp ../../../src/modules/perl/modperl_error.c . cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_error.c In file included from modperl_error.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_error.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. cp ../../../src/modules/perl/modperl_bucket.c . cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_bucket.c In file included from modperl_bucket.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_bucket.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. cp ../../../src/modules/perl/modperl_common_util.c . cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_common_util.c cp ../../../src/modules/perl/modperl_common_log.c . cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_common_log.c In file included from modperl_common_log.c:19: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_debug.h:20: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_common_log.c:19: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_debug.h:20: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Wed Sep 21 09:07:07 2022 X-Original-To: apache@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 4MXXbw1StWz4cpS1; Wed, 21 Sep 2022 09:07:08 +0000 (UTC) (envelope-from pkg-fallout@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 4MXXbv6j1Pz3X2c; Wed, 21 Sep 2022 09:07:07 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from ampere2.nyi.freebsd.org (ampere2.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:24]) (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 4MXXbv5f4gz11dZ; Wed, 21 Sep 2022 09:07:07 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from ampere2.nyi.freebsd.org (localhost [127.0.0.1]) by ampere2.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28L9773M041499; Wed, 21 Sep 2022 09:07:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by ampere2.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28L977xD041498; Wed, 21 Sep 2022 09:07:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 21 Sep 2022 09:07:07 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209210907.28L977xD041498@ampere2.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [package - main-arm64-default][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663751227; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=YWxeDYWSbyQyPiGJZNGlLm9ilYvBZHuV3i1ySjLjPv4=; b=EV1+X2Ggs/spg21sRj68g7xYBJ6St7AVji9TGvvU+nXurXXW21ADIMSZrn8glc6xG1I3mt Svw9uCCqHF64n7y+RWlGMcFScXXqcnw+FEgUdlM/9MJQ2nbOpWREW3pmhUhUtXXmJc/DWj Cz09Gk5aZNefuhX6atpiF3jbIAu0GpOdPQbPpNWn5bGkha+KEHWpsXVGCgg8ZFWvTLXR2J fN2MCQki/Pyfpj31DeDQq/LfIdpEu9I3fgOASA2TxnJrCPP/EsznONXv8PHb7N8r+zCi1N X1YWQ8M8MNpo4NarQVNUKTnbjItB3prIdmrWUSvSBokA/hJPELNym+b6SIUkcg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663751227; a=rsa-sha256; cv=none; b=X7XCsx9CTSdncWa86rB3n6oDv0+gP0O49vIsXZYBnMj7mbdnfA13zUtZRfFv2IYBnbBF/8 fSXS0+IAL/vvr1OfJtxAoKvaVmJsT7+8GtU603r/XwZkDtPiAXl3GlHJwql3hxLpt7fjN7 OYMlLwmLGB+spnQkE5+CqIazDkG8pi0c+uDD+UGXOYO7ks3B9ydgPGT8VrmOXydicF9aUf uDtfad86/kQhpFxP0Yzdy87o7NSFnp609evwjhOu0rtmvj63TP1d6yfgzWVDJUhO5/+OgL FPGpVmckctw/ZyfjWb2QZwid9F8oY+kyWs6vNXstgyXKuoimDRjgGKdyAFSrSg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://ampere2.nyi.freebsd.org/data/main-arm64-default/p47ff75a1891e_s2c2ef670a7/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://ampere2.nyi.freebsd.org/build.html?mastername=main-arm64-default&build=p47ff75a1891e_s2c2ef670a7 Log: =>> Building www/mod_perl2 build started at Wed Sep 21 08:45:34 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD main-arm64-default-job-04 14.0-CURRENT FreeBSD 14.0-CURRENT 1400068 arm64 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400063 Jail OSVERSION: 1400068 Job Id: 04 !!! Jail is newer than host. (Jail: 1400068, Host: 1400063) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh OSVERSION=1400068 UNAME_v=FreeBSD 14.0-CURRENT 1400068 UNAME_r=14.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/usr/local/poudriere/data/.m/main-arm64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/main-arm64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=main-arm64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/main-arm64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: aarch64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: aarch64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: aarch64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=aarch64 OPSYS=FreeBSD _OSRELEASE=14.0-CURRENT OSREL=14.0 OSVERSION=1400068 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 1048576 stack size (kbytes, -s) 1048576 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [main-arm64-default-job-04] Installing pkg-1.18.4... [main-arm64-default-job-04] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - not found ===> Installing existing package /packages/All/p5-BSD-Resource-1.2911.pkg [main-arm64-default-job-04] Installing p5-BSD-Resource-1.2911... ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: '{' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:214:16: note: expanded from macro 'MUTEX_LOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:5: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2619:5: note: ')' token is here ENV_LOCK; ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2924:31: note: expanded from macro 'ENV_LOCK' # define ENV_LOCK MUTEX_LOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:219:7: note: expanded from macro 'MUTEX_LOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:5: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: '{' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:222:16: note: expanded from macro 'MUTEX_UNLOCK' STMT_START { \ ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:21: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_includes.h:24: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_perl_includes.h:65: In file included from /usr/local/lib/perl5/5.32/mach/CORE/perl.h:6161: /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:5: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^ /usr/local/lib/perl5/5.32/mach/CORE/inline.h:2627:5: note: ')' token is here ENV_UNLOCK; ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:2925:31: note: expanded from macro 'ENV_UNLOCK' # define ENV_UNLOCK MUTEX_UNLOCK(&PL_env_mutex) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/thread.h:227:7: note: expanded from macro 'MUTEX_UNLOCK' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:24: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:35: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:5: note: expanded from macro 'XSRETURN' STMT_START { \ ^~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:666:29: note: expanded from macro 'STMT_START' # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */ ^ APR.c:227:5: note: '{' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:315:16: note: expanded from macro 'XSRETURN' STMT_START { \ ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:5: note: expanded from macro 'XSRETURN' } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:52: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:320:7: note: expanded from macro 'XSRETURN' } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ APR.c:227:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:65: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^ APR.c:227:5: note: ')' token is here XSRETURN_EMPTY; ^~~~~~~~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/XSUB.h:330:67: note: expanded from macro 'XSRETURN_EMPTY' #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END ^~~~~~~~ /usr/local/lib/perl5/5.32/mach/CORE/perl.h:667:21: note: expanded from macro 'STMT_END' # define STMT_END ) ^ 104 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Wed Sep 21 19:40:28 2022 X-Original-To: apache@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 4MXpfj2FR9z4dMnV; Wed, 21 Sep 2022 19:40:29 +0000 (UTC) (envelope-from pkg-fallout@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 4MXpfj0Ctfz3h4G; Wed, 21 Sep 2022 19:40:29 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:607e::16:7]) (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 4MXpfh6Gynz1908; Wed, 21 Sep 2022 19:40:28 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from package19.nyi.freebsd.org (localhost [127.0.0.1]) by package19.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 28LJeSEP032623; Wed, 21 Sep 2022 19:40:28 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by package19.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 28LJeSoH032582; Wed, 21 Sep 2022 19:40:28 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 21 Sep 2022 19:40:28 GMT From: pkg-fallout@FreeBSD.org Message-Id: <202209211940.28LJeSoH032582@package19.nyi.freebsd.org> To: apache@FreeBSD.org Subject: [exp - 123amd64-default-build-as-user][www/mod_perl2] Failed for ap24-mod_perl2-2.0.12,3 in build Cc: pkg-fallout@FreeBSD.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1663789229; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=elYYXrj3ioflnZOYBRxVCj4hPEv08W/Nsq/aHnW3eJQ=; b=ft2xzavFppqYj8Q0jupOcCA4DrAdqBHB8t+smPgSRUM54oPR/6aEc9uUZ45P6D7iqF+C2z nHlId/v5ZGGPerSyCc/CogTd5FJ0C6B5uW7hYtiMYSbPyXMaSQRoPrA9FoLLKnhbVHOpN+ hChuwhlAlHZfFIqg8aUKcizUw5wiiE3m6YY2tM4vqidh20Y19l60AjLaHIXtcbxpB6/pEj aP5qNyOjCT/2I3G5I2ARdJVm1zYjkDUSZyLmAmtXchviIFSPdFwPiuhVsCcyPGOvWv+rlD ceVhnuPfIbLAk6LYVirB8hOadc0Dz/Cto9JREDWtM7A+3YAYAfkdBZyYJhlpIg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1663789229; a=rsa-sha256; cv=none; b=Q1icvOCeTM2iJU59FWeu0JMSjtYbmXQYze3Jx9wKnTtdk+FZfpxWgwpkg4vz3sHBjspzvE SHK99cypOn0+rbcLuaVfMt0SI2hfgKPXzQuFL2HWHG11S5VFaMn7fE7iWrDNeE/eyx1pEI YHWMHGbLs6hPJjTKz2pwnB95rV1jdqSs9yZaZomAHBnAFeEgMmo4ATAqjZvMs4i8DxaYc1 Ui+dL4m1s1z5kYLB2EQ2C19H9mWsv6/9+Q+5qIpZV7U7VILFFUAKR1iD2uU7LqEK7L3te+ 73pkK0hXUuwdB2ysqjwRjrh20jGtqRG1E9DKtgxFJYAgxONhS50wuVTIOUnDDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Log URL: http://package19.nyi.freebsd.org/data/123amd64-default-build-as-user/99b08814fd22/logs/ap24-mod_perl2-2.0.12,3.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=123amd64-default-build-as-user&build=99b08814fd22 Log: =>> Building www/mod_perl2 build started at Wed Sep 21 19:39:05 UTC 2022 port directory: /usr/ports/www/mod_perl2 package name: ap24-mod_perl2-2.0.12,3 building for: FreeBSD 123amd64-default-build-as-user-job-03 12.3-RELEASE-p7 FreeBSD 12.3-RELEASE-p7 amd64 maintained by: apache@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-21-g883afb07 Host OSVERSION: 1400050 Jail OSVERSION: 1203000 Job Id: 03 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1203000 UNAME_v=FreeBSD 12.3-RELEASE-p7 UNAME_r=12.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-21-g883afb07 MASTERMNT=/poudriere/data/.m/123amd64-default-build-as-user/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= GID=0 UID=0 PWD=/poudriere/data/.m/123amd64-default-build-as-user/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=123amd64-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/poudriere/data/.m/123amd64-default-build-as-user/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- apache@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- PREFIX=/usr/local MP_APXS=/usr/local/sbin/apxs MP_APR_CONFIG=/usr/local/bin/apr-1-config INSTALLDIRS="site" CC="cc" CCFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " LD="cc" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" --End CONFIGURE_ENV-- --MAKE_ENV-- PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_perl2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/mod_perl2/work/.cache HOME=/wrkdirs/usr/ports/www/mod_perl2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/mod_perl2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/mod_perl2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- APMOD_FILE=260_mod_perl.conf.sample APACHEMODDIR="libexec/apache24" APACHEINCLUDEDIR="include/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" AP_NAME="perl" AP_MODULE="mod_perl.so" ITHREADS="" OSREL=12.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib AP_MOD_EN="-A" PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 DOCSDIR="share/doc/mod_perl" EXAMPLESDIR="share/examples/mod_perl" DATADIR="share/mod_perl" WWWDIR="www/mod_perl" ETCDIR="etc/mod_perl" --End PLIST_SUB-- --SUB_LIST-- APACHEMODDIR=libexec/apache24 APACHEMODDIR="libexec/apache24" APACHEETCDIR="etc/apache24" APACHE_VERSION="2.4" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_perl DOCSDIR=/usr/local/share/doc/mod_perl EXAMPLESDIR=/usr/local/share/examples/mod_perl WWWDIR=/usr/local/www/mod_perl ETCDIR=/usr/local/etc/mod_perl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=error: invalid value 'c++2b' in '-std=c++2b' note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and GNU extensions' standard note: use 'c++11' for 'ISO C++ 2011 with amendments' standard note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU extensions' standard note: use 'c++14' for 'ISO C++ 2014 with amendments' standard note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU extensions' standard note: use 'c++17' for 'ISO C++ 2017 with amendments' standard note: use 'gnu++17' for 'ISO C++ 2017 with amendments and GNU extensions' standard note: use 'c++20' for 'ISO C++ 2020 DIS' standard note: use 'gnu++20' for 'ISO C++ 2020 DIS with GNU extensions' standard CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=error: invalid value 'gnu++2b' in '-std=gnu++2b' note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and GNU extensions' standard note: use 'c++11' for 'ISO C++ 2011 with amendments' standard note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU extensions' standard note: use 'c++14' for 'ISO C++ 2014 with amendments' standard note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU extensions' standard note: use 'c++17' for 'ISO C++ 2017 with amendments' standard note: use 'gnu++17' for 'ISO C++ 2017 with amendments and GNU extensions' standard note: use 'c++20' for 'ISO C++ 2020 DIS' standard note: use 'gnu++20' for 'ISO C++ 2020 DIS with GNU extensions' standard _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=12.3-RELEASE-p7 OSREL=12.3 OSVERSION=1203000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.18.4.pkg [123amd64-default-build-as-user-job-03] Installing pkg-1.18.4... [123amd64-default-build-as-user-job-03] Extracting pkg-1.18.4: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by ap24-mod_perl2-2.0.12,3 for building ===> Extracting for ap24-mod_perl2-2.0.12,3 => SHA256 Checksum OK for mod_perl-2.0.12.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap24-mod_perl2-2.0.12,3 ===> Applying FreeBSD patches for ap24-mod_perl2-2.0.12,3 from /usr/ports/www/mod_perl2/files /usr/bin/sed -i.bak -e 's/APR_INLINE//g' /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_common_util.h /usr/bin/sed -i.bak -e "s|/usr/local/apache/bin/apxs|/usr/local/sbin/apxs|" -e "s|'bin', 'apxs'|'sbin', 'apxs'|" /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/lib/Apache2/Build.pm =========================================================================== =================================================== ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - not found ===> Installing existing package /packages/All/p5-BSD-Resource-1.2911.pkg [123amd64-default-build-as-user-job-03] Installing p5-BSD-Resource-1.2911... [123amd64-default-build-as-user-job-03] `-- Installing perl5-5.32.1_2... [123amd64-default-build-as-user-job-03] `-- Extracting perl5-5.32.1_2: .......... done [123amd64-default-build-as-user-job-03] Extracting p5-BSD-Resource-1.2911: .......... done ===> ap24-mod_perl2-2.0.12,3 depends on package: p5-BSD-Resource>=0 - found ===> Returning to build of ap24-mod_perl2-2.0.12,3 ===> ap24-mod_perl2-2.0.12,3 depends on file: /usr/local/sbin/apxs - not found ===> Installing existing package /packages/All/apache24-2.4.54.pkg [123amd64-default-build-as-user-job-03] Installing apache24-2.4.54... [123amd64-default-build-as-user-job-03] `-- Installing apr-1.7.0.1.6.1_2... [123amd64-default-build-as-user-job-03] | `-- Installing db5-5.3.28_8... [123amd64-default-build-as-user-job-03] | `-- Extracting db5-5.3.28_8: .......... done [123amd64-default-build-as-user-job-03] | `-- Installing expat-2.4.8... [123amd64-default-build-as-user-job-03] | `-- Extracting expat-2.4.8: .......... done [123amd64-default-build-as-user-job-03] | `-- Installing gdbm-1.23... [123amd64-default-build-as-user-job-03] | | `-- Installing gettext-runtime-0.21... /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' TiPool.xs > TiPool.xsc cp TiPool.pm ../../../blib/lib/ModPerl/TiPool.pm /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- TiPool.bs ../../../blib/arch/auto/ModPerl/TiPool/TiPool.bs 644 mv TiPool.xsc TiPool.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"2.000012\" -DXS_VERSION=\"2.000012\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS TiPool.c In file included from TiPool.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from TiPool.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/ModPerl/TiPool/TiPool.so cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong TiPool.o -pthread -Wl,-E,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/ModPerl/TiPool/TiPool.so \ \ chmod 755 ../../../blib/arch/auto/ModPerl/TiPool/TiPool.so gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPool' gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPoolConfig' Running Mkbootstrap for TiPoolConfig () chmod 644 "TiPoolConfig.bs" /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' TiPoolConfig.xs > TiPoolConfig.xsc cp TiPoolConfig.pm ../../../blib/lib/ModPerl/TiPoolConfig.pm /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- TiPoolConfig.bs ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.bs 644 mv TiPoolConfig.xsc TiPoolConfig.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"2.000012\" -DXS_VERSION=\"2.000012\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS TiPoolConfig.c In file included from TiPoolConfig.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from TiPoolConfig.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.so cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong TiPoolConfig.o -pthread -Wl,-E,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.so \ \ chmod 755 ../../../blib/arch/auto/ModPerl/TiPoolConfig/TiPoolConfig.so gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/TiPoolConfig' gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/Util' Running Mkbootstrap for Util () chmod 644 "Util.bs" /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' Util.xs > Util.xsc cp Util.pm ../../../blib/lib/ModPerl/Util.pm /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../../blib/arch/auto/ModPerl/Util/Util.bs 644 mv Util.xsc Util.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"2.000012\" -DXS_VERSION=\"2.000012\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS Util.c In file included from Util.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from Util.xs:18: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/ModPerl/Util/Util.so cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Util.o -pthread -Wl,-E,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/ModPerl/Util/Util.so \ \ chmod 755 ../../../blib/arch/auto/ModPerl/Util/Util.so gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl/Util' gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS/ModPerl' gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/WrapXS' gmake[2]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[3]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[4]: Entering directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' Running Mkbootstrap for APR () chmod 644 "APR.bs" /usr/local/bin/perl "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' -typemap '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/typemap' APR.xs > APR.xsc cp APR.pm ../../../blib/lib/APR.pm cp ../../../src/modules/perl/modperl_error.c . cp ../../../src/modules/perl/modperl_bucket.c . cp ../../../src/modules/perl/modperl_common_util.c . cp ../../../src/modules/perl/modperl_common_log.c . /usr/local/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- APR.bs ../../../blib/arch/auto/APR/APR.bs 644 cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_error.c mv APR.xsc APR.c cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_bucket.c In file included from modperl_error.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_error.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_bucket.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_bucket.c:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_common_util.c 2 warnings generated. cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS modperl_common_log.c In file included from modperl_common_log.c:19: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_debug.h:20: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from modperl_common_log.c:19: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_debug.h:20: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. cc -c -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl -I/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs -I/usr/local/include/apr-1 - I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/apache24 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/lib/perl5/5.32/mach/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -DMP_IN_XS -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS -DMP_HAVE_APR_LIBS APR.c In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from APR.xs:17: In file included from /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:89: /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/src/modules/perl/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/local/lib" cc -shared -Wl,--allow-multiple-definition -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o ,--allow-multiple-definition -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/APR.so \ -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/lib -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -lapr-1 -lcrypt -lpthread \ cc: error: no such file or directory: ',--allow-multiple-definition' gmake[4]: *** [Makefile:474: ../../../blib/arch/auto/APR/APR.so] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR/APR' gmake[3]: *** [Makefile:478: subdirs] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs/APR' gmake[2]: *** [Makefile:480: subdirs] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12/xs' gmake[1]: *** [Makefile:632: subdirs] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/mod_perl2/work/mod_perl-2.0.12' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_perl2 From nobody Sun Sep 25 21:00:48 2022 X-Original-To: apache@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 4MbJFY1kpDz4cwrB for ; Sun, 25 Sep 2022 21:00:49 +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 4MbJFX2m7Vz3ccR for ; Sun, 25 Sep 2022 21:00:48 +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 4MbJFX1cYFzYDd for ; Sun, 25 Sep 2022 21:00:48 +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 28PL0maa038355 for ; Sun, 25 Sep 2022 21:00:48 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28PL0mQN038354 for apache@FreeBSD.org; Sun, 25 Sep 2022 21:00:48 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202209252100.28PL0mQN038354@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 25 Sep 2022 21:00:48 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16641396481.cEE8F9.33633" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664139648; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FhzpC5Vc0fEm1AgosIZmOI6EhH82x3CbzahnNvUeSYM=; b=Cl8sjcifOFxw+grgSPCGQQGDeVJkXzH+Vd3Kh5j3kunDS3cVR4ZkIjhFEUr2bMPlupKyDQ a0Qne/bq7TbJ2oPL1mhbirUrCjk/1OsFh/A9y/hAQZSWIilTGFR1oHz/Dj9OrtKc6/+caP p+ot4+gkVGdw+H9GjSlv92cUWtugeJXXTWZCMpYMhr9kmY/TOL1xAWm9xbi9DLP6OE9mOg eb+jV7zq3FbdQ90F+lbn6J9wegEaT7TDDtszcuU7r3cX4oBWnFts7XK0gO72ujLcJDmtEl h8aFpkiZ2WQbivAeC7FkGlEuOPsua01QRnCYTtxNrSJazlLG2oAxHcedQlXWrA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664139648; a=rsa-sha256; cv=none; b=PHOAMbN/S34GrA8XUjkM+0/giQJ9YUEH/PkjilpgNCosqs0xTAtVITJEX48teJ1cnqHsmp RxhApxtCu/rnqO2Glewpgy0b2Phl1ue4rTgHEeeLOK/B7UQ6v3daJSksKkf2IcMnDupDlL /zQn02gor6axRSiXNM+KRvB5fqZiR2O2TZKK2mnotE1kXmx9DEDnlsJxy9x/DaWhdL/PUy yTj5GiUypnboyPRUwQBKu2xOXaXvAuMEktDDCJbqqvEo2wGOjzZ9BBnb2xq+65psVPP/S3 UI60OJcuTIeCq7v/fSVyhbN+lQweL1oDmrLcysci6X88ci7kS1Nm6RI8bOevwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16641396481.cEE8F9.33633 Date: Sun, 25 Sep 2022 21:00:48 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16641396481.cEE8F9.33633 Date: Sun, 25 Sep 2022 21:00:48 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16641396481.cEE8F9.33633-- From nobody Wed Sep 28 00:11:14 2022 X-Original-To: apache@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 4MccNQ62Sxz4dYdD for ; Wed, 28 Sep 2022 00:11:18 +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 4MccNQ52wpz3P2f for ; Wed, 28 Sep 2022 00:11:18 +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 4MccNQ43vRzJ45 for ; Wed, 28 Sep 2022 00:11:18 +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 28S0BIiH002983 for ; Wed, 28 Sep 2022 00:11:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28S0BIl5002982 for apache@FreeBSD.org; Wed, 28 Sep 2022 00:11:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 28 Sep 2022 00:11:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664323878; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Mt/LbO6wgvLiWd01AaiN7mBsvvNuaYg/+v3jUPV1PLk=; b=QmkY8K6ODrtfI+jyR+f6ACZL2Z/QIN92s/NUoNJXsKGdWorvjMR0XLDGLw+vMPeHVc9Y7Q BFssRLMVkw3BU9TL31PpZf8813/Uocz46Uf8pCynDsbclJuOfoPLp02wnFd2A3z9EtnyOm 3+j0jIAGqFPeyePc8jOboUwEUOEgr0Ftv8bGeC7fHb5Sj3x02d/ef+/Kic9fWY1KgxaqWC OCDrubGPwRlf9OtXbBYQVMX+lQDhpsAiIQiTJVWXDGuT2oAi5rVtdWcb8E1Rj59ZmsKqDF kcKT4Yx0sBOlT0NdUXU4RGQFXYRLPDEv+Z2f/Do9buR55/1Ob1KaJzFCa9CMUA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664323878; a=rsa-sha256; cv=none; b=sZKpkdPu03ee3RHmRah7ngDYZeU+W4fpWk1FyMtUxoz63dchSWdhAlLyzXTICyNNrVRaHs yygNP7ND4Tkh3vIYgV2+3zOmijlchmyyMe8kDnlnX+gkX6pJ0kPMi1ctyan8J8xkE8VytV PolduaN7T5/2WjmA95ZbHi5iL6C/J91ufPax8yMT6ky7S5i78Ff1Bm4n81xi4BLOIjy7u1 WG2Cpv67eYwxJbu+w/8QzL1yoAzSUhRxqiBuEBGtai37G7YYPh4LtXu1dovhKNZTRObbOc JDbfv0FEPSsw/KarfEE635OVjeeBL1LOK6B75/IIuo+p1qWfR4gXzoZOZ0eoGw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #26 from Dan Langille --- (In reply to Antoine Brodin from comment #25) Look at them for what purpose? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Sep 28 00:12:08 2022 X-Original-To: apache@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 4MccPN642jz4dYS6 for ; Wed, 28 Sep 2022 00:12:08 +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 4MccPN56G0z3PZw for ; Wed, 28 Sep 2022 00:12:08 +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 4MccPN4Cy3zJ4L for ; Wed, 28 Sep 2022 00:12:08 +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 28S0C8Se005641 for ; Wed, 28 Sep 2022 00:12:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 28S0C89X005640 for apache@FreeBSD.org; Wed, 28 Sep 2022 00:12:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 28 Sep 2022 00:12:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664323928; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w/IZeLZkcQ7V+4+uCJJnkJsmkXXBmndhjaqnpk0vbPQ=; b=WuwqEDObB1K0AvIdVgSKOxKcyJUrm5rzMJR196oSXnnQBGVjPvqjNZn5PyDQw9G5vYaZv8 gjxVmxZNYROsYgKyqjiz+Ko3TUB4k3HHg1YD9UwaE47sQ+PJYZ2cK5sBKxcrBIGkR+3kFu 25NJjJaUL4pznwYKYQm+U3B+k+S1OxHx4ymXG1RLXj9ErmpnfzJ3EBR6Cp2xyTcA1mClBY RhrTO6pgY+kiF1qhXynoLNStjr+xWo6aEwRIfZpSOpNwnQKFPbfRHNXiSI9J00n7zyYSI/ lnhDYlQeJdJYFxeo/ejPKb40ON84f/VaMOD5tcpNYSkcx8clcSQTjX3ao6F58Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664323928; a=rsa-sha256; cv=none; b=yEBdr+MDPYvelfldF5bmkbBvRII9sPle55DriEvhpaJFVi3ku3oJEs7RTRsekenYn9hISn nvjsS8azXnEZt9LMFnltxRXfz/Wzj6RaKoAUVxOhhB2b0h5/8iv8DoUUzzs6/hAGrb2Qon 2nvkZCKkP86fyqTzTYh78JAp5z8OPApOn+w+o1rIxC+plWwqdVX9TdQhZ5rpLPwJs8xIA7 motTrUwe6g2UjbSHaTvUOG3T6zLFE1NsTsTzcn39zaM7nwu6l7UodUg0GXqsWhzYM3o3LJ S6/JQVt7wQ4R5nc48CcN6zrNJu9JUzuztrtDRw4dSXYABVU+kHsKrjpL5GiZbw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #27 from Dan Langille --- (In reply to Dan Langille from comment #26) Oh I see you were replying to #24 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 2 21:00:29 2022 X-Original-To: apache@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 4Mgbvy2BYDz4d498 for ; Sun, 2 Oct 2022 21:00:30 +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 4Mgbvy02ZSz3dNw for ; Sun, 2 Oct 2022 21:00:30 +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 4Mgbvx6FV8z1003 for ; Sun, 2 Oct 2022 21:00:29 +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 292L0TZ9047973 for ; Sun, 2 Oct 2022 21:00:29 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 292L0TE8047972 for apache@FreeBSD.org; Sun, 2 Oct 2022 21:00:29 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202210022100.292L0TE8047972@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 2 Oct 2022 21:00:29 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16647444294.bdce177.45634" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664744430; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/pNi2Hq1LpZZE9DtQqxlOuaBdg2toLTAFupnt1OAxCY=; b=vM4u5gWqwqLbZ0jt6x6NPoSJNDUeVplbvpZsULB3kgh7oBVHLzwJ8OyPtk7vPpiE2gTVRd 5mz10QwBH5zy8hTZaY5N+yF5c6uFOPb9FZDaSfFEUy2m2hq0KElwc/wImHs5BQLy36ztMb V3UE0R0Fk/9tugvsd1LrKpRG8+JI5qT1Gp9gSYZ3LlRi1LELqnqoxqi20PVaHg5RtSyvs1 DL1rvqmgRHxM1u9vUqmmXhyc3cCnQeomcS04BBtdcKvm7tcBvQiz0yu6X1/4mxahDUyj4D 4BKqGVRgzKKaoryzZWphrIjskzjl1gq4rVPpt2oqd8MPdHEuyO/wQw++l2390w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664744430; a=rsa-sha256; cv=none; b=DR7RAQkFpCnUDtoumd6l/bg3U6lt7KQ539rjO4LlgCFGXBCtY8t8o0iLfXwYmZ2J17C8fo bccHnj2EEft8J4xkwDjKLJ7VJg+gTqGVfdUpAoTrHZtQNLdzx47HIy8G4MOFpXiVCFV9v4 BXeX4T3msrYtnp4RvprSRM69DjJsJ2LjC1mVLsgQRvx4PH9mAuKp+8+CfSvYeCjFsT11eO /NSsvKWMb2myLd3+OXPaYnTJEnQUGr13LEu4U8zZcEKrMJM6mmBB+TSqzIJwaCF+pwvE3o u1VQWWpSRNq36qPundknb1mPM8geDE18YagUezFfAoUFK4GwQCB/nXnWqbXD7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16647444294.bdce177.45634 Date: Sun, 2 Oct 2022 21:00:29 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 259500 | www/apache24: 2.4.51 fails to run: Can't locate A Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16647444294.bdce177.45634 Date: Sun, 2 Oct 2022 21:00:29 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    259500 | www/apache24: 2.4.51 fails to run: Can't locate A
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16647444294.bdce177.45634-- From nobody Mon Oct 3 09:45:44 2022 X-Original-To: apache@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 4Mgwtw4MHVz4d44Z for ; Mon, 3 Oct 2022 09:45:44 +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 4Mgwtw3L8tz3j3T for ; Mon, 3 Oct 2022 09:45:44 +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 4Mgwtw27yPz190f for ; Mon, 3 Oct 2022 09:45:44 +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 2939jiZT048327 for ; Mon, 3 Oct 2022 09:45:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2939jiC0048326 for apache@FreeBSD.org; Mon, 3 Oct 2022 09:45:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 259500] www/apache24: 2.4.51 fails to run: Can't locate API module structure "ssl_module" in file /usr/local/libexec/apache24/mod_ssl.so: Undefined symbol "ssl_module" (FreeBSD-13.0-RELEASE-p4 amd64) Date: Mon, 03 Oct 2022 09:45:44 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664790344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0KAp6TVctK2Xg68bGaMtgzXXU+eC9DvQX94hTmNK81s=; b=Lxsbd0BqUVzo4uWVpvEva2LVeKgm340ltaDcksdiB5zQc40Ea83jPSa56rqsSUDnUNY9AJ h0KqEzCkzDcNwm9tctuTz0DyO6s8PMMlWzOMuBPflDUNNXlERAzIlDtbsxafZJgUgjF4Rl uF/LAo0iCir+4wDg19ZP7xneoJ94Pu3AKZvi7Mx4FDKngyRw3esoe6YLIqPCS0G/aZBIds BtvgCB91nw4FQSRcjy/ZVY0COMDr/T1Y7DEgqN/3dQVovko30Xr9V0HKbk5/ss+9atHC3J G2SuvPXS4YqA0jHqvtbKbbvswdJArXwGrCNbX/7pNiaLClohJI8Yr2k1FbOH+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664790344; a=rsa-sha256; cv=none; b=FPr8fkJBOUp8R8KducX4mAiWHoWVhPCS95HfOHgXtb+5t+CK7FxOPAXi3wRBIyjmnRabfZ UQS3zFYEZzcWBhZxCllPHGUqeMwqXdnTWL5SQE+GAi+YKT2/t0FMiJ2vnDg3yxOp2j9VOD n35n4v5Pydje90b1fSG1tF0HfXDGoqerrUjWX2tvgEOvCltCjU9Us0+4so6rCz+tmuoK6D F/RUk5jXn7P8CCCo6eBPBzJ0DU9mvFf6JLXbgy3kSQsDgTIhfPVAx3eK8Gcr753GlcoIj7 ewOrDnmT3tfv/rPfQ9rRI2tbDq3Fp0aeshDGFlD26amu0g4XW71FwWYX5tFKMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259500 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Status|In Progress |Closed Resolution|--- |Feedback Timeout --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From nobody Mon Oct 3 21:10:50 2022 X-Original-To: apache@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 4MhD5Q4nJyz4fBV8 for ; Mon, 3 Oct 2022 21:10:50 +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 4MhD5Q3mWnz3FgT for ; Mon, 3 Oct 2022 21:10:50 +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 4MhD5Q2lV9zKyR for ; Mon, 3 Oct 2022 21:10:50 +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 293LAoQc072333 for ; Mon, 3 Oct 2022 21:10:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 293LAoB2072332 for apache@FreeBSD.org; Mon, 3 Oct 2022 21:10:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 245910] www/mod_auth_mysql_another: Group functionality broken with apache24 Date: Mon, 03 Oct 2022 21:10:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664831450; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DGnLe5E2KFUS8/AsfqRmmY9RyUzfFG8UVkPs5Ic7png=; b=IujjXZMnX8vMGD3MRAwru7SZGakdZnTmwSwXoUcOCRF4DbIrPQ3HgYJyALDcH4Mc5IQpjC N/hbJtX7+PInAu1O9VoVf2+Id+Jl6f4xH3g6bgD7IvEqcT39XJ0QrO1AXdDkzqH/dpYb06 BhuJUht0BpkxQ8QZ0G4qaf24OnuNUN2HiUSGSw9iJmwY7U+TBdY6cYb+ZZsNm36pXKPwvj qFE59xlHLxaXnCBYsSB8m5ny1nXnl/l6YQ1Jis7cLHW7cMEVs5W/BH9PJSl8T0MyY6+lAJ NZRFz8QVVuMPU3kOW94zOION7OLiVmNJU2gMIPdgrA0F98cg497y8AZTzxihHw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664831450; a=rsa-sha256; cv=none; b=XwQqfzJsDwwiqWGE2h5Tw2habsM1EkgRgAi4yIxVuA0S5EC73tP35ac4bWPsZtY7/2tqDU liMdgxOont0zLbbvPP46CVFozdC+0F4raKgzTY6kCMGbXDSXrvE6PVsyysGIf7nkaSgT1I rNVxdhFKbz5cSx07hqOho5eEdZvOp5xBoMVC62IMYnNRFMe1hz/C9Up/VhZpr2dIY531Kn gf2lNQ/iDB9TJcsFk36ssQm0JtqH5TurtxpfJTPOyxo1cTEAe+kszsIbBltboUVhAIuVL4 In5fMHBoMGyisl9uy5HdCv2DCQ3lTdnYD2109sR0c2C9Kie7tHPTDrb3feCjuw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245910 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org --- Comment #2 from Jochen Neumeister --- Is the issue still relevant? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 3 21:12:44 2022 X-Original-To: apache@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 4MhD7c6lw5z4fBvS for ; Mon, 3 Oct 2022 21:12:44 +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 4MhD7c3nbHz3Fvf for ; Mon, 3 Oct 2022 21:12:44 +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 4MhD7c2rPVzKkW for ; Mon, 3 Oct 2022 21:12:44 +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 293LCiLp080046 for ; Mon, 3 Oct 2022 21:12:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 293LCirr080045 for apache@FreeBSD.org; Mon, 3 Oct 2022 21:12:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 254129] devel/apr1 1.7.0.1.6.1_1 fails to compile Date: Mon, 03 Oct 2022 21:12:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664831564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l1mUmWodQIb+HwdA6hZEsSifDq/QmqqH5RVzZdYgDPM=; b=Nk+9+sX7fh/l8UvgXEQpXnqixUSoAlJUH6gAGh/FU2q8rfMDQh+0ekeZURzUanoaigAZzd 5SHDB1qCO3yYnpy454lx84BU7uCh99mR3wRIYEM8T/RE6psaaEa/yrveq8GivBuFyD49hb zHNTVuLczW+hMVlltG/CePNXlujnCQe9DPIHN/0/ZhbXN+v/AEulS04bqQOJkQDZFiFUO5 xpvuPUfCuAMsmklQN/HV2fqLZ+r+sI9r/0+ynjFsgq3WYcVViMYkTvrnOYnYmwi8xYwvad IPQUDhoZH9Yu2hwx7FBYIUlfnDvRMKuTV/3R4UpgwDbVTuiT72qtnsOp7+Zt3Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664831564; a=rsa-sha256; cv=none; b=bvtYTSOQFQAiYfv3/ed97PW2J4f9ZT5pZAxYv8CYhS80mJJY5kYmPFmoCd3dK1Jqgra9Ly WjDPAxV8toLRJUC33O0GW9k+A6GSWruru/U/orvdBtqeXryRrcmFeqCqnK/J1dwt66J8eK v8hW1HUr0rKUQy8mX0kLkmxKNtngiMEYKTSxZ9VhCorLfMtaZ20ISkly0M2jmPsdlkLN6Z WlLUDgVvSZ4+DQaNdMV7TJ1AeElrsCZxW0YOPCWdGlYNIRP5BkzsmuQi7uHcHWPCfiTgOU ihIQzeSAFY7HY+WUHBdx8xr+f2ryJ1PevVLZ2AEv+dVIz2N+G5wl/nmYBF7cog== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254129 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org --- Comment #2 from Jochen Neumeister --- Is the issue still relevant? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 3 21:13:07 2022 X-Original-To: apache@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 4MhD830sQ2z4fBfT for ; Mon, 3 Oct 2022 21:13:07 +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 4MhD826Kmtz3Fsj for ; Mon, 3 Oct 2022 21:13:06 +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 4MhD825NH8zL2P for ; Mon, 3 Oct 2022 21:13:06 +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 293LD685080205 for ; Mon, 3 Oct 2022 21:13:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 293LD6Qk080204 for apache@FreeBSD.org; Mon, 3 Oct 2022 21:13:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 256729] www/apache24: Segmentation fault when accessing server on recent CURRENT Date: Mon, 03 Oct 2022 21:13:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664831586; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FRJS5Z6nZMJmGE8xd9kkAJucvZxFuhCrpLl3+TrzciE=; b=aZbbvMSMKG9MZojqb71hk07Yv4z8je4+XKtqjAyo43ke/U7wd3BEdasvXBb0czZOrC4Dbu AbP92qYJHwBtbtn+7rNEFJwS1DmDGyTPV9BTUU6CiVrTumqMyRbryvghw/ViteRiLVPHIS m1hGSKTgl+xrEPdH4xRYTtTN/xlFaJQBxI9Iir2TrktvDXpoJnbPYU8LlGgsHrcD1nvWpV 6p3wciJJP9lMcbpUKgBuaMHFb/h290U22/fSy9QzMVNOwPb3+5p7BPXFR4/Q2i0kgT4iQb N6rbztqmwo9DYZM6PRedUYZ6ueFNLX9s+HIKJGNa5zBMeM11r14Pq7rL12Tz1w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664831586; a=rsa-sha256; cv=none; b=sLSRctgtNZpRA9Vwi+rG3+TL0+h1ZnOGkmQbaPLzcO0KukdcduUyTpPq7Amtv9Kn6lcfjz d8YLSgITmNm2pys45Ln4EmetZ96Wco53MvpUoG6KKPYVBfEf/f8uu1lfpMreHS2r73CXVJ lFjDVjrwl/fIl/oOMDUHYxSgdUzqMw4Ios+7Yc9iaap3yf3R0b4cWsfiz2+HdsRbiv/z6P hsGI8MwV67S3gcHJdNEzyl/HFZUjTnFwKmfLhRj/ui5vtsvkSZmg2AhyHhLE3TnjAq+1j6 qCJMFi3Ud7zNh7IBXJW6cpHFDMxVCBImf08KcNJiKJ67SiaJgHfvpGA6pAHS1Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256729 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org --- Comment #2 from Jochen Neumeister --- Is the issue still relevant? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 3 21:13:58 2022 X-Original-To: apache@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 4MhD930CXNz4fBnq for ; Mon, 3 Oct 2022 21:13:59 +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 4MhD926KcLz3G6m for ; Mon, 3 Oct 2022 21:13:58 +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 4MhD925NVTzL5k for ; Mon, 3 Oct 2022 21:13:58 +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 293LDw5F080410 for ; Mon, 3 Oct 2022 21:13:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 293LDwk5080409 for apache@FreeBSD.org; Mon, 3 Oct 2022 21:13:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261525] devel/apr1: Update to use databases/db18 (databases/db5 is EOL) Date: Mon, 03 Oct 2022 21:13:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: joneum@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664831638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=khpP//jIj4uP2SEJfLaP3c7DxbKCpDIOBVYxfFIOWDM=; b=QwDX8w+VUUO+Vtt2S6xjtyla8sAYvoSj8hdsRRh8nlgyvExFtarHG7UuMmjMhB01gAhY9+ dJjfdIVdi0jtSWruv+Ag8168V4IfgGJvz1QGU5J50CCcl+mr3ZtULoYPPzLlungtWVnxME AKHIbD50QigBDwFq9iEODT2WK1DZGWuizMOiZzmFMLCaZ4Xmj7DKxsdEmNXkLsTQKNbIqk nasozIdfmcu/pL+um+o0WsG1vqatKRvuL7VUB+28yT9DW0A5H7IgMfGwM0wi63aNH0lfI+ pmcvBI5uRNTaDkaQeRKVzpfm/XpTJZmHYJ7XyahZHQXxKj/UuBTWXEqElUfO9w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664831638; a=rsa-sha256; cv=none; b=OIgbHib1CsJalAGVWNKJa0MKjbWDzk+d6QoGuW9sDGDc/obzlvhan4XHP7+39qlYuI6YpB EUbQlVzuRIFNoBOn/qDPK6YlS+LUQ3zPQfWgTj2BerHfzMotkt9SrI9KZ6rjWzW+9+Z+AU DjZmoASUD8pSiBj9BgoplUliRYtLLUVMhN4a6a7sz9gZM/rRn9KTXYMCGhzOMZ83jau1NI 64EQfsB4WIB0zDgk7tAjiDxaw8VIAOoD1R4T3dgjtaoIi34VVlstt5nHZ+i6JeddW0DYmq PgaMnicv+NfSTjx2zt+sYd9ja3p9dy+5YrgkKQB1H+U5Osl4M4PWRT1LN761RA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261525 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Status|Open |In Progress Assignee|apache@FreeBSD.org |joneum@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 3 21:15:34 2022 X-Original-To: apache@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 4MhDBt0mTGz4fC10 for ; Mon, 3 Oct 2022 21:15:34 +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 4MhDBs6W4zz3G7v for ; Mon, 3 Oct 2022 21:15:33 +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 4MhDBs5ZmWzL4G for ; Mon, 3 Oct 2022 21:15:33 +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 293LFXWd081093 for ; Mon, 3 Oct 2022 21:15:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 293LFXcA081092 for apache@FreeBSD.org; Mon, 3 Oct 2022 21:15:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 256059] www/libapreq2: update 2.13 -> 2.16 Date: Mon, 03 Oct 2022 21:15:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: joneum@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1664831733; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W466JOBmuyf9qt1qQ2nmBhNdXcmvIMMUsQYCIebPctk=; b=G8DDe5s+bcx9b0T6cPZtuwcQbrd1khWFFUGeGVoaa/94xHXfgOPuI3fsbqEXBbz+G3NSRE KnAIB9rTqndZK8gyO+O8dJzZcGNCR+7arL2r88oCiJg7VeKkcsqfv2GfILuEvrsP9Ws8+N Z9vbMcd5Fuxg/hDuJddafWg4shAq1tmzhAzMhIOH5IgvWEGKCYCrDmEkFMLZLOkVnz8P0Z f+2dbnIXgVzYD0gI/ZR2eURlukVLaz59Zkauw4zz0z+ACneYmpekrj5Zat5BzGNz/1qsQ9 1r+Ll+d0L4flax55H6SY1rGRBDlEeMLNmyZsFeOf/+uOt90SB3Vvl5YDkQ4mrA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1664831733; a=rsa-sha256; cv=none; b=UYpzRdE5w+OITen1vnvM7gokggiGxBKs+PBmf4Fq+mgXggp5+VO6zo3YtbULQXxlg0iDZu 8NiaqmN3Yb5cNa1vM2K3Yafm/nHJuKbD0lmekgW1cMEbSZGMyhc3gt+D2s4fbVQ9Stii0O zsfMdnBrVMODmuq4mKJSPkjY60JPO7mKTPnKyDoQq9+O07d6le+xDqAEoFtoYWPgNcUS6s mVN8qWmBSd00XdZqE6n3oijnKcmK0mWCNcAxstFsu9tuMnVoaONzLxbpzBfCydkP+EA5y9 WVvvNWfHx7qEYMMsAVujW0AGwKSu6kdCX36QamLEhpMXNfTs+cSELqS7quMNdQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256059 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org --- Comment #1 from Jochen Neumeister --- Is the issue still relevant? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 7 00:26:51 2022 X-Original-To: apache@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 4Mk8JD17lHz4ds8Z for ; Fri, 7 Oct 2022 00:26:52 +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 4Mk8JC6Jbqz43lZ for ; Fri, 7 Oct 2022 00:26:51 +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 4Mk8JC5BbjzQS2 for ; Fri, 7 Oct 2022 00:26:51 +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 2970QpsN097216 for ; Fri, 7 Oct 2022 00:26:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2970QpRL097215 for apache@FreeBSD.org; Fri, 7 Oct 2022 00:26:51 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Fri, 07 Oct 2022 00:26:51 +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 Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665102411; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4T6AHovIdm7aQa1xQj9DdQP+w7Ng9CACDec7ybaUTzs=; b=Ofg7MbTP63/XzZZ6xjpvD0lQNdiz9KjO2UbSRSPSDAzuUPTeeP/hqpuDn9CBG3sEwU7LoM Brqj/l30HDIa7asuLsoDWrLfq/Ezx5riHRu8QNA+tdc/p0XMctO6zcHEoMEd+QKAvt+de4 5oeNry//W9Dggtn97xW+FGxnczvzreMO6fv5BQh/nZ1EkerfYb6AtgzUuORJcsQXemmWDP GMlfmYV0JlMiQ1YCdbkMNI1cfAH1/PPV245PD1TLuwRiys8h6KhTGSOh57qoPCUTHDK7xS t4KaVsoo1JCTRuzP4e78pdRBDfZ6SyzcV29oNI89BgZi3pFZZsMh31WXv4pQQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665102411; a=rsa-sha256; cv=none; b=dleAjuwh+76j17lro6nRyEUZsEJ6cpO7holKqGPljJGaYjjc50zcIpZWJgeyfYBjDKCGrv MuSj7BdYpFSGuSPtpq0KODVD1xEKm4R7eHxCErd5WviPiWJFlJYRGg2rUjfLennzLH6SkD 5j5rrMenQrdSQdnggHXc1mNOJYKPDaOdEcmc3mNw9V/qwRmH2AuMoXuFl4Vyl8sOGfS78G DaZiPL0iIDSpdjHEWCXK1P1LtNeG/U4Vz653zrw6rciNRRoOCKJ7TCR0yfUwTKQzU2aTSL WUNLZqSx11XAomeVCnI0HPVoSunMJHNqCuC0SWOpVG/++koas5/uoC89JDD8/Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 266873: www/apache24: creating forked processes at 100% CPU spinning in sched_yield() https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 --- Description --- Apache version: apache24-2.4.54 - build with poudriere FreeBSD: 12.3-STABLE FreeBSD 12.3-STABLE stable/12-3a9e60169ee GENERIC amd64 Since updating OS and apache a couple of weeks ago, I have noticed that my system is getting filled up with httpd processes consuming 100% CPU.=20 Here is an example with one rogue process, but after a day of running the system will be eventually full of httpd processes spinning at 100%.=20 root 9947 100.0 0.0 207000 41380 - RJ 10:59 18:42.98 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10243 1.4 0.1 310180 138488 - SJ 11:17 0:01.44 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10059 0.4 0.1 242068 71156 - SJ 11:06 0:03.63 /usr/local/sbin/httpd -DNOHTTPACCEPT root 9738 0.0 0.0 207000 41388 - SsJ 10:37 0:00.35 /usr/local/sbin/httpd -DNOHTTPACCEPT www 9853 0.0 0.1 244096 70872 - SJ 10:47 0:06.49 /usr/local/sbin/httpd -DNOHTTPACCEPT www 9887 0.0 0.1 242500 69808 - IJ 10:51 0:08.48 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10058 0.0 0.1 307876 136996 - IJ 11:06 0:04.76 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10136 0.0 0.1 242592 71452 - IJ 11:12 0:02.50 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10144 0.0 0.1 244644 71328 - IJ 11:14 0:01.31 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10166 0.0 0.1 244648 73028 - SJ 11:15 0:00.99 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10239 0.0 0.1 209800 61568 - IJ 11:16 0:00.20 /usr/local/sbin/httpd -DNOHTTPACCEPT Usual behavior with prefork will be an initial process running as root, whi= ch then forks additional processes and sets them to run as www user. What appe= ars to be happening here is that when the fork occurs, something gets stuck bef= ore it is able to switch to www.=20 In the case of the rogue process above, output of truss -p 9947 is simply a continuous loop of: sched_yield() =3D 0 (0x0) For some extra context, I am running this inside a jail, hosting nextcloud = with mod_php80, mysql, redis. None of my other web apps are having this issue bu= t it could be something which only appears under load and nextcloud is certainly= the heaviest application here.=20 Also, I tried switching over to php-fpm with mpm_event and the same issue w= as encountered there, so it certainly feels like something core to apache's forking code at play here. From nobody Fri Oct 7 00:26:51 2022 X-Original-To: apache@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 4Mk8JD23M9z4ds4W for ; Fri, 7 Oct 2022 00:26:52 +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 4Mk8JC6sRkz43lb for ; Fri, 7 Oct 2022 00:26:51 +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 4Mk8JC5lQ2zQXD for ; Fri, 7 Oct 2022 00:26:51 +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 2970QpTH097220 for ; Fri, 7 Oct 2022 00:26:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2970QpRL097219 for apache@FreeBSD.org; Fri, 7 Oct 2022 00:26:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Fri, 07 Oct 2022 00:26:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: edenist-fbz@edenist.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665102412; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xr2pCr356e5jjk94ssbuKf3Vzf+YfEB6LMF4hDsQOK8=; b=QZRNeTgTZazL3RomzXsaucm2mJHHYDn36NPyxhWhLBlWwHnyB7hvj5Jimzde/w0yXcy2Um tdMEM+RE5Uj58y2OakVu1RttYsc/oKziqiBVrsTENu19qNahICXiITxLSzaQ3kUtsbg+ZJ VgbcpCcrbCO/Z/qcHo72Arva8D94xyXR56lE91S4Szgrc2yRHQ1wp9U+xtBVD4TOrIECFK D6hskEgW6K7CNu4YKrm32PayAoTRtR5po5gHg7Z/CDsNgDyg3vlB4IvmjC4WL6O6PG2xqC flKzJo5nodLdNcmXwkpLTLGDoVcu/PEekQtDZzHk0wZfkT5tUiTPPw/CEbPmlA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665102412; a=rsa-sha256; cv=none; b=VziJF7n0/Y45s3TqQWF8rcqBzwTJ+NDnkBSHvTKrrJQpc0xFYHkvy55tZgEgCaYPqJ+fD7 96SBJP2nuBL4E8z9sEJuvLo+340UzGSwwty90yxB3TYVyfRyRkxcF6bqGbB5P6mU3ToLaY WbIcoYWxL7U6yZ+uk5waVHGvh0HHOe4/W14k+Lal/cY8lMI8QJ0QAhycsCLSfkko+R/2/Z t8/3sfwz0RqoqBzn2kYkmetq3iszS06L6SKuMppbc/Q6+SF0EPuMVWxbiM7y/NAy4XAxgr hXRO3TYnwtcD84b80w78ofJWMrALqdBP6oFDRxs2Iz0NzydbmcwaWmSjpZ/nBQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 Bug ID: 266873 Summary: www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: edenist-fbz@edenist.net Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Apache version: apache24-2.4.54 - build with poudriere FreeBSD: 12.3-STABLE FreeBSD 12.3-STABLE stable/12-3a9e60169ee GENERIC amd64 Since updating OS and apache a couple of weeks ago, I have noticed that my system is getting filled up with httpd processes consuming 100% CPU.=20 Here is an example with one rogue process, but after a day of running the system will be eventually full of httpd processes spinning at 100%.=20 root 9947 100.0 0.0 207000 41380 - RJ 10:59 18:42.98 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10243 1.4 0.1 310180 138488 - SJ 11:17 0:01.44 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10059 0.4 0.1 242068 71156 - SJ 11:06 0:03.63 /usr/local/sbin/httpd -DNOHTTPACCEPT root 9738 0.0 0.0 207000 41388 - SsJ 10:37 0:00.35 /usr/local/sbin/httpd -DNOHTTPACCEPT www 9853 0.0 0.1 244096 70872 - SJ 10:47 0:06.49 /usr/local/sbin/httpd -DNOHTTPACCEPT www 9887 0.0 0.1 242500 69808 - IJ 10:51 0:08.48 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10058 0.0 0.1 307876 136996 - IJ 11:06 0:04.76 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10136 0.0 0.1 242592 71452 - IJ 11:12 0:02.50 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10144 0.0 0.1 244644 71328 - IJ 11:14 0:01.31 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10166 0.0 0.1 244648 73028 - SJ 11:15 0:00.99 /usr/local/sbin/httpd -DNOHTTPACCEPT www 10239 0.0 0.1 209800 61568 - IJ 11:16 0:00.20 /usr/local/sbin/httpd -DNOHTTPACCEPT Usual behavior with prefork will be an initial process running as root, whi= ch then forks additional processes and sets them to run as www user. What appe= ars to be happening here is that when the fork occurs, something gets stuck bef= ore it is able to switch to www.=20 In the case of the rogue process above, output of truss -p 9947 is simply a continuous loop of: sched_yield() =3D 0 (0x0) For some extra context, I am running this inside a jail, hosting nextcloud = with mod_php80, mysql, redis. None of my other web apps are having this issue bu= t it could be something which only appears under load and nextcloud is certainly= the heaviest application here.=20 Also, I tried switching over to php-fpm with mpm_event and the same issue w= as encountered there, so it certainly feels like something core to apache's forking code at play here. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 7 06:16:45 2022 X-Original-To: apache@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 4MkJ3x52Vsz4fSQC for ; Fri, 7 Oct 2022 06:16:45 +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 4MkJ3x1QR1z3FNc for ; Fri, 7 Oct 2022 06:16:45 +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 4MkJ3x0Sj9zW5L for ; Fri, 7 Oct 2022 06:16:45 +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 2976GjXY019861 for ; Fri, 7 Oct 2022 06:16:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2976GiTc019860 for apache@FreeBSD.org; Fri, 7 Oct 2022 06:16:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Fri, 07 Oct 2022 06:16:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: joneum@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_severity Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665123405; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q13aOfWQSxbjbhqlbcj15uc9OBCBzql2zuWtaSdVSis=; b=yDL4+P8ODULHHa2kCdPqBzSQM3PFYx+nPXd4V8a45WAPjeyTCyKs6mdF7dtXoWlH8retbZ 2IH0rMGyZbXlKVnkljg4ONBFRubYkWPMkrRmfukCQCG9aDalQl+DRTKEy3ES/v+HRJmOOf KGL/i2HqLceUlCF9fWIYAGptGKfGfVq2S5GmTkJLK6wBptde2ICsaIT7kI4aNxWQNFReap Zw1N4bTi1EOkSPV1rkUA9fLmfZXlEoiZzJfxXTyssRutSNkMjfDwD526Bh22pPQrDeClIW agsiDfTyYvWkmJimmOvraDWuVpjNbvHiIYpXPh+5WQreOzbA8xNyppUpG7JUZw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665123405; a=rsa-sha256; cv=none; b=qkffoNgoT6IgFBqJFx4insplEaFvmIQ8i0kZsoJWdaix/jvu9g0Yj8BAkbaIJ5PyW8Gcc4 mhz7HWRIigY8oDULSp9VtqMxku7P4XzQ+zdg7U6eJhY0lZxmNRxuFYJvrB72GWY89uut9j NDjhX+OoDorMAO4TKYFY6cBPxEY1XrokEC4fsyAuh4sTMDFrD8VESPDM7/OXEClUT0F4qV v2MXLl/71S9lSY7MbBBypKrKxjMNSw1byUmibc9ces8c964VYjxD4pLLsE8mmXeJdOxIvp hAxbQ/HNq3GSMtDm6k1HQL/p5rr6qypLqpi5xYFiGg4LglvbTwQMoHqfKLuzgA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org Severity|Affects Some People |Affects Only Me --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 9 01:08:20 2022 X-Original-To: apache@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 4MlP785Krvz4V6XD for ; Sun, 9 Oct 2022 01:08:20 +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 4MlP78368Fz3nTC for ; Sun, 9 Oct 2022 01:08:20 +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 4MlP7823Wxz16dc for ; Sun, 9 Oct 2022 01:08:20 +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 29918KKu076289 for ; Sun, 9 Oct 2022 01:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29918K6s076287 for apache@FreeBSD.org; Sun, 9 Oct 2022 01:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Sun, 09 Oct 2022 01:08:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: edenist-fbz@edenist.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665277700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LACm0019S3ae0aTzji/eJ4fuRqNSQop+EHcj+R+Gh1g=; b=Gdszjljn1PGJJeLBPgHrrNVC7edeyZD5+LpMkx2xZy6vQ1TFt9o1VH7/BVmeJbaOkiCEgj taOmbz2wFvmQy6jdRdl+mdsAukw+qDDVbGvp45rLQlstTRCMxN0QsDxQIDhRzco+i6kacw tvGbFaaqwth67xxIU69NGQ6JpK6JxB5LqYoFiD/lqUMcdQs20rBrae+KwjEZ0fj9qpr+2l pi41n0EB7n7LC3JUNvv7He2yrZhdG4Nhsc6N2UmTwgQXbtRa3s8c+uqG1Pro30BQl2OsD4 7WET4tYG9o9yyt5OWyE1dYdSpmZA8wWW20ZrnOLSOkIP/ZjRAU6QxX0nbD4RzA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665277700; a=rsa-sha256; cv=none; b=byvckR5a8cMcF9GepS70FHTbV/VuztwJflPYlWNuVHsKcUMQOrr5gXuoJqATcgC91Pv76L qK2C0DtIUU8LbfKSRSqUeGiRJs9IRkP2dJvO6IpPxCZN9sUKuX6A4tjpq/i3AmJ00T2rYc gW4nDNhPBtkIk9Q7rROAweBZVgZ9B+0HGbUvz/GXPalxp+cVKDqkToqJzv+fkvzlAGMBvH 9OYEa1c/TJ6MiHi4Wpll9JC9A6hxq+Lb1rBMXFIwdD7WrV10XEZi/WywhJgqbKjpfRKxmJ e0+ff3LqCyC8pRxZnIUKaF08NIn+s3/H5edYjBZajJh7SKuyjBybAYtT/G8phQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 --- Comment #1 from edenist-fbz@edenist.net --- After further observation, I think this might not be apache specific.=20 I have some cronjobs which execute /use/local/bin/php directly which are al= so exhibiting this issue. Which puts the issue possibly on php or something wi= thin the core system. Though given none of my other jails [with apache] are havi= ng issues, I'm going to lean towards it being php. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 9 21:00:06 2022 X-Original-To: apache@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 4MlvZH0RJlz4fWWZ for ; Sun, 9 Oct 2022 21:00:07 +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 4MlvZG5y1Bz3hfc for ; Sun, 9 Oct 2022 21:00:06 +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 4MlvZG53QlzPgs for ; Sun, 9 Oct 2022 21:00:06 +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 299L06a3093506 for ; Sun, 9 Oct 2022 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 299L06u6093505 for apache@FreeBSD.org; Sun, 9 Oct 2022 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202210092100.299L06u6093505@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 9 Oct 2022 21:00:06 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16653492065.Ef843.92041" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665349206; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WV4f8ssQxtzuqhaqqTAnxOXe5Qah863rv7vnaBszQ8c=; b=HZ92TEv1KHR5ydnqhAKrgiG0xEYk35KWvwpMSoTGLHCEdv4EEjWyem0ANWoUDUThwLks91 mFfFqu5Ksu4OXpVI1IACEGr3HJQ9kBNcj3N3Oz75wnTGAxiLM4lGTI5Z/QCzHFAPea11Xl wqPoahQcGMK3hTRNrxdFnABrl1mAb7+1W8xGHwg4Fb+sumoMCez3GT8K7/FWjPt8qkx6uC V1NAmDx1LSrKR+NSQS1LmIZXkJfybzFRpDBHVH3wVy28C6hjzGsa9btE78uWSU9tiM1FlA a5HSkmMc09JNvDSfSrBdkTCWUNy06KhVpVgPDwrMpubJgbcohZkgFWuP4jiLZg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665349206; a=rsa-sha256; cv=none; b=jVDoHfutA+wuKhGSrG6CmXcT6xMWhn+H0HPn4mNFH6NIpM3wvaBwyVhTGUUS1oMchbPPlO kucfpl9VewacXr2yWJx3z3dpogCefJC5yEqGDPLcK2a8NTu9p5gGuFny4L53AIafr96F4/ unONtsQ6aOoQuOfZnWOvSQlHnFcEOxWEz5uYJ8YuMC9yUoZ0+dlrZAFbEL0F3eow31df0h fPWLAUSyRGxcPEL31lgAw+sUXmCk+OoZu7T+hpRzLJgxEU91jSX6bHwddQ3gO+FrvEwAmT s1+sRQiBpvQ0cuUDoSiC5auccRoA19KfjYdV9//+hut+K8oe6X+9n9QoycjCzQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16653492065.Ef843.92041 Date: Sun, 9 Oct 2022 21:00:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16653492065.Ef843.92041 Date: Sun, 9 Oct 2022 21:00:06 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16653492065.Ef843.92041-- From nobody Mon Oct 10 18:48:32 2022 X-Original-To: apache@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 4MmSc22zwwz4dlyb for ; Mon, 10 Oct 2022 18:48:34 +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 4MmSc20xzNz3GHD for ; Mon, 10 Oct 2022 18:48:34 +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 4MmSc16szyzj7j for ; Mon, 10 Oct 2022 18:48:33 +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 29AImXQ1086836 for ; Mon, 10 Oct 2022 18:48:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29AImXmV086835 for apache@FreeBSD.org; Mon, 10 Oct 2022 18:48:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Mon, 10 Oct 2022 18:48:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: cyberleo@cyberleo.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665427714; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fb6RMVGa98/acsHNrrmdMM7P17HcufkK8H+Td1RzCRI=; b=YhwgDCYpCkbXFaP4ppP8inpclsx7XSRPhN0m8ufJXUz+4AA6k2OaIVmRV2zjSZwd1paIrS k3VTmjvxIxEwQS/hOc3/ssoV5n9XeF7kpzjtFGHBa9iOlcz9aWE0iXBRSANAheNAWzgi7k dIGHZbVzrdP+5e5JVxZJQey7IdImsICxDxpIJfIhJMC9QAOs8AuMM+TBxaSAjuE80r7Xla I2+tcdWjjJ3+8z9mi/oAZlgp0pbdLFb4mjyxqvrA1FfSCr1HlcBtZPgq/BAeSyJPy5mpbP 8AMQB+FvEZXL/XyttOOmZ+o6fUPLeE/mt+zhGREdGn6E9EXisswGWmK26bd+sw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665427714; a=rsa-sha256; cv=none; b=iZZV6Qrtk+7ae/maR/8Pk8RpDX3mCGnaF3Xo6RQ4QhDU++M9lCSDWS9x07k4Ed24UfRdDf D5kvMFi1d7FMHZdzpdrHpyVTWZn6QxrNFqx3KoVPEMpzG0KTUNkVkr4zvUow5lugTf3Xul x4Lfw5DlTdatAA+FFMXE6L72EOoyfnhkISo4budHxwl9YWpfliSIRzRzC/NlPuyoU9/vPj YavUA2Z8fcMS58CMRY910lv8Nl4gQB6kluy/9cXsrTKOTyLk+WTTbZLWB167tXy4MFyw0J Y+KAoPcQSwzzXmVIKX318zCiIeb+QNLXxqhKPIGWLTwMMrx9+Xo/OmtQQdtnXA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 cyberleo@cyberleo.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cyberleo@cyberleo.net --- Comment #2 from cyberleo@cyberleo.net --- This occurs in php-fpm as well. Tried with both php74 and php80, with my own world build and the official release tarball. ----8<---- (lldb) process attach --pid 49045 This version of LLDB has no plugin for the language "assembler". Inspection= of frame variables will be limited. Process 49045 stopped * thread #1, name =3D 'php-fpm', stop reason =3D signal SIGSTOP frame #0: 0x0000000800aa524a libc.so.7`__sys_sched_yield at sched_yield= .S:4 Executable module set to "/local/sbin/php-fpm". Architecture set to: x86_64-unknown-freebsd13.1. (lldb) bt * thread #1, name =3D 'php-fpm', stop reason =3D signal SIGSTOP * frame #0: 0x0000000800aa524a libc.so.7`__sys_sched_yield at sched_yield= .S:4 frame #1: 0x00000008030e0351 libomp.so`::__kmp_wait_4_ptr(spinner=3D0x000000080313d6dc, checker=3D1, pred=3D(libomp.so`__kmp_bakery_check(void*, unsigned int) at kmp_lock.cpp:6= 11), obj=3D0x000000080313d6c0)(void *, kmp_uint32), void *) at kmp_dispatch.cpp:= 2688:5 frame #2: 0x00000008030f8bb8 libomp.so`::__kmp_acquire_ticket_lock(kmp_ticket_lock_t *, kmp_int32) [inli= ned] __kmp_acquire_ticket_lock_timed_template(lck=3D) at kmp_lock.cpp:633:3 frame #3: 0x00000008030f8b99 libomp.so`::__kmp_acquire_ticket_lock(lck=3D, gtid=3D) at kmp_lock.cpp:638:16 frame #4: 0x00000008030fe924 libomp.so`::__kmp_get_global_thread_id_reg= () [inlined] __kmp_acquire_bootstrap_lock(lck=3D) at kmp_lock.h:5= 24:10 frame #5: 0x00000008030fe913 libomp.so`::__kmp_get_global_thread_id_reg= () at kmp_runtime.cpp:249:5 frame #6: 0x00000008030c2d2e libomp.so`::kmpc_malloc(size_t) [inlined] __kmp_entry_thread() at kmp.h:3304:14 frame #7: 0x00000008030c2d29 libomp.so`::kmpc_malloc(size=3D119093) at kmp_alloc.cpp:1098:14 frame #8: 0x0000000803136677 libomp.so`::__kmp_is_address_mapped(addr=3D0x0000000802cdd158) at z_Linux_util.cpp:2003:34 frame #9: 0x0000000803107f25 libomp.so`__kmp_register_library_startup()= at kmp_runtime.cpp:6563:15 frame #10: 0x00000008030fe984 libomp.so`__kmp_do_serial_initialize() at kmp_runtime.cpp:6753:3 frame #11: 0x0000000803108244 libomp.so`::__kmp_serial_initialize() at kmp_runtime.cpp:7026:3 frame #12: 0x00000008007a4743 libthr.so.3`thr_fork_impl(a=3D) at thr_fork.c:269:5 frame #13: 0x00000008007a4418 libthr.so.3`__thr_fork at thr_fork.c:314:= 10 frame #14: 0x00000000006d2651 php-fpm`match + 56945 frame #15: 0x00000000006dc528 php-fpm`_pcre2_xclass_8 + 1752 frame #16: 0x00000000006e4cb8 php-fpm`preg_replace_common + 2200 frame #17: 0x00000000006d69cf php-fpm`set_start_bits + 3391 frame #18: 0x00000000006d1f48 php-fpm`match + 55144 frame #19: 0x00000000006d8f87 php-fpm`php_pcre2_substitute + 1367 frame #20: 0x00000000004304a0 php-fpm`_start(ap=3D, cleanup=3D) at crt1_c.c:75:7 ----8<---- Even the config test that the rc script runs (php-fpm -t) can fall victim to it: ----8<---- (lldb) process attach --pid 18483 This version of LLDB has no plugin for the language "assembler". Inspection= of frame variables will be limited. Process 18483 stopped * thread #1, name =3D 'php-fpm', stop reason =3D signal SIGSTOP frame #0: 0x0000000800aa524a libc.so.7`__sys_sched_yield at sched_yield= .S:4 Executable module set to "/local/sbin/php-fpm". Architecture set to: x86_64-unknown-freebsd13.1. (lldb) bt * thread #1, name =3D 'php-fpm', stop reason =3D signal SIGSTOP * frame #0: 0x0000000800aa524a libc.so.7`__sys_sched_yield at sched_yield= .S:4 frame #1: 0x00000008030e0351 libomp.so`::__kmp_wait_4_ptr(spinner=3D0x000000080313d6dc, checker=3D1, pred=3D(libomp.so`__kmp_bakery_check(void*, unsigned int) at kmp_lock.cpp:6= 11), obj=3D0x000000080313d6c0)(void *, kmp_uint32), void *) at kmp_dispatch.cpp:= 2688:5 frame #2: 0x00000008030f8bb8 libomp.so`::__kmp_acquire_ticket_lock(kmp_ticket_lock_t *, kmp_int32) [inli= ned] __kmp_acquire_ticket_lock_timed_template(lck=3D) at kmp_lock.cpp:633:3 frame #3: 0x00000008030f8b99 libomp.so`::__kmp_acquire_ticket_lock(lck=3D, gtid=3D) at kmp_lock.cpp:638:16 frame #4: 0x00000008030fe924 libomp.so`::__kmp_get_global_thread_id_reg= () [inlined] __kmp_acquire_bootstrap_lock(lck=3D) at kmp_lock.h:5= 24:10 frame #5: 0x00000008030fe913 libomp.so`::__kmp_get_global_thread_id_reg= () at kmp_runtime.cpp:249:5 frame #6: 0x00000008030c2d2e libomp.so`::kmpc_malloc(size_t) [inlined] __kmp_entry_thread() at kmp.h:3304:14 frame #7: 0x00000008030c2d29 libomp.so`::kmpc_malloc(size=3D121888) at kmp_alloc.cpp:1098:14 frame #8: 0x0000000803136677 libomp.so`::__kmp_is_address_mapped(addr=3D0x0000000803146158) at z_Linux_util.cpp:2003:34 frame #9: 0x0000000803107f25 libomp.so`__kmp_register_library_startup()= at kmp_runtime.cpp:6563:15 frame #10: 0x00000008030fe984 libomp.so`__kmp_do_serial_initialize() at kmp_runtime.cpp:6753:3 frame #11: 0x00000008030fe938 libomp.so`::__kmp_get_global_thread_id_re= g() at kmp_runtime.cpp:251:7 frame #12: 0x00000008030e9ee2 libomp.so`::__kmp_api_omp_init_lock(user_lock=3D0x0000000803679490) at kmp_ftn_entry.h:1083:14 frame #13: 0x00000008035a7616 libMagickCore-6.so.7`MagickCoreGenesis + = 54 frame #14: 0x000000080334e906 imagick.so`zm_startup_imagick + 182 frame #15: 0x0000000000643ab8 php-fpm`scan + 22232 frame #16: 0x0000000000643e9c php-fpm`scan + 23228 frame #17: 0x0000000000650986 php-fpm`scan + 75174 frame #18: 0x0000000000643d76 php-fpm`scan + 22934 frame #19: 0x00000000005d7b13 php-fpm`php_module_startup + 2067 frame #20: 0x00000000006da2d3 php-fpm`php_pcre2_substitute + 6307 frame #21: 0x00000000006d8eb0 php-fpm`php_pcre2_substitute + 1152 frame #22: 0x00000000004304a0 php-fpm`_start(ap=3D, cleanup=3D) at crt1_c.c:75:7 ----8<---- --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 10 18:51:37 2022 X-Original-To: apache@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 4MmSgY25grz4dmKG for ; Mon, 10 Oct 2022 18:51:37 +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 4MmSgY0HfRz3H0v for ; Mon, 10 Oct 2022 18:51:37 +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 4MmSgX6Tk0zjXq for ; Mon, 10 Oct 2022 18:51:36 +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 29AIpan6092594 for ; Mon, 10 Oct 2022 18:51:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29AIpaIZ092593 for apache@FreeBSD.org; Mon, 10 Oct 2022 18:51:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Mon, 10 Oct 2022 18:51:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: cyberleo@cyberleo.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665427897; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oOj2KEeJfncVFTWOrgcyfkCvLLAfzJWOe54Y7AX7u/8=; b=UPKHN2odLl5vbkiq7nK8KtPpLXEYEmkBRDwMn5CU3ALVb1W7ZEjm8+qoJ84JReQIYLAhOb XZ/hcPYm79ebuU04K61QtK2FwQ7THIUBcNV3ws0lqFefjn1wkDw9CtJVaVBR1v6u5TuCIh Mexn6lw6n6t773+vzGID10+nhjRFqCaJ4GkdEVYzVIhRzdfiwxdo4gO8RhvtydcwY59XHe +kd9XSsKvw65PB4dmxhVVPfl0LhIbedXQmAVqvc/x85v1tnwrsK0BmD5gHuMPlZiG0eZUm UXVNtYXptpdX/2XGwF63/yMF/JiPilz7+PPerRQuyDMUt+cFsv6QKqD4ORWQgQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665427897; a=rsa-sha256; cv=none; b=A2kQ9292CMCPcCktBTY1gpTIJrR2dyoHHXc8v/FnhKDmeOJWEBxS5G/3ppKlDYCFkh/NRt oAmNCLYDurwyRm8lAyAH2teyH7rXj+sIJ9Yn6fnjmAVayHlCPR42WhFWQJwKLv39PvNUlP bUd271kc4+HQKHIpxcdFEplOoeKipN0zojaXiKxCUK4PfJdyQJYwT4BbJLJPU8EVhKq2BL dIkyvtlC2ajSm+cBd0Mk1qbt8WRvZbhLJ0R0x6PNzUALoqMN+iZEzWAWpqhO3udP1cZGu/ eGVSOGNpGJe+L/vz6CQw97opUh2566IYImgFLmVsEU9WL+DsL1MHRFsJu8gabw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 --- Comment #3 from cyberleo@cyberleo.net --- (In reply to cyberleo from comment #2) The backtrace seems to implicate libomp, and the issue occurs during initialization of one of the PHP extensions that makes use of threading. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 12 04:45:11 2022 X-Original-To: apache@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 4MnKnz41rNz4fLdm for ; Wed, 12 Oct 2022 04:45:11 +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 4MnKnz2ZKXz4Qhh for ; Wed, 12 Oct 2022 04:45:11 +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 4MnKnz1S5Mz1CFT for ; Wed, 12 Oct 2022 04:45:11 +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 29C4jB40064066 for ; Wed, 12 Oct 2022 04:45:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29C4jBb1064065 for apache@FreeBSD.org; Wed, 12 Oct 2022 04:45:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 256729] www/apache24: Segmentation fault when accessing server on recent CURRENT Date: Wed, 12 Oct 2022 04:45:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665549911; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Cqil6eMUizobCKUmVWJwZxG3iEKI10M+vp8nsLR8hno=; b=AEZR3GnovFnhwMeX/YpO1CPq6hXSJ8wA89NRam8AGX+OiUFFEHQIJz6AWYAzLSeF3O4EuJ MsCVBt9bhNAGisPdpamPxYAiq1iF5CbhOFQ8g+ndfqEPONsSs8jU8cQiuR3kFl6UNhHB2T wk98uaye4QWvoF0f0EuXneRAiguz3MfMQVOqgGdOw0SPwq71bW/hDSQHPCJGpkcAaYZQ8F ty8gyGBzXq92Sk3BbuyHH4zrH0AjiM5Iy9F38soj1sFL6Zr5oHWaqv/vAWVYKv6HRQXzby /u+sabJL/ePbUjebCG2ol2fMGxwTH2SJ/F4FndezJSsAx4q437g0v0bTwd6BKA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665549911; a=rsa-sha256; cv=none; b=RT/5XsUthyjVZUM/NvVPPKSGxPhGxY7lhCpTOCiqXD/nbreOJaqyq0hqZ/W8C6knE63yxX PexuDz5T9XHE76a05vXXRf82jXhVu66yfabOKUHxxH6ppJcH9VAALne3nHmLWqIUNTLaN7 I321gGhDVnk1YDfhxwKysueeQxkmf/OjwqdO+7sa/XxJhhlFoHY5DcYpOoAbja+NMkkhwK oT4qBTQ1UJuDfZa3BNIg0H7uwSFtN3zzcx3o7e1jBBYO7srh8BzB8HzldVVDwDary+vozf vzwmTOUbf/8yoB9ObW8ie8XUyBEHbj+2nvZb76t6ZuR6Tv/sYa0xbS36AOicfw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256729 O. Hartmann changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 12 04:45:43 2022 X-Original-To: apache@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 4MnKpb2ztrz4fLbf for ; Wed, 12 Oct 2022 04:45:43 +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 4MnKpb0my9z4QZZ for ; Wed, 12 Oct 2022 04:45:43 +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 4MnKpZ6jyKz1Byc for ; Wed, 12 Oct 2022 04:45:42 +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 29C4jgxP064200 for ; Wed, 12 Oct 2022 04:45:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29C4jgBq064199 for apache@FreeBSD.org; Wed, 12 Oct 2022 04:45:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 256729] www/apache24: Segmentation fault when accessing server on recent CURRENT Date: Wed, 12 Oct 2022 04:45:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665549943; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I0PFV8I0vN5uq6DlLRqUlClMY0wVAJu1aC7OSw+rzU0=; b=Njhte6Saj6O3sA0DIy5nE+tNH96kfEBt4m07Aiz23v85Sk4w/T3hz2LFmwu7w6zAl6gvl5 IOzcYId6JWXpafyHSShg6YkP9MFX92dDj0215zf5Es2gELWIStGbUNc4BZKWg6sB2IU/Lu kgMop6fFrdS73BiMwo6A9HIVCvla3YCGE1Bbdb4VS+weDQp7h2y0qDz09eYFXUza7kk9xH EHYhrDar6om8ib3E7MsbHyQpd+qS9z+pOTN38OIoqZ1j26kycOdOpHk3W5DQtSy0e8OZ7v eeaW7MfCqJKs59BxyAwXYlWN4i3ZTFVI8YdVJYOgna2kpqgbRbaC5f85iI8X0Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665549943; a=rsa-sha256; cv=none; b=X7JwW7Qza44oa8LFn2sdLpc8K+jPlLbl3l6EF3y/jriKr7Ub02yrcEgWhPofEAXwTzycEi V5A4omEVmrwOn3yPfFYq0Cx+a+IySWvq0Nhk/e9GT3q0AIcbtsbutWemlhyja6gvkoDIJr DEDdgYT3+j0N30LnF+aoIdq71PTGZ7Ac4r+0nwwM2OYtMheMqGe8qoWesh8S1l0lJYpRo5 XS50K/SHa9wOM/hsVjL8reVsTyUi64g8FhymjYx8xU9kQ3CcFRTChpXSo8eKbGkypV/mIL srM8w0pHir18swiVq2aEDevH1YwttJi6iayWCe/IQ4d1xDW7FkfIpUh4wqiF9w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256729 O. Hartmann changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |Overcome By Events --- Comment #3 from O. Hartmann --- In my case, the problem seems to have vanished into thin air over time ... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 13 05:28:26 2022 X-Original-To: apache@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 4MnyjT5PBtz4f40R for ; Thu, 13 Oct 2022 05:28:29 +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 4MnyjT4LDJz3ZMS for ; Thu, 13 Oct 2022 05:28:29 +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 4MnyjT3QY7zK33 for ; Thu, 13 Oct 2022 05:28:29 +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 29D5STPi063088 for ; Thu, 13 Oct 2022 05:28:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29D5STqn063087 for apache@FreeBSD.org; Thu, 13 Oct 2022 05:28:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 13 Oct 2022 05:28:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665638909; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pbSvwPrPdHEv2w+96TN/VH/uWsf48jL/peL6v8CYMEo=; b=d9Yck/d/nhdgvmJyEhNrJaKoNxyTzQJc7+UI/cvJ7fbXZmqdkZ2l7K8cwTDCkEBJ/Iw+d0 6nozCnxOuTZI+b2nOnjyxK8Y6yZt6BFxAos77fqyGxrhILYXu8+i7PSLYGci+PDWlp2+PA Jb92Ig2LGAP6L5gb/iS9kjkt6RGI/hBBZcLE6v446rOLv11+6xTujB7Mg3/sfx16cqdJQt clfvBWG9++pQpo6kB6l4hK8tnLr87hnE3pjFq6HHqaNXLia1G8TY8Ty9nkemksj4JfnWsF 9urQK38QUcZdiT7Wm0HMQbOMhXivqgKpDJQWpePcO5EroHxZJvDnOYg4bGGaHw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665638909; a=rsa-sha256; cv=none; b=oK9XdhkCpBr1NktHNWkOXP3dQhgcq8Ib4PQm4EPsiaeQYWQCGOk9mLYREm/Sopn9WTdfVh w6yUARJXAuFOE0ePqStvUmd4NKko9lWXz/ou5Ym238zwTU6AYQQg5cAI8CjtzszP7tq5/Y pLOSrnWyG68uW6dOIJNnKOmbhxx6KEMjHf0VO3cI0hgDJ0Ys9HCKobAiUsbqocRzjaHRH5 ZNL950Y2YSy4jYtl2djoFwCrLpJME9QKpCQ0lTMyJXOMyKcDteRzRRGsyeBMtwdh0epyIy d1jFs0DTlS2ghWlCW2JL04dKnfmkqRBQO4V0A4BNYuyGPaVHHkZuyBttI2pXDg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #236499|0 |1 is obsolete| | --- Comment #28 from Yasuhiro Kimura --- Created attachment 237252 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237252&action= =3Dedit Updated patch file Chase update of ports tree. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Oct 13 07:52:21 2022 X-Original-To: apache@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 4Mp1vW14s2z4fLxc for ; Thu, 13 Oct 2022 07:52:23 +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 4Mp1vW05BXz3m8m for ; Thu, 13 Oct 2022 07:52:23 +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 4Mp1vV6HY6zLlg for ; Thu, 13 Oct 2022 07:52:22 +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 29D7qMDp040822 for ; Thu, 13 Oct 2022 07:52:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29D7qMjZ040821 for apache@FreeBSD.org; Thu, 13 Oct 2022 07:52:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 13 Oct 2022 07:52:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665647543; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ITSn1daCniBB6Ni7FWJcBZmJt2guxscrhRY8KxAXm+Y=; b=HQ5XNiE+1KAwG3nv4WoBg//kHpsGjwfZssQ3DYjdisah3wg1WhRyY4B2LNlHmkw0vkH95b 7XMIBRX4X8oHRgndgcshgo4/wiRtUmbX1ldQTwjX48abXyThukvc90WEX5euZ/XuRr89a0 Cwlq5o/R55cCc+9mkfrtKWzR3g19uoRBa5dnPrntktEy2xn9Rwhl8aIH9ydRIJP3gta8cW O6UzB7wTBOF/acce1WpReX7K55LXIrmpBFV8pkaGTEfaY3DTP963u7H3cNFkusAeMrf1CZ clcSi4JeWOkZ7gRdAN4nZ2Zhw/4W+Oc65L9KIQ5Qmy3RgOywdxgdou0pnWs5Sw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665647543; a=rsa-sha256; cv=none; b=FymDo3/ulTcYmNJvrvVLxrCRz9UU16fExubB3cMvOlw8BQt9PFGgMdK91QR4j20lenCbah qriErD+0gAYO4vf0TUnSmDPy+aqTJXB9QbY+lmsSeNQnUcE2EBCLnZlkiD9iPAmOyca+mp 8KLrPgZEqcGlbSFtJppjM6AOI4d6PSWI/HG5oEIBj3eodS76D/R1Rz96TSGeHVHppWdZXD jIh2favbCHIgy7WBm6rJY1XRFzcS5mcSkDmYG4RZos5um9BgF2nHtTK2BPUO6nex/+8aRQ /B0Y4fdtzDBBjTxrLu57ICeuZIMZ4Dq9sH1rtQGTwQ0GqYqBAZs3f0G4w1SbNg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #29 from Antoine Brodin --- I don't think it's a good idea to link by default on AGPLv3 software. BDB option should be disabled/removed where it no longer makes senses (where more modern database exists and has existed for a long time for instance). --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Oct 13 08:53:43 2022 X-Original-To: apache@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 4Mp3GK2zrcz4fTDy for ; Thu, 13 Oct 2022 08:53:45 +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 4Mp3GK0cHpz3wZx for ; Thu, 13 Oct 2022 08:53:45 +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 4Mp3GJ6h6RzMtG for ; Thu, 13 Oct 2022 08:53:44 +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 29D8riWG018872 for ; Thu, 13 Oct 2022 08:53:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29D8ri11018871 for apache@FreeBSD.org; Thu, 13 Oct 2022 08:53:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Thu, 13 Oct 2022 08:53:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665651225; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=a1pYXFDmIRoIpHvKTnXR4Gm4XXNw2gXCTba+L4lyUOc=; b=cRymlWIqUCHzfnEo89F9sn0EBqYxpgPeam5GCUPePnZAr8YP+9QgdZzcdsIpo9shJJzbVF 5UqoZFzyL8CAP7DwkQR9W9G/56LaklekroRV80acYQAzN+/eilEcsrvqDM6my/IJ2e8X6k CBRzyIqP9vBLBJRXFxjNvwr3Uzr+yd6ITCdv7idRZzXHEtlFYM1U5PdZHfffMaq1k/9Qig /vL2c2Y7ZjMCvrVwsEgXi9EWX3B9cMlT7+I9EtECLylACGlc42zrV+un50ay+CFtgt1NLu OWwGkERMbJmPf5XYov+v5EYpdew0RKJnUdv5aR/7a2ybcUvYTzjRPncog1fY6A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665651225; a=rsa-sha256; cv=none; b=vJl4L23+BHrABFCaG8LlTx34bNuBD4yB2tzPuyKHvvDQ5LaW3vFg3cTAJs5PC4QVXiNyuJ Ecx/ajVgYP4Ay0xMV+78bXCdt35ZRg04VbRU0inJU/vgd0+TWhBzzGrOEzd3Oq4kPDkaur KpKckPLlik2nswQSJZmViKuxQcJbx0WyuT15ty7TySROYozmzfXFchQLSX5QBLz2Bd+qmT OUdCSV5SWjUOd8G6U6SgeFHVLRRTLJRu7ywbLycvn9G8PzgUmQoHf5cBwg6H/vwatMWHhS 1ebuzraPZgp7asS4QmTPa/zOAUUbjocGviGOL1TfIpx+qh5QP1Oqik6Z/VdKxg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 dewayne@heuristicsystems.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dewayne@heuristicsystems.co | |m.au --- Comment #30 from dewayne@heuristicsystems.com.au --- (In reply to Antoine Brodin from comment #29) Yes - its going to be interesting for those that use options for apache (via apr) or ISC's bind (via dlz_bdb used by samba). Is there a possibility of using the FreeBSD's "Berkeley DB 1.85" in place of Oracles db18, part of the standard distribution? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 16 21:00:54 2022 X-Original-To: apache@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 4MrCFz0nxRz4g4fK for ; Sun, 16 Oct 2022 21:00: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 4MrCFy59Srz3PZc for ; Sun, 16 Oct 2022 21:00: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 4MrCFy4BYnzbKv for ; Sun, 16 Oct 2022 21:00: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 29GL0sk2078848 for ; Sun, 16 Oct 2022 21:00:54 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29GL0sJL078847 for apache@FreeBSD.org; Sun, 16 Oct 2022 21:00:54 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202210162100.29GL0sJL078847@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 16 Oct 2022 21:00:54 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16659540547.39b780830.73213" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665954054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=i3gmxDxDlY8ViLfHg76i8fnRXhtCXktIu6+agTrsuvw=; b=S7boxnDJmKeXHTDKi4uJm9GhGOnqBcShO9asQwa6gWAkWc1AOYAnzi1OiL1kN9eeR9QfeC VxqNP+bk8jJWxbt1CzUuuFZhRj+Ozr7AuqeT/uc3f+myhs4DnKU0fF3e2nBhdzqeX6poY/ dx0Mtjzo3CswSnavMzNSjUoWpXjTjiJ5tzq4n3jQp0Z6tjdldoSBruv092MrEMBCKs352W j/yoVQ5Q3kcZgPSviP4Qd7CD9yaCgdn72TkYn6eoiVIZp6N4vbiDvgDqywQb1y1Gnn2ouV FPH+Ckbnm/KRqSS0inp5nOn54xhXkwMJab2FHG+DaV2CUVuXZiVT4QqwnxH31w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665954054; a=rsa-sha256; cv=none; b=BaP5BineuNDFZp0Tco1z/E7CMUkobWEnD7bHRSB+OrDhND6nUncHI025g8iu88nFfvIN3h L5J0Oojv77AFK+/4W8HhPbHmY5I5c9E2rxrNToa+/QkWu302R17iwkp/TBs5WI+auF9NUf 3TvJoYjyI/v5SkHHUwaJ2T97AIDgvFYXEUA/RgYwGldE2nrjC/GKC1stt+vOLnrWqnG7+x 29Cg8l6vPd2vhuMMKiwOQ/VFnjpP4InUDmqQ/cpYI8u33KF7arHs3VRIrQNL5CYJoA+VsW dD7B/g9Llnt82maptTj3QtWn8xlO46PQP7SfbKJjAbSblDfdn7et3vj1F8e7iQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16659540547.39b780830.73213 Date: Sun, 16 Oct 2022 21:00:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16659540547.39b780830.73213 Date: Sun, 16 Oct 2022 21:00:54 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16659540547.39b780830.73213-- From nobody Mon Oct 17 08:59:26 2022 X-Original-To: apache@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 4MrWC31rKPz4fKMq for ; Mon, 17 Oct 2022 08:59:27 +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 4MrWC2751tz3QhQ for ; Mon, 17 Oct 2022 08:59:26 +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 4MrWC266f7zlr6 for ; Mon, 17 Oct 2022 08:59:26 +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 29H8xQpe053543 for ; Mon, 17 Oct 2022 08:59:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29H8xQUh053542 for apache@FreeBSD.org; Mon, 17 Oct 2022 08:59:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 239936] www/mod_auth_mysql_another: fix if linked with mariadb Date: Mon, 17 Oct 2022 08:59:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: dan@sunsaturn.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1665997167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H3mFYYqssGzXx3Z/mr/78kDnz43ydLqoowaQVd5dQPk=; b=MNaMqXkriiWDcejmrq528jQVWlyWyGSr4dLzLu3fnxYZ0pJiKNjfaAl2F6fXWvViT02hVn qaGPzyPYRF7aZztfYwI6GhkHc/AdL4k/zh3izKGIfVhN361vxzOZBDsVOz4esj2TsV/zJ4 NTG7aR8DGzweZG5aWsg+Ba1AaME9KhqIKrcAe1ndGNrsTkBDjbLeiKH/9GUbqQmU90L4PB ucd8VpsmvkBJKDECNDIwcSM6LZZL4sBEuzwiB+x7XBQD2FpIyWreu7B70fpmRgjXOoZEbV gtvmFcBVTExHjFjmZJubZaLsi+enIjSrtj/tS3i2nAlxR+R/dhdyVoxeo0XviA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1665997167; a=rsa-sha256; cv=none; b=QWQhXtnx//L3w1kOD3+oZXr53SLFa+8GQ0JhxG1YTHWjsuv5cl7Qr2zBlATnzUcFD2iBtE +vfU2k5SQJBH741S4z01pBYQCH/ndpJ1QKRC+lnWfiZ4F0tfBe3Bvyz32jj1MFC+qNbJrs 8MuIYwjKuMsSCDSuHAUINc8kA0Gy7O2VirN4b4Rtx0XNjf/SkFgAvyfoyApQiYJfRVxsUN dlrVRa2nWP3cFdfRzvSS85GkmtjEJ2y5k+wIA+Rwttdx0y0J+4k05Dxh1WrefEwZ5TqKr1 tG3Zwnnb30Fx1jrgGEZPpTntsg6QWe7h08CYv2dzdv2qmdDfvBP/v87ApnclPw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239936 dan@sunsaturn.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dan@sunsaturn.com --- Comment #2 from dan@sunsaturn.com --- Anyone include this patch yet? Also the port will try to make you uninstall mariadb depending on a mysql client. pkg install mod_auth_mysql_another I've had to install it from ports collection to get around that. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 23 21:00:24 2022 X-Original-To: apache@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 4MwVw86ss9z4gJ4q for ; Sun, 23 Oct 2022 21:00:24 +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 4MwVw84x8Fz3DR2 for ; Sun, 23 Oct 2022 21:00:24 +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 4MwVw8420Nz11RH for ; Sun, 23 Oct 2022 21:00:24 +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 29NL0OW0038484 for ; Sun, 23 Oct 2022 21:00:24 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29NL0OoN038483 for apache@FreeBSD.org; Sun, 23 Oct 2022 21:00:24 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202210232100.29NL0OoN038483@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 23 Oct 2022 21:00:24 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16665588242.8DEAD2.36386" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1666558824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Jcuy+rlLAX6QT6CSFbR8EcjTL2M5Z29+QfM8IQzAYYE=; b=qgR5q6MPVTKYUL7N01pNHxCDqebcOUzmNT8V7gtQTMWyADypYFS+tn0Qtn1ZFv2b/utE4u ayRn/9Np9O9iJ8a0fOsuOONCvRztdReTv5S5RKtjf8qrBo1ONQHhSooMnXNhRw29H2QXDU 6J4A5ThJZTFJmgGIWDemUNtGdx/SUQmtUlSmN4LM+VVjALnQgttiB+yjZxFqxCxf/u2VgH Seg8UC5Qm37Ttfumjw/UZE29MQaZOhouDSzeJoT4unINiXmtp6/3tORhx1lYtGeRhAgkoS UKY13q8kjH+ZpgnGD2WhVMDC+kN2Lh1zhGz/o0oBf9sTPQh9m2SRKwU9iSUXvw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1666558824; a=rsa-sha256; cv=none; b=MmrImAhwstBupU92rbZ2bM1Vv5xZtu5MFcQiRyqyqkKbzwC64bYyH4zNhv4uX9WTBeuB+P /Y9HzTs9o/RKiXDGXihVFdeh2FXoGffTwjUwBhUUVIeutuVI0tZF+dzpvHz/SEyEuCmW1k 1cSTDZil5y1ysKiKiZUHYZfLRZgMyxyWKMajXb5748IcT0G6e4c8NMZp0end8jfTxHRH/6 qAGowQSNB56Z9/Oi4P6VpsML26ZfypBn53uO4U2WFT2uG9ibDi+LlXQhI5HBLa4pQ/zGjj oZmhyJAgdFJ2wXUX/0eX8k9STr+RgNvq/TGIAUQiQ3E16j2g7rzUH8Hl2CdDvA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16665588242.8DEAD2.36386 Date: Sun, 23 Oct 2022 21:00:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16665588242.8DEAD2.36386 Date: Sun, 23 Oct 2022 21:00:24 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16665588242.8DEAD2.36386-- From nobody Sun Oct 30 11:49:50 2022 X-Original-To: apache@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 4N0ZMg00lqz4gjLY for ; Sun, 30 Oct 2022 11:49:51 +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 4N0ZMf5smSz3Zny for ; Sun, 30 Oct 2022 11:49:50 +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 4N0ZMf4n6rzwPw for ; Sun, 30 Oct 2022 11:49:50 +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 29UBnora026421 for ; Sun, 30 Oct 2022 11:49:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29UBnoCh026420 for apache@FreeBSD.org; Sun, 30 Oct 2022 11:49:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Sun, 30 Oct 2022 11:49:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: oljas@oml.su X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667130590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HfWDeRe+snMnFFW2UTwFW6xq6i+L+ofH14MFKjtAG7c=; b=cSx3j8Li8s+Z903HnVKgd4tyBNpxnq81j5tziHUDr75PlMZB4HhRGPP/f78HiGqvCFIFl9 Ltq9zvAExm+P3fT5VH2ztIkxpw57AJK0cjk4Str6Jef29feBuQ58SmRFO6Q8bylLyq3B+6 GHvjxXDattQ669/JpagZ+yh9J3BaD5f/QzmPxDrMGu/wLzUZTAYDeEx3QS/fZUn1wSs3wJ y+WH8lWhc9nIQ2y/iJyZ7cMfudKtS0pGQQibiuQ1meo3vgsQd+sXR1coKJuUAB32iHshex nA7THjQA7k/c6W6uPxFdtmk1Cdds9PsdwsiwKvYp3vQLNyTgl3b4lczlWh94cg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667130590; a=rsa-sha256; cv=none; b=ATBLtzhGQ1d+J6RJhVJAagd8kMkxTyCOIBDbogxQGbiX63lLFdkTibVbTRPr28pFFgRHSv mHUUQh5rfcSFPEXZ6KHIiN8qmoXWg91HLdrb+3WNxNFIjb5B68tsr7lXvqY4aDs00RgAR/ 40+/ZLHZx1nJIh7sMW2/pgMhkYQ0E9TX0N3JOjQg4pjQVCknXbPOta6wRpq8Tf7oKxBUqt 762n80+vmfT9MBtf9q3RHBiMqvkhSbj1QKWE+GD1BdWPlMNbAnz17V47c7csrfFusNJz1D vjDScrggE7NuwomTXpd4gnT7riUiYNC82dB5tJDmW1Jz8nP80vMUI7L5bMPCVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 Oljas Kuzembaev changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oljas@oml.su --- Comment #4 from Oljas Kuzembaev --- (In reply to cyberleo from comment #3) Had same problem with nextcloud. It does not matter mod_php or php-fpm, apa= che or nginx. Recent update of php to 8.0.25 fixed that for me. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 30 13:52:20 2022 X-Original-To: apache@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 4N0d516vCrz4gxZg for ; Sun, 30 Oct 2022 13:52:21 +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 4N0d513v88z3pPS for ; Sun, 30 Oct 2022 13:52:21 +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 4N0d512zPnz105T for ; Sun, 30 Oct 2022 13:52:21 +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 29UDqLnA027009 for ; Sun, 30 Oct 2022 13:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29UDqLhK027008 for apache@FreeBSD.org; Sun, 30 Oct 2022 13:52:21 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sun, 30 Oct 2022 13:52:20 +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 Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667137941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q8c60MvHJl1oYI6WDtmXWQMUgqTeIwz3iaiYD3Q8j7c=; b=AgZkcI/kb/D03IbyN4o6+/TPNjOEOUc1wW5LId4jeLcMytuXKnIOApl89eiOWlN3QuQfgv rppBptBRJf5Q/aYOI9+Na8eHE5W+U8LcoxCRxAjCiZ0MBUxzQE4to6EZgB3g1aIX86xFUh XY4zSu8O/+9F3IBdQ4DiYq9eDLRmuHFoIdr+zLzoPfFp9uRrTzPHPWLl1MEZnYH4u8ebXP 7myY0EVVeuW1B7tjHky0yjgeBKnvIBjH+N7o+YA7J9Kh/owEN0UKBHzfNs6LmvMjOqqNvn +mGLJwAWXuLcO9NQEvfF+ButVxje3GP48IEkTGlEjaOlwM+NMyoRTcJIVQgYZQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667137941; a=rsa-sha256; cv=none; b=P9X3LlJqkOSRX86BLwduq9fRXGk1NG238Pr7+xMZGzpxYnk5nQzsl2E8tNJB92sZTD57oH HTLwMXCyTZn+taCZWWzfA7WLCHksz5IDzmLcEFg2uH3ErbkPs7PryUnafjd3IZKQTjTKhH NRYuX0DiJ4rfz3B96656Aq4+oOdDx/TKSkbxHo5bNRq73N4OAwdoGIhqSKg5tDisMjJxCL gG6PAlrEemipl6A0QzLjjTMfXmyg5+I8yTPkf+rx4iskDpCTmZCtBRRBLj/heT3Lcl2961 ptXJJ/6KjHXW+WfFiB0cZRI6B2RlPnjHuegV88nhqdGIRJSaitH46OX6ZXCy9g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 267435: www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Description --- Apache core dumps when mod_perl, mod_php and mod_dbd with MySQL support are active. The Perl CGI scripts which use GD to generate images now fail with a core d= ump. But only if the mod_php or mod_dbd modules are active. It appears that there are some problems with the Apache DSO support for mod_dbd, mod_perl and/or mod_php. See description.txt and SIM95.tar files for details and how to reproduce th= is problem. Details: FreeBSD 13.1-RELEASE FreeBSD 12.3-RELEASE ports Oct 26, 2022 apache Apache/2.4.54 (FreeBSD) mod_perl ap24-mod_perl2-2.0.12,3 mod_php mod_php74-7.4.32_1 See attached file SIM95_WEB.tar for details and how to reproduce problem I have a web based application which uses: mod_perl - to run perl based CGI scripts. Some of these use the Perl GD module to generate graphics. mod_php7 - to run PHP74 based php scripts mod_dbd - Authentication and password are done by the mod_dbd using a MySQL database (details below). I have been downloading binaries from the PKG server: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", } I last downloaded a set of packages on Sept 14 2022. This was done with a set of scripts and downloads and installs the packages and package dependencies. They were basically mod_perl, mod_php and their dependencies. I also compiled devel/apr1, setting MYSQL with the 'make config'. I installed the compiled devel/apr1 and the installed application passed my tests. This was installed on server sim97 and there were no problems. On Oct 10 2022 I set up a sim95, a new server (identical hardware to sim97), installed FreeBSD 12.3-RELEASE, and repeated the package downloads and installs. Much to my surprise there was a problem with the Apache server. As noted above, the application uses mod_perl, mod_php, and mod_dbd. The httpd.conf file has the following entries which load these modules into the Apache server. (There is also a startup.pl file used to set up mod_perl) The Perl CGI scripts which use GD to generate images now fail with a core d= ump. But only if the mod_php or mod_dbd modules are active. httpd.conf pertinent entries: LoadModule authn_dbd_module libexec/apache24/mod_authn_dbd.so LoadModule authz_dbd_module libexec/apache24/mod_authz_dbd.so # TEST LoadModule dbd_module libexec/apache24/mod_dbd.so Virtual Host Entry DBDriver mysql # Line 920 in httpd.conf file DBDParams "host=3D127.0.0.1 dbname=3Dpassword user=3Dpwd pass=3Dpwd" # TEST LoadModule perl_module libexec/apache24/mod_perl.so LoadModule php7_module libexec/apache24/libphp7.so If the mod_dbd, perl_module, and php7_module lines are all present THEN a web page which uses GD will cause apache to segment fault. This message will be present in the /var/log/apache/httpd-error.log file: [Tue Oct 25 05:37:28.327954 2022] [core:notice] [pid 27255] AH00052: child pid 27371 exit signal Segmentation fault (11) This message will be present in the /var/log/messages file: Oct 25 06:02:28 sim95 kernel: pid 27583 (httpd), jid 0, uid 80: exited on signal 11 From nobody Sun Oct 30 13:52:20 2022 X-Original-To: apache@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 4N0d520Ndhz4gxRM for ; Sun, 30 Oct 2022 13:52:22 +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 4N0d5157pwz3ntx for ; Sun, 30 Oct 2022 13:52:21 +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 4N0d514Ctgz103N for ; Sun, 30 Oct 2022 13:52:21 +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 29UDqLOo027013 for ; Sun, 30 Oct 2022 13:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29UDqL1H027012 for apache@FreeBSD.org; Sun, 30 Oct 2022 13:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sun, 30 Oct 2022 13:52:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: papowell@astart.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667137941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Svh9FJmJx2P8Gf5T50N4yZgmwAEO/tKiAqQUgj5Smoo=; b=IAhsrJ186bCweVOfyitqKPBXKCQR6268zGAc4hVpciHbNCgyLDtLcstEilcnGHxuTFdHdE aXdSSeFEhZVQu7Wnj5SRNrGLC0XN6tcXh0n3fhP+4nKVguHjJKw1yT13JUjLO+MtN5Bi2D 9NZOkZ0VS3bgT3Wi0JBUOjFxvem2iepGDLMCGzqm2qR0l4T6RBhorcOE8d5SLRpC+v+gqT Ro3U5XFszXMkEzZ9TBg6u559LLCScDM6I1jkFDCx34Zc39r3lrGN1z6L94vcMBAVn3w8VQ /InIKfAYAAVGAWyz6UaW6Dyyfcv8Q61LHD/38Z5OjiS3cfMCIRhCX/v0QPVyQQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667137941; a=rsa-sha256; cv=none; b=Q2MKH0wddDCn4doAHsueZA/kfW61jVupeHFTM/SXA+AiKD/W3VKQ5MVVGoClcZOB9qx9QF F/vfyFcTKuGGKBMxkqpqTvUFK0XUjz4XXXhC/ZjdXr+qoFfauAeqODv/VMcURmtCb7Bcaf ArLdnUqOXuKX+WZ/q9IEn23jb/cVtk4Rca6jK/hTpfAqxMtioe99xAa7qZBpzJVArpC+ky QKi2xgTL/PC+0rvOjRNg1O31sc2byuYdsbBhVRj9VlRJmRFQCbEdZDewnH+YDp+greLlCE wpBEQhGRACjFpxiNRv4m7lhgu+NI2mSt8w+e8/Kv1LIpNg188w8dJVA1tLW8LQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 Bug ID: 267435 Summary: www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: papowell@astart.com Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Created attachment 237724 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237724&action= =3Dedit details and how to reproduce problem Apache core dumps when mod_perl, mod_php and mod_dbd with MySQL support are active. The Perl CGI scripts which use GD to generate images now fail with a core d= ump. But only if the mod_php or mod_dbd modules are active. It appears that there are some problems with the Apache DSO support for mod_dbd, mod_perl and/or mod_php. See description.txt and SIM95.tar files for details and how to reproduce th= is problem. Details: FreeBSD 13.1-RELEASE FreeBSD 12.3-RELEASE ports Oct 26, 2022 apache Apache/2.4.54 (FreeBSD) mod_perl ap24-mod_perl2-2.0.12,3 mod_php mod_php74-7.4.32_1 See attached file SIM95_WEB.tar for details and how to reproduce problem I have a web based application which uses: mod_perl - to run perl based CGI scripts. Some of these use the Perl GD module to generate graphics. mod_php7 - to run PHP74 based php scripts mod_dbd - Authentication and password are done by the mod_dbd using a MySQL database (details below). I have been downloading binaries from the PKG server: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", } I last downloaded a set of packages on Sept 14 2022. This was done with a set of scripts and downloads and installs the packages and package dependencies. They were basically mod_perl, mod_php and their dependencies. I also compiled devel/apr1, setting MYSQL with the 'make config'. I installed the compiled devel/apr1 and the installed application passed my tests. This was installed on server sim97 and there were no problems. On Oct 10 2022 I set up a sim95, a new server (identical hardware to sim97), installed FreeBSD 12.3-RELEASE, and repeated the package downloads and installs. Much to my surprise there was a problem with the Apache server. As noted above, the application uses mod_perl, mod_php, and mod_dbd. The httpd.conf file has the following entries which load these modules into the Apache server. (There is also a startup.pl file used to set up mod_perl) The Perl CGI scripts which use GD to generate images now fail with a core d= ump. But only if the mod_php or mod_dbd modules are active. httpd.conf pertinent entries: LoadModule authn_dbd_module libexec/apache24/mod_authn_dbd.so LoadModule authz_dbd_module libexec/apache24/mod_authz_dbd.so # TEST LoadModule dbd_module libexec/apache24/mod_dbd.so Virtual Host Entry DBDriver mysql # Line 920 in httpd.conf file DBDParams "host=3D127.0.0.1 dbname=3Dpassword user=3Dpwd pass=3Dpwd" # TEST LoadModule perl_module libexec/apache24/mod_perl.so LoadModule php7_module libexec/apache24/libphp7.so If the mod_dbd, perl_module, and php7_module lines are all present THEN a web page which uses GD will cause apache to segment fault. This message will be present in the /var/log/apache/httpd-error.log file: [Tue Oct 25 05:37:28.327954 2022] [core:notice] [pid 27255] AH00052: child pid 27371 exit signal Segmentation fault (11) This message will be present in the /var/log/messages file: Oct 25 06:02:28 sim95 kernel: pid 27583 (httpd), jid 0, uid 80: exited on signal 11 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 30 17:12:53 2022 X-Original-To: apache@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 4N0jXP3qj8z4hKW8 for ; Sun, 30 Oct 2022 17:12:53 +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 4N0jXP1t6Rz3DQr for ; Sun, 30 Oct 2022 17:12:53 +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 4N0jXP0xZPz14NQ for ; Sun, 30 Oct 2022 17:12:53 +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 29UHCr3u049335 for ; Sun, 30 Oct 2022 17:12:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29UHCrI0049334 for apache@FreeBSD.org; Sun, 30 Oct 2022 17:12:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sun, 30 Oct 2022 17:12:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667149973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zbZx3qfgv739ZeaPDJt5Lz+GtIg0729T0jnm0idsaSg=; b=rBsLcWaCTIm5unY8BfK3hyYGQUKEkJhjOsSCYH+wU+x7iPaquPwjT/WEsSbMD+fyHeKvrI nuUPgwmQZFdAy3gI9uIb1HLYDGUnpPTA7IrEDZR9A0CcrgBWHS/D+9v6Dr5Dq1Y5+NUlfE a+iH39REDaWOcRtX/3S7E5Ofy6KW6RUn3qHgcg4iJZDF90RtZ4sKR0WlQb5ssJo/0p9Zpm VdzVP5lZ6mmxqZqrevgC5eX8yEar8E7JKZLyb1QKv5wciKmYaWxyLFNLDGO0ZorPR5SSxC 2wHev7X24XWc+Zyy3pLSuM0q3cG6pDsNdLqsJ77Xqf745an6k0l4TBlkH+lE3w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667149973; a=rsa-sha256; cv=none; b=xmmmM75g+NEOZBKIeiE/O48bg7MrK7aB1ADcZ9KX81CGAxUBk+S0/IfL2DWPSGBCA8uDAY IYqw6DWoUV5zKunmGqMxnhuFqZzAtiHXynL1II69PW8pP7fS5ZsmyEszTYhX/w2PXgk2xF TzlQm+l2phFwWNLZKaDIpWRqKl9akq0Z5IIRox0fV1w3Dq0xbnzDGR5n/UumHI/dvRco09 aZFoRXZkcYDF7J5DYGYLc5w0r5ngWujb/+wMj6gFfQ03/l97ftLp69a1u3EftCAY5Ezep2 B138Ie1dektKIQprYzdG11TDtlUBdXlcuc3uSRBIV4tVovxgLH1oAq4MToQRVw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |crash, needs-qa --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 30 21:00:33 2022 X-Original-To: apache@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 4N0pb54dBYz4gb0Y for ; Sun, 30 Oct 2022 21:00:33 +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 4N0pb522Cdz3npm for ; Sun, 30 Oct 2022 21:00:33 +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 4N0pb50w62z19rf for ; Sun, 30 Oct 2022 21:00:33 +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 29UL0X7l008222 for ; Sun, 30 Oct 2022 21:00:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29UL0Xra008221 for apache@FreeBSD.org; Sun, 30 Oct 2022 21:00:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202210302100.29UL0Xra008221@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 30 Oct 2022 21:00:33 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16671636331.ceb8.5939" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667163633; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OqcmQT4YaMb8N3bmtjOTDytraGKdFyFshbyobXraBeA=; b=tyxGPdm9bZJ0JcXqOtAjkJaC5xAhwdVlFFllTPjC/qRrX6pWowLyDWJkhq6nAc1ruyTF9f CzaQ1DG4J5pFrIij6zuPR/bv7QZsIUhSEFdYl901FTrkCZlGwJmyJQ+2JKUT4+SoWaT6nG v1nonLotselojyYQYwHC0zgakt1C3IWYKTbemxhqB/WnlRLo61n/kUwScAfyLXWUjyOq0s lR4XsyXnZIy5eAB2nohBs9sV7/AvB5CQnisHcCBxEIrTUwLDLvYI60NlGDWIQHQOXk96Qu qGqSjqi463UP5OANjiI6gZxkYicosqW/LhtfB3tR97/eopzqyzOv9UWhcI2gCQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667163633; a=rsa-sha256; cv=none; b=rUWHdPAYt5ph2REZHlWQj8+ggeqq2LxgX27FbPCbZ9JBIaI9Dip5LlnaD4eAby1RsTrEoO w690eh6oREQXdYBTvTDDiHNJV+ld84BFu5II6AfBIfFosqkyC0Zjfs6QXjwIJVrdczZDzG eDWNfTSctrpEbH5ncxSU7RapblNBpAhKBABp1ZjuYIiGEAuXRMSIdPMNN4hHNkXWvy7X8Z MxjsBGe2ZJj0NoU0vfNMtsb3XgkvcUD/C05GlVZo5uj8UMZjrTZqlt4QtWvFxT9xZ9v/tR Nr400pgSa6uhxDLlNudvMjCUQCAIog7orgs9KNQciJ44S9hWLy/ciNa5eHQ4Fw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16671636331.ceb8.5939 Date: Sun, 30 Oct 2022 21:00:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16671636331.ceb8.5939 Date: Sun, 30 Oct 2022 21:00:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16671636331.ceb8.5939-- From nobody Sun Oct 30 21:50:28 2022 X-Original-To: apache@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 4N0qhj0R0xz4ghQQ for ; Sun, 30 Oct 2022 21:50:29 +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 4N0qhh48qgz3y0w for ; Sun, 30 Oct 2022 21:50:28 +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 4N0qhh2qL9z1Blf for ; Sun, 30 Oct 2022 21:50:28 +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 29ULoS9x084721 for ; Sun, 30 Oct 2022 21:50:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29ULoSM2084720 for apache@FreeBSD.org; Sun, 30 Oct 2022 21:50:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sun, 30 Oct 2022 21:50:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667166628; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AMxMmZt9d4CFg+HFJtWT8pEL151J6ztVEflHASUpXsE=; b=gWrLYYS/7aTxviq4qNRKzNsG9ynyh373cuZyH8kJPh5G5BQNy9w6eQtcGiwhyhjXTRKDtY J6Q0wLiOCAukHIrY1YwcJFeQVJel4dPYAsSCctmNYbcPcUgSblwdPobUjWw/e9iMq7E3cZ ZgNxJ0hxGN7Fu4OOM4dqR0hmLnwFcMEEsfLmTXKUsRPhzie2am0s1g0nuV4d2wzeoVlTiN upcnf/0cUWRrScdvMBIyjXKSmNsnpoBj+9x0Br9Oau6MQMLLYfCl/1uScYfT3Ma1MIyIz1 UddM30spAr7FJR5z83nu9p09Ox0dSqsY4iGFRasmcjKWwTlV79QoHMYpYjfaGw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667166628; a=rsa-sha256; cv=none; b=eD3hmRJtiJ5U/xkbpFJwa1iqx6QV04hL/wxsANqnEkZnqoXsbty+FhHdiZj5mqeeQr22Om mXFWf17KwLz/KijHXKCRb9qmN9kdMxgl4hquy8JvEdmtYqNy7oE6k4Zspra9p+ab6JQSdh fPIueUUvl1vXUnC/nnI4trC6rot+dD5IoaG8VL4NZCfEIKdP8aEYOjdF9kgEtx3ciil9Vm SV99cjd2ZyQEXaSujq2YAwPOgicMvVvCxsxlGHNSJnubmSQZltmvPOvaZ6rZlShf0h8D+j NPI3O6mOvMPfqh3HBcXF7uUm42hu1J3GHCO3/+ngeNSQ01n97e7I9YHW8408PA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #1 from Kubilay Kocak --- Thank you for your report. - Could you please include a full `pkg version -v` output file as an attachment - Is the issue reproducible without any one or more of the perl/php/dbd{,mysql} combinations? It would be great to isolate the minimum reproduction requirements - Reproduction test against packages:latest (versions) would be useful. - Are you able to provide a backtrace as an attachment here (via gdb or similar) of the resulting core file? Rebuilding one or more or all of the implicated apache modules (and apache, and gd) may provide better details. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 31 07:17:47 2022 X-Original-To: apache@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 4N14HH5WL4z4gwTr for ; Mon, 31 Oct 2022 07:17:47 +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 4N14HH3bHXz40Sm for ; Mon, 31 Oct 2022 07:17:47 +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 4N14HH2cX6zRf0 for ; Mon, 31 Oct 2022 07:17:47 +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 29V7HlDP092099 for ; Mon, 31 Oct 2022 07:17:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 29V7HlRS092098 for apache@FreeBSD.org; Mon, 31 Oct 2022 07:17:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Mon, 31 Oct 2022 07:17:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667200667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XRaSd/8XC9WJmewuwzIdIJon7KeCOiO7weH06jXIgMs=; b=b3JyD1eL5R/zpc/0mSN6/ky3B5gA8REfNPRe5QZz+/FQPmSGJz+icXL9B8UUBPsqhP5BTF c5V573guwza6YWemvaxBjMTSvmzhPuTt13fmJfPPpYlayogaPplUAmJ/WFsH5YsfTzoxSa i7ysXUM9e7+2I+Mm1jYktnPG0yFBUGL/EQeT9fxFUjTW2e9HDlA7FrrM0HsynHEvJC8fFS EJhsolTK50V5yP0DSETugiBw1Yc5cWG4/XPfegXhKoUY8xWz9QdUnMW07wJNK3HfXrsBNP KfiKOMVunj85PJw6CVgSPQbesQh4SRsVEQqozFun6kTHghUCMAswh65tpZc6hg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667200667; a=rsa-sha256; cv=none; b=Z4qDWTuS5qH3h2u9/jzpxU1c+6SXlf4fOqDJqvfGTWQNCxxNOiOI/iyuyD30yW5e3SrJ+6 K5ZOBB3C0ZyxImoq28+OuAGwAEVSj5lansq8EeR1/tnatMvY1n1Lm+6rPfTp/rLvn4IQBs uMZYk5h2za9NZZWv7+VhhWmhTeCRVLfsLJwJIggabgHvVTdBKATVqlAWzpRFD/mVYDWRXI w2jDHRVEprjqCWlX6gO4kswNeFWTJO7BAOsv94mVxiVia3zOTjQl/U6vzvGJSJTdes+pI4 bpsYUibP/Nw9jiXGSq6JzYJ6B8iJPdlSBmW4KqZxUBvrQXrTMwV7QOT6CiELfw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 Tatsuki Makino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tatsuki_makino@hotmail.com --- Comment #2 from Tatsuki Makino --- My apache24 httpd had a similar bomb so I'll watch here too :) In my case, originally there was no problem, but after making the following changes, it occurs rarely. + LoadModule http2_module + switch to LoadModule mpm_event_module instead mpm_prefork_module for http2_module + reinstalled mod_php74 with turn on ZTS for mpm_event_module Since I only recently noticed it, I have added CoreDumpDirectory /tmp to see what happens, but so far that hasn't happened yet. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 1 01:53:56 2022 X-Original-To: apache@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 4N1Y382n2Yz4h5lL for ; Tue, 1 Nov 2022 01:53:56 +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 4N1Y380cFpz3bnC for ; Tue, 1 Nov 2022 01:53:56 +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 4N1Y376mhNzyQQ for ; Tue, 1 Nov 2022 01:53:55 +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 2A11rtgw046704 for ; Tue, 1 Nov 2022 01:53:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A11rto1046703 for apache@FreeBSD.org; Tue, 1 Nov 2022 01:53:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Tue, 01 Nov 2022 01:53:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: papowell@astart.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667267636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=e7Fztps0X0Rh25tHbf4HHAaxqwDPBBSOMk77tSIJdUk=; b=cWVm9cbQKnXubP7EdJSlCSBF+PbAWGntfOeQtFRH+xM2Df1BPnC7Z38C/vhJdw7/uAdxFE xSfBsjjNGM3znbyLUsCKRCNw+FtN5JPdsu7wms1HuXcINye9KK1gGyvMD3XJorNmuCZobJ GXe+fL8sxZYUvWvHC1oMpQY7F3vJKft9yn+deEw0byWxxr3bspRPGMZVYuZ7JqT0fQgUSL /aCVsNLbDiJ1HVkmgheQCso6DFsw7fh9KvH/Wn1aYCiQXtZjUa2Cz7yG0WM2IsQxJU03cA lMSjFxB7FtIjtn5RDzuunDX+lIlXafjWKgyLuTEmlar01sDfU4PWCRO5LozeFA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667267636; a=rsa-sha256; cv=none; b=t/qta43Z6Yse/o74brvMqQCLD8vvdRGURnqZ1huD2cpDkDGMUVJrT7any6Sl0rkLX4JuJR +dqXHJIaquAFyccGmwPCFIXh+j7SoP9i2lLO4tXdmmJ0lpInjESx6KL2L0Susi1xzEJGQY Ac/cA18Q2KIWTWtVXNwittf76Kvz2+wjVg8z9kjuiKInGVl2Do3+hoG2cduPV6z/d66Vx6 IBwMCNC+ain/gBSFvIo1/zl0ntS8AFS+eqzgkHRteGtBqo5IMLQ+ThplEfusCmx196aPVH l/Xg4F+Jf6UfK/g2lemScg0BtPbzezwYTiJxEhTmxbZVFEN+eWvcuX6uJ8omig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #3 from papowell@astart.com --- Created attachment 237776 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237776&action= =3Dedit steps taken, output of pkg version -v, and error messaes --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 1 02:42:32 2022 X-Original-To: apache@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 4N1Z7F0Kjhz4hBml for ; Tue, 1 Nov 2022 02:42:33 +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 4N1Z7D5WLdz3fmK for ; Tue, 1 Nov 2022 02:42:32 +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 4N1Z7D4ZXZz10PR for ; Tue, 1 Nov 2022 02:42:32 +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 2A12gWNl029397 for ; Tue, 1 Nov 2022 02:42:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A12gWxE029396 for apache@FreeBSD.org; Tue, 1 Nov 2022 02:42:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Tue, 01 Nov 2022 02:42:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: papowell@astart.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667270552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W51M3KIHDSTAHBc9k4FF0GaRVTPUC6YXdZ8lAO1TEEs=; b=WGua/kkF478KcaMlsg93vo44abUuYIXYss18T8lTqbZQkL+M+c7VoDS0mk1NsKuJrDPcYE 81gUlh9Q1gZdg3YNSmpPJZh/mvfvhXaf9MGk4tVsoFw7HXmfI+VrTm5tTMVyuGM3WZ74VD v7I7pBv4MpATBCUadP425MIaiR6pfU5OcHUabndxZtmNeJ4aqkR2WgK9pxlDM6sYWUChZ+ WqNITLXdXQWtnNLnsCMQBKpF/GsSx4f+8Fz3lsLWOBsRZ75azmf3WaVuAuG8WenQNmxZ1I vDLvgZOCLbktq+MGAdS1orUgEuDsFJFwAinFUC7YGnFqNCULMO79tQAKy/mCsA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667270552; a=rsa-sha256; cv=none; b=VcfAs/ZmS7nb9hscklm9241nz7vIgGKLDXa1nsO61Lt00QGMoXba7pFQyJzKaCjlRtR5R6 jYE3rhX/RppBRFEYwPQM9atiK1hjr45ZYNlsEABuRQwO9tbMgHHq0flqL/54agxwxaDog2 hPW8PrxcQF5rsOrZZsQYC3/N03Nzef7ZLbK7ap07iM6BSOl9n04G+ipEKhM0eNl3tvwLRk 2a5UhyUG3y4+l+/2SIvUYMI7Ny0rNJ0kPrqz1HA2hwWW+HNSsamr/czZ0ikoXe7GL2k82r 4xnluzVi1AYJFqv/Ypb6mdnXsvh3qiBpSVEt5gVtjsjFtOteTdDcst9OPxiCEg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #4 from papowell@astart.com --- MPORTANT UPDATE - See the end of this comment. # - Could you please include a full `pkg version -v` output file as an # attachment See the attached error file # # - Is the issue reproducible without any one or more of the # perl/php/dbd{,mysql} combinations? It would be great to isolate the minim= um # reproduction requirements I seem to have found the minimum configuration. You need mod_perl (with GD), mod_php7, and mod_dbd (apr1 with MySQL) mod_perl (no mod_php) mod_dbd is OK mod_perl mod_php (no mod_dbd) is OK # # - Reproduction test against packages:latest (versions) would be useful. # I did this - see comments at end # - Are you able to provide a backtrace as an attachment here (via gdb or # similar) of the resulting core file? Rebuilding one or more or all of the # implicated apache modules (and apache, and gd) may provide better details. Tell me how to get the dump/corefile and I will send it. UPDATE Mon Oct 31 19:17:26 PDT 2022 I started with a new/clean 12-3 machine, downloaded the packages from 12-3 Latest repository, portsnap fetch extract (latest ports???) Ran apacchetl restart - no errors, able to fetch gd.cgi, Info.php I compiled devel/apr1 with MySQL support and enabled the LoadModule dbd_module line. # TEST LoadModule dbd_module libexec/apache24/mod_dbd.so # TEST LoadModule perl_module libexec/apache24/mod_perl.so LoadModule pWhen I ran apachectl restart I got this message - it is the first time I have seen this. # apachectl restart Performing sanity check on apache24 configuration: ld-elf.so.1: /usr/local/sbin/httpd: Undefined symbol "apr_crypto_block_cleanup" root@sim96:/install/SIM95_WEB-1.3 # apachectl start Performing sanity check on apache24 configuration: ld-elf.so.1: /usr/local/sbin/httpd: Undefined symbol "apr_crypto_block_cleanup" /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24 Here is the apache log files: root@sim96:/install/SIM95_WEB-1.3 # tail /var/log/apache/* =3D=3D> /var/log/apache/httpd-access.log <=3D=3D =3D=3D> /var/log/apache/httpd-error.log <=3D=3D [Mon Oct 31 17:47:45.918582 2022] [mpm_prefork:notice] [pid 88032] AH00163: Apache/2.4.54 ( FreeBSD) PHP/7.4.32 mod_perl/2.0.12 Perl/v5.32.1 configured -- resuming nor= mal operations [Mon Oct 31 17:47:45.918672 2022] [core:notice] [pid 88032] AH00094: Command line: '/usr/lo cal/sbin/httpd -D NOHTTPACCEPT' =3D=3D> /var/log/apache/sim96-access.log <=3D=3D 128.1.1.5 - - [31/Oct/2022:18:09:44 -0700] "GET /gd.cgi HTTP/1.1" 200 136 128.1.1.5 - - [31/Oct/2022:18:09:45 -0700] "GET /image.png HTTP/1.1" 200 631 =3D=3D> /var/log/apache/sim96-error.log <=3D=3D I update the devel/apr1 configuration, removed the MySQl. did make clean deinstall reinstall and the restarted apache: I got the same error. I went to /var/cache/pkg and did: pkg add -f apr-1.7.0.1.6.1_2.pkg This eliminated the error message. I suspect that the apr1 code may be the culprit. hp7_module libexec/apache24/libphp7.so --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 1 21:34:22 2022 X-Original-To: apache@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 4N23FB2b2Nz4hKYw for ; Tue, 1 Nov 2022 21:34:22 +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 4N23FB14H2z3PmN for ; Tue, 1 Nov 2022 21:34:22 +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 4N23F972zpzXBK for ; Tue, 1 Nov 2022 21:34:21 +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 2A1LYLSH024114 for ; Tue, 1 Nov 2022 21:34:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A1LYL0g024113 for apache@FreeBSD.org; Tue, 1 Nov 2022 21:34:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Tue, 01 Nov 2022 21:34:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667338462; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NZmxENUruuOf5Q2yFP9HtafycE6xtPL0zwpnN+5Sd5s=; b=nxRataI8V/tWib7h8mgKCfYX+G8glTcyolDAO1EsvVqBV4htesVdpUy4tgCtz5ztaVYzFv XjG2ogBqohwIeJx2LZWDBiFojYBvhGWwnoL0MxpSLudl8bFOgfI3btZwzszW+VXzjJGVrG V2ibsdAXe2t7pJdqZvoHPaczAgLJ2LdEvzZFcX3kU7IdbIsP2s4rnFlCksFV+7n9KJbJVq WDgHQd6LOFFEP1tP7qULNBN0sjSZ9PasoVV5aD5kaMobuWJB2jydf/PxkxMfrOZfLXAb1g YcfnoMnpLrmHN6FejM83XCt7JC/vc72UzXm3EaJIVOfhLRKCqxfnKGz26lYlNg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667338462; a=rsa-sha256; cv=none; b=H7fRnisZoMobeU/BspAyRTofl0CVLAtmY5xPoeVnsuJ5pBZUD6p8rQDpDh3pBg0uBSz3HG jbPzEPYo+tzvIDSErH1w8QIX3bAfoMXQWNReC7uRo2moq26Gs2iGSXlG4pKozji4Iuxj4H lPJS9c3xz9p9sqJT/ncLQefX8fcsVYlWTuFp6MUkJyQmI0pV5fg51LWlin+orezLje81WP PtNa8BAxaFo9XwllnoGIHVXBGRsPgfQtz7Ni2R+AaLIWskXsOqjFo/Vxxnckqax1fldBnZ 4YMobWHuaeQIWy1fPFVxmGOuVckQC32fQkFfhk/pU/iSAvATbVxclGlhag3D4w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #5 from Tatsuki Makino --- I got [Wed Nov 02 06:01:58.484944 2022] [core:notice] [pid 39094:tid 34371067904] AH00052: child pid 39098 exit signal Segmentation fault (11) However, no core dump was obtained because the following was forgotten :) sysctl kern.sugid_coredump=3D1 (In reply to papowell from comment #4) > Tell me how to get the dump/corefile and I will send it. The core dump configuration on the Apache httpd side is to set CoreDumpDirectory directive. The following sysctl settings are available for core dumping on the FreeBSD side. kern.coredump kern.corefile kern.sugid_coredump ...such as. Since a non-privileged user will be dumping core, the write destination mus= t be a directory that anyone can write to. Although not found in the Japanese documentation, it also seems necessary to set kern.sugid_coredump to 1. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 2 08:06:49 2022 X-Original-To: apache@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 4N2KGx3dDXz4gTpj for ; Wed, 2 Nov 2022 08:06:49 +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 4N2KGx1j6lz3jR9 for ; Wed, 2 Nov 2022 08:06:49 +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 4N2KGx0lqmzpGk for ; Wed, 2 Nov 2022 08:06:49 +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 2A286nPA016526 for ; Wed, 2 Nov 2022 08:06:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A286nww016525 for apache@FreeBSD.org; Wed, 2 Nov 2022 08:06:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 245910] www/mod_auth_mysql_another: Group functionality broken with apache24 Date: Wed, 02 Nov 2022 08:06:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667376409; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l+ZAQfiwOSKihUgalraU8SwPETBby6NrYC6vEkUE7ao=; b=DkZx7h0O48ZaieIwrF8KLZWkU7xLUPR7tXUl8xehjtjFxp7M1OG17yXRZoMpriRemhqhhn c50zpH4NUooMDQdvlvR5DuXnB9KDAitUMW820lMoCEmGHDQNfdq89WnV/H0KQXyYBD3mlY +i6Oyq8SryHheZQTeFAt7b7hTpyGcn76qlAaI/Eo20U8YwRZLtBg1c4EFrGEQ6BUGFkukt M7O6eQPCkVDA0cCv9fLcdvSLUkL6OWgp8QTzbDBjk8MEmLxKMtOiOoXly33iBl/cakjBJP 9RPgq6A1W7U9NxTYlL9W3kWRZEW+QcUxv6gZlrfm56oqYb8qr0bGjMQUrPmORQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667376409; a=rsa-sha256; cv=none; b=saz58+S3AFOvm9PJWkIiPa6YaxfnpKGvJYfJRvPtaSDTm2eOHENIniDbRJRgwlK1BNm/2A Aw3xBgyQj9LeEm6h/D3TwSrh/I34fMu3DU0SvccpJ8QGEDTI8bXh00nRFkxUhb374AX0ZB /drjcbQEFIom+CBRJGYBbMw5n93d/9THcc7jZyWIJncimPB7voeIGJQUWvVEPVdmlOPeAw LEp9KyWYMeAdBUHdlrasWpTD6bJmtn82JioguyA38ICS2EWMGKpjJSNgDuwVAAuKqR/TYW 1BTboNqVsD1+4ocLc7K6AoiGjvhF8G8fBvuGznlfyz3tH4Yc6dcsgmSor7Zqgw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245910 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Feedback Timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 4 12:29:36 2022 X-Original-To: apache@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 4N3g1F5Djpz4gffC for ; Fri, 4 Nov 2022 12:29:37 +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 4N3g1F32mcz3sg8 for ; Fri, 4 Nov 2022 12:29:37 +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 4N3g1F24XRz1G2p for ; Fri, 4 Nov 2022 12:29:37 +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 2A4CTbCf081021 for ; Fri, 4 Nov 2022 12:29:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A4CTbO2081020 for apache@FreeBSD.org; Fri, 4 Nov 2022 12:29:37 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 267559] www/apache24: Move DAV lock tot directory layed out with hier(7) Date: Fri, 04 Nov 2022 12:29:36 +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 Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667564977; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6u9cjfiHJZJ86Jo0rQ9SnT11neYVlOkvH82dmxJOZho=; b=g7oZZjBBFqvDSbjP9LdyeIRWDxBRlWFGQhJ8CXAkYGYFNlkLVKYGiWZdtBfwyshuNO+a3z 7PEpiGvW0BE+tcYyn33gWVO3b0LkMgZhJTzQ3yEaVVj96nFqp0Q9hbqIFo3MqZFGAXm4Kg EkMxLQQGP1liQVT3zwXvXZy6M855dwmm7O1bBJ4+dTMOv9m6DxW3C/DWRjvJzV7Rk8RDbM VaX5vO4XXvE6W2VcahL4tvq8fEyYdaQZ1s6GRCX5Dgfg7ygvjOnXaWPeg/dwp3hWVhMN21 nLvED8QVLo2qFUaJFbaVYNdkZ0JhENxJE1VrPQY7LHeTCZxCCVjiHa2nj8H2VA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667564977; a=rsa-sha256; cv=none; b=DMogFm/DkZ784MfAfWT0SYa930SRUpU5LJDzvnGCExVQyp8o+TA61nNnVsXyjzTXiNjOfR LH9D0i77fBwqq8rtRqbl94nPGMh2G2oun2ZWrFYfB5npi8lyLb8xeciQ0yU3Ns0ZwNHPKY oSkxeWQr2UVme3K3TCk8zuedObfFvGotWiOP8XM5f+W88I8H9Npw/k10j2SU019ThTftbj r5DeI93+GWfXLOWAAUlISKNVmh+T4czq0arWFAkZzA+bjUooAssiLw1BaOawgoA0W1ciBf IxarYUEkAF17+u2Fv6Csv6PwH2MlxLi1J4qEjixV0OiwFF6llrjzV0EiQrfm/A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 267559: www/apache24: Move DAV lock tot directory layed out with hier(7) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267559 --- Description --- mod_dav_fs requires a DavLockDB config option. Currently it points to "/usr/local/var/DavLock" which contradicts to hier(7) where such variable (transient) data should reside in /var. Proposal is to create /var/db/apache, /var/db/apache/DavLock in pkg-plist, owned by www:www as required by docs and patch the sample file. From nobody Fri Nov 4 12:29:36 2022 X-Original-To: apache@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 4N3g1F5cSZz4gfn1 for ; Fri, 4 Nov 2022 12:29:37 +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 4N3g1F4MyGz3sjY for ; Fri, 4 Nov 2022 12:29:37 +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 4N3g1F3DW3z1GMp for ; Fri, 4 Nov 2022 12:29:37 +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 2A4CTbPw081028 for ; Fri, 4 Nov 2022 12:29:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A4CTbSQ081027 for apache@FreeBSD.org; Fri, 4 Nov 2022 12:29:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267559] www/apache24: Move DAV lock tot directory layed out with hier(7) Date: Fri, 04 Nov 2022 12:29:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michael.osipov@siemens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667564977; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=322SRl6c1Mf+gK5cRs5AwYpJGxO9L6chu2v1Y+k7bHA=; b=Q9iZt7e7N5AZdiVQ+b21R6ry9kacVkmJAScHLZqvrSTFO9U+3cm2+C8anEYQze1/9ws0sg fUsQGhUlMJhRPfAFyDyqtH9hUKCJRbYfx8iyiJsDfJUMTrZk1z1lwa0RraqRUrA5+CGtox no8la6bQ6UqApMczn4xkQfwYke2ARPbhoMMKem5In9hwYM+jpK4trY7DOsgZ3metrMe1pJ mu9MohE/f59D5wkOEsrMDDtI7Ye7EqhEvdRzvQvy9g1eRaGOeefmyKW2hUimOpTBNAmtgk VvYwpSn6vZ3QdPutxHiOazM9n093HVVPfoIoIh4iV22edhoURdCe37zWRmwPjQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667564977; a=rsa-sha256; cv=none; b=HFqKLJq6uoVbZZMZO5tQwOInfQF8BxD5Y6+aOF5eCAWltGa5TlOQ8mfZby1NFJE8uVWzp2 jQdD4YiJKDyIE1gDBhEKqSXmGsCBVQWxS/VZUUJgNKIibhHwfRqC8I0IHxthHLzsiTRQPC KNymu8zZkr5Ud8s20g5ZDy6OP/qqe86vZjv0gugiJ9fKn6HdIA24tVdBcD/GgsK/TJujUM JD23o45GlTselLUwsTbFA3cfVVaYlTEKHRA0I1w5Hn2/2o0z35DMarzPkZ2v5B8bhyL3zW fvLftB7vD3X8vEYUR60lyQV/B4PICVfvMRqT2+nWrdstKPYkej1AXQ+3/KpZdA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267559 Bug ID: 267559 Summary: www/apache24: Move DAV lock tot directory layed out with hier(7) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: michael.osipov@siemens.com Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) mod_dav_fs requires a DavLockDB config option. Currently it points to "/usr/local/var/DavLock" which contradicts to hier(7) where such variable (transient) data should reside in /var. Proposal is to create /var/db/apache, /var/db/apache/DavLock in pkg-plist, owned by www:www as required by docs and patch the sample file. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 4 12:30:00 2022 X-Original-To: apache@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 4N3g1h1B2Kz4gffF for ; Fri, 4 Nov 2022 12:30:00 +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 4N3g1g65pfz3sqW for ; Fri, 4 Nov 2022 12:29:59 +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 4N3g1g56vDz1G7s for ; Fri, 4 Nov 2022 12:29:59 +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 2A4CTxxZ081266 for ; Fri, 4 Nov 2022 12:29:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A4CTxj2081265 for apache@FreeBSD.org; Fri, 4 Nov 2022 12:29:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267559] www/apache24: Move DAV lock to directory layed out by hier(7) Date: Fri, 04 Nov 2022 12:30:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michael.osipov@siemens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667564999; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jmkrv9NhmukYwDQA7jxwoMTMYhCz2WEMu7hjf/9cFkI=; b=QvH0+OAWaC4LYPF8DXWftOqjr4ytNUQ0QXRGKTPc2+n3hGPmOVfiVets9qB73+NZ7tbQ6s 7OjOc8xXMrLs7xl+8hRxz0LHs4h7SAO6dV/FO44kVAEJhNC4fJMJhHQZ/eXd9mxp3Pz+bz uzk5BtB/NVzPhYVyEvgYnWn5qbDzA/AN0g8DH3T2ntLLP67iUcAMICNqkW8VahC7BWwupy wJFqkPQij9xvV2tjhiUpuV9LLulUkK1x2sO+Ou8vvzB1L8RHE3TJsPUibcldMSpVJz4ll2 pV2GaE3fRqrc3KAOXj419dTWdw3k7PXoHN4502AAtH6+HGHw6cNmfynfrXisgw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667564999; a=rsa-sha256; cv=none; b=MJEU1d/QI230TsMze3WBobNoeSxCL09p6j6ENT9wZXGEeeChPcfHhcxPhXdOdyUIt3fFKk xdmSgsF0W9tU+HqUQPPkTFrurgn93UGfjAR3KAZehfvPPxb8U8Gl31Z9ywqsWG2fHzgITX 0l4AmdTXHbSkygG1kvOANN8Y30nTnIFp9X4wWyMDQ7/jb44ppmVC4tNZLfnL3shFOSlNlJ hVsRUaOPeNjgar+qbjoJX33XNzavWi4pZAmR3C1DiwSf84zGmYbjEq9SqcVUpuYS9X16PX Qayj3wyPN/wK9eV69D7ZWRm8Db4XQKTXKVPCaGrshPuaP4RHOweKR0Dc6a1iuw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267559 Michael Osipov changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/apache24: Move DAV lock |www/apache24: Move DAV lock |tot directory layed out |to directory layed out by |with hier(7) |hier(7) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 4 17:53:11 2022 X-Original-To: apache@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 4N3pBc5FMJz4hLfC for ; Fri, 4 Nov 2022 17:53:12 +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 4N3pBc37Hkz3VkK for ; Fri, 4 Nov 2022 17:53:12 +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 4N3pBc2BFdz1Pnk for ; Fri, 4 Nov 2022 17:53:12 +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 2A4HrCoT015363 for ; Fri, 4 Nov 2022 17:53:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A4HrCqY015362 for apache@FreeBSD.org; Fri, 4 Nov 2022 17:53:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267559] www/apache24: Move DAV lock to directory layed out by hier(7) Date: Fri, 04 Nov 2022 17:53:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667584392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RvdMk8jkYUB8YlI2WYP6acg1T/g5RK8gZcfqnVIS9zw=; b=sXXwoKtgkOZE3mTLLcFtA/4twBGGipn5XH3QJfikBuZGGf8IloAfpqXn9f8d1UHFSWcmG2 ann8Yg53EafeN/yz8uJ3xIKN8GLMeeb/qQpfwFe3gWQzAVImqwRvQhlN88nwE2ho80IqBa atkrEbdBhpCR2alPI/To4BKVDqS7ZFcTDJS+X/cgd0aOgOapWl2Tw0GshaZ9CBNfLOoCQI UvvyrfHECqotETIbnTMcHNYXh0SLS/rFzQcDCgC0rE4u8WnAbLFR6BMpDKv8MVDNXlTga4 iBjaJ0wQb6wuyHcvdKWTxOrasTSV6sbm+MEeiM35DuhljwtBCTQ3NnxTcGETKw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667584392; a=rsa-sha256; cv=none; b=CVkvhgXpF5va0cq2eUuT1sYNoRvcZzNUaHU+N1eOijXSeGNaTxIZ+Lvd+sWaXCMDWOAdd0 ByVQK5RVAhF/pTkqVBe6hvRsE+j9bYCC7HprhUNX1dekPJx7ohKnzYvZ0jRcgQ12qGE+l8 AMHoir1NzrEEjH4lTaiNbvOwcHx1pkUCg7PFt2wsN5h78ExOPmCktyTTltouhoN1Pwl3FF 6eIx8t6lv6OBGGRYeSacstPTzNbJ1D0kmkcVEhCp2zEcgv+h72GMcMWdOXtk2z+0q/6gF9 /uVQK5xVy08Wj+f8/EQSHyJPSvu/QRtLJXIrg+wLHlZ+Tg3NT2YEy5MLhdJMNg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267559 --- Comment #1 from Chris Hutchinson --- directory s/layed/laid/g out --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 4 17:53:50 2022 X-Original-To: apache@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 4N3pCL5lqbz4hLcF for ; Fri, 4 Nov 2022 17:53:50 +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 4N3pCL4D3Gz3Vbf for ; Fri, 4 Nov 2022 17:53:50 +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 4N3pCL3FvYz1Ptd for ; Fri, 4 Nov 2022 17:53:50 +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 2A4Hroq9015542 for ; Fri, 4 Nov 2022 17:53:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A4HroDQ015541 for apache@FreeBSD.org; Fri, 4 Nov 2022 17:53:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267559] www/apache24: Move DAV lock to directory laid out by hier(7) Date: Fri, 04 Nov 2022 17:53:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michael.osipov@siemens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667584430; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nCRHsYJfmq1wmL57vBXr2C9Uz5DVLK7IALjGTI0IkwI=; b=ceGxy6MeggNqNNF1/mw3PXMn9bW85faYfRLjPnJJ/uPwpcQiEyteuLRSSsYCbwu2T24MUi 5rcdPNVsgAP1kqSd4j7ElKq8z8wu83vI738Y3rLZXq8ouIkS/TKEnOEihBOnCfPLI65Axo 65DkU+B2kAguFoEVqQsGYpfl4M4c0dUJtZn7pD0SyLihPDPSQFXEX5/WsDzDaprtr8n8QK /Jy5a8o2j1LSb1/jsvIX36rYN1+PfXfkngx+lWgZUQvW4GQgYfVyo6hL84zBCjvLY2nXVf e9n8rm4M0geTQdAPJWcudO5qAp02pKf6R+jJ46jeEbdVamjM0DDt72tB7+Qj4w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667584430; a=rsa-sha256; cv=none; b=OvED0CJi36aUqdN65W5sfpH5A3KKHXa7ftxHCEMO0SIiDMynTuN0vormG1iA4KCh7rPnSi mMmZ6YTqnrWbwZnCOXg2nJ9Aqe6WZBDvg4HUGvhqGxb1SHUJvshOKUlYozqf459XUZjSx0 I3X3RHsy7XjQR6eoeFIK5Biha4RGgGZ9E/ZVyWw+iDm294QDEBxKQdfLtg7CpniUxj/CyN 1OKyoA1dhUIWpm4aCvTuJLZgg2NPwwrjI8q1QcW5x5Fnrell8J0dvpNlXboe5hSxaOvE5K B21jR0P+bQzIqh3X9+yZkIam1sQjhILf2oeRVXULGc9TFcSMC8T359Xaz0GyfQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267559 Michael Osipov changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/apache24: Move DAV lock |www/apache24: Move DAV lock |to directory layed out by |to directory laid out by |hier(7) |hier(7) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 4 17:54:09 2022 X-Original-To: apache@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 4N3pCj5H18z4hLPk for ; Fri, 4 Nov 2022 17:54:09 +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 4N3pCj3G6yz3W2P for ; Fri, 4 Nov 2022 17:54:09 +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 4N3pCj2HBTz1Q70 for ; Fri, 4 Nov 2022 17:54:09 +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 2A4Hs912015781 for ; Fri, 4 Nov 2022 17:54:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A4Hs9Iq015780 for apache@FreeBSD.org; Fri, 4 Nov 2022 17:54:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267559] www/apache24: Move DAV lock to directory laid out by hier(7) Date: Fri, 04 Nov 2022 17:54:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michael.osipov@siemens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667584449; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hJiOwyVrE1ziaIDoGrZiUhnIM1rdVws0pRSjD2zhAsA=; b=muUS6KtkqI+DP/nCbn9WNjGmyDJBdfbik3mgOWpwQQD2ePmRseio0+mmtn7HpBHUOZNuUH tsr2v3mskfO+WHLiCRm6HsH0BDeR2Pu1j5zMSnVLXgstmrWXN5r2k29G67xG8sPtkm75fn 34pXgYDpcWcGSiMuXM3GIxBz7WSDDRoVYnoORgpsie8TwcSp6pbHw0Kra9ScA7D+ET5k/v gA8x3W3ohXT0FcybE9gd4gvcSa+EFTqPn3Hx4Ks0gvBjRVQie7/zUfZt94ZAkR2XumtMn0 fc0a322L5dz6Jli+G09zIzH4qaCMeYHoT28BlpeX3jsvud2IJXFESjDXTspoTQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667584449; a=rsa-sha256; cv=none; b=PPC6YNC+Gsg65ZczRxnu7wN1eFLMRx8bxIDntewpUpaY1NtQSDzUYsEd6k+ho4EeoADXn5 dDdWZjnbD0qU8YGbz8Kh95nk0CvGleDzuxFE4exKuV3CL6EUQOfjDRCcROIiPfzDbph4Bw wR3KQoyLmC5I10xummR3NmTnRShnigEG/dC5T/yAWjGlDy1SxYbtXYS/UrnfW5rZi+BjXj gUDGdOfbd2xNWw2ahu4goHShc+6q6R5ds8GjJdpLbrA5e6t41Z13kFg7L2SJBsRq/6VYk0 dkH6lQVqBa//1a9mcMeXdonnAlRBSIzSmbJxA8XD0UNO6LrpkleftUyJi5sOcg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267559 --- Comment #2 from Michael Osipov --- (In reply to Chris Hutchinson from comment #1) Thanks, totally missed this irregular verb! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 5 03:57:32 2022 X-Original-To: apache@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 4N43bx2Zxtz4hZ32 for ; Sat, 5 Nov 2022 03:57:33 +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 4N43bw6JBlz3g1Y for ; Sat, 5 Nov 2022 03:57:32 +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 4N43bw5HLhzRwj for ; Sat, 5 Nov 2022 03:57:32 +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 2A53vWsc022638 for ; Sat, 5 Nov 2022 03:57:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A53vWrU022636 for apache@FreeBSD.org; Sat, 5 Nov 2022 03:57:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sat, 05 Nov 2022 03:57:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667620652; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZqEvBJykPXMkrFXqQNNlKpxK7FgHKq1ZXSpk/1SOZXg=; b=PkDpv3E8YCpa0FkIHL2CYkk1my0QVfJ2XGvkdi6JgLllcN5MgxRBR4EPybB/U/Qo2pkkm3 AMcIkb/+wXs2+Q2QdL0Pr2okKShbkW8+DOdXrtciO0eOgnDsqx15IzbQcXyz6GXS1Vdtui oKwBYU3isgP4JA2D3QgYkxwP6MDjhvNwYUePkgvZ8cZuQQVMS/dxIoJVUZ2Fvh+k0ptQ3G vjiKsqCwKAYQdXj7eP0237y52/JlYZc7aKScDXdUkclKNB7ZRWCRGHHWZD6SHDnW63f3iB qh9IzzwCqVnNcUdTRw+grzayETz3+Jm0JwXWiglnaiipdnZyAYhBpysK0n3uHQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667620652; a=rsa-sha256; cv=none; b=FszDIi/I+AdsS2ZrBm8c9OfpWDLUz63Vil/3dZTAN09s4QLIVIBv//pI3L50nSHwzfSF7P PRspeh9BEfWGWEjFx5+KAjUJlVITAWqPdMiJ3VBkj+L4A8o4XwBwTKT9s3aXovlktnH3Uj cORuR4A0pvVwXslzMmPQnovbDTJ0qp7e4du0HKrD32XXus7SzE7T9ljAowT8tmqQk44kdk Z8bNYKajpxnbyp6z0wXw1VULRZdEIU/cpMCpsqgpGzwKZE569UJtgCy0hla8jAq6sQrjJn jn7kiiSStHxd3hnBVrAl9bLuVxwmPerDJC0WQ2gEugT/jaIdjL9O+p6G1yBpVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #6 from Tatsuki Makino --- I will paste the backtrace of the core dump I just obtained. The result of uname -mrs is FreeBSD 12.4-STABLE amd64. The source is git stable/12-n235813-a43afddd4325-dirty. The backtrace is the standard output of the following command. Maybe we should build a debug version since there are many unnamed symbols? lldb -c /tmp/httpd.core -f /usr/local/sbin/httpd -o "bt all" -o q (lldb) target create "/usr/local/sbin/httpd" --core "/tmp/httpd.core" Core file '/tmp/httpd.core' (x86_64) was loaded. (lldb) bt all * thread #1, name =3D 'httpd', stop reason =3D signal SIGSEGV * frame #0: 0x000000080081623a libc.so.7`__sys_read + 10 frame #1: 0x0000000800637be6 libthr.so.3`___lldb_unnamed_symbol577 + 54 frame #2: 0x0000000000275690 httpd`ap_mpm_podx_check + 48 frame #3: 0x0000000800b5218b mod_mpm_event.so`___lldb_unnamed_symbol375= + 1291 frame #4: 0x0000000800b51b5a mod_mpm_event.so`___lldb_unnamed_symbol373= + 362 frame #5: 0x0000000800b5026c mod_mpm_event.so`___lldb_unnamed_symbol364= + 668 frame #6: 0x0000000000270b9b httpd`ap_run_mpm + 75 frame #7: 0x000000000025e0f0 httpd`main + 2480 frame #8: 0x000000000025d530 httpd`_start + 256 thread #2, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #3, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #4, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #5, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #6, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #7, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #8, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #9, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x00000008012376ed mod_http2.so`___lldb_unnamed_symbol930 + 3= 01 frame #3: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #10, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #11, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #12, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #13, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #14, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #15, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #16, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008007a6f2a libc.so.7`__sys_kill + 10 frame #1: 0x000000080063ac72 libthr.so.3`___lldb_unnamed_symbol638 + 210 frame #2: 0x000000080063a16e libthr.so.3`___lldb_unnamed_symbol619 + 318 frame #3: 0x00007ffffffff003 frame #4: 0x000000080298eb4f libgd.so.6`gdImageStringFTEx + 399 frame #5: 0x0000000802944ad1 gd.so`___lldb_unnamed_symbol499 + 849 frame #6: 0x0000000801d02cca libphp7.so`___lldb_unnamed_symbol7884 + 122 frame #7: 0x0000000801ccb388 libphp7.so`execute_ex + 72 frame #8: 0x0000000801ccb66f libphp7.so`zend_execute + 575 frame #9: 0x0000000801c7d38c libphp7.so`zend_execute_scripts + 348 frame #10: 0x0000000801c01f1b libphp7.so`php_execute_script + 667 frame #11: 0x0000000801d1eec6 libphp7.so`___lldb_unnamed_symbol8299 + 1= 526 frame #12: 0x00000000002632d7 httpd`ap_invoke_handler + 279 frame #13: 0x000000000029e0c3 httpd`ap_process_async_request + 979 frame #14: 0x000000000029ac62 httpd`___lldb_unnamed_symbol4046 + 210 frame #15: 0x00000000002746a7 httpd`ap_run_process_connection + 55 frame #16: 0x0000000800b5374e mod_mpm_event.so`___lldb_unnamed_symbol38= 5 + 1214 frame #17: 0x0000000800b53189 mod_mpm_event.so`___lldb_unnamed_symbol38= 4 + 985 frame #18: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 3= 24 thread #17, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008006442bc libthr.so.3`___lldb_unnamed_symbol732 + 92 frame #1: 0x000000080064191f libthr.so.3`___lldb_unnamed_symbol701 + 623 frame #2: 0x000000000027b166 httpd`ap_queue_pop_something + 134 frame #3: 0x0000000800b52edc mod_mpm_event.so`___lldb_unnamed_symbol384= + 300 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 thread #18, name =3D 'httpd', stop reason =3D signal SIGSEGV frame #0: 0x00000008007fd1ba libc.so.7`__sys_kevent + 10 frame #1: 0x00000008006380a3 libthr.so.3`___lldb_unnamed_symbol589 + 83 frame #2: 0x00000008005f9d62 libapr-1.so.0`___lldb_unnamed_symbol1233 += 130 frame #3: 0x0000000800b54a50 mod_mpm_event.so`___lldb_unnamed_symbol390= + 1760 frame #4: 0x0000000800634fd4 libthr.so.3`___lldb_unnamed_symbol538 + 324 (lldb) q --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 5 04:11:47 2022 X-Original-To: apache@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 4N43wM1q39z4gcbT for ; Sat, 5 Nov 2022 04:11:47 +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 4N43wL6wXXz3gsP for ; Sat, 5 Nov 2022 04:11:46 +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 4N43wL5zMCzSfq for ; Sat, 5 Nov 2022 04:11:46 +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 2A54Bkqv053664 for ; Sat, 5 Nov 2022 04:11:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A54Bkh1053663 for apache@FreeBSD.org; Sat, 5 Nov 2022 04:11:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sat, 05 Nov 2022 04:11:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667621507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0rANb9ims9foSxpOAeMP1aj/8xAv2D8P+V31Qeo92Kk=; b=xbH84CWmrUY8pRnzH01M59EB9Gq46E6DHbqHsyK4pbMVAN2VpHb3W0vRr4SsL3CkLbbM2K Z5Ep3Xfcwd4+Bpwfo1nGW3YfFDSARKj9DsmdDCqHV6ghtE0RHpnMf6bWslov+4/TV41qHd omWicMfqMqawoxkcsi8zbL95PaZcF9v7Xs3T+umZXi1amWsH3c1I4U01STGu77uFfbkGcS GVQDwPpEWmw3dGmvlxn0S6zE4wYPb2GpyLrazjlz0SpwfzPbifNHeD3WR3r2HzPljfWmMA O3HAHaKEmYYDSurLtNpWhxe6c5uMK26YLJNY2pIMzLFrYyKsui+QwQnymWymfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667621507; a=rsa-sha256; cv=none; b=M/ieOfJiGvngbht9iSyXpEsDchbF9OzKgZQ6ey24QIk9LUkr+VtlQpbeCmkHq2LgzelF05 T21jM0Jh6jqfOdLVrbTWxeVQL9o0JQ7mW7Y1Dt16+eDjmz4ce2UmhCN8tjh83xEO7gGJj0 UbxfeXZeM20f30RXZl71Avi5FfQRNCVh2bKSoC57IQAFXESl7A6bPXQpu6+QoTGrf4sxxK rvYXiOe6YeZv05vKq/TmcdKSIieZ+WTU9ZL55vc3MMDnEbVg1hoJvl48wL7aiulGoB1I3Q VME3NvSZs5UqGG2z+2QTrEL7AzXo3LsGXynaSim2kOSQ9PVMQhjKf1CaU0rJrw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #7 from Tatsuki Makino --- thread #16, name =3D 'httpd', stop reason =3D signal SIGSEGV =EF=B8=99 frame #3: 0x00007ffffffff003 frame #4: 0x000000080298eb4f libgd.so.6`gdImageStringFTEx + 399 This 0x7fff... is? :) If this part is relevant, it may be a problem on graphics/gd side. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 5 08:21:45 2022 X-Original-To: apache@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 4N49Sn5wZwz4h7Xy for ; Sat, 5 Nov 2022 08:21:45 +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 4N49Sn3lVfz41sR for ; Sat, 5 Nov 2022 08:21:45 +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 4N49Sn2rZyzb5L for ; Sat, 5 Nov 2022 08:21:45 +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 2A58Ljc5086684 for ; Sat, 5 Nov 2022 08:21:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A58LjSF086683 for apache@FreeBSD.org; Sat, 5 Nov 2022 08:21:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sat, 05 Nov 2022 08:21:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667636505; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rh8Xaj4UFlAxuy9FpGlk5hS2aDoX/xMC7ybaVVC0bvg=; b=lHUn32ROTZquP7pbonG5jMm1nNtWUoDJ+pKVxMMBcOcNgra13Nan5cAfkTVJaeohOrO1mk H3mFiPVy5vONcRzSaurymFdQcpDwDJ2GqE/g5e4b+7UCC2eaNQIwO3A9O529P08zjQCaUo 8lFPToPUexTwVV8AYJ5XI9xLL24aSfH9DuTYXi20M71Qy6ogGL+gEKPo0hgLKoTm2tdQpd +eDLPcyrhcQHiYxKkdii5KtOnOOpYEhDAB4PPy1lGJZftm0aoayxz2/zQrrCc/Zvc5HQqW 9iz8AcHHwmvcnh2vun7PG5MjftjH6IPQ7hdwcqS6Zcz5GIHYaDXg34p6AiH8Yw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667636505; a=rsa-sha256; cv=none; b=ml0mih71oo50a3khPhxGGMowZ9eJOmPdgzkO8urK59pzr83Lwc8jmATufEtItwarkTe7ov twUhmRaV87lZ+DYcy/pWG9Rs0JG1kaH9TvddOEM5zLngIKio231C+d0ncQb3ud5e5AiVqC xMb3EoMztYOfAFw3nS3DiQK3UkyR6xGRdSdGuOSjfV3RelEg1QhebcRFZisKwdlbdmyjQl 2TEp9SHEyW9iTVspx99sdTTAxAMxLUWd9BUZ/9IV0nd6q9yBr/v50NKszRkbZOpxzFe4hm hKs+nDOI1fwhzrW3tuveHow1F+SAEsmp65lYUZq+xI35H0minZfiAjTA/YE3+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zarychtam@plan-b.pwste.edu. | |pl --- Comment #8 from Marek Zarychta --- I have had a similar problem lately, so upgraded PHP from 8.0 to 8.2, but t= he new version of PHP was built with ZTS support. Everything seems to be worki= ng fine since then. Enabling ZTS usually helps with such breakages of mod_php. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 5 22:36:38 2022 X-Original-To: apache@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 4N4XRC0X8wz4gcnl for ; Sat, 5 Nov 2022 22:36:39 +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 4N4XRB5TQ2z41bJ for ; Sat, 5 Nov 2022 22:36:38 +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 4N4XRB4LN8zxsm for ; Sat, 5 Nov 2022 22:36:38 +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 2A5MacId081057 for ; Sat, 5 Nov 2022 22:36:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A5Mac7d081056 for apache@FreeBSD.org; Sat, 5 Nov 2022 22:36:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Sat, 05 Nov 2022 22:36:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: edenist-fbz@edenist.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667687798; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SXOxeEEcT3XF/THngUTkS6nhhFsZcVxPb7+YdW+6+vs=; b=Q2UobaBNG4S5vEXc5DnS23AZckRUqiVMiQ7qj3jZ0Q1/6GAWAuHgVb6YE92F9ecF3GbmEG ZnJNlhYrd7RUFsrP502/SdAuJPWsYn3DR8Z9WEjst7g3YQo6hOHeWAAyNRc2tJLXW8VDbt QPFy/uPw4hSwpsHyowItsg74qkNRbQM/2TC+L5NkuEpYYvGz4bpQ/izDJzr9g7yjRIccYo 8yfvli5RKOU6uQTv7qhagzJv+5M6W97XDmn7uBr3pgGGkUTfCUNeFQ/BSPJv/Vk2yk7Klr KMhUjMb7uw1lV6Gby4rw+2meWTT91LYyd6m2XJmSS5Xrw3yP4eGLRB30Uq4x2w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667687798; a=rsa-sha256; cv=none; b=B3Km/JOxCt/R2BQkR81SA3YrDe6L9dlDnbGAVFmwxGgB473g0JvCHsKlIZPxFQW4oWyU5N P1nvQ9CKMBuJLI/ec+iJTll+nTQHwZVvyqL+Hka6j6ZuAnnvAmvIa3LqLEE0BJVUMOebNt 0e0FqUdJl37/JR2DWE87noF6HlREAVVMyTri34oF2UAXMamZm0tf4uC20dSQabFzXZ8bXS CiAmGbg0FXK8FG0m+5zo36glVSCEVPvIiMfow9ibdv5EdxG73eGPk+F6cSON/oSKQFgMda Pmq0kd1H7IL9bz/OILqIKWvPEsp2SK7Hu5xCUbF5vwSCimmPWj5Je4z0tQRBTQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 --- Comment #5 from edenist-fbz@edenist.net --- (In reply to Oljas Kuzembaev from comment #4) I am also having this issue with my nextcloud jail.=20 Upgrading to php 8.0.25 did not resolve this for me however, nor does updat= ing nextcloud to v25.=20 Oljas Kuzembaev, did you happen to upgrade/change anything else which may h= ave resolved this issue for you? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 6 21:00:04 2022 X-Original-To: apache@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 4N56FK1qXLz4h6VZ for ; Sun, 6 Nov 2022 21:00:05 +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 4N56FJ6M5Hz3C3Y for ; Sun, 6 Nov 2022 21:00:04 +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 4N56FJ5BJgzbNV for ; Sun, 6 Nov 2022 21:00:04 +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 2A6L04xu012567 for ; Sun, 6 Nov 2022 21:00:04 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2A6L04Yo012566 for apache@FreeBSD.org; Sun, 6 Nov 2022 21:00:04 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202211062100.2A6L04Yo012566@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 6 Nov 2022 21:00:04 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16677684043.5Cb15093.10960" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1667768404; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/3Aut0DINMQqbrlnNid2UtHF9YW8kqQuFOpztVFpL2Q=; b=Z1i4pm15+6CIRFavWlyesACx6um6s/BjwY1fG9O9PvGAq9r+LHXE3QnLqk97GWhFlWbyKI bV4D+6R/Dd3wYpuXSDTUrNlDygb8bGZQLqhCWUxwv83YYU0+ZicAfNdSyXw02LPAgkQo5T zGY1GyMOipgbvXixKTzsJI4zQn7IYsopL0Jk6JovK2y0YJSR9rU0cY0PXWm9KpxWg5sa5x qWAQecJTm/ZGeAcbxvTS/ZWkAk/+iLmDcd04arlP2ywaoBECOBe0wF+QRi+dCUX/RoXoWJ xsU5yq6u+WoJbPA+zpIHsuGd5XX56HRZC6n4Vd4wGGyX6z+7mqWF1el1We61gA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1667768404; a=rsa-sha256; cv=none; b=tvJmG1CYb7B7eXwKXN9B1Lz5FLg64Z0ysiGQAFgEmmLQOeElImBJzAdiW3l3MMZVnDDE4W w7X1RVlGosLAKMkI1ZX36F80FzFu78QjnhoUcQbEB+YRuasNmvWVhs2pzTLC8dwOPwXpzz Fxqfc5PlWAkxOIoFcys72hGzNaG2fG9LKCevMbQZRS8zliZZZc5/Ff96YzhaKdEqEV9wSE +sufq9PqjCqwkmOEiEKVHDSl/VtT4UU73RDhKo20Z8oHsMOHPHzJfcvgnXclszt1qYBFSo rXcJEkJnrqgt2CKVOGcB6uSMMu8Xq3NVtRiLkS21dt16jcJ1EE2cifDEO32Kag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N --16677684043.5Cb15093.10960 Date: Sun, 6 Nov 2022 21:00:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16677684043.5Cb15093.10960 Date: Sun, 6 Nov 2022 21:00:04 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16677684043.5Cb15093.10960-- From nobody Sun Nov 13 21:00:06 2022 X-Original-To: apache@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 4N9Pw74SJ4z4h6lM for ; Sun, 13 Nov 2022 21:00:07 +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 4N9Pw66wFXz4NMs for ; Sun, 13 Nov 2022 21:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1668373207; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=EmS1S1lRWnNDSyKHG34BPYExLHe9eV8maJp9Sflb8i0=; b=u7V/T3FYR0wTaQxhbztZlvQ2g4qb9vXBKpqzelxYvJ0Zobcto53hEyxHTgR8vXSz6mjY5f ECtuaz6pjebaXH3//mHbVXM4S94dC0iOGP6o8ZgvDR7KzRYnig+h+EVKMOVFAE7cFNUZlZ MGW6abezfPhh/FdeX/HVk9yuZ44GeGyGKLF7/HFMZwxvknsOgMR/OBYI8ZrHqsUG5VAHVK T55d5sV2mV5YIpm1KOXJh1WgugE1nbwU+pPyynq3HggmcN1XjjMeivbnSOoZw7BCQveWJ+ dzYAmFUPpdxJItkpo40waRVWclXnrr5mT+YX9LOSkZhjFn+C2avihG3KggRlvQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668373207; a=rsa-sha256; cv=none; b=FYIINIWEDCh0/I6insOkWpJEXNkqMXKms2vKNyWsBPNTFp1RNl+pJap0cNzXGWr90b0Jcz difLxqh2lpAfyxajarlVDyfK3UN/juBYuM8lbPvs0VOddt4AtTYOVVfA1SDXH9YZXHbcUL Jux3I7sjvJq2aYB4kqwRhESj2QhfbyJaiRarqL6KYnqxoq2ympmc4eewIoU5gZOlXTThb7 gMHytsP7Ggka0RuBb3S+G8Ln1lmKXm7FZSZcGq+iGUniLNvvy0Z/8XEffjLAZXqVfH3RxD 4Yp+UMINZEBCu1sSokqHY/VFj5fOmWr0lEp/+dMMCHm8MdSVKC6mfFmCzDSSKQ== 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 4N9Pw65g1RzGHh for ; Sun, 13 Nov 2022 21:00:06 +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 2ADL06tS056195 for ; Sun, 13 Nov 2022 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2ADL0648056194 for apache@FreeBSD.org; Sun, 13 Nov 2022 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202211132100.2ADL0648056194@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 13 Nov 2022 21:00:06 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16683732061.a4bff2343.54999" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16683732061.a4bff2343.54999 Date: Sun, 13 Nov 2022 21:00:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16683732061.a4bff2343.54999 Date: Sun, 13 Nov 2022 21:00:06 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16683732061.a4bff2343.54999-- From nobody Mon Nov 14 11:43:27 2022 X-Original-To: apache@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 4N9nWM57v1z4fdwQ for ; Mon, 14 Nov 2022 11:43:27 +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 4N9nWM2g3zz3jXd for ; Mon, 14 Nov 2022 11:43:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1668426207; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PRFJn5TUuLsFQpSm6+C2B6qtTLtB1+2gETOsEY4zvPE=; b=NvizHKy75Ly2Z6Md6CqhEXfoccCgqnRRSmY/snn6Dr1HCaCU2zCYCi4N97KLA6ZoCtESVH G3RMfrBBDsuFUFfOgsqsqw5ellqFZKMVci2yVviIhPYRCGqnCRLQx3HiW8hYUgM2EpsQe4 K5gu2Ps1JSWhHooR/quVOwUTUohaMMmP9t3vSKGoccj40zcC+2k1rxwmm3Yl8Zfi5g/hVH X7X3Rw0o9nAhJxwFP7vGPDGK16osfMzbym/WS+ialrBmCBbS+4eU75sM2bxNr0lXmajfdl s669TWdQe6pPY36NplTvgaByGwmG3lJme+DaJWDX/T3Ug/nF9Q6W5H40ids35Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668426207; a=rsa-sha256; cv=none; b=o8jh4dQv8hnZQ3kO9xxLqR5uXczOt17eFk4uZUmofFrgVot6MGE3VwuWsfbHrlgKQHrmoI IUhkHARWLyBSMCrS1f+b606an8FEBWp6c6RNIP7/I2gn+6hO4fXd4943Eoj7+vbxutzjka RjZF1iitcgVKS17/jpkYT/smCobUFK4FLSo/E2MI40Rsv2YSBa7G4j9EP6INGj6dZM3PpF 0qbKEN+hl0G38GaognFMbr4buEp25eQgSdRZZGmJVjbbS9prIUE5Kshq1TdZVkl9rogeef 9mKIJGXIdzb9ITgGqVpbSpKGiISVx2mLcjJslByjDnM1FOVqdxeHyqarsQMHWA== 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 4N9nWM1jLgzh1Q for ; Mon, 14 Nov 2022 11:43:27 +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 2AEBhRfG079923 for ; Mon, 14 Nov 2022 11:43:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2AEBhR5e079922 for apache@FreeBSD.org; Mon, 14 Nov 2022 11:43:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Mon, 14 Nov 2022 11:43:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: oljas@oml.su X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 --- Comment #6 from Oljas Kuzembaev --- (In reply to edenist-fbz from comment #5) Actually, yes. Simple upgrade changed nothing for me. Sorry for my false positive post about php upgrade. It just delayed 100cpu for 3 days. Anyhow, at the end I have changed whole environment. I am building pkgs in poudriere, and a had to many options for all my ports. I have deleted all options and defined only those, relevant for me. This ti= me in make.conf: ALLOW_UNSUPPORTED_SYSTEM=3Dyes DEFAULT_VERSIONS+=3D samba=3D4.13 php=3D8.0 # OPTIONS ADD REASON OPTIONS_SET+=3DAUTHNZ_LDAP # www/apache OPTIONS_SET+=3DBIND918 # net/samba OPTIONS_SET+=3DCUPS # net/samba OPTIONS_SET+=3DIMAGICK # www/Nextcloud OPTIONS_SET+=3DIPV6 OPTIONS_SET+=3DGSSAPI_BASE # dns/bind-tools OPTIONS_SET+=3DLDAP # www/Nextcloud OPTIONS_SET+=3DPCNTL # www/Nextcloud OPTIONS_SET+=3DREDIS # www/Nextcloud OPTIONS_SET+=3DSMB # www/Nextcloud # OPTIONS REMOVE OPTIONS_UNSET+=3DX11 OPTIONS_UNSET+=3DGSSAPI_NONE # dns/bind-tools # EVENT WITH_MPM=3DEVENT # www/Apache No other options set. With this options nextcloud runs smooth for a week on 2 different hosts. An= d I hope it will stay that way. I run on 13.1-RELEASE-p2 in 13.1 jail. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 20 21:01:16 2022 X-Original-To: apache@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 4NFjcF3jlGz4hGZw for ; Sun, 20 Nov 2022 21:01:17 +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 4NFjcD72vZz3FW0 for ; Sun, 20 Nov 2022 21:01:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1668978077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2lwUrqnURrqrvRY9EyHetdVhgyCtQzOHgjsC5HhS5Kc=; b=IzHZhVWZdHn4Lo5ZwkyVDamGa0AMjLQVY4Zp9vvnpk109zKSCsXx3Mcg50qNDZW5TqTJFy +36Ef1Sn1Oq7YDoAkZI7Z421O4O9rW56kYQcBnNQEvgSSISDluwts3Xjd2m7xSH0+0shg+ trh3d73lFntpXjNqf9rbFWagCET8+y3sDpla5IPCbvPfuJvEjpiIr+9DRLHM0lWzXNRRBB dOSCThWXM8N3hHye1DJn0U4EdJw42II5yITMyA8ogiZzHrUXeEMA5ELjuvfhyWdPsh7xLF tPFxAnYnKXCYJcitUekSV7a6KvGZ6UOzsvURwaOiwa64yH7Mzt1xMdLYhxjkGA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668978077; a=rsa-sha256; cv=none; b=uW00a7mMmVZzYzzbZcEni+dXiqljsMBB/aRlEm0YSGIupV9h7Aie5YFIcEJgjjsU0rjdvA pwGMGFqJNbx6UxuIcxSbNV3fQ16S85PSGqEFyu3HTFthKMcC0hcEjUwtu9GF4EQu9n2tUg OmicAL/N8wrCujW9TXTMVIHyJtsD17eDwPdu5Weti+71UycZVN9e26v18xmk+iOPlGCsD1 6bMK7+DGYglBu3xlLG8DqO7+91yw/cNlaUYo4YzNxCxD5k3RlRHWijzhd9veb3TkFgHIZv 4UNT+kfn08rEyQLkdnsnBePHywNcpAAPBeQWhkD80ieOqd9S0rOX0jXTY0e4EQ== 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 4NFjcD69CPzf0f for ; Sun, 20 Nov 2022 21:01:16 +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 2AKL1GBA070548 for ; Sun, 20 Nov 2022 21:01:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2AKL1GMC070547 for apache@FreeBSD.org; Sun, 20 Nov 2022 21:01:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202211202101.2AKL1GMC070547@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 20 Nov 2022 21:01:16 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16689780765.66A34.61250" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16689780765.66A34.61250 Date: Sun, 20 Nov 2022 21:01:16 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16689780765.66A34.61250 Date: Sun, 20 Nov 2022 21:01:16 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16689780765.66A34.61250-- From nobody Fri Nov 25 00:10:15 2022 X-Original-To: apache@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 4NJFcT1lDvz4jVLp for ; Fri, 25 Nov 2022 00:10:17 +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 4NJFcT0d9sz4GT4 for ; Fri, 25 Nov 2022 00:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669335017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YL9bl1DqNcW9wabcLyNfUS1Vo2/GKmhxsXNyNihpNms=; b=eafFqG94ZHyN6A66uwI0u4CGaVgjwNRCMoVYPzSeFxKPwl6hzxE4wEGkLzmc/s4IDZ2Q+P pgaTm6ZWfWU0ZmMb1UiOxuA+kfPkYNjx6Ytz60KHwj5rap5BEyGkWuAIrAVlpIJL7Niswr JyPI5zaFsS5kUFbD+TN+oKGjGSBxZVJqKUmywMvllEuR4INAEzyqfEqHwZBp2UcGPZihwr cEie8PHZey3S49cZy/akG0qBsECcvrGvaUd36STYnBFTSq/BzScyyemzLauMhA0UKP27nz ortJpd4JgUbbz2OVjVuBpZPrX2xyN/iKySKljGWAekqy7FpsZZZayGAlB7gjVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1669335017; a=rsa-sha256; cv=none; b=mevRbMVzQI7V8e6mqMREi+ZchciZqeij+2yz9lw2+ufXcDpQsxaV6zbAh2PGjDy/4tFk8r Zy3mgOh3me91HDsZsC2WIAok/0Zzj5865oYhLMUwesr/u2r8Z11ifyvBnQ+ZIZJCy2pd5C ZrxOIMz7rMsbCozFkxRxQKLBuBp7XvpboU7i4k4aPGItsfQqNXdM/J4leQpZfmE5Fx8V+N 2s0/FnC+M8CCY5MgiZdbmaWW47xSP3DguaoW1ZxfOucf7mSllx4AlNLRPaKt+W1dIPuOc+ 5xoaXjwOZjVIEm4aGrm0plQe0I+7X9bf8NF1matcfxQVsu1sVZ3Fx3m6vazLzg== 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 4NJFcS6qCFzKyM for ; Fri, 25 Nov 2022 00:10:16 +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 2AP0AGRv012806 for ; Fri, 25 Nov 2022 00:10:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2AP0AG6Z012800 for apache@FreeBSD.org; Fri, 25 Nov 2022 00:10:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 266873] www/apache24: creating forked processes at 100% CPU spinning in sched_yield() Date: Fri, 25 Nov 2022 00:10:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: fax@nohik.ee X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266873 Eero H=C3=A4nninen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fax@nohik.ee --- Comment #7 from Eero H=C3=A4nninen --- This issue seems to be related with libomp and Imagemagcik. I have faced sa= me problem with php-fpm. Php-fpm master process takes 100% cpu and truss show = just endless sched_yield() =3D 0 (0x0) So I have removed OpenMP support from Imagemagcik and let poudriere recompi= le php-gd and php pecl-imagick extension. After that problem is gone. As far a= s I tested, this libomp problem presents in 13.1-RELEASE and 13-STABLE, but not= in 13.0-RELEASE or even 12.2-RELEASE. This issue can be reproduce with Imagemagcik 6.x simply, take jpg format picture about 600kb or larger size and execute: convert -bench 40 image.jpg -sharpen 0x1 null: And watch this process with truss. If Imagemagcik is compiled with OpenMP support then sooner or later you will see: sched_yield() =3D 0 (0x0) and I dont know is this process come to end or not. without OpenMP support process completes fast and there is no sched_yield() loop. Another note, seems that pecl-imagcik Readme file has extra section for Imagemagcik and OpenMP implementations: https://github.com/Imagick/imagick/blob/master/README.md Hope this helps. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 27 21:01:17 2022 X-Original-To: apache@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 4NL1H21ltGz4hnFK for ; Sun, 27 Nov 2022 21:01:18 +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 4NL1H150Dyz3HXb for ; Sun, 27 Nov 2022 21:01:17 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669582877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=06qFSMdXwiqGdixQ/DyUCK16RKptOPqMufLV1OHyHoI=; b=pcV1kS5jx3eF2jVxurIlj3Hp4pQ+rTfT/7toJqmpcMjQzhEn52YRJPmc/35kjDXVJY3noh iHYeE3WbL4x2zNYtVqzoB1dhWeeHEZB1/jcef+RdtndhxwEGGgxcMxAxzF6MYF1zn/YJkU jbq7RMYV3oYnrbNVQqArOPR0Tm4NjZNECaj8eE9aNRA1uPNKyImay4bVU9oUUd9i1j7CnD 7Pn2zk4AK7KY8vdlm7NZXNTzUViK8d+d0mNTU/wVRkvbkOyIbncj9YXGfIrkW05yq/24PZ TWQ2J0w4bR/DRppX9kXw2+6O3lGO6dikqjgXtxeby61ibl9W9ywRFYbHe00znw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1669582877; a=rsa-sha256; cv=none; b=HkY029FW7A0Bq4apyAL3mJ7cdCeNzul8erIZY9QtBY7ENBVtC3K3Eu9IJXDN7Hvfs97Haj gDrgfjOj78lOF/ijpnwvAVYq6yJcfauLsi5P3DouUdb60kd2kfBpp7RxOPh6lIaB+k7pGF h+612Pevy2NW3YMcfRDv5SCBMFwgVr0ZAX+fL/TYargZy/M+4FPBsSbPybZ9Ab33WrM0SC 21/uoS1rCaMjYq1flHajxMOHMvH2hSkzjSxzmbs/bX5k8E8P9g9BQ1r0/+WP0UYUsR74K9 hzpbM8UEsSFduOJSQd4nnz0fD54hGt2Yxt6Y7nUX7UqL7RHJrAB54BrruK6I7g== 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 4NL1H13xQ2z1Bxb for ; Sun, 27 Nov 2022 21:01:17 +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 2ARL1H1n046325 for ; Sun, 27 Nov 2022 21:01:17 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2ARL1HeQ046324 for apache@FreeBSD.org; Sun, 27 Nov 2022 21:01:17 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202211272101.2ARL1HeQ046324@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 27 Nov 2022 21:01:17 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16695828775.EB7CB8cE3.40312" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16695828775.EB7CB8cE3.40312 Date: Sun, 27 Nov 2022 21:01:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16695828775.EB7CB8cE3.40312 Date: Sun, 27 Nov 2022 21:01:17 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16695828775.EB7CB8cE3.40312-- From nobody Sat Dec 3 12:14:45 2022 X-Original-To: apache@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 4NPTJj4lyMz4jG6R for ; Sat, 3 Dec 2022 12:14:45 +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 4NPTJj2w9rz3G1F for ; Sat, 3 Dec 2022 12:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670069685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GbzA0qM88oS5OQtyhBH+AT7Czr5XfO5wxS+RhZLTs7U=; b=hidNuGOJxHxPuZa/cVTIvGCZ8OQPBwYtaXR/E2ebLXWaOZ0N/ycExPI2S/UwYGx18iM6vN osCSyTEHxzuoZQNzRVhvl4R4T+0P4C+GNC+n5pAZ0LIfZnjq5MgxmYyi2th1IxSXY3KOE8 oQJzlJ9jVGE/LSnWC37eSu6I7t9GqlXhbe8JNBEDf5b3d5RwvQadUYkKXjfnD5kpGTVw1M RRyj+zHDwexBeW5fRz8Fg+G13QMnnQ3E4KVphMEB+dXzjJ2w1L5S1CI2jYKrCTYf/3H9jp DYpMZyzuLCxd/xWt/i/JZA08rOvaDosdSE1BkW7DxND8GCsJYgqYlCZs6Z19PA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670069685; a=rsa-sha256; cv=none; b=Ck4dSEJPYH3aOBQr5GN/1r759VI/58xGn7AyRvpx84PEbiT0LP4+lvmfHzEI+t0xsZY1od NYqEmOVvgPUpCxGYYfvzBrG2Eq5P1Oxq88QVtM4uGoHdkqyPyDtcZwr4Xr2y4ptIc4kjAU GPUrKYS+7IB/lcz0S0/388jdXttFG6gWG4fAthyjIBt5IX7V1qXEt87HrcTQEfsh2Caqs6 FlUAsMOthyTScRT93g7QJv4j4bDmusrmjYej/Vq5x/j6osd0kVMVm8FTNYL7Rq31DKxupj 0QlaFX82TzlEef2wSEDv+URrQheln3i96tGV/mbeBLCvlveD85YI2yD+UF7bQg== 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 4NPTJj1qkYzvT6 for ; Sat, 3 Dec 2022 12:14:45 +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 2B3CEj6r026433 for ; Sat, 3 Dec 2022 12:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B3CEjsX026432 for apache@FreeBSD.org; Sat, 3 Dec 2022 12:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 254129] devel/apr1 1.7.0.1.6.1_1 fails to compile Date: Sat, 03 Dec 2022 12:14:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254129 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Feedback Timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 4 21:00:27 2022 X-Original-To: apache@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 4NQJwr18FBz4jXpv for ; Sun, 4 Dec 2022 21:00:28 +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 4NQJwq5x4dz3t9N for ; Sun, 4 Dec 2022 21:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670187627; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5Fgq0Fp00SLTTOXRtocBbApcffP1TY9G8nDWXKiH0rc=; b=b53ZoH4O4j+Csp8I8Fv+gM6ZX19rN4XAnfGt84tvf/fePBlk2iqX1Kum8N6ByCoeVX5RCz GbWtLZ44TsMRA7OEjwe3ctXiAqZcG8Lfzbat9ihN7GQhx60KaJV0HwekWzuyPhxEKSimaE oHTq6HvYVCPakj8v6vkzTN98RuptKD7uJWZwewjDdk/nWpD9euYV2W9vFmV6ZUDEciSYk8 ljqe0JeJs2aJRHbNxWRVnWISoDK3n605R3u/qLQZJUEFJfHRCYV35jZm2rD0SOO0t0w88f tNzWtfbLGJsBOo57IA/pbcwqLhMYYohjqiu9pBGSeTLx5OSZ/u1aS3AK7NhoaQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670187627; a=rsa-sha256; cv=none; b=pIGxZmJHXnyQXa4KsyfpTkcInghbqDgMzdL7wPr3pHyqsyPGgJVr/GDAyIp1XElZ14h9zo 4sRI5RsRCTOj0Vu9pyeu6IOP5m/g1KThoBkYJAEN2KNWPp1y5XGDH/SCe0tPlEcPpxXhdG C10RqDvkHfYSXdfGQV83I73cysuece7DeIKbHG0QPNh/mO/GBixy5wH7BaVh+Gn1svmZKE x3dxLOg3F336gEp5l88/J9s4RRT2Wh4sNvH5X2UQTgIigYL7yQU6UBmorpJx878crx+kiS 0X+0au281K/RTwMp7aVwRn0GFrrSdphsYe3HjD7IGk4aFBSCQfcd48/gx7WZyg== 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 4NQJwq4NJLzXmQ for ; Sun, 4 Dec 2022 21:00:27 +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 2B4L0RC5018998 for ; Sun, 4 Dec 2022 21:00:27 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B4L0RAP018997 for apache@FreeBSD.org; Sun, 4 Dec 2022 21:00:27 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202212042100.2B4L0RAP018997@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 4 Dec 2022 21:00:27 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16701876270.8FB75d7ad.16947" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16701876270.8FB75d7ad.16947 Date: Sun, 4 Dec 2022 21:00:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16701876270.8FB75d7ad.16947 Date: Sun, 4 Dec 2022 21:00:27 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16701876270.8FB75d7ad.16947-- From nobody Wed Dec 7 04:07:20 2022 X-Original-To: apache@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 4NRkJT1JsJz4jdpg for ; Wed, 7 Dec 2022 04:07:21 +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 4NRkJS5gLKz43cp for ; Wed, 7 Dec 2022 04:07:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670386040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yjnd/4q1jq0h/TIiWwghwqDFSMqDrx+k/x4p/aFILZY=; b=fChrghFi/F+013hQkULppj0XbPWYFgh5mT34YNJRyU4PyhATI41OFyYVPNNrmfwjBju3VQ WUELr8z8gFZ8ow08ZkKFgbSayxQRl/TrwmwvDh0qIdL81EaLorv6mUwC3FJtm834SfGP10 7+SJJk0W4DGF7/6FxMD2HvtXyjQUfPYj+jDOn/eHBopX36Clcaeejh7Xv9B8Q41YJvDZhn xgXcv8KmZkwaAZk+7aq7EbFFFYI0Sa4v5dOYXTyoNOWg+gQtZ2uamwBKnLUN6/u5Hb/7M6 oSpAqUotL/m+u+hoyVIp/jSKvzMZiFXSP8cZ27GeMEq4+K3DUS6ogCon9sX/Zw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670386040; a=rsa-sha256; cv=none; b=xlxvWAY9lyGADBT5EmzFAV1ESq4zy1eyA+7s2g0HSrQFVr9kHuLcGok82mkbbjT+BWaZ/w fzA5UyOZny7pNgn+u52v6iW57ZT0yTeXimTUalGVNzBdaDNgCadO7ffHoBKQxiE+Uk/Lsa OW3tZVL3d+LCruVnAi1NPwk3mds0tQXQepTRyAXjwB3zMseYYhtivCiVtWD2t0NZVgtKwz ZGCZlzKLynxHiK1htu4EQ6vctIRLTqqvtnCaMf+S4fE5mI9ntTmbaoCmt3WhPg6pR6Drlz TzL83fn2QtuE2+w+MI7OjfAvoPrqopCiM7I8pjtQv+iQEZOt5O2gSDFIgt4R0w== 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 4NRkJS4jM2z13Ck for ; Wed, 7 Dec 2022 04:07:20 +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 2B747KV8025931 for ; Wed, 7 Dec 2022 04:07:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B747KMT025930 for apache@FreeBSD.org; Wed, 7 Dec 2022 04:07:20 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 268216] www/apache24: htcacheclean rcscript appears too early in rcorder Date: Wed, 07 Dec 2022 04:07:20 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 268216: www/apache24: htcacheclean rcscript appears too early in rcorder https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268216 --- Description --- Because htcacheclean has no dependencies set, it runs before the file syste= m is ready, even though it makes changes to the file system. A dependency on FILESYSTEMS or at least mountcritlocal is required. The usage before this fixing was service htcacheclean onestart with htcacheclean_enable=3DNO. Unrelated, but there are several scripts in /etc/rc.d/* in the same state (= e.g. bug 215368, bug 268157...). From nobody Wed Dec 7 04:07:20 2022 X-Original-To: apache@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 4NRkJT3tnZz4jdvW for ; Wed, 7 Dec 2022 04:07:21 +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 4NRkJT05kkz43Rf for ; Wed, 7 Dec 2022 04:07:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670386041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tG1+nLt1qIv3r9Ril+kWzKHr3rbuo4vo50E0qtRv9cQ=; b=h+kr/GMdN8YOb72iQEOaXl0s3+K3Ui6lJCSJ74oFCQSArVaxJr9gUS6BeMICIn0iRiei6w qGyOs15ADvVgdOg2fodTsmozLsaBVUFzH+SaLtkpOV9AyBTuspl9hEbQ+VECJssudaCwtO QoRwVCgQ0iH6u6g9+81yIJDePXenKKQKZZ0EpUm0uy97iegVG5DLHrsYCwfPKiuNupFT15 g99frCL8RqAEjluooNC/eMlqAa49wZMCbe0EwuX3+Bcd18hKbhVFkujLUyipP66x5I71iM 3DvjuhH+wRHwfNSxb6eSiL0uTHVl+Lc07HTsnUcZnHSCn9lpGNPGuodQ6pUJdg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670386041; a=rsa-sha256; cv=none; b=vkcL085DhV/UyndPAezqAC67OSEgzWG7bnr8L3GanAmVgoFPDW5+RljD11kUm5696xhiLi yPS95GcGbfA0Rvy3CgIwMIz8tr21aPugTBaHtHXrPX7fQtpRUuwn1iVr9i3Z7nUB+b6SJU 8LIpAKHbs9Co0GW4xrzxb8GP6VOiQZMuBt3olXyZyxL1qSPQ/HfxrUX/PzSIGj5DcIwmB3 g4iMhnrvLDHAyDucvuZtwQQbrC1WYHR+9PgStmPpLVL61H4CxpSN6UOucp1SmOx8AfKDJO WbBd4OW8Rx1Om1auv1rzMt4M1HqwxX9PQGKIRpBlY+Gb8tQ3N3FmyqyVKrBf6g== 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 4NRkJS65wtz13Cl for ; Wed, 7 Dec 2022 04:07:20 +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 2B747KRM025937 for ; Wed, 7 Dec 2022 04:07:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B747K6P025935 for apache@FreeBSD.org; Wed, 7 Dec 2022 04:07:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268216] www/apache24: htcacheclean rcscript appears too early in rcorder Date: Wed, 07 Dec 2022 04:07:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: tatsuki_makino@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268216 Bug ID: 268216 Summary: www/apache24: htcacheclean rcscript appears too early in rcorder Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: tatsuki_makino@hotmail.com Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) Created attachment 238592 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238592&action= =3Dedit patch for www/apache24 Because htcacheclean has no dependencies set, it runs before the file syste= m is ready, even though it makes changes to the file system. A dependency on FILESYSTEMS or at least mountcritlocal is required. The usage before this fixing was service htcacheclean onestart with htcacheclean_enable=3DNO. Unrelated, but there are several scripts in /etc/rc.d/* in the same state (= e.g. bug 215368, bug 268157...). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 7 06:41:47 2022 X-Original-To: apache@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 4NRnkg0yJZz4k0JG for ; Wed, 7 Dec 2022 06:41:47 +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 4NRnkf5gm2z4GfF for ; Wed, 7 Dec 2022 06:41:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670395306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xg1emr50wIQXO8x+QN0qhbcHWOIUM3QnByT4Y/HXWvo=; b=bAx1a4UD5j9uFyjwG7URocEmEM6XK20nNxE52H6L6K27wUwjuxBTRG0R9rQdlJH825qfOl aEKgW5r1heQT0SYoMWyqDPkp6N9k99fvialjcK+iPWrFS0hfpU2ZglpjeOSPE+mRq/sq3u GwpZxjCAEjzDEz3UBegFKfvyhRdEiO5kfd7VvoD0l1RH4tBXMxkPsg/kD7LVX3cR1HQgEE MgD5mLfUQ2U36A/vC2Ry0puQowiFPYpPd6ulRCczutGEdNC/7lzRblPsk4tp6kz0H/3yjq Y1s4hTwfxnmVFhD1FhZBJnyv+1PO8KfXxwX3VOLSgdQUHCGlgdCGv28uFGvHSg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670395306; a=rsa-sha256; cv=none; b=IGdAVEiqaVE9uL4LnM6P9V4NdmONNl6uLdC+s7TerGvJbGOYBwfTQZh6vi09t9tD882kn4 IRuVfNqEF4ZYt8BAIDX8v9g8z7tSLmDzGbtx4Z7dEPPtw9EDtsF5ITPT8Ahjqof1Q5xpLn hbSaLvcfyK8whL9bAy2C7ngJ9alwAuhIGaFkHTaVdLo+kuqd1kQPpP3DF0TgalQSJ4JSkm UFvMrToCD3/uBnzWiydHD+sOfaIgNxnBewd3DRMDr4dX+f2mZETMmMY+2+65IIFD6h8PBQ B+dBROJSVbW5dTYVrQ/Z4Z/3Yxy8Pwp/drXpudihaGOOSmQW4JkE3sZv2+EUfA== 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 4NRnkf4lM6z16mD for ; Wed, 7 Dec 2022 06:41:46 +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 2B76fkrN044191 for ; Wed, 7 Dec 2022 06:41:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B76fkff044190 for apache@FreeBSD.org; Wed, 7 Dec 2022 06:41:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268216] www/apache24: htcacheclean rcscript appears too early in rcorder Date: Wed, 07 Dec 2022 06:41:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: tatsuki_makino@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268216 --- Comment #1 from Tatsuki Makino --- Sorry, scripts under ${LOCALBASE}/etc/rc.d/ are always executed in "pass 2"= , so they could not be eligible for early_late_divider=3D"FILESYSTEMS". However, explicitly listing it would still be effective in a LOCALBASE=3D/ = or LOCALBASE=3D"" environment :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 8 04:03:03 2022 X-Original-To: apache@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 4NSL936M1pz4jVS5 for ; Thu, 8 Dec 2022 04:03:03 +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 4NSL932Qwzz3Kvg for ; Thu, 8 Dec 2022 04:03:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670472183; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xfR4Ayc9jt9I4UWZpqjfxbuQSi1PbaHw9Yw8IWHsEkw=; b=R+G/Upj/AOqDqhAPJE6cwYDNDLwnVjcLdhPtqTGASpydztnQe+VtCOoNhKMkvzRfGf1//q gBjvytV56pfT7RhgxDVIJ2Hi/YrkTC0agVyl1y8gnhk8mB5zXQh1F8mVINRlo+1L5v2VmG iTMGpglQB9t5MPlc1zhblYA9aLwTNSyVNhyiMrSn/lwtlYgFBCLAgVR7VaPDjNkzxhmtC/ 8z+KZn796gaPQqofYWS5dNrp9gPq6YyF6Lq8y6obBK9joon9lMNY9NczsjORw+x0gQj82v P9Ex57z+lO5h33a4/pcnu6Micalb6g146WVWGk+mvySuvxVHlMlyM0/1QFac+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670472183; a=rsa-sha256; cv=none; b=PLrNNCnoukCWBApilyqavfHepOtcgVk/TFN7Kd1HObY+VC/67aTq7pCHqoutR/0iDfIHzx xTFcj+6/RXLSQ7/rie3/1uVUC5O95lqybt1yBprtn0diU6bR4CaXTU6rd8cbQo3urgZDUA 2RarD13EFiXkzA5muF4BuBYsIlSPImIHTjGVksITX3y87FEtbIT+MLrcYpYlFzrwS/fF1N O1aRBX6lO6F/SOyKb/eKP4UWUuWMBqErU8m8FZjh0IxL1jJnwIswnDzv2w8dheBWXrdbbG t7cp3tjSbnsj8MuqbunrwTo5vbPSaOv3HwOxhkTgz4mDS9VD5JNDYEcHfuiRVw== 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 4NSL931Y4Wzj3q for ; Thu, 8 Dec 2022 04:03:03 +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 2B8433X2014805 for ; Thu, 8 Dec 2022 04:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B8433o0014804 for apache@FreeBSD.org; Thu, 8 Dec 2022 04:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268216] www/apache24: htcacheclean rcscript appears too early in rcorder Date: Thu, 08 Dec 2022 04:03:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: grahamperrin@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268216 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 18:34:10 2022 X-Original-To: apache@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 4NVYLq3DWnz4k7t0 for ; Sun, 11 Dec 2022 18:34:11 +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 4NVYLq1hP9z3l0b for ; Sun, 11 Dec 2022 18:34:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670783651; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HYuiDQMpQGpV6PgHkUTWU3DE6j9ijUB3kouFAsZ1oLw=; b=NdX5490l2CWOm0CfdOkURMpF1Cddi22uKy/7uQxMT+6lfSGW/ouEDchT1NjuORLbhfZDX4 uNy/zD4tedsKaprJusV/5KMVB5pbd4Ex4HDh5qVB2RdL6/bfI/ZetK4kAuFaYCs0MXP8lG J972aMQVSbwxJjn+zY8nt551KwBh4e62bCO2yREBti71w0AliY3IgHu44HPp8I9o1N51jb p3U2f4P6iselULFO3Flzpj/VZ8tHDORAjS1TyDfhe1UDFh5yvq5c16P7gTDClhDgQhqMfs 3GbjTvKDCany7y2Uwi4PcMjWYboN2HMORhX1k0ECNcWg1onyDz7018GMpdvXKg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670783651; a=rsa-sha256; cv=none; b=gswUs4yq5ElwrggeiRNAKpw8wyFeil2zEgN/ui0VI4+Ooht360go6PJM8D4w5mX7RbdGhP rymehPeLQ7wUe797L/V6ikI+VQJWnWNMIKVj1v3d/NMJYFdyGt+Mpx/Kxi++jSsdXRCNVr WTwOXjVvcBEQLuXxnDl4QQMkswlLtJSf2tuX7iMDmDre8gb05Hi3CCUySJ8vSVA9epyZq5 4XCzfKmU+OCsLBjGG7C0jBPDosSzmnYBA3H2vtz+sCiL2X7ArRzPKpUobCjq0Y/bTugaAW ndFRA0jrAA3ovh51MK9w67cskLa+UWMiI8Tg9PPMHez145OlRkCyGz/3KKE98w== 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 4NVYLq0dRzz14BR for ; Sun, 11 Dec 2022 18:34:11 +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 2BBIYB5s022951 for ; Sun, 11 Dec 2022 18:34:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBIYBIn022950 for apache@FreeBSD.org; Sun, 11 Dec 2022 18:34:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24: dumps core when rotating logs Date: Sun, 11 Dec 2022 18:34:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Bug ID: 268318 Summary: www/apache24: dumps core when rotating logs Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: zarychtam@plan-b.pwste.edu.pl Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org For a few months, www/apache24 doesn't respect SIGUSR1 from newsyslog(8), b= ut segfaults[1]. To reproduce add[2] to newsyslog.conf(5) and run newsyslog(8)= . I am certain that the issue was introduced by the upgrade to apache24-2.4.54.= By the way, sending SIGUSR1 by hand doesn't confuse the www/apache24 daemon. [1] [40067] pid 3446 (httpd), jid 0, uid 80: exited on signal 11 [40067] pid 2656 (httpd), jid 0, uid 80: exited on signal 11 [40067] pid 2650 (httpd), jid 0, uid 0: exited on signal 11 [2] /var/log/httpd-*.log 640 9 1 * XG /var/run/httpd.pid SIGUSR1 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 18:34:10 2022 X-Original-To: apache@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 4NVYLq38Vyz4k8GT for ; Sun, 11 Dec 2022 18:34:11 +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 4NVYLp6tNLz3l7b for ; Sun, 11 Dec 2022 18:34:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670783651; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qr1PP+WCKFgzH7wLEC2nMbWY0JENEb9epl4P4tRpSro=; b=QJ3GtjxSZydkjnPW1SkbHsD7trQALEF6bEc6h/W79YsxdC6YqV3RbGeKj2ScF/lXoptqSt 2D+ZWKZ3uJdI0DxHmG3ZqIilfQ7lEy1OKhnKcLVbOcPZrnOmIR+ui80HDz97QNmtOKJpR/ eoArdFgP1mXYtEKeGbJXryUqfTQlZBNQ/3OIW++Jz0FvIeP+lIcyLOXI4WyxuG5mSkiF+K L9mdeVF4shJYpuhJEcKaXxFegKdCZ8m/DafG94F1YOWne4rzDAQ29s5uPF1eRhjiItr5NU +dcU3+ne6aks+N11R8wcGfRZcIRQ8gIFd/SduWygE5LR05OIgxu37gMGT+pCBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670783651; a=rsa-sha256; cv=none; b=uSL07W6bX/3sViAHgkQaRze/7JrfA73r79YL1+P0nNhyI5dDLPDDwVTPWp+dIKi9LjfpPK O/YpUJZ8txjLNwwQUkj9S1Q8JfLPc8iSYC0nTMctDsq9wiPAymE+/G7c+ELSAo4CzRH0LB b9ZKDgDWfjUKt0fbIWQIM1IbFFilYGeDMvrRQIvSFtNaGShp8P1324ZrV4bdNtM0CkjOJW VrnC5OXi+DzijHL5w2bXhMn7F40sy1bPVdKE5f76WgF6HUmzylRwycO9rPkxTEuk/YNiSz 0ihxvyKbJOB4IPuKgOuik0QaKaDjhVmBt++SnUhCIN/OQDJJm73XmRgYAAQo5w== 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 4NVYLp5xswz14b0 for ; Sun, 11 Dec 2022 18:34:10 +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 2BBIYAMJ022943 for ; Sun, 11 Dec 2022 18:34:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBIYAJX022942 for apache@FreeBSD.org; Sun, 11 Dec 2022 18:34:10 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: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 268318] www/apache24: dumps core when rotating logs Date: Sun, 11 Dec 2022 18:34:10 +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: apache@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 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-apache (Nobody) for maintainer-feedback: Bug 268318: www/apache24: dumps core when rotating logs https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 --- Description --- For a few months, www/apache24 doesn't respect SIGUSR1 from newsyslog(8), b= ut segfaults[1]. To reproduce add[2] to newsyslog.conf(5) and run newsyslog(8)= . I am certain that the issue was introduced by the upgrade to apache24-2.4.54.= By the way, sending SIGUSR1 by hand doesn't confuse the www/apache24 daemon. [1] [40067] pid 3446 (httpd), jid 0, uid 80: exited on signal 11 [40067] pid 2656 (httpd), jid 0, uid 80: exited on signal 11 [40067] pid 2650 (httpd), jid 0, uid 0: exited on signal 11 [2] /var/log/httpd-*.log 640 9 1 * XG /var/run/httpd.pid SIGUSR1 From nobody Sun Dec 11 18:35:00 2022 X-Original-To: apache@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 4NVYMn02M4z4k8Lr for ; Sun, 11 Dec 2022 18:35:01 +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 4NVYMm4tHdz3lP9 for ; Sun, 11 Dec 2022 18:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670783700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GMb6Ee6f8cogZbvJiOLDPzre2i03hpm86dVcwlMG9ZA=; b=nq9Wi7YZe6+Tb0Il2k5GO3Fto8iCfTjGPdt0niakd2QnMUG8dNiX9T0GQlOgCOaLLSPaGy sNS9IFyHOkwVUgAldHRsbd8AjfQr92b5MiUTmn39/ND9IEjrggfQycaZMug/KLYrvjBtVC DMgga0um+APDirJTuioZusC9fzTnZnczYBjVqfMKXbXKXDE7uSUcI6HB5DTdDuT518cEVP uuKKO7jIlr67kDqR2tqgSksyqTsAiCmHu/EFUQb21upg2Ww8PAwNB0KZA3xGOvvFQQoBpD RWN5ngP/89Qzgy1t/eSp/0gmla6YVnV4hvaWT3apsoQK9QvOb/lXZSFYt6qKnw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670783700; a=rsa-sha256; cv=none; b=RAG8JUii2BWg14ZKm1GzwrYnsRiFVGENs2ZWjk8ZQYO21/fZFHZ9g51EX3elRPQEdCASJE tvirdbjbu6FUo0levwFLEV5IMR39cfMjWIUIom4Rqv/K6OgeV4bD7c+59d58FLXczEiFnj cGHc31U40pCbgincMmwSFjibFvv3GexzC1MdJfib0HPWObjxecMGRhcX+vNBZ/zBjnb3z7 CcDjZLbdm2XC8GrGZEtTT1Gn68qxV1802/dfQLvRhkw6m3GeLiVICLeUnpHOXQnJJP3KNY EyUadN73Nbg5n1VWEKQj3VS6YzIreNzBKd5nuM+O+e9aXpOD0K5autch4jkFdA== 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 4NVYMm3yzqz14lw for ; Sun, 11 Dec 2022 18:35:00 +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 2BBIZ0Yp023202 for ; Sun, 11 Dec 2022 18:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBIZ0in023201 for apache@FreeBSD.org; Sun, 11 Dec 2022 18:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24: dumps core when rotating logs Date: Sun, 11 Dec 2022 18:35:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: rep_platform cc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Any |amd64 CC| |zarychtam@plan-b.pwste.edu. | |pl Keywords| |crash, regression --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 18:39:36 2022 X-Original-To: apache@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 4NVYT506scz4k8qK for ; Sun, 11 Dec 2022 18:39:37 +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 4NVYT450yFz3lkj for ; Sun, 11 Dec 2022 18:39:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670783976; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sfzXL45rUfGV9w5jrMQ2D9MsFylE7PbTAL3Q4xydfhs=; b=v3/eniCPIMtnexo+N1H+KD0y9knQ/JD+FMXZr7GNZSDh3WVmUv0AzfMY2oNPQP74u5UX8X ZUmTA7J4sjOoRFi1qkHDNu/cx1xX3kFmpuAsPoOy91plLZ3qyWyIQC+jSdwRDVNiB94UvA PLni5pIOzmCyMqfolhBlRXZTuipVL76TuAAvdKPzH3mX+T9CnNTLfVnlpM/SjZePSmv+BK XYPxtVAT9PmBOK+a2msPo5Ligm7pzUaTXgz0v1433pC8ggMIrceKiPlR7o//nckUpTE7Ug ujR02baowtuwOXrgkVMK5O6uUPfRVVXHfk+fDYFjexcyfZb39ptwqvsUqKKZzg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670783976; a=rsa-sha256; cv=none; b=lOWFmqzONA97TfFsOFl9sWSj24o2UiHwoHGP5rwcYspe80sI8NpUTf8Kos2eelwWFh4T0p a9C6IDHe7pxUR4jpTX56ua2vxRT0YeaSWmSO/xfNAeiFmdTUYz4d8Fbha7nBXb7gMpCdOi OsWqxzZFhBus3Pjw5vJgz9VYRUoFOQc6bjAWfVv5Bik/shFREetdDu1rgl0ZIdrBBf60Eq uQYAoUNPQnIbaY7pNv+19JNwAMSvYIGQtaSWYUa+TyEKhWA532vs4f5UE3YVh0It/SnLDr 5mfITWOaDLuslovnPGaV+ldXgeB3mAmQpb5to6EhznZTuPG6TD6QvXxfPya74A== 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 4NVYT44439z152n for ; Sun, 11 Dec 2022 18:39:36 +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 2BBIdax9024791 for ; Sun, 11 Dec 2022 18:39:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBIdaP5024790 for apache@FreeBSD.org; Sun, 11 Dec 2022 18:39:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24: crashes when rotating logs Date: Sun, 11 Dec 2022 18:39:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/apache24: dumps core |www/apache24: crashes when |when rotating logs |rotating logs --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 18:55:42 2022 X-Original-To: apache@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 4NVYqg0rtNz4kBdv for ; Sun, 11 Dec 2022 18:55:43 +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 4NVYqf5Wb2z3pKV for ; Sun, 11 Dec 2022 18:55:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670784942; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CZl6cX7PzD62YUrKNB5v8Qon34SSL4UYA99Fs/9KTDM=; b=NiT1optQv9qV+8Jpjpa/gjDqrYgSSxTivgOWCrQDhSoYVaICEo2LfTpM6WiQHnSfWX+A36 xE+B0ZRyU3pwrduJzeNsnjr3uFD1ICuIWuqKLJfFoXbwOly83OFrXk1dow04eewnakXGr8 k/fNU6Z5kYS3BixNYNchFJuTMfeeHwZMdNDl3ThFbRIb2bRT7SIiq0SfdJ+6+RqbFJCXta +fFoUj5fOMOqIElbVujVNv+DdjmrWxY7CJIjr87ilBIp5CjHenDzfwpi86CKLBYoNB2cIs ZKWBBgs7s42y30wsyP0afWYZVuh4yjnXuBDqwHGAlrEmzi9Ayz7B4FdkPHiYwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670784942; a=rsa-sha256; cv=none; b=kfwTE3augxQiAITSVmEpq7dsqLqwRfRrJxt11VZy33j08i1+HVrZSewszlBSW1VaqEwtfY pIqvmxdfhE2MMO++XvQN6Gw6Gxerldn0GuVK4IJrn59zQ2l+YyUuk5E+CcND4bxqAMwAoL rboge6uRRXO7SCuIJ9QU1E6eTicGumEOt7O1s7Fuksf6/QSwWmx4EJzDt42dobnJv3K5tZ QJkflVPSOIx/Km6eNBdr9g6nnQoMe9Z+FLa37m4v5PL8O2DV/ticL05X/ha09YaZ/bMBfd HppdAgrMzv60MtuJrHAdI/p8CItTfnFcOqK42EnzHD2h5gY7VNkzJ2BWA0H5bA== 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 4NVYqf4SmTz153c for ; Sun, 11 Dec 2022 18:55:42 +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 2BBItgbW047555 for ; Sun, 11 Dec 2022 18:55:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBItg09047554 for apache@FreeBSD.org; Sun, 11 Dec 2022 18:55:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24: crashes when rotating logs Date: Sun, 11 Dec 2022 18:55:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 --- Comment #1 from Marek Zarychta --- Maybe I haven't explained it clearly. What crashes apache24 is log rotation, not SIGUSR1 received, since it's probably already dead when notifications a= re sent[1]. Nevertheless, the error[1] occurs only with some rotations. [1] # newsyslog=20 newsyslog: can't notify daemon, pid 2650 =3D /var/run/httpd.pid: No such pr= ocess --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 19:24:11 2022 X-Original-To: apache@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 4NVZSX0wqBz4kF39 for ; Sun, 11 Dec 2022 19:24:12 +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 4NVZSW3RMYz3rg9 for ; Sun, 11 Dec 2022 19:24:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670786651; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9t/QmcVLoOWG5Ji1uHF1BjnsNJ886SOA9cQvqa9zNs4=; b=rEv6Kh3fPOPzU09KKP1V1cq0zkr6SlncEv87zT3EwqqQaodhOrQv8wAg/N7Bf+pwV2XU6B TZnhbYBCLKME7nLzL9R8gZ5V0cCxchBopxbl1smyVxINE0mBdB4YEj3hOTTIBWm3h5yYR5 HT5Ht8OaHWr4BP0XAT4SpIIk/jGpxbqfiQBbIHPorg1Zv00T9qoAqklg/AFc3zslrFDPft OhIpY5JatSh74mNeQf4O+CXAUif0jpSsWz6uwhMShKC+5CGRavAzVPqhPxolJyEvLIUgM0 tnz1skrzw+RF/aCq9LsAfmYlBhYGXy6rok6tiVSVH2h4Yqgeqt86f1y++IMsag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670786651; a=rsa-sha256; cv=none; b=MZwMk8ByNt6lHhR9ZFcB1Y3tlejAr9pxXgyfrk072GPwCZFsieGrXY248nW7AfM8D6UT9j bf6KgsV496rKt5WP5vwCbOWgV/yOxA3VUxwGzqBdSuT88VSd+BDxWHxP33gRTxiVzKsJh5 en+Cxaz74/Q3v+2//WWk/zMoxG9gb7uD29jF7pOEVftsqUZzg6HEEUHXqGvL41PGUaj/MC 19dRlL8MH0IBNZ5WMa55qPWzvqJnekeETI8oWckkI9uwDvkNqvn+eRyxdWKaCEQYJ8UoG2 q+ycjw5S6YNyO4DH5Fo6lr5Vw3RC/mOIdaowTvWFXsaZNWK6mVZ1mkqZKA3hxw== 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 4NVZSW2V6fz1690 for ; Sun, 11 Dec 2022 19:24:11 +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 2BBJOBK3091519 for ; Sun, 11 Dec 2022 19:24:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBJOB3r091518 for apache@FreeBSD.org; Sun, 11 Dec 2022 19:24:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24: crashes when rotating logs Date: Sun, 11 Dec 2022 19:24:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 --- Comment #2 from Marek Zarychta --- Created attachment 238714 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238714&action= =3Dedit core A bit of insight into the core file. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 19:32:14 2022 X-Original-To: apache@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 4NVZdp71CBz4kGHr for ; Sun, 11 Dec 2022 19:32:14 +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 4NVZdp4QGQz3s6F for ; Sun, 11 Dec 2022 19:32:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670787134; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Cy/sNWJo99oBRAGL2P2YkG8JBj4WZGYIrvpAkLwqE3c=; b=qOd+QKbrUCJQE0haH2nKRzyIHyxO+Ny9D/0V4sg4N9v8KcmVmNofXomMjti61onMpXlCeE VDvHD1MWgOd8FdECulEcKT8VDZcpiJbYN5ueYkbQLhArqO/ujrBavL8lpm5RQOUPXY3m3F Vs1Tl0u70qR9y2wRuwNDgLvdCIBd0H2XFnRuzQ65qcTbUm0aDJhFTEYAiKl6pHLGICUTC2 +YA/uynYV1dvjCWcw+B5mDeGvEuVaHYL9HU1yAWCbWWSw3MSj3LgTLJdS3vn7LGVG/F66i VLk66+oZ0pNDvTsgl3GW4mK4lCdX1tQlEla7uT/Dp9ti1PhuoyUbzGVhtOLNNQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670787134; a=rsa-sha256; cv=none; b=Im7KX17raPhv7zW3ao8ajJWDZ4Un6CRJcL2nM763280TYyJ0T5Nzdifr/EQkPFqL6H0YKX XW1oZxgMnxbbpCeAPAme7pz/rluizg6rJD/dPm1uIuGgYQXsWKcpSfwW0PY5hJ1hIPd48k tDreVuuVhXQgnLUsW3a1Mo+dTjA5kzMHOcTbxro66ZVqF0w7r/R3XwNO6c8JThKRnmwNrR JEpoKTEmKLgjG7no+S2qRveiFIEG12tPepf5XDO8eqp1rz3HoXN1rnK4sOpP+XbrUVZsWv HYcKAxFtSY1qE8XPZOysu8HOc3Ilt/riSsGXkpjCojTV6H67oWa85TAtj9GMnQ== 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 4NVZdp3THSz15lS for ; Sun, 11 Dec 2022 19:32:14 +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 2BBJWE23004554 for ; Sun, 11 Dec 2022 19:32:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBJWEPu004553 for apache@FreeBSD.org; Sun, 11 Dec 2022 19:32:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24: crashes when rotating logs Date: Sun, 11 Dec 2022 19:32:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grahamperrin@freebsd.org Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 21:00:49 2022 X-Original-To: apache@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 4NVcc21qJjz4kQFn for ; Sun, 11 Dec 2022 21:00:50 +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 4NVcc16Jmsz42NZ for ; Sun, 11 Dec 2022 21:00:49 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670792449; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=K7jWcvXWeMIARx983xtHEHAm1StdZcizPqn5iMyr2Fo=; b=xGQ0iXSQHwWxxVL2xjleLi3DoSSP/8Lzcwlcu9675lvamWwxFtaNcITSP4m2L8pL6mchFT Jme83LYI0meD1dvUCmZL/RrH/58ofWdExN100MyJgjhb2Fuh898aLaTOlJ/YCgEJG9PNM+ WiRkreEzNwT/Ele2u73mzRb/XlpWESlHfGeIhMisRUy7I1jBCU+13nJjDXH14Wi++M1z5D /ZYWUfxKac1mpB/zVpQghTPwNZFwpaaZWexkz1oEizwKh2NuFiaYGQIEtIosUc1M9amuNr iZfQ5l6mG7S+cUHPKeNgG/30iZU8PqdMY5xhSP62gPdKIP4u8jNd2lIREIl1pA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670792449; a=rsa-sha256; cv=none; b=vvvF/F6LCLHE/9+VKkQLQHcxaeLMEnIIKvA5MhOHPPaEaWIYVP2dwtehwUKQhJk9NbXoLo v9XZfrK3cVEkgWQY5eyaYyHQPDgwoA9LQ+HgMa6Njd+qjpPVMkD78MzevUew24wynlOQyr Z0Ge7vZtAwAjMeVGmHP0uO0AJTdMeUvEq1tnYarspXK+Mt/CZpu5D3QagEre3nWAj06TFz xKphZjyPp2jGybA+qfp3ObDiPdpDAk3MaTqxrtbV8rBeIC4BHggCh2FjVMqRPXyStuVFUx MOCG51Ji9P7wNtG43p2uX9Em2YFDUiN4TwSV49TbVw/pd8hzHoZS1YHCPeg7Cg== 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 4NVcc1595Cz17y6 for ; Sun, 11 Dec 2022 21:00:49 +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 2BBL0nwC031769 for ; Sun, 11 Dec 2022 21:00:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBL0nWh031768 for apache@FreeBSD.org; Sun, 11 Dec 2022 21:00:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202212112100.2BBL0nWh031768@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 11 Dec 2022 21:00:49 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16707924494.A01a1b.27513" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16707924494.A01a1b.27513 Date: Sun, 11 Dec 2022 21:00:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16707924494.A01a1b.27513 Date: Sun, 11 Dec 2022 21:00:49 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16707924494.A01a1b.27513-- From nobody Sun Dec 11 21:15:48 2022 X-Original-To: apache@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 4NVcxJ52hyz4kSLQ for ; Sun, 11 Dec 2022 21:15:48 +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 4NVcxJ39bhz46dc for ; Sun, 11 Dec 2022 21:15:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670793348; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/DWVL84i5k9aBjYyXtx3wvHMrMwTtU+/BQ0UMLi0bT0=; b=hheudK0EotHSNSD/4HCW8Whbrnjpim5vLUPNehkVleW0t9x/79kMztL9Wz5OhRxiuJX2c5 oIQjhh3pbyzopitTtzsHBzGxqXrQmDK0dnIggAceYe9vx+whGGVDfEzeortd7/saChVUBh mlzzEuHfk0KToWxy4R+V1JZ/EKCbAjge5EBBgSFk0UcagHYdu1kyX6qc91lIPfMf6rcjGi 2y6cehrFFsO+99YoKvBgnT1NOJu4yf3WFBTHfMaGUmi5K5zwJ0dxDsSA4uYdSlbWn0/r+7 nv1gK7J/Z5n29njBvJNFdC2LgkheC3T23TztAo9nOnEtDd9JTSBoj9he/QR0Bw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670793348; a=rsa-sha256; cv=none; b=bfAvI85+xn/YZzwiXrdQV7d+5NV5NTNIKhuM9Fp4chYEJ1+IUPrpxyyqhvHDzZby54GwlC 54i7apecVFCTFMUu8dKJJkRRVWqx43bbNBpcelphV8xvQGfbeJSRdQeFKlhukn1qAgmhCk SqzJpJFVzotlfSdvdcp7ObYCU/ExP958XOubwwSJoKRF305wQeUM2iMVqmCjZkXrlacTx4 vUCbij5Gu0KRF8ydPyLgCatXOMd4Y1pfNNZSdMfrY03eaDrh2sLc7RtQZgfj5UKakCVO6b hbJ8idnuIOcH7iLxNqW5/BwJiJNqBuhliLShHKSV5jhoqbCnjOT4uNzrpICLcA== 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 4NVcxJ2Gjpz187R for ; Sun, 11 Dec 2022 21:15:48 +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 2BBLFmew054274 for ; Sun, 11 Dec 2022 21:15:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBLFmm0054273 for apache@FreeBSD.org; Sun, 11 Dec 2022 21:15:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24 with www/mod_php82: crashes when rotating logs Date: Sun, 11 Dec 2022 21:15:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/apache24: crashes when |www/apache24 with |rotating logs |www/mod_php82: crashes when | |rotating logs CC| |bofh@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 21:21:34 2022 X-Original-To: apache@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 4NVd3y40lSz4kT1l for ; Sun, 11 Dec 2022 21:21:34 +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 4NVd3y218pz476N for ; Sun, 11 Dec 2022 21:21:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670793694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=78OCY1bDkIY7qGqBTraNIgj79OnZchrXHSLltYXK/q8=; b=u+TUtezgZCqkjVNswqAYQO8d0hnFXBXKJSM0VDzY6331zbV1e+LnVCI2PaQG/dNlz8LCSd FZVaryz9vD9evHh22M55wxywNMtcZ8XkjHK9ZouuqeJzNpfKXWDtAHVEjp/AGEzQ6Eelda CroINbazXd2qpAoV+DAQ/0QsOJ7Z1XSsNeBpaqoYHyOhlvf9lxyNxx4JQ7e1gT8e6CBl8G 4n6wGiMaClLic229fGZdEFwzU/v9fw4IqbKVRE4Yfb3I5LcF/Ag1dU+oxrODNSCm7GNQCL 4lwNRyWnjleGPVbYvZaswgQkQAzJ6UUDcYpvK0kjfKsFc3jaroov2vUFXrERng== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670793694; a=rsa-sha256; cv=none; b=xaXMcTSMRQPa4UHpxVbIpodZeME0nlgvlvtccL8shUSxoPRshgJKq+n2O1tPdsL8fewvRU 3KsSY6Vn0AW+6JGJ9XYkyjZGCuZ9eBIOGJVlKsn3pVfjZjPPF2DEwbMAbdPpJrQ8S0/9RE CwdsQQ1iy1yOcgtPGN9ftDaotRegXGQmEO8w5h8omdVdu8PY2nz0hDBfs2tQrHtumQ4Tfi nJ4S/ZVDZy65CqdMP6DMcyk+HlVuPNtOXbJdjCmob4xMQbZeGDT2PVI7atbTUEBrr4dgin pR2wtGp+1DWIAr3i8TKq0BujHehU56CRVYa/ALtOmScubWMkUzT7U8uGezP+HA== 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 4NVd3y15mKz18KZ for ; Sun, 11 Dec 2022 21:21:34 +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 2BBLLYas062804 for ; Sun, 11 Dec 2022 21:21:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBLLYBg062803 for apache@FreeBSD.org; Sun, 11 Dec 2022 21:21:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24 with www/mod_php82: crashes when rotating logs Date: Sun, 11 Dec 2022 21:21:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |DUPLICATE --- Comment #3 from Marek Zarychta --- Without module libphp.so loaded log rotation goes just fine. Please see also bug 267435. Maybe a duplicate of this bug, but triggered in a different way. *** This bug has been marked as a duplicate of bug 267435 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 21:21:34 2022 X-Original-To: apache@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 4NVd3z0tGpz4kSkk for ; Sun, 11 Dec 2022 21:21:35 +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 4NVd3y6Ynhz46qx for ; Sun, 11 Dec 2022 21:21:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670793694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GWPx/QYZQDziN3nOxF13Gd2QUdC/J0AiWOibpeenbY8=; b=PF3xw9zPtewnS1LmFqMmJYGPU2JhTbxSs/v+LMDzfGy1X3/dEMM9ee3fU6TcGI9YYsLVXs /G2yKQx7pxAwy4Y/fx3JihAlPGCbMGVWksq0twOD7d74LAnMmKfB35EAz+jUeIMiT5stwW gxhBN7iax5nTMum7jMCd3KR2/PvHdusaSBQWr8kJqI36q+BaK3LaH1+3YfiDLKl2zc6WB9 4Cqxz6ZNLT9ssR6RQh5bvHDjy6Jah60YuBhqlc007IoArdaYR9tOmQajSHz/IlO9Sic9G0 7Ff3uGGmq9bGU8DZxzZAInP3yppF8e2585nwfSn4ukqne60JwWcuvH7m7q/5jw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670793694; a=rsa-sha256; cv=none; b=dXcjMVgZ27/eIAIKxwPvaj57eUf+m/ammC2/p/yZXIm/nHg0/lZ+ME1fWk8OzxaxDTCI0n y7w/r53vv8QEOV8M58YZCp9k7gnMlIDKf3ejrc+r1xfbRUe5D+dELLp4kchcFxf5j96NPF VG90snD657c1GZG8rqbnt2uHrsKMwU6oMDP4MPK8D/K/5flEDzEMXXbMjnCGFKcMLLcy/d RQf/BAgWIy7nx8DIdyvfZyjZUMSLkqNz/nM6FIFihU27oYcam/MM06TlGuFBvlNIFroSuj eLVKKpjymvhffW+F5YTC7VXsM1jnySoNzGi4pQxLcer5aXVxoArocZNtoEqQdA== 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 4NVd3y5RMlz18fM for ; Sun, 11 Dec 2022 21:21:34 +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 2BBLLYPT062822 for ; Sun, 11 Dec 2022 21:21:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBLLYNk062821 for apache@FreeBSD.org; Sun, 11 Dec 2022 21:21:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sun, 11 Dec 2022 21:21:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #9 from Marek Zarychta --- *** Bug 268318 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 21:22:22 2022 X-Original-To: apache@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 4NVd4t398sz4kT5n for ; Sun, 11 Dec 2022 21:22:22 +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 4NVd4t1h60z470j for ; Sun, 11 Dec 2022 21:22:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670793742; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yYITVZAU4JdVS+iyFKMIBAxaeN5xwjAByvev1TlFxqc=; b=cw+aKnBW2YLJOLhpk6aobS0kwyBAidX0/BDbyNApPKTeiYgiJhYXD6AlnhUMHuHQy6Wr8R K6KK8FC3Xrk9tdrGwNGrCB2sT4t6DGPMJPMV9BUMNFaMIfAnNOf7sd9AYWpHaLIzuT1XKS UYaAHIWt5I0xNzvlWm658r4S4+W4YYizFRPqQxV/637oFgGVwLFwK/c7AbODGe0sYKSzRK qWLQFwXZ/n/QNaI1rDsrQpL3g/X9MeDW/hbvZpRsajQWtiT7KJ/KsJY2tQE/NDxxsijOpu kXH7QoRQgaJWEGFN80GzqAdh5WMEBqtAD4SQVx5GOKJSfh8XjcMt8bF1jk3YgQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670793742; a=rsa-sha256; cv=none; b=PnAamyrXTKoiWm8OM7NYjz7Ie+aanaxohoTq8ZTRgAVC2j4qKklA1MyagUUkVYKXE6ANDN 3yimCMXBqrPv0i/cclqFYFRZWTXV94QN3CeadFqwCImi/vbrxJ6J7S8OuwCH6h6JJRpts8 BhEmBxx2I0FiM4pZCxMd8Wcjfcy8Ldr5Q+P3+FAPZedC5EsBa7jPkaPL8gTud17nUmMeSV cF/jsR1kCElD9nS8R8esBrpAf2aEM+dpr4RZ8mhvwuVo2X9Otg6v+91NKgjwfTXsWy9yN0 TURkyczytbbuLxt4KNvLX9DBafff96Y4XIm4JaVD2isWzIe+8BwKMusLm/r2jg== 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 4NVd4t0mKDz18MQ for ; Sun, 11 Dec 2022 21:22:22 +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 2BBLMMwa067802 for ; Sun, 11 Dec 2022 21:22:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBLMM9c067801 for apache@FreeBSD.org; Sun, 11 Dec 2022 21:22:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24 with www/mod_php82: crashes when rotating logs Date: Sun, 11 Dec 2022 21:22:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|Closed |Open --- Comment #4 from Marek Zarychta --- Still not resolved. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 11 21:28:28 2022 X-Original-To: apache@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 4NVdCx0MBRz4kTrQ for ; Sun, 11 Dec 2022 21:28:29 +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 4NVdCw6Rh1z47c1 for ; Sun, 11 Dec 2022 21:28:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670794108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kuIOFB4g2a8RFXDeiNW+LFlGgYoboWtZzlETVvk5Z6Q=; b=Tt1b/vRC42pwTetpIbrphdSqxro2PKjeqfFBbR9CxWl4//6Hmgv66aapgbVS5jkHHaUe+E oGTn+FowlPDGuWZBZD8f4NMYLcqWvhBDDTGW3OZAW4xsdOqheblM1W8aXATLkSYsRwKee3 5sgNY0+7Vs5BLMWaU1i2TF2GCF+WqdOt1KDFZoEipH8weV41m4RCD9shGZW8aN4XYvRbsE a45VhI1V4wxVKo220Op0WyYN3kkHqYzxgluKYHHlh7IRewbnNt4APAb5r8F9wwGa+GWUZv A990nymplJ0VGPM4K0JUtpK1ow3ntbpjU7dd0ddnZ9IwRgem8/k40wqMX3bVAA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670794108; a=rsa-sha256; cv=none; b=e5fDbwbA6GC41I8iUWcRUZAbMI1IDuPvda0hpLDF0DUeNFq8JT2Y56AlCutU/2qWToDXIC ylKWeK8exypJkmct+XKo1xY0rPrYJO6VZM+6P8IDC741MsZuFZDvZjfFAXxrsUqbgcYPrz lJkjIG4GpgoZ82Gt5rnQ0H0TZ47AkVC3T/CG3qx+VTmG800xbLBUmyU62y/Lo27Qebw6k/ BvhBRNn9tj87CI985mT8+W/DjQrMuyVwz6hu63l88ebcFH1jQyNgLitByu7Om60tZSMQx0 bNfRl7bkkrrkwsg5iKg+NErIjSvVjR+xUU+FLzvg36SyCRQy1Epq/OhUhwWtWA== 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 4NVdCw5QBtz18SQ for ; Sun, 11 Dec 2022 21:28:28 +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 2BBLSSx0070936 for ; Sun, 11 Dec 2022 21:28:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BBLSSI9070935 for apache@FreeBSD.org; Sun, 11 Dec 2022 21:28:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Sun, 11 Dec 2022 21:28:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 Muhammad Moinur Rahman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bofh@freebsd.org --- Comment #10 from Muhammad Moinur Rahman --- (In reply to Marek Zarychta from comment #8) Can you please confirm whether if this affects php80 or php81? And did it j= ust automagically fix itself when you enabled ZTS for php? Requesting further info as the maintainer of php[78]. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Dec 12 19:18:55 2022 X-Original-To: apache@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 4NWBHz65wwz4l2nl for ; Mon, 12 Dec 2022 19:18: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 4NWBHz3lvLz3tyM for ; Mon, 12 Dec 2022 19:18:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670872735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FDnToGL0cwHEe38+kVvcs0bKvZ5KHdE06l/QzaNpYS8=; b=RFyVNPaWqYJ2eHLMAZFtgI7LElMxREyJnDg6NeD/DC7pKDRcj+IX5u5dGbQRs30trjDEzf Flw3XSR5EsML5D7wxVzmHME4up/ZGipyRZnLUs7n9UlouUWdKb07zysldbi7WV2CTTng3E ftZNCN1mPWKrdc36aC/Vyc9yF/EjKpPjrwyFiBbx15OuL4C9VM0uVDm+lVd9hK0smMDSJp mRkn33oW52xIQbQqB4D1Hqh45fJDkyuqQ16X60WVR7QLMx5Kv9K/Apt85YGA/bjep7GpnZ tEMClImLq8vWwmjsptYCvtDHCFjfdASpV18FrmLvbwUC4DDYIQkXWv8vyUJfKw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670872735; a=rsa-sha256; cv=none; b=YR+kteJhNypk5u28gHbfuLj11Xn7X77zvCfY2Uic5F2+6+uNIMcMLf3dv0cDeOWntCskz8 736/xFCVUcHNVUGKbxK87Ly0uzFvqOtIDZFq2Cg9uUm+O2hEi29yWnuVmFkt2S0Hk/J/EM W+nBmxQ5A9YAW0VCEjwoZztmvpxuhnhOmjm/VPsIjd4um3MO03A8fzU0ZKcCwPTmtjxkon egflQ01Y3nbYcgknDtN+LXbhMDvxQ2Wjmd0iLgAwF9eKQwYx6E722djcacE4H6IbQ/o++D Synda2hbMu14kizSfCucQxiQY/AgzaJYMA8QBJd8mXmmpRhswzx9Ng78uIy8bg== 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 4NWBHz2bXbzljb for ; Mon, 12 Dec 2022 19:18:55 +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 2BCJItqa019001 for ; Mon, 12 Dec 2022 19:18:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BCJItRe019000 for apache@FreeBSD.org; Mon, 12 Dec 2022 19:18:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Mon, 12 Dec 2022 19:18:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #11 from Marek Zarychta --- (In reply to Muhammad Moinur Rahman from comment #10) I am sorry but that's really not true what I have written in comment #8. We= see fewer (almost no) issues with the recent www/mod_php82 but it's still crash= ing the Apache during log rotation (see bug 268318). Without mod_php loaded, lo= gs are rotated fine. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Dec 12 19:24:31 2022 X-Original-To: apache@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 4NWBQR569Tz4l3TD for ; Mon, 12 Dec 2022 19:24:31 +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 4NWBQR29Smz3wVG for ; Mon, 12 Dec 2022 19:24:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670873071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y1UtDwaEnqKewrNfAJLLC8+iWwkeuVnyCeruupeTq/I=; b=J18UymS3C8kTIL6Ek/qkVIEVGadCrYnUyK6VDbWpHekycbFrhCZ6Pot+t///j7PmD2Sttg WmiY8n16vX7FrzMCR3BocBsHVT66kPHnkrBkfOlD01GOXr/oGlsvY7by4Vvee3ysQuGO2A edyn9I2qOPlydo73wWnkwLZ6p9ZVsKl95o5t/Q9krdk1o5BQ6vV1xWQkOnz9bfEwtR7lxl 2gZdTFmPOuo9nX+EkLNdyg+Sb81hHsSG4myEjUCjUxNEp2X2UwvH3BtPEYJoA8wvk7iLMZ ma1Ir/2ulr75V/qqWRS9X0Xfj2PMQPVZCdTZrJbsG3gEQfR6/DiaJiWXJxlNmQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670873071; a=rsa-sha256; cv=none; b=okufjqeFt8EKzShLgsklj1bCU9hbODw+An7jzGxq6aAuTvcveojkPkTMRyGXVqhEvByd2E VhevS31FsqYDetG0pxcwKQ4d1exNhCKGjk+CqZsn2e1OdQFzXKenBXe4bWVDFDtG73euhh u0hCRIQ74hM7/70WYgiz2GnJDk0Lry5a3Pz6ViEYJa6Qr84DChBy08Q6Ane6fMe7Rcgk7w JBmPx+e28hvYcePGa9DFaZm/8lSGLe4KRXypM/KYgXu1By6HgPj8geW2HmGgjP2gdHiPp1 rI8X2rwyQnkmb/QEF8ksMXLebr6hZjxthslTZSoomf5RUzgUtgtvn13L0NUkvA== 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 4NWBQR17Qdzlwb for ; Mon, 12 Dec 2022 19:24:31 +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 2BCJOV2r031552 for ; Mon, 12 Dec 2022 19:24:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BCJOV3P031551 for apache@FreeBSD.org; Mon, 12 Dec 2022 19:24:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Mon, 12 Dec 2022 19:24:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #12 from Muhammad Moinur Rahman --- (In reply to Marek Zarychta from comment #11) With or without ZTS? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Dec 12 19:27:13 2022 X-Original-To: apache@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 4NWBTY21x2z4l3RP for ; Mon, 12 Dec 2022 19:27:13 +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 4NWBTY04QFz3wLZ for ; Mon, 12 Dec 2022 19:27:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670873233; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bfxzipdr26bDh0ItwNMgz9tVMeFnlEtPOZJgYg8AIOA=; b=gvv6xeveeFPUSScU8e1kuy11yXrLHxegsZfUCT7DN+AYdjDKItLd24G0H60ity0LJT1sMx 7Ts5UhtBr8qD4ERQFi7mlLqzEIUCU26A0Q9W+vOsZwgbtTLYXG+pZi/gjQQnk9sdBhyjzV DOHivpt34OjyOzsELmU14R4PF+JOARJkvjCma33IxJOldYm+g/cLdiVZGjT1Wb42qPBt+z MHW20CBUU3x0YrBtHL/2c2gSQnmODveRcMonVf74fFsInRCiQpZXBoS6tvL1M95UHs4Xkd wwWxZi1tidCtimWjaVa/mfAePOH+QfgPXVaLXQmhU20//wH52uXsiXZCBTZSTA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670873233; a=rsa-sha256; cv=none; b=mj0Kqmz7arerK99aTC2ezYHUahndwlgDFXl062dFEWIsS7OptGLS93bavDWbj1nlhabbsl byzFVEKIw/GA/mrcxpAygXLilsBRbyNBlMbSdkE5o5Dxk8EdFvfKCHnv9gY830RIIZv2NY V5g+DQQzt8ijfwCEQ3LJlVzd91s8GOyySXUOwRqIKRrYm8wuhVE0rK9CTqkEhhiM5KMdZp hzm4rVuiL4Z87Dt3EvbQ6U7Ct/YiHvC8JiOXIa4suyUb6sMz+NYscG2EzDX/jyiIjSa7Va prjiGoWqIA81bQmtQa+ZwBzvFISiUOu7Gbr7CWF+CIcnrxx2Wa6s98c50QRifQ== 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 4NWBTX5xb2zlkX for ; Mon, 12 Dec 2022 19:27:12 +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 2BCJRC9i032768 for ; Mon, 12 Dec 2022 19:27:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BCJRCKS032767 for apache@FreeBSD.org; Mon, 12 Dec 2022 19:27:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Mon, 12 Dec 2022 19:27:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #13 from Marek Zarychta --- (In reply to Muhammad Moinur Rahman from comment #12) With ZTS --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Dec 12 19:47:11 2022 X-Original-To: apache@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 4NWBwb2X6Rz4XydK for ; Mon, 12 Dec 2022 19:47:11 +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 4NWBwb1KJWz41lc for ; Mon, 12 Dec 2022 19:47:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670874431; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tFI4bNNr6OE3cpg0+BsQSI1IyBLtWD3orfJ1PbSFyXk=; b=BP5qbmNB3NSOF6ugyA8navyBgpKAE77lKO2I7jtm+vAeYql1JeS8B7z5ZhKdI99l2+A+of jf41JKAFzCz+3hMlp3K/yil0zucv8B8V+8sA/ECoI2YcQD/OtdGWX9EOa0FVA54v6OevBN 9+tB2agJU7Ou8oEgDcFX7dDbVxSm3Ja6CdfYY8G54wkOAIfDoYEjQevXOKSLSTgL40FYPs NOxPfU8ARK9qU0Rgalx6S/ZOsg3eEhX/Z/myvevuuBrh6sZpZ4AL+DQH2G3iAgDQkPhZm0 UvNuuoWHt3Rcuse+sYx+OZJV75JazK4B5zJDgSh9iKpPzVI3cSjvITuZ1D/iqg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670874431; a=rsa-sha256; cv=none; b=HH33ggFFqfVN9/0YQRHgaJuzixG9kMaEAJpy7Hoxg2pGao7fPY6bqNCOW23jNeTl3QcXg1 tV0dhJnwRzmXPkySZKBuUem4Ime9cGNzwyG9DyxBmeSa7tlZep87GRNYNxXPOEJXvHlopA KBmzA9o/sTXS4UNSEoWDBDzonBIH+d10asIAxYavsgo37KWsZ8kgmyOiH+rBzwg4oYh2ii KL2AGOADJfdyW06DLutSiZS3M3NZtogUfxB0PpA5Gf/gNnOjrH9IwKBsqtN1Ran0Qluue3 HsUkP8bp1rTBornxMrLAOrjT5C85Y9DNzhxwZKV/cV/IrR456RFzqixRZyJm7w== 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 4NWBwb0GYLzm73 for ; Mon, 12 Dec 2022 19:47:11 +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 2BCJlAK4062403 for ; Mon, 12 Dec 2022 19:47:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BCJlAOE062402 for apache@FreeBSD.org; Mon, 12 Dec 2022 19:47:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24 with www/mod_php82: crashes when rotating logs Date: Mon, 12 Dec 2022 19:47:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|Open |Closed --- Comment #5 from Marek Zarychta --- Disabling the opcache module solves the issue. Maybe not a bug, but a featu= re; mod_php seems to be very fragile and vicious. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Dec 12 19:50:36 2022 X-Original-To: apache@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 4NWC0X1Nbxz4Xyny for ; Mon, 12 Dec 2022 19:50:36 +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 4NWC0X05nGz421C for ; Mon, 12 Dec 2022 19:50:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670874636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TzVPmDuwa/8pwfxvdCNKn16MriD/osir7h/1cRWwS50=; b=wvMWkYD/lA84lxbZlN2MM2TNpVof6pBYOPG8zypi6R5LAf507NvEuwmnIaPClBNJayEKT7 TuIk5rHuTaG2ilnNpqpklMWyrlQTpyVRQHUHYmjmCatjcshKWlN/CjcBcI6VG4Pk0XleSF F34aBNDAhyZ6cY/kFEEW1aBOWxwaJiAxBvc69Lu7eMpKuuFYgaz43G2AG8oCt2ZQyk8bDa fiZQnocm3pkPyu13TmvvqG0iSZgvvwfV1Tu/PNNg55tMV1f6jmV4GcF4yDOSootsuZcmmp oVOoGtPr3VB/TWqisxziNbIsal3mQMlLwYwvPLe/OhE6mPmTpN5Sb++pYo6w+g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670874636; a=rsa-sha256; cv=none; b=Hn1bOk01aqPfZYk1hDxuB1RiQiP5SFJrb1yldZ9BTWG9D+3SKk4flaGDLU2C2y4bHf+Vq4 1JIwZwQ/VL/V7jQ129ErPnGd+Th6vivPLR1MI8kxNe6zt+XJXvO8ptF0u+KAEZPcRy9yN7 QtFMizBYHEhvgUKRjI0pPxRPPRlOCdpfaXoZWlGHfWoi4M60FATIpXRwvgSUZreL+e9aeZ 0e7Sh50So+59doLbm80OxnKd9ayPYctSiUf/JV7g1xna2mefxk74MuaikLFCbpyhNcrkG+ Uy+eyfFRJwz9Sf02fRRBXxJVeIbJNMthbdUSX45hfgbhiyKV9AQtQgQKwFC9gA== 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 4NWC0W6CWCzmZT for ; Mon, 12 Dec 2022 19:50:35 +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 2BCJoZ0n063667 for ; Mon, 12 Dec 2022 19:50:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BCJoZ3r063666 for apache@FreeBSD.org; Mon, 12 Dec 2022 19:50:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 268318] www/apache24 with www/mod_php82: crashes when rotating logs Date: Mon, 12 Dec 2022 19:50:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268318 --- Comment #6 from Muhammad Moinur Rahman --- (In reply to Marek Zarychta from comment #5) Unfortunately we do not use apache at all in our environment. So cannot com= ment on anything about it. But indeed we switched to nginx due to the various problems of apache. Although apache httpd has been a widely used webserver and a classic application however my experience is apache really works well with other products from Apache family. Apart from that the overhead is too much for normal users like me. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Dec 12 20:48:46 2022 X-Original-To: apache@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 4NWDHg6Xylz4Y6XR for ; Mon, 12 Dec 2022 20:48:47 +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 4NWDHf5wfKz4GPD for ; Mon, 12 Dec 2022 20:48:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670878126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ia2ZPmHqO/25d0W4e+62+axXs1SlFRIt4ctVbsgRXAM=; b=Gtmot5d+1GXpHF+fBJckt+Rize4zSYxWV1lJaqsKrRIp2S6ZyO5bvZOjoR2xXJfNNGwA16 WBA2Cw6vpF/ETPThnzwuzBKrRLw9YYcBxgEQCZRnUBlbRZ1Ke14vQDEsr0pv/7w3EXHj97 Ynly6HDNNbVx6BsRFrIjtVbVv6CsK4vjxdoETLrT+Qkhi2zVg49qgHFEju2Fz4zK3FcVTu PYmleioJPuvmZRvFhf//mgRZ5ZWsSg6x/aYV1b9mkczjSfaRRBKxq4V6Y97n7MWUD5fHEi ia5x+UhZkROvXn1EzF10fYSIIt/iz2hDkPiLBK7VygBKq6pDGwx8sh4k4Skohw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670878126; a=rsa-sha256; cv=none; b=RvtHe35ePRzM1Z9z34mA7D2wtQzWoxxHCcbgMoCcP6YuGz5oHcPrSoto+EeGn7ce7vp5Nj Jt1Atk23bSNPtn5vBLCIfYLUQvZHun+jOjiP6ScXhZOJr0J5fYOU31KNgpJCd9AG1IIxGB LTrNSO09/ahF7b9Bij0D8C8EpVE3pdW007bYUS7yAdI+KoLkvxaPR9KsmZlDjLn5/QaUTJ Euw8bZgnDKj5feqZZ/q7J1mQcwuLMsRKuP0ZH79pdWFFiZe11YATCX9eKcdTPTLeZdoODK NUC/CPkdWPtCQoxME+RWOGkXBnDtl2roYiWwztyQl8CaiHZyeUbQsAvRKKeIgw== 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 4NWDHf4mdHzny2 for ; Mon, 12 Dec 2022 20:48:46 +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 2BCKmk4H052638 for ; Mon, 12 Dec 2022 20:48:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BCKmkhU052637 for apache@FreeBSD.org; Mon, 12 Dec 2022 20:48:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active Date: Mon, 12 Dec 2022 20:48:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267435 --- Comment #14 from Tatsuki Makino --- I am here because I was able to obtain a core dump in a similar environment, which may be related to comment #6. However, SIGSEGV can occur and dump core even where mod_php and other modul= es are not involved. I have switched httpd and apr to debug versions so that the location is cle= ar, but they don't SIGSEGV very well with the way I use my poudriere server :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Dec 18 21:00:01 2022 X-Original-To: apache@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 4NZwFs6V9wz1FxR4 for ; Sun, 18 Dec 2022 21:00:01 +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 4NZwFs4Z7nz3m5m for ; Sun, 18 Dec 2022 21:00:01 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1671397201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XcYmq2TPxQ/+RKRPxVnTvRwlcbLs6wRy5BC5oOBVaZM=; b=uj6lgWbAgKTmhlcHXIe/HWHp3CUYf1/QOga42b3iDw6Owh/7qHg6qg+Hs8TSnMIPc/qBlg 97GvLbVcpMVenYATKtaN3nXpYQna6cFdIO5B7YDkobSO6MS9WOFD+WDW1T0ZYHyyanmBwv NHJJnTGyWFbbemaou+Efng3LbcxR4nqEq2K9IujvtjyCXxp2ku910FQ1RexH2FOonVcKYy SAWMQn5wn/63s9V4KVieCYZmtVqrPm/AUQe0WDuQnqnMcv2uuaMvDa3tNr3wFMyxyaPHqs xrLd2jcZf6TF9WtUn6HFGGXeli1m3Z3SV2KX4bCQ6BSLliJPGXdep75KZKNEDg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1671397201; a=rsa-sha256; cv=none; b=p2w3ez6cD/54G8z/p5ND4e/hw3ifl/PBgISuJiiQR17O3oap4WHo4qOBiZBdgUG/x0uZOA Mw+ZLVHYeQXQadWpdK26aKXE6aPTulMuoS17RDMWD5pnR32XR3It8AVzDbNDAyEGnByemI RjllGdnwmhKHa0jNSO+aFDhYQI0qNxnw4oXPPz6rDulE7fzSLHzzDpOxUXEW+P6yUHx2uE h4AsyR+VbWU2gVIdPfJ9wtNai90RWlAkCCx9I4tlBQ8KLCuVFbaEOYFf9dNZBivu44BLUK a36l7B9edsXei4R1ySUobs5Ug3FouyJi6S8VpPrP1fMWAgRQp5GmbGOavxXeoA== 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 4NZwFs3ZClzVJg for ; Sun, 18 Dec 2022 21:00:01 +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 2BIL01Aq086954 for ; Sun, 18 Dec 2022 21:00:01 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BIL01KI086947 for apache@FreeBSD.org; Sun, 18 Dec 2022 21:00:01 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202212182100.2BIL01KI086947@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 18 Dec 2022 21:00:01 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16713972011.cFba594f6.86272" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16713972011.cFba594f6.86272 Date: Sun, 18 Dec 2022 21:00:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16713972011.cFba594f6.86272 Date: Sun, 18 Dec 2022 21:00:01 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16713972011.cFba594f6.86272-- From nobody Sun Dec 25 21:00:06 2022 X-Original-To: apache@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 4NgCwl0gPyz1HYdQ for ; Sun, 25 Dec 2022 21:00:07 +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 4NgCwk5fJZz3r7s for ; Sun, 25 Dec 2022 21:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1672002006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=X8FVG39/gUChaeE/gokro9GuDU3UtzNtH0pXzx0ijg4=; b=BGntzlW2M505P5g3LrZdNMrKkO5kHrw0jIfZnVonbTq6rht1MXr0hwV9d0Fi31t4jcn9ZP yH5ToEE5LnRROoosyL+ZJkO61hNqLjQXZUdyBkweu5/w0EGUnFjx1ZEvy9cvQPI8OozRHC Ef9wKyBOcix4lJXlz6ZMGRvq8XWuLW/IpH/geZzoamoNA9V2LzWJoaRyEabDw63p5VIi6m YIGByDfxifuTNa6593RZSM3pnRtn1JaUGkVh1UiOHxWfA660jwyXW1ldsPedo8Ewho6kKs qWApbJTa3J5QWZ0cDACzAk+AyEekCHv46cld7Qc1C1gGURuEyX32WkTXxTg99w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1672002006; a=rsa-sha256; cv=none; b=wRfisoONHgB7pqYizmJeLZN8bYkLb4v1i6E6Zr07KljtdPFEgj2Ke+YD374CKgB2/XSNTO whSPiQxyyAMN928T8fLzdlf6bMEeIqNCwQ7EnWRWfU6OR2m+UI8R/TOUWX3mUnxVUuvjk4 p3pCRYXzmJJNP2yLRYwtNzhthOE+myFWeVs8xEr0ZhWh2mrBhhok8nAzRHFPmg50/UTjn/ T4ZhLBEEj8ybehsP3vXPaHLLj42hF7f9HjNd86Ce4tGsGykvzKrjURrS7EBZ8u8tuaXA95 jKSKd6gU6zS7hdx/YTXdTpYhTAmfOe/o56LN0wMhRBLGOQwZ5HPZ3QQDxC+J0Q== 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 4NgCwk4kznz1572 for ; Sun, 25 Dec 2022 21:00:06 +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 2BPL06jJ002326 for ; Sun, 25 Dec 2022 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BPL06DY002325 for apache@FreeBSD.org; Sun, 25 Dec 2022 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202212252100.2BPL06DY002325@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 25 Dec 2022 21:00:06 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16720020063.E36E9FFe.729" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16720020063.E36E9FFe.729 Date: Sun, 25 Dec 2022 21:00:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16720020063.E36E9FFe.729 Date: Sun, 25 Dec 2022 21:00:06 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16720020063.E36E9FFe.729-- From nobody Sun Jan 1 21:00:02 2023 X-Original-To: apache@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 4NlWbQ6hCXz2nrlJ for ; Sun, 1 Jan 2023 21:00:02 +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 4NlWbQ4hYqz3xjL for ; Sun, 1 Jan 2023 21:00:02 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1672606802; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rlatHbH8ye7p2LQ7/hzbtHTJtAnUXNCcq0muiqb/Nyw=; b=MCiX1wjYlTpV4rzZgTjM9TsR48wS48nS5O1/xpFjuaIFQbhVNtkZvEvvsVjdcUWmDtihSe XqEdxIZtPjO6oRSjvPu/7b7DUbJdJLX8uRD49i4JeWKCSiR/o5JW0XulTCv6alDpeVEBII mrP8MucOypQKOlcLrexZ27x7PO71cWFkFYw6qZZg7XeL3/PB8Gb+cAvTBlaN6jkFHpmJDm aXb7W+3ofcrvLAgd6UxylaObTXvVJwYdlIfS2zr9iR9s3uwmmdlh6gJYhWVSuj8o5gP99+ gJGbcODSFQEdSzLwBRoUUeyUoloY1e6PKAsvTXXgzheUpNUaMjOSEFp2Gt+zMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1672606802; a=rsa-sha256; cv=none; b=e66jQ6ypO4uoOz3Za49kb/sJjCQu+Aq/2kH+64a12YRzjGlB2iDHORQKGETAlB3kez2ryG kH2xi/U5p47M4BQUzG99Vb6A8aX98y7qd54rTfzw87syI6M2mS+pulVXz00dMUMqJRwO83 2MZ5mq+gJYBJ5B5nniUOdsWpc/9W4S0JfxxqHdgtB5EB8KAEHczH782hZwV7gS8eW79vqv bNKoG1wH6umq7n8/bkIParPBB/E9hV0AnTX2IB/x1mIbAib9REo/xru/S9D9HnNAjs+T+e ucK/As0XmWbU4v0kQr1PrkdF6dLTK5STqRc5kLHDQV4DerGUfSEsf6LkZRJxnQ== 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 4NlWbQ3nnfzhYY for ; Sun, 1 Jan 2023 21:00:02 +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 301L024O071616 for ; Sun, 1 Jan 2023 21:00:02 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 301L02pO071611 for apache@FreeBSD.org; Sun, 1 Jan 2023 21:00:02 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202301012100.301L02pO071611@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 1 Jan 2023 21:00:02 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16726068024.FFd5b8D.70717" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16726068024.FFd5b8D.70717 Date: Sun, 1 Jan 2023 21:00:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16726068024.FFd5b8D.70717 Date: Sun, 1 Jan 2023 21:00:02 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16726068024.FFd5b8D.70717-- From nobody Wed Jan 4 14:25:55 2023 X-Original-To: apache@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 4NnBjL1SnHz2pM1C for ; Wed, 4 Jan 2023 14:25:58 +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 4NnBjL0QSYz3sGR for ; Wed, 4 Jan 2023 14:25:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1672842358; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kACeqYBPA7dI7bIEsP6j7KoSGfc7fotKXrQYPchI6bw=; b=KAXrVVUYqFAULPN7Fehe/7ikeCOlzAWD66HPiEZaLeLHw4VheTbsfxkWz9hVYe2Wp9v1ZW r34uQWzGhMg0uUI0sIXpc3lV8qCC5ezRm2iggvgaVPOXRyQaDhS0tlwZaz9fL5Mk7tJ1Gm nUb4LALxT64BVJDlaLsFyuDqdD/gjBjnRp4UAQ+lCuLrZmFhW57NKfKJzUFAYBNS7M4u9N RdmkgAogF+bwFUn0tb15VPa5mLmDyFJhiEbsqfXR4FLHgQIfVM41JhB0ooEIKi8tsoSrXr 9RtrMmWyTMa8gpmDz1ExS7me1mW4p6mtWGIfKQnAzG8prz57krTj9iACBQIoDw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1672842358; a=rsa-sha256; cv=none; b=f8quKu+2BvFwmrJ4aDtKltjc8fWnJpAA50MyAwoGMSBu8fgKD5hvtBbkjntPIA66rNw+rI Sm9LgUNn3jYXxnO5VHUJVv9sJy97BM2yZX94iW9B6+LWZibpZ8Awjb1YStlhng86t90Wzy egTFWFA5g8lmAQEITU0k2B2R6ZHgIZW5nO4L5HXo3NXqowQAsicPtTnDM90acZTccuVIW0 T0D9sPBWye67iON6q2uEsxfnSGpoAPQv+ktIzUK7awio8Vu4Rzf7gMa9fqhEmTBO6xkiOg ggDzFu2GjNgOh+22DqJCMMcNiX49HFnc69x/qRmj3B3rWvrEZ60Q2nWdVAKdLg== 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 4NnBjK6fHdzDr2 for ; Wed, 4 Jan 2023 14:25:57 +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 304EPv8E045754 for ; Wed, 4 Jan 2023 14:25:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 304EPvvh045753 for apache@FreeBSD.org; Wed, 4 Jan 2023 14:25:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 04 Jan 2023 14:25:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: p5B2EA84B3@t-online.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #31 from p5B2EA84B3@t-online.de --- PR 263123 is referenced as blocking, but this is circular.=20 I pledge to give the issue db5 -> db18 priority now for ending this tedious drama. Thank you. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Jan 4 14:53:45 2023 X-Original-To: apache@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 4NnCKQ3t1Kz2pQp9 for ; Wed, 4 Jan 2023 14:53:46 +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 4NnCKQ2qTgz3v2k for ; Wed, 4 Jan 2023 14:53:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1672844026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pQ6RmnbrQu9wvCwzmV/2NzVmvfZbfJ4kNG6RNbw/nsQ=; b=V3/KmKL0zuNNBYk5wddyzvMJTG+OEhYG2ibJ1M4Z5oob+ymaTsGZKWdcG4GJ/28PY00uu/ LXEuYd0iEReaykzqDKoK5/Rp85V4NtdO9Hx+TBF5u1smqv4rTtgQcIYeW4UwpaESa094eI wo/x2IqJzKEp7LyDTXuQlKV62rWdx36gyXBa72ZmtbBpZ7J7H1ZAa1OdNdkX6jt2S2Honb NriCIR+1gE+7LgwM/6WQvHLLf4Gs4zp1pHvsKoWbgoKe+9KRLqRtwp8iWqSpcSinvJmMw7 tlL7c998mVh14+4cgLukuubdtJbh5JVLRkHUXHO2rgs2leEBUrm1WpkItoRowA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1672844026; a=rsa-sha256; cv=none; b=sCJT2+ffspLcrPNCeQt4fSp9Ur8LPD3LbK+LPbaMAx0nj1WytdJFSYnz756m8BLzfpmqno F0y9WwFp7AtH9bT0wIZ3VLZXt8v8/sIwRo1Ymotey03z8tKEeMX7KQFrYad4pcltj6BOjZ 9FSaCQlL+msDupaqcS3Cf7wutbzONoBcdzOiuyZpxTYBB7+lUc+V5qeBtQ05tThXGxiYKW krgHSRYU27aj8rtNnvSBkl35q7suhlCmLh64MPQWgwZ+n2nPu8Xazv/PE7HoN5lAMuxuMd SRxe2lCJoAizgQEwNf1E5pEgkdAenKAwJRXYXW2AKqkOPPLKUsoj8j9R0/IzWA== 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 4NnCKQ1xhCzFt4 for ; Wed, 4 Jan 2023 14:53:46 +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 304Erk0c087601 for ; Wed, 4 Jan 2023 14:53:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 304Erkag087600 for apache@FreeBSD.org; Wed, 4 Jan 2023 14:53:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 261523] Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18 Date: Wed, 04 Jan 2023 14:53:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261523 --- Comment #32 from Antoine Brodin --- The priority should be to disable by default a dependency on a legacy datab= ase that has no future (where appropriate). --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Jan 8 21:00:18 2023 X-Original-To: apache@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 4NqqGV6NVRz2r7Sb for ; Sun, 8 Jan 2023 21:00:18 +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 4NqqGV3fyvz3GhD for ; Sun, 8 Jan 2023 21:00:18 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1673211618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qEk0W/uQysk0nkQ3rFv1t2rR/E+wu1JLAdFIoBw0Nuw=; b=CZCVU2vlgxXVtvPP3gih1rGeVsG5aETLzTb/bTzYnH13APPSyMA20lspxUe+O1+b1BGIuD Zv+F3oPhvKUgJ7Bp0qX1aNtna+55vItXIlKjDmZXWfsljtDhAMIGMgYACMNGjDusc7Pr+r AyRrULi9jX8htbk0AHgc1ZJHhZ7g4OMN06o+oWcrhBaNkWnbljhMZBqVTQT5xFHRoIXECB dcsM6Nwgt2wJ09iOH7clWMH64zVY0wtGcnPBRn5wV0uqfp+dFtZu2xD4uSqbak9Ale+VEI TzXobklrmKd14Zddt61RkkSW+zcW0ps0sI0PcDOQqqP/KA/yNE2Ny8y62VzKIw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1673211618; a=rsa-sha256; cv=none; b=QUJNMSB25rKrAwiy4MgmeqOxbKPX3kn2q4DsfE16nI/tw5Ncr7xgfgaOgh3djjEVFfGgw0 IQHkxXabsepqymN/Vdv2fJ1i/8mat3mqyqQotmQSTFThF2XGcfp1LCv83l3+ENyhFIEeyH YJpaJo5Vcdq35WQaY39Zgua7NektRaEMgfs7Tmrc6NGTFhhWauFjjiminH/EUyJyGCtGJL aFjqXnJBijE0Et+j3ljGg4NJ/dOoPfgSxG7C8hzJdMMmmcDF2SZLoMGxPmUN+AsHnUv6og 0jPQ2rTeAOf5Apb4PKgKcrr+iMgyFw9GzjVKB6d2iSnwIJ7qLfn067iB1A4yNA== 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 4NqqGV2jYxz130q for ; Sun, 8 Jan 2023 21:00:18 +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 308L0I2K089982 for ; Sun, 8 Jan 2023 21:00:18 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 308L0IAS089981 for apache@FreeBSD.org; Sun, 8 Jan 2023 21:00:18 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202301082100.308L0IAS089981@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: apache@FreeBSD.org Subject: Problem reports for apache@FreeBSD.org that need special attention Date: Sun, 8 Jan 2023 21:00:18 +0000 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16732116183.f2559901e.88098" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16732116183.f2559901e.88098 Date: Sun, 8 Jan 2023 21:00:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 261525 | devel/apr1: Update to use databases/db18 (databas Open | 230538 | devel/apr1 fails with mysql80-client 2 problems total for which you should take action. --16732116183.f2559901e.88098 Date: Sun, 8 Jan 2023 21:00:18 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    261525 | devel/apr1: Update to use databases/db18 (databas
Open        |    230538 | devel/apr1 fails with mysql80-client

2 problems total for which you should take action.
--16732116183.f2559901e.88098--