Date: Tue, 18 Jun 2002 15:55:37 -0700 (PDT) From: Lars Eggert <larse@isi.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39491: update from maintainer: security/ssh2 to version 3.2.0 Message-ID: <200206182255.g5IMtbtg029109@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 39491 >Category: ports >Synopsis: update from maintainer: security/ssh2 to version 3.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 18 16:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 4.5-RELEASE >Organization: USC/ISI >Environment: FreeBSD d.postel.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Jun 18 12:05:53 PDT 2002 root@d.postel.org:/usr/src/sys/compile/KERNEL-1.37 i386 >Description: The attached patch updates the security/ssh2 port to the latest version (3.2.0). Please commit when convenient. Thanks, Lars >How-To-Repeat: >Fix: diff -ruP /usr/ports/security/ssh2.old/Makefile ./Makefile --- /usr/ports/security/ssh2.old/Makefile Tue Jun 18 15:24:03 2002 +++ ./Makefile Tue Jun 18 15:50:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= ssh2 -PORTVERSION= 3.1.2 +PORTVERSION= 3.2.0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ @@ -20,8 +20,6 @@ MAINTAINER= larse@ISI.EDU -#RESTRICTED= "Crypto; export-controlled" - GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-etcdir=${SSH2_ETC} --disable-debug @@ -73,7 +71,7 @@ ssh-probe2.1 ssh-probe.1 sshd2.8 sshd.8 MANCOMPRESSED= no -PORTDOCS= BUG.REPORT CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \ +PORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \ REGEX-SYNTAX SSH2.QUICKSTART post-install: install-config-files diff -ruP /usr/ports/security/ssh2.old/distinfo ./distinfo --- /usr/ports/security/ssh2.old/distinfo Tue Jun 18 15:24:03 2002 +++ ./distinfo Tue Jun 18 15:51:18 2002 @@ -1 +1 @@ -MD5 (ssh-3.1.2.tar.gz) = 3da96ec4886063369eb29674b491b2c0 +MD5 (ssh-3.2.0.tar.gz) = bbc63ab4a7f56cd63a7fb68d44ad739c diff -ruP /usr/ports/security/ssh2.old/pkg-plist ./pkg-plist --- /usr/ports/security/ssh2.old/pkg-plist Tue Jun 18 15:24:03 2002 +++ ./pkg-plist Tue Jun 18 15:51:10 2002 @@ -7,7 +7,6 @@ bin/ssh-add2 bin/ssh-signer2 bin/ssh-probe2 -bin/ssh-pam-client bin/sftp-server2 bin/ssh-dummy-shell bin/ssh-pubkeymgr @@ -30,7 +29,6 @@ sbin/sshd-check-conf sbin/sshd @exec if [ ! -f %D/etc/ssh2/hostkey ]; then umask 022; echo "Generating 1024 bit host key."; %D/bin/ssh-keygen2 -P -b 1024 -t dsa %D/etc/ssh2/hostkey; fi -%%PORTDOCS%%share/doc/ssh2/BUG.REPORT %%PORTDOCS%%share/doc/ssh2/CHANGES %%PORTDOCS%%share/doc/ssh2/FAQ %%PORTDOCS%%share/doc/ssh2/INSTALL >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206182255.g5IMtbtg029109>