Skip to content

Commit 6ebc4dd

Browse files
committed
openssh-9.9p2
1 parent 38df39e commit 6ebc4dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
See https://www.openssh.com/releasenotes.html#9.9p1 for the release
1+
See https://www.openssh.com/releasenotes.html#9.9p2 for the release
22
notes.
33

44
Please read https://www.openssh.com/report.html for bug reporting

contrib/redhat/openssh.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global ver 9.9p1
1+
%global ver 9.9p2
22
%global rel 1%{?dist}
33

44
# OpenSSH privilege separation requires a user & group ID

contrib/suse/openssh.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
1515
Name: openssh
16-
Version: 9.9p1
16+
Version: 9.9p2
1717
URL: https://www.openssh.com/
1818
Release: 1
1919
Source0: openssh-%{version}.tar.gz

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
#define SSH_VERSION "OpenSSH_9.9"
44

5-
#define SSH_PORTABLE "p1"
5+
#define SSH_PORTABLE "p2"
66
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE

0 commit comments

Comments
 (0)