summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/openssh: Fix X.509 supportThomas Deutschmann2018-04-121-3/+11
| | | | | | | | The X.509 part in sshd only accepts specific PACKAGE VERSION values or will reject a X.509 ssh client. Because we cannot fix all X.509 sshd servers we patched the exposed PACKAGE VERSION to pass the "requirement". Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/openssh: Bump to v7.7_p1Thomas Deutschmann2018-04-115-0/+883
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ebuild changes: =============== - HPN patch set updated to v14.14. MT AES CTR cipher are still not working at the moment but we are working on this. - SCTP patch updated for openssh-7.7_p1. - LDAP patch is currently not available because patch isn't compatble with openssh-7.7_p1 and needs a major rewrite because upstream removed auth_parse_options() via commit 7c8568576071. - X.509 patch updated to v11.3.1. - Previously, SCTP patch sometimes got applied even when "sctp" USE flag wasn't set, this is now fixed. - We now always expose applied patches in version string (previously this was only the case for some patches and was also depending on whether the "hpn" USE flag was enabled or not). - Make sure "/var/empty" gets preserved by package manager. [Bug 647034] - Runscript: "use" entropy. [Bug 470020] - Runscript: Use "/run" instead of "/var/run". [Bug 555734] - Runscript: Verify daemon is really up and running. [Bug 617596] - Runscript: Simplified (thanks to Michael Orlitzky) - Runscript: Add prefix support. [Bug 640666] - Runscript: It is now possible to pass any by start-stop-daemon supported arguments (like "--ionice" or "--nicelevel" for example) to start-stop-daemon. [Bug 636764] Closes: https://bugs.gentoo.org/470020 Closes: https://bugs.gentoo.org/555734 Closes: https://bugs.gentoo.org/617596 Closes: https://bugs.gentoo.org/636764 Closes: https://bugs.gentoo.org/640666 Closes: https://bugs.gentoo.org/647034 Closes: https://bugs.gentoo.org/652438 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-misc/openssh: Add glue patch for X509 + permitopen in 7.6_p1-r5Patrick McLean2018-03-132-0/+49
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/openssh: remove unused patchesMichael Mair-Keimberger2018-03-134-122/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7445
* net-misc/openssh: Removed old.Lars Wendler2018-03-124-1011/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/openssh: apply patch to fix PermitOpen issuePetr Vaněk2018-03-122-0/+385
| | | | | | | | | PermitOpen directive ignores arguments beyond the second one. https://www.spinics.net/lists/openssh-unix-dev/msg04433.html Patch was applied to upstream and only 7.6_p1 has this issue. Closes: https://github.com/gentoo/gentoo/pull/7376
* net-misc/openssh: Drop libressl patch for new X509 patchPatrick McLean2018-02-122-12/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/openssh: Manifest update for X509 11.2Patrick McLean2018-02-121-1/+1
| | | | | | I forgot about the wget gzip silliness.. oops Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/openssh: Revision bump, update X509 patch to 11.2Patrick McLean2018-02-124-0/+398
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/openssh: Forward port libressl patch to 7.6_p1-r3Patrick McLean2018-01-312-0/+12
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-misc/openssh: Revbump to reflect --dynamic-deps=n change in portage.Lars Wendler2018-01-241-0/+0
| | | | | Closes: https://bugs.gentoo.org/645372 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-misc/openssh: Update SRC_URI for hpn patchset so it is fetchablePatrick McLean2018-01-231-1/+1
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-misc/openssh: Add fix for bug 634594 from zmedicoPatrick McLean2018-01-233-4/+5
| | | | | | | Not revbumping since hpn has been package.use.mask-ed. Closes: https://bugs.gentoo.org/634594 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-234-5/+5
|
* net-misc/openssh: Revision bump, bump X509 patch to 11.1Patrick McLean2018-01-223-0/+386
| | | | | | | | Also re-enable hpn USE flag (disabled by default) since it has now been package.use.mask-ed in the base profile. Bug: https://bugs.gentoo.org/634594 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-misc/openssh: Revbump without messing with HPN.Lars Wendler2018-01-221-1/+1
| | | | | @zmedico: Please leave openssh to base-system team. Package-Manager: Portage-2.3.20, Repoman-2.3.6
* Revert "net-misc/openssh: revbumps for net-libs/ldns dep change"Lars Wendler2018-01-223-2/+338
| | | | This reverts commit de02520f0c9d660af8a2cd0317648f69177f57c1.
* net-misc/openssh: revbumps for net-libs/ldns dep changeZac Medico2018-01-213-338/+2
| | | | | | | | | | | | | | | | | | Since sys-apps/portage-2.3.20 defaults to --dynamic-deps=n, this revbump is needed in order to correct the dependencies of installed instances of openssh. It's not possible to revbump the 7.6_p1 ebuild to 7.6_p1-r1, since the 7.6_p1-r1 ebuild already exists with the only difference being that the HPN_PATCH variable is commented out. As a compromise, make 7.6_p1-r2 include HPN_PATCH but also remove the default IUSE setting for hpn in order to suppress bug 634594 by default. Fixes: a71042d76cb4 ("net-misc/openssh: Fix net-libs/ldns dependency") Bug: https://bugs.gentoo.org/645310 Bug: https://bugs.gentoo.org/634594 Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --force
* net-misc/openssh: Exclude s390-seccomp.patch w/ USE=X509 - already in X509 ↵Thomas Deutschmann2018-01-121-2/+2
| | | | | | | patch set Closes: https://bugs.gentoo.org/644252 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/openssh: mark 7.5_p1-r3 m68k/s390/sh stableMike Frysinger2018-01-101-1/+1
|
* net-misc/openssh: add upstream fix for building on s390Mike Frysinger2018-01-102-0/+28
|
* net-misc/openssh: remove unused patchesMichael Mair-Keimberger2017-12-282-265/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/6637
* net-misc/openssh-7.5_p1-r3: arm64 stableMart Raudsepp2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* net-misc/openssh: Fix net-libs/ldns dependencyThomas Deutschmann2017-12-183-6/+6
| | | | | Closes: https://bugs.gentoo.org/641266 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/openssh: Security cleanup (bug #633428)Thomas Deutschmann2017-12-183-664/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/*: Update Manifest hashesMichał Górny2017-12-101-11/+11
|
* net-misc/openssh: stable 7.5_p1-r3 for hppa, bug #633428Sergei Trofimovich2017-11-191-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* net-misc/openssh: arm stable, bug #633428Markus Meier2017-11-191-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* net-misc/openssh: stable 7.5_p1-r3 for ppc, bug #633428Sergei Trofimovich2017-11-191-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* net-misc/openssh: stable 7.5_p1-r3 for ppc64, bug #633428Sergei Trofimovich2017-11-181-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* net-misc/openssh: stable 7.5_p1-r3 for sparc, bug #633428 (thanks to Rolf ↵Sergei Trofimovich2017-11-181-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* net-misc/openssh-7.5_p1-r3: alpha stableTobias Klausmann2017-11-171-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/633428
* net-misc/openssh: stable 7.5_p1-r3 for ia64, bug #633428Sergei Trofimovich2017-11-161-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* net-misc/openssh: x86 stable (bug #633428)Thomas Deutschmann2017-11-161-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-misc/openssh: amd64 stable wrt bug #633428Agostino Sarubbo2017-11-151-1/+1
| | | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/openssh: Rev bump to fix CVE-2017-15906Thomas Deutschmann2017-11-142-0/+363
| | | | | Bug: https://bugs.gentoo.org/633428 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-misc/openssh: Restore 7.6_p1-r0 ebuildPatrick McLean2017-11-072-0/+337
| | | | | | | | Some users aren't affected by bug #634594, rather than forcing them to downgrade or fork, we should keep the ebuild with hpn around. Bug: https://bugs.gentoo.org/634594 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-misc/openssh: Revbump to remove hpn support (breaks scp transfers)Lars Wendler2017-11-072-2/+1
| | | | | Bug: https://bugs.gentoo.org/634594 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-misc/openssh: Make the 7.6p1 X509 patchset play nice with libresslPatrick McLean2017-11-062-0/+12
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-misc/openssh: Add updated X509 patchset to 7.6_p1Patrick McLean2017-10-114-2/+73
| | | | | | | | Had to drop the multithreaded aes-ctr cipher as it seems to cause test failures with OpenSSH 7.6p1. We can re-add in the future if a fix is found. Package-Manager: Portage-2.3.11, Repoman-2.3.3
* net-misc/openssh: Added revised ldap patch (bug #633942).Lars Wendler2017-10-112-2/+3
| | | | | | Thanks to Thomas (Whissi) Deutschmann for the fix. Package-Manager: Portage-2.3.11, Repoman-2.3.3
* net-misc/openssh: Removed old.Lars Wendler2017-10-1016-2677/+0
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* net-misc/openssh: Bump to version 7.6_p1Lars Wendler2017-10-102-0/+330
| | | | | | | (without hpn patch for now as that requires bigger rewrites due to ssh1 removal) Package-Manager: Portage-2.3.11, Repoman-2.3.3
* net-misc/openssh: stable 7.5_p1-r1 for hppa, bug #603100Sergei Trofimovich2017-09-261-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* net-misc/openssh: use HTTPS for links to dev.gentoo.orgFrancesco Turco2017-09-061-1/+1
|
* net-misc/openssh: Drop libressl patch as it is no longer neededPatrick McLean2017-06-261-1/+0
| | | | | Gentoo-Bug: 622660 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-misc/openssh: ppc stable wrt bug #603100Agostino Sarubbo2017-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/openssh-7.5_p1-r1: add alpha keywordTobias Klausmann2017-06-201-1/+1
| | | | Gentoo-Bug: 603100
* net-misc/openssh: arm stable, bug #603100Markus Meier2017-06-131-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* net-misc/openssh: ppc64 stable wrt bug #603100Agostino Sarubbo2017-06-131-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>