2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 06:40:16 -07:00

openssh: 9.9p1

This commit is contained in:
Owen Rafferty 2024-09-25 00:22:12 -05:00
parent 35b9f31de8
commit c40556d132
No known key found for this signature in database
5 changed files with 18 additions and 3 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
patch -p1 < musl-btmp.patch
export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"
./configure \

View File

@ -1,2 +1,3 @@
3916a6fe028dce304e9e7c17e92f31085b183d235033cef3877d9018521aeea817
4cb4d97b991b5593df23d723d455d89e86608df39454d6a734bbf0647813098478
41de8bef1bc5366ed5a08ad2bd674e3562c8020d29e73d0d7b7dcabba9506df77e
32d3653c6613f7f9eb6f1f3dd2405edecf4970c0be27a2d3ba75f8ede24d28e8bd

View File

@ -0,0 +1,11 @@
--- a/loginrec.c
+++ b/loginrec.c
@@ -614,7 +614,7 @@
** into account.
**/
-#if defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN)
+#if defined(USE_BTMP) || defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN)
/* build the utmp structure */
void

View File

@ -1,2 +1,3 @@
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz
files/sshd.run
patches/musl-btmp.patch

View File

@ -1 +1 @@
9.8p1 1
9.9p1 1