public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/openssh/
@ 2023-06-09 14:05 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2023-06-09 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ef42095e67ab3ef131d1cea93dc53cf9fcf994d0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 14:05:11 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 14:05:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef42095e

virtual/openssh: Keyword 0 alpha

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 virtual/openssh/openssh-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/openssh/openssh-0.ebuild b/virtual/openssh/openssh-0.ebuild
index c1d8760ec113..a46b38089967 100644
--- a/virtual/openssh/openssh-0.ebuild
+++ b/virtual/openssh/openssh-0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for net-misc/openssh and variants"
 
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/openssh/
@ 2023-06-26 16:47 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-26 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2e0b67c13c451c34768a918c77be211cb5f64b8a
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Jun 26 16:34:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 16:47:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0b67c1

virtual/openssh: keyword 0 for ~m68k, ~mips

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31623
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/openssh/openssh-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/openssh/openssh-0.ebuild b/virtual/openssh/openssh-0.ebuild
index a46b38089967..cb57d4eb5924 100644
--- a/virtual/openssh/openssh-0.ebuild
+++ b/virtual/openssh/openssh-0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for net-misc/openssh and variants"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/openssh/
@ 2025-09-05 20:17 Patrick McLean
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2025-09-05 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b64cf171924b4dc9f75a592657e4593920eb8e
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  5 20:16:50 2025 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Sep  5 20:16:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b64cf1

virtual/openssh: Revbump, add pkixssh as openssh provider

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 virtual/openssh/openssh-0-r1.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/virtual/openssh/openssh-0-r1.ebuild b/virtual/openssh/openssh-0-r1.ebuild
new file mode 100644
index 000000000000..a4c6991584d6
--- /dev/null
+++ b/virtual/openssh/openssh-0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for net-misc/openssh and variants"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="ssl"
+
+RDEPEND="
+	|| (
+		>=net-misc/openssh-9.3_p1-r1[ssl?]
+		>=net-misc/openssh-contrib-9.3_p1[ssl?]
+		>=net-misc/pkixssh-14.1.1
+	)"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/openssh/
@ 2025-10-06  7:25 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2025-10-06  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bb03600b8ee5393c8df8e625a873ec4426db6882
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  6 07:25:09 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 07:25:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb03600b

virtual/openssh: Stabilize 0-r1 ALLARCHES, #963832

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/openssh/openssh-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/openssh/openssh-0-r1.ebuild b/virtual/openssh/openssh-0-r1.ebuild
index a4c6991584d6..7f4e466fd79f 100644
--- a/virtual/openssh/openssh-0-r1.ebuild
+++ b/virtual/openssh/openssh-0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for net-misc/openssh and variants"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-06  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 14:05 [gentoo-commits] repo/gentoo:master commit in: virtual/openssh/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2023-06-26 16:47 Sam James
2025-09-05 20:17 Patrick McLean
2025-10-06  7:25 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox