* [PR PATCH] openssh: update to 9.9p1
@ 2024-09-21 15:51 dkwo
2024-09-21 16:28 ` dkwo
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2024-09-21 15:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
There is a new pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages ssh99
https://github.com/void-linux/void-packages/pull/52297
openssh: update to 9.9p1
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52297.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ssh99-52297.patch --]
[-- Type: text/x-diff, Size: 1907 bytes --]
From 399cbfe16327eaad3b60898da16a4a6c2fca12dc Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 21 Sep 2024 11:47:44 -0400
Subject: [PATCH] openssh: update to 9.9p1
---
srcpkgs/openssh/patches/musl-connect.patch | 11 -----------
srcpkgs/openssh/template | 4 ++--
2 files changed, 2 insertions(+), 13 deletions(-)
delete mode 100644 srcpkgs/openssh/patches/musl-connect.patch
diff --git a/srcpkgs/openssh/patches/musl-connect.patch b/srcpkgs/openssh/patches/musl-connect.patch
deleted file mode 100644
index cde7bc8cb1f45b..00000000000000
--- a/srcpkgs/openssh/patches/musl-connect.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/openbsd-compat/port-linux.c
-+++ b/openbsd-compat/port-linux.c
-@@ -366,7 +366,7 @@
- error_f("socket \"%s\": %s", path, strerror(errno));
- goto out;
- }
-- if (connect(fd, &addr, sizeof(addr)) != 0) {
-+ if (connect(fd, (const struct sockaddr *)&addr, sizeof(addr)) != 0) {
- error_f("socket \"%s\" connect: %s", path, strerror(errno));
- goto out;
- }
diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template
index 5bd67e87037497..5b31b5f9142afd 100644
--- a/srcpkgs/openssh/template
+++ b/srcpkgs/openssh/template
@@ -1,6 +1,6 @@
# Template file for 'openssh'
pkgname=openssh
-version=9.8p1
+version=9.9p1
revision=1
build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh
@@ -26,7 +26,7 @@ license="BSD-2-Clause, ISC"
homepage="https://www.openssh.com"
changelog="https://www.openssh.com/releasenotes.html"
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
-checksum=dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3
+checksum=b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02
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] 4+ messages in thread
* Re: openssh: update to 9.9p1
2024-09-21 15:51 [PR PATCH] openssh: update to 9.9p1 dkwo
@ 2024-09-21 16:28 ` dkwo
2024-09-22 17:03 ` [PR PATCH] [Closed]: " tranzystorekk
2024-09-22 17:03 ` tranzystorekk
2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2024-09-21 16:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
New comment by dkwo on void-packages repository
https://github.com/void-linux/void-packages/pull/52297#issuecomment-2365244544
Comment:
something broken on musl:
```
usr/bin/ld: loginrec.o: in function `record_failed_login':
loginrec.c:(.text+0x116a): undefined reference to `construct_utmp'
```
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Closed]: openssh: update to 9.9p1
2024-09-21 15:51 [PR PATCH] openssh: update to 9.9p1 dkwo
2024-09-21 16:28 ` dkwo
@ 2024-09-22 17:03 ` tranzystorekk
2024-09-22 17:03 ` tranzystorekk
2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-09-22 17:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
There's a closed pull request on the void-packages repository
openssh: update to 9.9p1
https://github.com/void-linux/void-packages/pull/52297
Description:
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openssh: update to 9.9p1
2024-09-21 15:51 [PR PATCH] openssh: update to 9.9p1 dkwo
2024-09-21 16:28 ` dkwo
2024-09-22 17:03 ` [PR PATCH] [Closed]: " tranzystorekk
@ 2024-09-22 17:03 ` tranzystorekk
2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-09-22 17:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52297#issuecomment-2366875718
Comment:
Superseded by the original maintainer
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-22 17:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-21 15:51 [PR PATCH] openssh: update to 9.9p1 dkwo
2024-09-21 16:28 ` dkwo
2024-09-22 17:03 ` [PR PATCH] [Closed]: " tranzystorekk
2024-09-22 17:03 ` tranzystorekk
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).