Date: Thu, 4 Feb 1999 12:16:52 -0800 (PST) From: cpiazza@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9912: Update of ssh2 port (2.0.11 -> 2.0.12) Message-ID: <199902042016.MAA21291@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 9912 >Category: ports >Synopsis: ssh2 port update to 2.0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 12:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD >Description: The ssh2 port has been updated to 2.0.12, (ugly) patch to upgrade the port below. >How-To-Repeat: >Fix: Apply patch below - tested on 4.0-current - diff -ruN ssh2.old/Makefile ssh2/Makefile --- ssh2.old/Makefile Tue Dec 1 03:10:33 1998 +++ ssh2/Makefile Thu Feb 4 11:33:19 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: ssh2 -# Version required: 2.0.11 +# Version required: 2.0.12 # Date created: 5 Oct 1998 # Whom: Issei Suzuki <issei@jp.FreeBSD.ORG> # @@ -8,7 +8,7 @@ # Maximal ssh2 package requires YES values for # USE_SSH1, USE_TCPWRAP -DISTNAME= ssh-2.0.11 +DISTNAME= ssh-2.0.12 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ diff -ruN ssh2.old/files/md5 ssh2/files/md5 --- ssh2.old/files/md5 Tue Dec 1 03:10:33 1998 +++ ssh2/files/md5 Thu Feb 4 11:33:57 1999 @@ -1 +1 @@ -MD5 (ssh-2.0.11.tar.gz) = 2c93c5fa0cb530178bee8675e92be785 +MD5 (ssh-2.0.12.tar.gz) = 506632f8a9c2f5201587e2130a4d5408 diff -ruN ssh2.old/patches/patch-aa ssh2/patches/patch-aa --- ssh2.old/patches/patch-aa Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-aa Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/Makefile.in.old Tue Nov 24 18:18:33 1998 -+++ lib/Makefile.in Tue Nov 24 18:20:13 1998 -@@ -97,14 +97,14 @@ +--- lib/Makefile.in.old Thu Feb 4 11:11:13 1999 ++++ lib/Makefile.in Thu Feb 4 11:13:20 1999 +@@ -98,14 +98,14 @@ AUTOMAKE_OPTIONS = 1.0 foreign dist-zip no-dependencies @@ -10,14 +10,14 @@ # sshtest testsuite lib_LIBRARIES = libssh.a - # libsshcrypt.kpure.a + # libsshcrypt.kpure.a -SUBLIBRARIES = sshmath/libsshmath.a zlib/libz.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a +SUBLIBRARIES = sshmath/libsshmath.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../sshconf.h CONFIG_CLEAN_FILES = -@@ -367,11 +367,6 @@ +@@ -368,11 +368,6 @@ all-local: includes includes: -if test '!' -d ../include; then mkdir ../include; fi diff -ruN ssh2.old/patches/patch-ab ssh2/patches/patch-ab --- ssh2.old/patches/patch-ab Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ab Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/sshapputil/Makefile.in.old Tue Nov 24 18:24:57 1998 -+++ lib/sshapputil/Makefile.in Tue Nov 24 18:25:12 1998 -@@ -105,7 +105,7 @@ +--- lib/sshapputil/Makefile.in.old Thu Feb 4 11:13:58 1999 ++++ lib/sshapputil/Makefile.in Thu Feb 4 11:14:35 1999 +@@ -106,7 +106,7 @@ INCLUDES = -I../.. -I. -I$(srcdir) \ -I$(top_builddir) -I$(top_srcdir) \ -I../sshutil -I$(srcdir)/../sshutil -I../sshmath \ diff -ruN ssh2.old/patches/patch-ac ssh2/patches/patch-ac --- ssh2.old/patches/patch-ac Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ac Thu Feb 4 11:33:29 1999 @@ -1,11 +1,10 @@ ---- lib/sshcrypt/Makefile.in.old Tue Nov 24 18:24:57 1998 -+++ lib/sshcrypt/Makefile.in Tue Nov 24 18:25:21 1998 -@@ -173,7 +173,7 @@ - INCLUDES = -I../.. -I. -I$(srcdir) \ +--- lib/sshcrypt/Makefile.in.old Thu Feb 4 11:16:28 1999 ++++ lib/sshcrypt/Makefile.in Thu Feb 4 11:16:42 1999 +@@ -176,7 +176,6 @@ -I$(top_builddir) -I$(top_srcdir) \ -I../sshutil -I$(srcdir)/../sshutil \ -- -I../sshmath -I$(srcdir)/../sshmath -I../zlib -I$(srcdir)/../zlib \ -+ -I../sshmath -I$(srcdir)/../sshmath \ + -I../sshmath -I$(srcdir)/../sshmath \ +- -I../zlib -I$(srcdir)/../zlib \ -I../sshscard -I$(srcdir)/../sshscard \ -I../trq -I$(srcdir)/../trq mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -ruN ssh2.old/patches/patch-ad ssh2/patches/patch-ad --- ssh2.old/patches/patch-ad Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ad Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/sshreadline/Makefile.in.old Tue Nov 24 18:24:57 1998 -+++ lib/sshreadline/Makefile.in Tue Nov 24 18:25:27 1998 -@@ -106,7 +106,6 @@ +--- lib/sshreadline/Makefile.in.old Thu Feb 4 11:17:28 1999 ++++ lib/sshreadline/Makefile.in Thu Feb 4 11:17:41 1999 +@@ -107,7 +107,6 @@ INCLUDES = -I$(srcdir) -I. -I../.. \ -I$(top_builddir) -I$(top_srcdir) \ -I../sshmath -I$(srcdir)/../sshmath \ diff -ruN ssh2.old/patches/patch-ae ssh2/patches/patch-ae --- ssh2.old/patches/patch-ae Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ae Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/sshutil/Makefile.in.old Tue Nov 24 18:34:58 1998 -+++ lib/sshutil/Makefile.in Tue Nov 24 18:35:05 1998 -@@ -193,7 +193,6 @@ +--- lib/sshutil/Makefile.in.old Thu Feb 4 11:18:08 1999 ++++ lib/sshutil/Makefile.in Thu Feb 4 11:18:25 1999 +@@ -199,7 +199,6 @@ INCLUDES = -I. -I$(srcdir) -I.. -I$(srcdir)/.. \ -I$(top_builddir) -I$(top_srcdir) \ -I../sshmath -I$(srcdir)/../sshmath \ diff -ruN ssh2.old/patches/patch-af ssh2/patches/patch-af --- ssh2.old/patches/patch-af Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-af Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- apps/ssh/Makefile.in.orig Mon Nov 16 21:24:45 1998 -+++ apps/ssh/Makefile.in Tue Nov 24 19:06:58 1998 -@@ -133,9 +133,9 @@ +--- apps/ssh/Makefile.in.old Thu Feb 4 11:18:55 1999 ++++ apps/ssh/Makefile.in Thu Feb 4 11:20:13 1999 +@@ -134,9 +134,9 @@ INCLUDES = -I. -I$(srcdir) -I../.. -I$(srcdir) -I../../include \ -I$(top_builddir) -I$(top_srcdir) \ diff -ruN ssh2.old/patches/patch-ag ssh2/patches/patch-ag --- ssh2.old/patches/patch-ag Thu Jan 28 15:10:18 1999 +++ ssh2/patches/patch-ag Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- configure.orig Mon Nov 16 15:24:41 1998 -+++ configure Fri Jan 29 00:24:27 1999 -@@ -4825,7 +4825,7 @@ +--- configure.old Thu Feb 4 11:31:13 1999 ++++ configure Thu Feb 4 11:28:33 1999 +@@ -4780,7 +4780,7 @@ char tgetent(); int main() { @@ -8,8 +8,8 @@ +XXXtgetent() ; return 0; } EOF - if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -@@ -4855,7 +4855,7 @@ + if { (eval echo configure:4787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +@@ -4904,7 +4904,7 @@ echo "$ac_t""no" 1>&6 fi -Chris >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?199902042016.MAA21291>