Displaying 2 results from an estimated 2 matches for "v_9_7_p1".
2024 Apr 17
1
Publish PGP signed tarball without generated content?
Hi
What do you think about publishing PGP signed tarballs without the
generated files such as the ./configure script?
What I'm looking for is for some private key holder of the OpenSSH
portable release key to run
git checkout V_9_7_P1
git archive --prefix=openssh-portable-V_9_7_P1/ -o openssh-9.7p1-src.tar.gz HEAD
gpg --detach-sign --armor openssh-9.7p1-src.tar.gz
and then publish the resulting openssh-9.7p1-src.tar.gz and
openssh-9.7p1-src.tar.gz.asc files, preferably using a version of git
that leads to archives that are iden...
2024 Apr 18
2
Publish PGP signed tarball without generated content?
...mon Josefsson wrote:
> Hi
>
> What do you think about publishing PGP signed tarballs without the
> generated files such as the ./configure script?
>
> What I'm looking for is for some private key holder of the OpenSSH
> portable release key to run
>
> git checkout V_9_7_P1
> git archive --prefix=openssh-portable-V_9_7_P1/ -o openssh-9.7p1-src.tar.gz HEAD
> gpg --detach-sign --armor openssh-9.7p1-src.tar.gz
>
> and then publish the resulting openssh-9.7p1-src.tar.gz and
> openssh-9.7p1-src.tar.gz.asc files, preferably using a version of git
> that l...