diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-04-05 00:21:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-04-05 08:00:12 +0200 |
commit | 863a0f8a513e2c1c8c6aca0558c7751d7eb2962d (patch) | |
tree | 93791c367212ec9cac7f0cec35664fe4716d4bac | |
parent | df302c126bde0f30a51f130ae072a76f1336829e (diff) |
openssh: update to 9.3p1
-rw-r--r-- | package/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 710f51fb4..32172eabc 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= openssh -PKG_VERSION:= 9.1p1 +PKG_VERSION:= 9.3p1 PKG_RELEASE:= 1 -PKG_HASH:= 19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288 +PKG_HASH:= e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8 PKG_DESCR:= secure shell implementation PKG_SECTION:= net/security PKG_BUILDDEP:= zlib libressl |