Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRVk2-0021XU-Jm for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 10:39:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qRVk0-00CQac-3N for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 10:39:36 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRVjz-00CQaT-S9 for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 10:39:36 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRVjt-000IV6-71 for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 10:39:34 +0000 Received: from github.com (hubbernetes-node-d366d68.ac4-iad.github.net [10.52.135.21]) by smtp.github.com (Postfix) with ESMTPA id D01881E0425 for ; Thu, 3 Aug 2023 03:39:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691059167; bh=9BUMvdz6qFBAPFHhUBDGBdR5aUADKPiqnbde49gd6Hg=; h=Date:From:To:Subject:From; b=UPVSn91+Lw+0aO4jCRYfGOLidsAr75RewQQNyGB+1bhwYMpgxuRlSS7m6mnVfmsLQ LQPNvp0SWLQ1dMc57gy6/uayPEbp5FvYuYqyoqyoZJKUPQ1l/pNeySIU2RG90QO5Bz fPHoeIfLxGCgHzZGZXYKHwCxoxDefoKtEpTSmMyw= Date: Thu, 03 Aug 2023 03:39:27 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 48bfc6: Generate software bill of materials as part of the... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 48bfc660485d80e3ffe6fb14960a89fc293e4c59 https://github.com/pgadmin-org/pgadmin4/commit/48bfc660485d80e3ffe6fb14960a89fc293e4c59 Author: Khushboo Vashi Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M Make.bat M docs/en_US/release_notes_7_6.rst M pkg/debian/build.sh M pkg/linux/build-functions.sh M pkg/mac/build-functions.sh M pkg/mac/build.sh M pkg/redhat/build.sh Log Message: ----------- Generate software bill of materials as part of the package builds. #3702