Browse Source

openssh: update to 10.2p1

Waldemar Brodkorb 3 months ago
parent
commit
bf7eeffd50

+ 2 - 2
package/openssh/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		openssh
-PKG_VERSION:=		10.0p1
+PKG_VERSION:=		10.2p1
 PKG_RELEASE:=		1
-PKG_HASH:=		021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c
+PKG_HASH:=		ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2
 PKG_DESCR:=		secure shell implementation
 PKG_SECTION:=		net/security
 PKG_BUILDDEP:=		zlib

+ 0 - 10
package/openssh/patches/patch-ssh-keyscan_c

@@ -1,10 +0,0 @@
---- openssh-6.2p1.orig/ssh-keyscan.c	2012-04-22 03:24:21.000000000 +0200
-+++ openssh-6.2p1/ssh-keyscan.c	2013-08-20 18:04:48.698115807 +0200
-@@ -11,6 +11,7 @@
-  
- #include "openbsd-compat/sys-queue.h"
- #include <sys/resource.h>
-+#include <sys/param.h>
- #ifdef HAVE_SYS_TIME_H
- # include <sys/time.h>
- #endif

+ 0 - 10
package/openssh/patches/patch-ssh-pkcs11-helper_c

@@ -1,10 +0,0 @@
---- openssh-6.2p1.orig/ssh-pkcs11-helper.c	2012-07-02 14:15:39.000000000 +0200
-+++ openssh-6.2p1/ssh-pkcs11-helper.c	2013-08-20 18:05:07.349881322 +0200
-@@ -18,6 +18,7 @@
- #include "includes.h"
- 
- #include <sys/types.h>
-+#include <sys/param.h>
- #ifdef HAVE_SYS_TIME_H
- # include <sys/time.h>
- #endif