Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpDn1-000883-AU for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Jan 2019 14:58:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gpDn0-0005Bi-2f for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Jan 2019 14:58:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpDmz-0005Bb-Tf for pgadmin-hackers@lists.postgresql.org; Thu, 31 Jan 2019 14:58:01 +0000 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpDmx-0001OL-Aw for pgadmin-hackers@postgresql.org; Thu, 31 Jan 2019 14:58:01 +0000 Received: by mail-wm1-x341.google.com with SMTP id m22so2895973wml.3 for ; Thu, 31 Jan 2019 06:57:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/SyYGSm0gGsmDCTDqNxH2P2jeMyDpHN6y9DwHGyXzgo=; b=LVaD5ov3BEFeGNBS8hW8EeF2J5kz0hXwxZDs32pO8lGVTwV1y5r7JVuX4JMnmgh9Jc iS5b6uy7HrWS69CSSU0HzuWEXAJq8uTk9dUC/u+Z5niOv8u71POVTvz4aJFst32yjLZP e9oquxOS3Qpc3H8RNBfMi9acMOdhLcqJR22qI7DP/wkLLQnrSZZ+uA44kmF0XAXpXkBv WdDNGwEFB9FgSKIPJQ88h7xNFx/PYFAxJ7PTU2SyqYcgdkux/PF61dncsJIzycQ6Yi6a lCeWD16cL28dILPs/LxPadVJjuGxDDa/5l04tZj0h7QsWdbgC2izJb5kND6VFUUTQguC UbUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/SyYGSm0gGsmDCTDqNxH2P2jeMyDpHN6y9DwHGyXzgo=; b=PF9deISwrTxCvyMCKdm2pWP7o1MrF1YxlDbZLV+POjrHzHFvfEL5ByoFCF9meUdqCk AfTsav//LkaItBM79scgwNw54wYJtqAN4accn6Pt7v1jNMPAww2yVdjlP3e4Vg6budKg QC8Z4Vd+v0ofpvTaX+weAtWzt1Jep8MiuGfTmLLvqZO5xIFamgO8CESHNPhmBJwTRtjP BrUv9aWK64gEVF0mNBj2e5/jmq4tP1LbZ6PcLBYi98xfjOBTpBFfGMXtfGgf64/VSR61 Zc/WIZeNmQzKWJmtQ4yiQLzyEMkoYTZlSV7Sq47wB1sulOBJNj4VHJqRHWWJ5yiwUC/t UdYA== X-Gm-Message-State: AJcUukfion8nTjZZmQE7GEX9h+CJaQVZWQb9xrBHRi5Xqj5i9NhCHw5q CDe9yHmMZVbIdSw8Jti+m4gB+b6On0PdirpN6uovhg== X-Google-Smtp-Source: ALg8bN7Hdeh7kYTdWk4rBicIyGSTzywTnRRR+e82xi5U6CzdKNnRedRDL1Ir5cwkzC2aF7sC71ch5gtQYIkYc5qhOHQ= X-Received: by 2002:a1c:bb04:: with SMTP id l4mr29915887wmf.142.1548946678049; Thu, 31 Jan 2019 06:57:58 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 31 Jan 2019 14:57:46 +0000 Message-ID: Subject: Re: Replace PyCrypto by cryptography To: Cyril Jouve Cc: pgadmin-hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Thanks, patch applied. On Wed, Jan 30, 2019 at 8:55 PM Cyril Jouve wrote: > > Hello, > > this removes the PyCrypto dependency and replace it by cryptography (3272). > > Regards, > Cyril -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company