Broken download link, new release 9.6p1-3
Search Criteria
Package Details: openssh-gssapi 9.9p1-1
Package Actions
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.000078 |
First Submitted: | 2015-10-26 09:37 (UTC) |
Last Updated: | 2024-11-15 19:55 (UTC) |
Dependencies (18)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- krb5 (krb5-gitAUR)
- ldns (ldns-gitAUR)
- libcrypt.so (libxcrypt-gitAUR, libxcrypt, libxcrypt-compat)
- libedit
- libgssapi_krb5.so (krb5-gitAUR, krb5, lib32-krb5)
- libkrb5.so (krb5-gitAUR, krb5, lib32-krb5)
- libpam.so (pam-selinuxAUR, pam)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pam (pam-selinuxAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- libfido2 (libfido2-fullAUR) (make)
- linux-headers (make)
- libfido2 (libfido2-fullAUR) (optional) – FIDO/U2F support
- x11-ssh-askpass (gnome-ssh-askpass3AUR, seahorse-gitAUR, gnome-ssh-askpass4-gitAUR, ssh-askpass-fullscreenAUR, ksshaskpass-gitAUR, xaskpassAUR, openssh-askpassAUR, ksshaskpass, seahorse) (optional) – input passphrase in X
- xorg-xauth (optional) – X11 forwarding
Required by (274)
- amanda (requires openssh)
- ansible-core-2.16 (requires openssh) (check)
- apt-dater (requires openssh)
- apt-dater-legacy (requires openssh)
- archosaur (requires openssh)
- archosaur-git (requires openssh)
- ariang-git (requires openssh) (make)
- arkade-bin (requires openssh)
- asbru-cm (requires openssh)
- asbru-cm (requires openssh) (optional)
- asbru-cm-git (requires openssh)
- asbru-cm-git (requires openssh) (optional)
- asbru-cm-loki-git (requires openssh)
- asbru-cm-loki-git (requires openssh) (optional)
- aurbuilder-git (requires openssh)
- authprogs-git (requires openssh) (check)
- backintime-cli (requires openssh)
- backintime-cli-git (requires openssh)
- balena-cli (requires openssh) (optional)
- balena-cli-bin (requires openssh) (optional)
- Show 254 more...
Sources (8)
iwxlartn commented on 2024-02-08 14:16 (UTC)
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)
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/
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/