Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openssh: update to 8.7p1.
@ 2021-08-20 12:25 leahneukirchen
  2021-08-23 11:09 ` Johnnynator
  2021-08-23 11:17 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: leahneukirchen @ 2021-08-20 12:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages openssh87
https://github.com/void-linux/void-packages/pull/32602

openssh: update to 8.7p1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built AND TESTED this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64	 TESTED
  - [ ] armv7l
  - [ ] armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/32602.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openssh87-32602.patch --]
[-- Type: text/x-diff, Size: 2844 bytes --]

From fb46200a767e9903ae5a8b2d36dcd10753a49688 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 20 Aug 2021 14:22:06 +0200
Subject: [PATCH 1/2] openssh: update to 8.7p1.

---
 srcpkgs/openssh/INSTALL.msg | 4 ----
 srcpkgs/openssh/template    | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)
 delete mode 100644 srcpkgs/openssh/INSTALL.msg

diff --git a/srcpkgs/openssh/INSTALL.msg b/srcpkgs/openssh/INSTALL.msg
deleted file mode 100644
index 0143e089f1a2..000000000000
--- a/srcpkgs/openssh/INSTALL.msg
+++ /dev/null
@@ -1,4 +0,0 @@
-CAUTION: After updating from OpenSSH <=8.1 to OpenSSH 8.2, the existing sshd
-will not allow new connections.  **Restart OpenSSH immediately** after this
-update to ensure you still can log in!
-Install 'openssh-sk-helper' to use FIDO authenticators on the client.
diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template
index 95c8b31073b3..b921bc797c47 100644
--- a/srcpkgs/openssh/template
+++ b/srcpkgs/openssh/template
@@ -1,6 +1,6 @@
 # Template file for 'openssh'
 pkgname=openssh
-version=8.6p1
+version=8.7p1
 revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/openssh
@@ -23,7 +23,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-2-Clause, ISC"
 homepage="https://www.openssh.com"
 distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
-checksum=c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae
+checksum=7ca34b8bb24ae9e50f33792b7091b3841d7e1b440ff57bc9fabddf01e2ed1e24
 conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
 make_dirs="/var/chroot/ssh 0755 root root"
 

From b289e7b6465ab5a6d318a38bd95469374b609f70 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 20 Aug 2021 14:24:53 +0200
Subject: [PATCH 2/2] gnome-ssh-askpass: update to 8.7p1.

---
 srcpkgs/gnome-ssh-askpass/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-ssh-askpass/template b/srcpkgs/gnome-ssh-askpass/template
index b12f91338bf8..4fe1d04d5c21 100644
--- a/srcpkgs/gnome-ssh-askpass/template
+++ b/srcpkgs/gnome-ssh-askpass/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-ssh-askpass'
 pkgname=gnome-ssh-askpass
-version=8.6p1
+version=8.7p1
 revision=1
 wrksrc="openssh-${version}"
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause, BSD-2-Clause"
 homepage="http://www.openssh.org"
 distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${version}.tar.gz"
-checksum=c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae
+checksum=7ca34b8bb24ae9e50f33792b7091b3841d7e1b440ff57bc9fabddf01e2ed1e24
 
 alternatives="
  ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: openssh: update to 8.7p1.
  2021-08-20 12:25 [PR PATCH] openssh: update to 8.7p1 leahneukirchen
@ 2021-08-23 11:09 ` Johnnynator
  2021-08-23 11:17 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2021-08-23 11:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/32602#issuecomment-903668947

Comment:
:shipit: 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: openssh: update to 8.7p1.
  2021-08-20 12:25 [PR PATCH] openssh: update to 8.7p1 leahneukirchen
  2021-08-23 11:09 ` Johnnynator
@ 2021-08-23 11:17 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-08-23 11:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]

There's a merged pull request on the void-packages repository

openssh: update to 8.7p1.
https://github.com/void-linux/void-packages/pull/32602

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built AND TESTED this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64	 TESTED
  - [ ] armv7l
  - [ ] armv6l-musl



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-23 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 12:25 [PR PATCH] openssh: update to 8.7p1 leahneukirchen
2021-08-23 11:09 ` Johnnynator
2021-08-23 11:17 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).