Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openssh: update to 8.4p1.
@ 2020-09-27 15:01 leahneukirchen
  2020-09-27 15:13 ` [PR PATCH] [Updated] " leahneukirchen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: leahneukirchen @ 2020-09-27 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages openssh84
https://github.com/void-linux/void-packages/pull/25132

openssh: update to 8.4p1.
Tested on x86_64 glibc.

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

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

From b052ec422f6a6d51498b50012cc4d7b70c463acb Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Sun, 27 Sep 2020 16:59:50 +0200
Subject: [PATCH] openssh: update to 8.4p1.

---
 srcpkgs/openssh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template
index 794a6cefbed..3bbbfdd0bde 100644
--- a/srcpkgs/openssh/template
+++ b/srcpkgs/openssh/template
@@ -1,7 +1,7 @@
 # Template file for 'openssh'
 pkgname=openssh
-version=8.3p1
-revision=2
+version=8.4p1
+revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/openssh
  --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@@ -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=f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2
+checksum=5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24
 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"
 

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

* Re: [PR PATCH] [Updated] openssh: update to 8.4p1.
  2020-09-27 15:01 [PR PATCH] openssh: update to 8.4p1 leahneukirchen
@ 2020-09-27 15:13 ` leahneukirchen
  2020-09-27 15:23 ` abenson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2020-09-27 15:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages openssh84
https://github.com/void-linux/void-packages/pull/25132

openssh: update to 8.4p1.
Tested on x86_64 glibc.

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

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

From 6280559855f11c2830c2da6ceb54d51e8ed47869 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Sun, 27 Sep 2020 16:59:50 +0200
Subject: [PATCH] openssh: update to 8.4p1.

---
 srcpkgs/openssh/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template
index 794a6cefbed..1e4529dd27b 100644
--- a/srcpkgs/openssh/template
+++ b/srcpkgs/openssh/template
@@ -1,7 +1,7 @@
 # Template file for 'openssh'
 pkgname=openssh
-version=8.3p1
-revision=2
+version=8.4p1
+revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/openssh
  --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@@ -14,7 +14,7 @@ configure_args="--datadir=/usr/share/openssh
  $(vopt_if gssapi --with-kerberos5=$XBPS_CROSS_BASE/usr --without-kerberos5)
  $(vopt_if fido2 --with-security-key-builtin)
  LD=$CC ac_cv_header_sys_cdefs_h=false"
-hostmakedepends="autoconf"
+hostmakedepends="automake"
 makedepends="libedit-devel pam-devel zlib-devel
  $(vopt_if gssapi 'mit-krb5-devel') $(vopt_if ldns 'libldns-devel')
  $(vopt_if ssl 'libressl-devel') $(vopt_if fido2 'libfido2-devel')"
@@ -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=f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2
+checksum=5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24
 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"
 

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

* Re: openssh: update to 8.4p1.
  2020-09-27 15:01 [PR PATCH] openssh: update to 8.4p1 leahneukirchen
  2020-09-27 15:13 ` [PR PATCH] [Updated] " leahneukirchen
@ 2020-09-27 15:23 ` abenson
  2020-09-27 15:52 ` leahneukirchen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-09-27 15:23 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/25132#issuecomment-699648921

Comment:
Tested on x86_64-musl

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

* Re: openssh: update to 8.4p1.
  2020-09-27 15:01 [PR PATCH] openssh: update to 8.4p1 leahneukirchen
  2020-09-27 15:13 ` [PR PATCH] [Updated] " leahneukirchen
  2020-09-27 15:23 ` abenson
@ 2020-09-27 15:52 ` leahneukirchen
  2020-09-27 22:00 ` Piraty
  2020-09-28 10:35 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2020-09-27 15:52 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/25132#issuecomment-699652326

Comment:
benalb> leah2: builds ok in armv7l, tested conn in and out, ok

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

* Re: openssh: update to 8.4p1.
  2020-09-27 15:01 [PR PATCH] openssh: update to 8.4p1 leahneukirchen
                   ` (2 preceding siblings ...)
  2020-09-27 15:52 ` leahneukirchen
@ 2020-09-27 22:00 ` Piraty
  2020-09-28 10:35 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-09-27 22:00 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/25132#issuecomment-699693437

Comment:
tested on aarch64-musl

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

* Re: [PR PATCH] [Merged]: openssh: update to 8.4p1.
  2020-09-27 15:01 [PR PATCH] openssh: update to 8.4p1 leahneukirchen
                   ` (3 preceding siblings ...)
  2020-09-27 22:00 ` Piraty
@ 2020-09-28 10:35 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2020-09-28 10:35 UTC (permalink / raw)
  To: ml

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

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

openssh: update to 8.4p1.
https://github.com/void-linux/void-packages/pull/25132

Description:
Tested on x86_64 glibc.

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

end of thread, other threads:[~2020-09-28 10:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 15:01 [PR PATCH] openssh: update to 8.4p1 leahneukirchen
2020-09-27 15:13 ` [PR PATCH] [Updated] " leahneukirchen
2020-09-27 15:23 ` abenson
2020-09-27 15:52 ` leahneukirchen
2020-09-27 22:00 ` Piraty
2020-09-28 10:35 ` [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).