Package Details: openssh-gssapi 9.0p1-2

Git Clone URL: https://aur.archlinux.org/openssh-gssapi.git (read-only, click to copy)
Package Base: openssh-gssapi
Description: Premier connectivity tool for remote login with the SSH protocol
Upstream URL: https://www.openssh.com/portable.html
Licenses: custom:BSD
Conflicts: openssh
Provides: openssh
Submitter: polslinux
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 6
Popularity: 0.000000
First Submitted: 2015-10-26 09:37 (UTC)
Last Updated: 2022-11-10 13:10 (UTC)

Required by (345)

Sources (7)

Pinned Comments

christoph.gysin commented on 2021-05-11 12:35 (UTC) (edited on 2022-10-13 06:28 (UTC) by christoph.gysin)

Please only flag this as outdated if there is a new debian release available here: https://sources.debian.org/data/main/o/openssh/

Connectivity tests will fail under makechrootpkg since it runs as nobody which has /bin/false as login shell. You can build it without running the tests with:

$ makepkg --syncdeps --nocheck --install

Latest Comments

1 2 3 4 Next › Last »

christoph.gysin commented on 2022-11-10 14:11 (UTC)

@hakarlsson Sorry about that, should be fixed now.

hakarlsson commented on 2022-11-10 12:46 (UTC) (edited on 2022-11-10 12:47 (UTC) by hakarlsson)

I get

==> ERROR: Integrity checks (sha256) differ in size from the source array.

Removing the last checksum from the sha256sum array fixes the issue.

-            '64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
-            '25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
+            '64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')

christoph.gysin commented on 2022-10-13 06:53 (UTC)

There was a new release, so I bumped this to 9.0p1. Please report back if something broke, as I don't use this package myself.

nickolai commented on 2022-10-13 01:24 (UTC)

@splatrat it looks like https://sources.debian.org/data/main/o/openssh/1%3A8.4p1-5%2Bdeb11u1/debian/patches/gssapi.patch is the same file

splatrat commented on 2022-10-13 01:11 (UTC)

404 on https://sources.debian.org/data/main/o/openssh/1:8.4p1-5/debian/patches/gssapi.patch

jadelord commented on 2021-05-11 16:03 (UTC)

@christoph.gysin Debian has the patch for version 8.4p1

https://sources.debian.org/patches/openssh/1:8.4p1-5/gssapi.patch/

christoph.gysin commented on 2021-05-11 12:35 (UTC) (edited on 2022-10-13 06:28 (UTC) by christoph.gysin)

Please only flag this as outdated if there is a new debian release available here: https://sources.debian.org/data/main/o/openssh/

Connectivity tests will fail under makechrootpkg since it runs as nobody which has /bin/false as login shell. You can build it without running the tests with:

$ makepkg --syncdeps --nocheck --install

patlefort commented on 2021-03-22 20:06 (UTC)

Ok so I figured that I can disable all checks from makepkg.conf.

christoph.gysin commented on 2021-03-22 08:17 (UTC)

You are free to comment out the tests, they are not required to build the package.

From the wiki:

It is highly recommended to have check() as it helps to make sure software has been built correctly and works fine with its dependencies.

patlefort commented on 2021-03-22 07:39 (UTC)

Does it need to run tests to install? I thought tests should be disabled in packages.