wok diff openssh/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 7bea68e23e6b
children 980adf6bb9e7
line diff
     1.1 --- a/openssh/receipt	Mon May 10 20:32:02 2021 +0000
     1.2 +++ b/openssh/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh"
     1.7 -VERSION="8.6p1"
     1.8 +VERSION="8.7p1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.openssh.org/"
    1.15 -WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
    1.16 +WGET_URL="https://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
    1.17  CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli"
    1.18  SECRET_FILES="/etc/ssh/*key*"
    1.19  TAGS="ssh security"