pgAdmin 4 commit: Ensure all binaries are securely signed and linked wi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure all binaries are securely signed and linked wi
Date: 2020-01-03 09:56:48
Message-ID: E1inJhI-0007DV-9G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure all binaries are securely signed and linked with the hardened runtime in the macOS bundle. Fixes #5060

Note that this is untested for automated builds, so may require further tweaks.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5afc5187904bb7ae9e6dac0dc7743045c01156a
Author: Paresh More <paresh(dot)more(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
pkg/mac/build.sh | 17 +++++++++++++++++
pkg/mac/codesign-binaries.sh | 40 +++++++++++++++++++++++++++++++++++++++
pkg/mac/codesign.conf.in | 1 +
4 files changed, 59 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-01-03 10:14:16 pgAdmin 4 commit: Fix quoting.
Previous Message Aditya Toshniwal 2020-01-03 09:43:04 Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)