Skip to content

Commit

Permalink
openssh: bump to 9.9p1
Browse files Browse the repository at this point in the history
Release notes: https://www.openssh.com/txt/release-9.9

Had to remove the configure option --disable-wtmp to get it to
build.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <[email protected]>
Signed-off-by: Sibren Vasse <[email protected]>
  • Loading branch information
SibrenVasse committed Sep 23, 2024
1 parent 446c9dd commit 998893a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions net/openssh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=openssh
PKG_REALVERSION:=9.8p1
PKG_VERSION:=9.8_p1
PKG_RELEASE:=2
PKG_REALVERSION:=9.9p1
PKG_VERSION:=9.9_p1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz
PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
PKG_HASH:=dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3
PKG_HASH:=b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02
PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION)

PKG_LICENSE:=BSD ISC
Expand Down
11 changes: 11 additions & 0 deletions net/openssh/patches/010-musl-btmp.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/loginrec.c
+++ b/loginrec.c
@@ -614,7 +614,7 @@ line_abbrevname(char *dst, const char *s
** 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
11 changes: 0 additions & 11 deletions net/openssh/patches/100-fix-incompatible-ptr-GCC-14.1.patch

This file was deleted.

0 comments on commit 998893a

Please sign in to comment.