Package Details: openssh-gssapi 9.6p1-1

Git Clone URL: https://aur.archlinux.org/openssh-gssapi.git (read-only, click to copy)
Package Base: openssh-gssapi
Description: SSH protocol implementation with GSSAPI support
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: 7
Popularity: 0.015741
First Submitted: 2015-10-26 09:37 (UTC)
Last Updated: 2024-02-12 20:45 (UTC)

Required by (268)

Sources (8)

Pinned Comments

christoph.gysin commented on 2021-05-11 12:35 (UTC) (edited on 2023-08-27 06:02 (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/


Latest Comments

1 2 3 4 Next › Last »

iwxlartn commented on 2024-02-08 14:16 (UTC)

Broken download link, new release 9.6p1-3

christoph.gysin commented on 2023-08-27 05:57 (UTC)

@kostyanf14 Fixed, thanks for reporting!

kostyanf14 commented on 2023-08-26 20:03 (UTC) (edited on 2023-08-26 20:03 (UTC) by kostyanf14)

build failed configure:10978: error: *** zlib too old - check config.log ***

| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <stdlib.h>
| #include <zlib.h>
| 
| int
| main (void)
| {
| 
|   int a=0, b=0, c=0, d=0, n, v;
|   n = sscanf(ZLIB_VERSION, "%d.%d.%d.%d", &a, &b, &c, &d);
|   if (n != 3 && n != 4)
|       exit(1);
|   v = a*1000000 + b*10000 + c*100 + d;
|   fprintf(stderr, "found zlib version %s (%d)\n", ZLIB_VERSION, v);
| 
|   /* 1.1.4 is OK */
|   if (a == 1 && b == 1 && c >= 4)
|       exit(0);
| 
|   /* 1.2.3 and up are OK */
|   if (v >= 1020300)
|       exit(0);
| 
|   exit(2);
| 
|   ;
|   return 0;
| }

/usr/include/zlib.h -> #define ZLIB_VERSION "1.3"

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 2023-08-27 06:02 (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/