diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 70d027d..2df0729 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -1,6 +1,6 @@ PORTNAME= openssh DISTVERSION= 9.3p2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= OPENBSD/OpenSSH/portable diff --git a/security/openssh-portable/files/patch-version.h b/security/openssh-portable/files/patch-version.h new file mode 100644 index 0000000..73d0119 --- /dev/null +++ b/security/openssh-portable/files/patch-version.h @@ -0,0 +1,9 @@ +--- version.h.orig 2024-10-07 17:49:30.883030000 +0200 ++++ version.h 2024-10-07 17:49:42.221944000 +0200 +@@ -2,5 +2,5 @@ + + #define SSH_VERSION "OpenSSH_9.3" + +-#define SSH_PORTABLE "p2" ++#define SSH_PORTABLE "klara-p2" + #define SSH_RELEASE SSH_VERSION SSH_PORTABLE