From b2b8c4f28af40eddd30d95a6ca850384ff4e13b8 Mon Sep 17 00:00:00 2001 From: Ørjan Malde Date: Apr 30 2024 20:49:57 +0000 Subject: groups.d/241.native_packages_inet.d/openssh.package: bump to v9.7p1 Signed-off-by: Ørjan Malde --- diff --git a/groups.d/241.native_packages_inet.d/openssh.package b/groups.d/241.native_packages_inet.d/openssh.package index 3a9a3e9..c793d69 100644 --- a/groups.d/241.native_packages_inet.d/openssh.package +++ b/groups.d/241.native_packages_inet.d/openssh.package @@ -1,6 +1,6 @@ : ${PKG_OPENSSH_DEPENDS:="libedit libressl libz libmd"}; -: ${PKG_OPENSSH_SHA256SUM:=f026e7b79ba7fb540f75182af96dc8a8f1db395f922bbc9f6ca603672686086b}; -: ${PKG_OPENSSH_VERSION:=9.5p1}; +: ${PKG_OPENSSH_SHA256SUM:=490426f766d82a2763fcacd8d83ea3d70798750c7bd2aff2e57dc5660f773ffd}; +: ${PKG_OPENSSH_VERSION:=9.7p1}; : ${PKG_OPENSSH_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PKG_OPENSSH_VERSION}.tar.gz}; : ${PKG_OPENSSH_CFLAGS_CONFIGURE_EXTRA:="-DUSE_PIPES -DUSE_LIBEDIT"}; : ${PKG_OPENSSH_CONFIGURE_ARGS_EXTRA:="--with-libedit=${PREFIX_NATIVE} --without-shadow"}; diff --git a/patches/openssh-9.5p1.local.patch b/patches/openssh-9.5p1.local.patch deleted file mode 100644 index 8e99535..0000000 --- a/patches/openssh-9.5p1.local.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- openssh-9.0p1/configure.orig 2022-04-07 06:51:43.000000000 +0200 -+++ openssh-9.0p1/configure 2022-09-20 05:19:31.505197136 +0200 -@@ -11394,8 +11394,6 @@ - if test "x$use_pkgconfig_for_libedit" = "xyes"; then - LIBEDIT=`$PKGCONFIG --libs libedit` - CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`" -- else -- LIBEDIT="-ledit -lcurses" - fi - OTHERLIBS=`echo $LIBEDIT | sed 's/-ledit//'` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_init in -ledit" >&5 diff --git a/patches/openssh-9.7p1.local.patch b/patches/openssh-9.7p1.local.patch new file mode 100644 index 0000000..8e99535 --- /dev/null +++ b/patches/openssh-9.7p1.local.patch @@ -0,0 +1,11 @@ +--- openssh-9.0p1/configure.orig 2022-04-07 06:51:43.000000000 +0200 ++++ openssh-9.0p1/configure 2022-09-20 05:19:31.505197136 +0200 +@@ -11394,8 +11394,6 @@ + if test "x$use_pkgconfig_for_libedit" = "xyes"; then + LIBEDIT=`$PKGCONFIG --libs libedit` + CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`" +- else +- LIBEDIT="-ledit -lcurses" + fi + OTHERLIBS=`echo $LIBEDIT | sed 's/-ledit//'` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_init in -ledit" >&5