summaryrefslogtreecommitdiff
path: root/net-misc/openssh/files/openssh-7.8_p1-X509-no-version.patch
blob: 66641c27473edd25cc6a29186ba8b0de757a8ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/openssh-7.8p1+x509-11.4.diff	2018-08-24 14:55:19.153936872 -0700
+++ b/openssh-7.8p1+x509-11.4.diff	2018-08-24 14:55:58.116677254 -0700
@@ -63643,16 +63643,6 @@
  		    setlocale(LC_CTYPE, "POSIX.UTF-8") != NULL))
  			return;
  		setlocale(LC_CTYPE, "C");
-diff -ruN openssh-7.8p1/version.h openssh-7.8p1+x509-11.4/version.h
---- openssh-7.8p1/version.h	2018-08-23 08:41:42.000000000 +0300
-+++ openssh-7.8p1+x509-11.4/version.h	2018-08-24 20:07:00.000000000 +0300
-@@ -2,5 +2,4 @@
- 
- #define SSH_VERSION	"OpenSSH_7.8"
- 
--#define SSH_PORTABLE	"p1"
--#define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
-+#define SSH_RELEASE	PACKAGE_STRING ", " SSH_VERSION "p1"
 diff -ruN openssh-7.8p1/version.m4 openssh-7.8p1+x509-11.4/version.m4
 --- openssh-7.8p1/version.m4	1970-01-01 02:00:00.000000000 +0200
 +++ openssh-7.8p1+x509-11.4/version.m4	2018-08-24 20:00:00.000000000 +0300