summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/openssh: drop 9.0_p1-r6John Helmert III2022-12-281-499/+0
| | | | | | Bug: https://bugs.gentoo.org/733802 Bug: https://bugs.gentoo.org/874876 Signed-off-by: John Helmert III <ajak@gentoo.org>
* Revert "net-misc/openssh: drop 9.0_p1-r6, 9.1_p1"John Helmert III2022-12-281-0/+499
| | | | | | This reverts commit 08f683984806bb85009e0e7ab23623600c8129e2. Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-misc/openssh: drop 9.0_p1-r6, 9.1_p1John Helmert III2022-12-281-499/+0
| | | | | | Bug: https://bugs.gentoo.org/874876 Bug: https://bugs.gentoo.org/733802 Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 hppa, #878571Arthur Zamarin2022-10-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 ppc64, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 amd64, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 arm, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 sparc, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 arm64, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 x86, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Stabilize 9.0_p1-r6 ppc, #878571Sam James2022-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: simplify || ( ... ) dep for gcc-configSam James2022-09-241-5/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: depend on newer gcc-config or clang-toolchain-symlinksSam James2022-09-241-0/+501
Made the classic mistake I always moan about! Blockers don't affect dependency resolution, although they do mean "eventual consistency" in that it ensures you do upgrade by the end of the run. Let's be safe given we're talking miscompilation here (i.e. runtime failure) and depend on newer gcc-config (or newer clang-toolchain-symlinks) in openssh to make sure the merge order is correct. Bug: https://bugs.gentoo.org/872416 Bug: https://bugs.gentoo.org/872548 See: cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e Fixes: 961f11b11a0022c5a4a4a34cc4065d13a48906ba Signed-off-by: Sam James <sam@gentoo.org>