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 1qyDJx-006s5r-Ee for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 15:39:53 +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 1qyDJv-007kVq-SV for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 15:39:51 +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 1qyDJv-007kVi-L8 for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 15:39:51 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyDJt-003Sun-3F for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 15:39:50 +0000 Received: from github.com (hubbernetes-node-ebb89e4.ac4-iad.github.net [10.52.130.45]) by smtp.github.com (Postfix) with ESMTPA id C0A4E5E02D4 for ; Wed, 1 Nov 2023 08:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698853187; bh=3q+T/ELkoZRGnFzn9CVu/Mk7BHodLlYoES6XY6FbkOE=; h=Date:From:To:Subject:From; b=lK6TNuOHj8zImVC3e2R2cim3ftdtJXCEPje/ZsD/+LS4df/VHGUKPSVxsaju9fnBu 33dXV/qUptVBmhWeX+5fQ0V0sYsDxa0XoO4xMf/xOdEHhKmZAENUURZITSGbLLpfLU MWZNq0V18E5/ej57AxmvYk8QLVc7RtlQ84AkevXc= Date: Wed, 01 Nov 2023 08:39:47 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 53b5b5: Use notarytool instead of altool for notarization,... 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: 53b5b59f561fc8e583b6c9e41cea463d26742a3a https://github.com/pgadmin-org/pgadmin4/commit/53b5b59f561fc8e583b6c9e41cea463d26742a3a Author: Akshay Joshi Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M pkg/mac/build-functions.sh M pkg/mac/notarization.conf.in Log Message: ----------- Use notarytool instead of altool for notarization, as altool has been deprecated. (#6919)