summaryrefslogtreecommitdiff
path: root/net-libs/libssh2
AgeCommit message (Collapse)Author
2026-01-21net-libs/libssh2: wire up verify-sigSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-12-19*/*: drop *-linux keywordsFabian Groffen
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-12-17*: remove ppc-macos keywordFabian Groffen
The arch and OS that matches it are obsolete. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-11-04*/*: Use := on virtual/zlib deps, part 5Michał Górny
Done via: ``` git grep -l 'virtual/zlib-' | xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g' git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g' pkgcheck scan --commits \ -c SourcingCheck,VisibilityCheck,DependencyCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04net-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib net-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by revert in net-misc/turbovnc. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-12-06net-libs/libssh2: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-12-06net-libs/libssh2: Stabilize 1.11.1 hppa, #942696Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-03net-libs/libssh2: Stabilize 1.11.1 ppc64, #942696Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-02net-libs/libssh2: Stabilize 1.11.1 x86, #942696Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-02net-libs/libssh2: Stabilize 1.11.1 amd64, #942696Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-02net-libs/libssh2: Stabilize 1.11.1 ppc, #942696Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-02net-libs/libssh2: Stabilize 1.11.1 arm, #942696Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-02net-libs/libssh2: Stabilize 1.11.1 sparc, #942696Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-02net-libs/libssh2: Stabilize 1.11.1 arm64, #942696Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-10-16net-libs/libssh2: Bump to 1.11.1Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-13net-libs/libssh2: Stabilize 1.11.0-r3 hppa, #939957Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-24net-libs/libssh2: Stabilize 1.11.0-r3 sparc, #939957Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-21net-libs/libssh2: Stabilize 1.11.0-r3 x86, #939957Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21net-libs/libssh2: Stabilize 1.11.0-r3 ppc, #939957Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21net-libs/libssh2: Stabilize 1.11.0-r3 ppc64, #939957Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-21net-libs/libssh2: Stabilize 1.11.0-r3 amd64, #939957Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-06net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomainEli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2024-09-06net-libs/libssh2: pass build option to disable static-libsEli Schwartz
And apply patch to make the (anemic) testsuite run under this scenario. Previously, we dropped USE=static-libs when switching to build with cmake, then upstream brought support for that back and defaulted it to on -- but we built it and deleted the raw file instead, which broke cmake-config since that does runtime file checks to verify whether all originally installed files that you aren't using, exist. Since we tell the build system not to build+install static libraries at all, the resulting cmake configs won't check for them! Bug: https://bugs.gentoo.org/911386 Closes: https://bugs.gentoo.org/911548 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2023-12-05Add more CPE strings for easier CVE trackingAllen Webb
Signed-off-by: Allen Webb <allenwebb@google.com> Signed-off-by: Mike Frysinger <vapier@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2023-11-22net-libs/libssh2: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-11-22net-libs/libssh2: Stabilize 1.11.0-r2 sparc, #909341Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-11-22net-libs/libssh2: Stabilize 1.11.0-r2 ppc64, #909341Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-11-22net-libs/libssh2: Stabilize 1.11.0-r2 hppa, #909341Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-09-02net-libs/libssh2: drop 1.10.0Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-08-30net-libs/libssh2: Stabilize 1.11.0-r2 amd64, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-30net-libs/libssh2: Stabilize 1.11.0-r2 x86, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-30net-libs/libssh2: Stabilize 1.11.0-r2 ppc, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-30net-libs/libssh2: Stabilize 1.11.0-r2 arm64, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-30net-libs/libssh2: Stabilize 1.11.0-r2 arm, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-30net-libs/libssh2: fix conflicting types (32-bit build)Mario Haustein
Closes: https://bugs.gentoo.org/911279 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/32510 Signed-off-by: Sam James <sam@gentoo.org>
2023-08-01net-libs/libssh2: don't drop .aSam James
It breaks the installed CMake config file. Closes: https://bugs.gentoo.org/911386 Signed-off-by: Sam James <sam@gentoo.org>
2023-06-29net-libs/libssh2: Stabilize 1.11.0 amd64, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-28net-libs/libssh2: Stabilize 1.11.0 hppa, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-28net-libs/libssh2: Stabilize 1.11.0 arm, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-28net-libs/libssh2: Stabilize 1.11.0 arm64, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-28net-libs/libssh2: Stabilize 1.11.0 ppc64, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-28net-libs/libssh2: Stabilize 1.11.0 sparc, #909341Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-23net-libs/libssh2: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31268 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2023-05-31net-libs/libssh2: fix DoubleEmptyLineSam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-05-31net-libs/libssh2: conditionally set test optionsSam James
Closes: https://bugs.gentoo.org/907443 Signed-off-by: Sam James <sam@gentoo.org>
2023-05-30net-libs/libssh2: add 1.11.0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-05-24*/*: remove x86-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>