From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0A1C158089 for ; Sat, 4 Nov 2023 22:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 046032BC016; Sat, 4 Nov 2023 22:35:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCBBE2BC016 for ; Sat, 4 Nov 2023 22:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBBE9335CE3 for ; Sat, 4 Nov 2023 22:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0496498B for ; Sat, 4 Nov 2023 22:35:16 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1699137259.b013215b98e7e317a0221b1baa4bb7ad78b9dc2e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/phpBB/Manifest www-apps/phpBB/phpBB-3.3.10-r1.ebuild www-apps/phpBB/phpBB-3.3.11.ebuild X-VCS-Directories: www-apps/phpBB/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: b013215b98e7e317a0221b1baa4bb7ad78b9dc2e X-VCS-Branch: master Date: Sat, 4 Nov 2023 22:35:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab1d658e-be7a-4836-a990-1adb9131bc35 X-Archives-Hash: 806895ff9cf7448894c631b719406967 commit: b013215b98e7e317a0221b1baa4bb7ad78b9dc2e Author: James Le Cuirot gentoo org> AuthorDate: Sat Nov 4 22:24:29 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Nov 4 22:34:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b013215b www-apps/phpBB: Bump to 3.3.11, drop old 3.3.10-r1 Bug: https://bugs.gentoo.org/916864 Signed-off-by: James Le Cuirot gentoo.org> www-apps/phpBB/Manifest | 2 +- www-apps/phpBB/{phpBB-3.3.10-r1.ebuild => phpBB-3.3.11.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest index 72932316eb82..2ca6e18549ee 100644 --- a/www-apps/phpBB/Manifest +++ b/www-apps/phpBB/Manifest @@ -1 +1 @@ -DIST phpBB-3.3.10.tar.bz2 4097933 BLAKE2B 338749ec483c0a402df7ec2912ed0141928d246f4f7def1aee7211392d612758e14e2fe0d02a808ae6b64ecdfb3f25f061644edbaf5cfdf8270a4bf67011b085 SHA512 fe1434dced4a701921bdd6a10e792a6236737eeacb8daa8f27ae988f736ea6276b013a18e25840f9f8a281f04d4ac0aa25db9f3643069ba52a8c92fd3d6f6bd5 +DIST phpBB-3.3.11.tar.bz2 4099688 BLAKE2B c9b5fecc8144555ad58d0983b4bc6ff4334e2c5b0ef74f1b8d7becfec456de5f5f975b53c73b5d6a5ed389d102db1dc6edd1356a12038636afee12d71eaa6ac2 SHA512 f47a04ff30fd9c66ac22b98a2006457fa984311bb117f331cf7850fabb6c8b0936e11c39366bf3f142f4624015e3c364e8c2317d9d66d2a07270fea2c474c449 diff --git a/www-apps/phpBB/phpBB-3.3.10-r1.ebuild b/www-apps/phpBB/phpBB-3.3.11.ebuild similarity index 100% rename from www-apps/phpBB/phpBB-3.3.10-r1.ebuild rename to www-apps/phpBB/phpBB-3.3.11.ebuild