From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4130B138334 for ; Sun, 17 Nov 2019 18:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6C8E08C9; Sun, 17 Nov 2019 18:41:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19CAFE08C9 for ; Sun, 17 Nov 2019 18:41:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 672E134CF1D for ; Sun, 17 Nov 2019 18:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179F5888 for ; Sun, 17 Nov 2019 18:40:58 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1574015952.8e881feefc3889237b733e407bf6f55049ed67ac.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/files/openssh-8.0_p1-X509-12.0-tests.patch net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.patch net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.patch net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.1.patch X-VCS-Directories: net-misc/openssh/files/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8e881feefc3889237b733e407bf6f55049ed67ac X-VCS-Branch: master Date: Sun, 17 Nov 2019 18:40:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56cec257-8706-4bd7-9ba1-6258fc889e6d X-Archives-Hash: bec7b99799867ff069bd801a679632f6 commit: 8e881feefc3889237b733e407bf6f55049ed67ac Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Nov 17 10:40:43 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun Nov 17 18:39:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e881fee net-misc/openssh: remove unused patches Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13687 Signed-off-by: Patrick McLean gentoo.org> .../files/openssh-8.0_p1-X509-12.0-tests.patch | 12 ------------ .../openssh-8.0_p1-X509-dont-make-piddir-12.0.patch | 16 ---------------- .../openssh-8.0_p1-X509-dont-make-piddir-12.1.patch | 16 ---------------- .../openssh/files/openssh-8.0_p1-X509-glue-12.0.patch | 19 ------------------- .../openssh/files/openssh-8.0_p1-X509-glue-12.1.patch | 19 ------------------- 5 files changed, 82 deletions(-) diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-12.0-tests.patch b/net-misc/openssh/files/openssh-8.0_p1-X509-12.0-tests.patch deleted file mode 100644 index 9766b1594ea..00000000000 --- a/net-misc/openssh/files/openssh-8.0_p1-X509-12.0-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur openssh-7.9p1.orig/openbsd-compat/regress/Makefile.in openssh-7.9p1/openbsd-compat/regress/Makefile.in ---- openssh-7.9p1.orig/openbsd-compat/regress/Makefile.in 2018-10-16 17:01:20.000000000 -0700 -+++ openssh-7.9p1/openbsd-compat/regress/Makefile.in 2018-12-19 11:03:14.421028691 -0800 -@@ -7,7 +7,7 @@ - CC=@CC@ - LD=@LD@ - CFLAGS=@CFLAGS@ --CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@ -+CPPFLAGS=-I. -I.. -I$(srcdir) -I../.. @CPPFLAGS@ @DEFS@ - EXEEXT=@EXEEXT@ - LIBCOMPAT=../libopenbsd-compat.a - LIBS=@LIBS@ diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.patch b/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.patch deleted file mode 100644 index aac98fef35d..00000000000 --- a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/openssh-8.0p1+x509-12.0.diff 2019-04-18 14:53:26.850768799 -0700 -+++ b/openssh-8.0p1+x509-12.0.diff 2019-04-18 14:56:48.870364519 -0700 -@@ -33578,12 +33578,11 @@ - - install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config - install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf --@@ -334,6 +352,8 @@ -+@@ -334,6 +352,7 @@ - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 - $(MKDIR_P) $(DESTDIR)$(libexecdir) - + $(MKDIR_P) $(DESTDIR)$(sshcadir) --+ $(MKDIR_P) $(DESTDIR)$(piddir) - $(MKDIR_P) -m 0755 $(DESTDIR)$(PRIVSEP_PATH) - $(INSTALL) -m 0755 $(STRIP_OPT) ssh$(EXEEXT) $(DESTDIR)$(bindir)/ssh$(EXEEXT) - $(INSTALL) -m 0755 $(STRIP_OPT) scp$(EXEEXT) $(DESTDIR)$(bindir)/scp$(EXEEXT) diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch b/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch deleted file mode 100644 index 9bb081a5091..00000000000 --- a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/openssh-8.0p1+x509-12.1.diff 2019-04-29 14:11:55.210175168 -0700 -+++ b/openssh-8.0p1+x509-12.1.diff 2019-04-29 14:12:55.603761971 -0700 -@@ -34176,12 +34176,11 @@ - - install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config - install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf --@@ -334,6 +352,8 @@ -+@@ -334,6 +352,7 @@ - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 - $(MKDIR_P) $(DESTDIR)$(libexecdir) - + $(MKDIR_P) $(DESTDIR)$(sshcadir) --+ $(MKDIR_P) $(DESTDIR)$(piddir) - $(MKDIR_P) -m 0755 $(DESTDIR)$(PRIVSEP_PATH) - $(INSTALL) -m 0755 $(STRIP_OPT) ssh$(EXEEXT) $(DESTDIR)$(bindir)/ssh$(EXEEXT) - $(INSTALL) -m 0755 $(STRIP_OPT) scp$(EXEEXT) $(DESTDIR)$(bindir)/scp$(EXEEXT) diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.patch b/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.patch deleted file mode 100644 index 1667e13850c..00000000000 --- a/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/openssh-8.0p1+x509-12.0.diff 2019-04-18 14:53:02.804935946 -0700 -+++ b/openssh-8.0p1+x509-12.0.diff 2019-04-18 14:53:26.850768799 -0700 -@@ -75925,16 +75925,6 @@ - + return mbtowc(NULL, s, n); - +} - +#endif --diff -ruN openssh-8.0p1/version.h openssh-8.0p1+x509-12.0/version.h ----- openssh-8.0p1/version.h 2019-04-18 01:52:57.000000000 +0300 --+++ openssh-8.0p1+x509-12.0/version.h 2019-04-18 19:07:00.000000000 +0300 --@@ -2,5 +2,4 @@ -- -- #define SSH_VERSION "OpenSSH_8.0" -- ---#define SSH_PORTABLE "p1" ---#define SSH_RELEASE SSH_VERSION SSH_PORTABLE --+#define SSH_RELEASE PACKAGE_STRING ", " SSH_VERSION "p1" - diff -ruN openssh-8.0p1/version.m4 openssh-8.0p1+x509-12.0/version.m4 - --- openssh-8.0p1/version.m4 1970-01-01 02:00:00.000000000 +0200 - +++ openssh-8.0p1+x509-12.0/version.m4 2019-04-18 19:07:00.000000000 +0300 diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.1.patch b/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.1.patch deleted file mode 100644 index d6b6c5ac2f7..00000000000 --- a/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.1.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/openssh-8.0p1+x509-12.1.diff 2019-06-17 10:42:03.233392491 -0700 -+++ b/openssh-8.0p1+x509-12.1.diff 2019-06-17 10:42:24.696248976 -0700 -@@ -78536,16 +78536,6 @@ - + return mbtowc(NULL, s, n); - +} - +#endif --diff -ruN openssh-8.0p1/version.h openssh-8.0p1+x509-12.1/version.h ----- openssh-8.0p1/version.h 2019-04-18 01:52:57.000000000 +0300 --+++ openssh-8.0p1+x509-12.1/version.h 2019-06-16 15:07:00.000000000 +0300 --@@ -2,5 +2,4 @@ -- -- #define SSH_VERSION "OpenSSH_8.0" -- ---#define SSH_PORTABLE "p1" ---#define SSH_RELEASE SSH_VERSION SSH_PORTABLE --+#define SSH_RELEASE PACKAGE_STRING ", " SSH_VERSION "p1" - diff -ruN openssh-8.0p1/version.m4 openssh-8.0p1+x509-12.1/version.m4 - --- openssh-8.0p1/version.m4 1970-01-01 02:00:00.000000000 +0200 - +++ openssh-8.0p1+x509-12.1/version.m4 2019-06-16 15:07:00.000000000 +0300