diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1997-09-16 00:13:25 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-09-16 00:13:25 +0000 |
commit | c2119976db990a42772fce924919955e2420edca (patch) | |
tree | 78423fe1da9bd59cce6ba7d73ad13d13c244fe1b /security/ssh2 | |
parent | d7fcf880cab40fd665e90127243099326c498e16 (diff) | |
download | ports-c2119976db990a42772fce924919955e2420edca.tar.gz ports-c2119976db990a42772fce924919955e2420edca.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 6 | ||||
-rw-r--r-- | security/ssh2/distinfo | 2 | ||||
-rw-r--r-- | security/ssh2/files/patch-ac | 124 |
3 files changed, 67 insertions, 65 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index f17c8c4c7f9d..b4195cb7a20c 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ssh -# Version required: 1.2.20 +# Version required: 1.2.21 # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.43 1997/07/18 05:04:17 asami Exp $ +# $Id: Makefile,v 1.44 1997/09/11 18:31:52 max Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP # -DISTNAME= ssh-1.2.20 +DISTNAME= ssh-1.2.21 CATEGORIES= security net MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ diff --git a/security/ssh2/distinfo b/security/ssh2/distinfo index b41c04c76fe8..a539987481fc 100644 --- a/security/ssh2/distinfo +++ b/security/ssh2/distinfo @@ -1,2 +1,2 @@ -MD5 (ssh-1.2.20.tar.gz) = 11d88175e5d6d9d59bea0a70330bcab4 +MD5 (ssh-1.2.21.tar.gz) = 881f612cd3598b5370545ab2ad808795 MD5 (rsaref2.tar.gz) = 0b474c97bf1f1c0d27e5a95f1239c08d diff --git a/security/ssh2/files/patch-ac b/security/ssh2/files/patch-ac index 90cc133acd97..9c56f8aded01 100644 --- a/security/ssh2/files/patch-ac +++ b/security/ssh2/files/patch-ac @@ -1,7 +1,7 @@ -*** Makefile.in.orig Wed Apr 23 08:40:06 1997 ---- Makefile.in Fri Apr 25 12:39:38 1997 +*** Makefile.in.orig Tue Sep 16 01:59:13 1997 +--- Makefile.in Tue Sep 16 02:06:08 1997 *************** -*** 237,248 **** +*** 259,270 **** SHELL = /bin/sh GMPDIR = gmp-2.0.2-ssh-2 @@ -14,27 +14,26 @@ RSAREFDIR = rsaref2 RSAREFSRCDIR = $(RSAREFDIR)/source ---- 237,254 ---- +--- 259,275 ---- SHELL = /bin/sh GMPDIR = gmp-2.0.2-ssh-2 ! # We have the same libgmp in the system, so use it instead -! GMPINCDIR = /usr/include -! GMPLIBDIR = /usr/lib -! GMPDEP = $(GMPINCDIR)/gmp.h $(GMPLIBDIR)/libgmp.a -! GMPLIBS = -L$(GMPLIBDIR) -lgmp +! GMPINCDIR = /usr/include +! GMPLIBDIR = /usr/lib +! GMPLIBS = -L$(GMPLIBDIR) -lgmp +! GMPDEP = $(GMPINCDIR)/gmp.h $(GMPLIBDIR)/libgmp.a ZLIBDIR = zlib-1.0.4 -! # We have the same libz in the system, so use it instead -! ZLIBINCDIR = /usr/include -! ZLIBLIBDIR = /usr/lib -! ZLIBDEP = $(ZLIBINCDIR)/zlib.h $(ZLIBLIBDIR)/libz.a -! ZLIBLIBS = -L$(ZLIBLIBDIR) -lz +! ZLIBINCDIR = /usr/include +! ZLIBLIBDIR = /usr/lib +! ZLIBDEP = $(ZLIBINCDIR)/libz.a +! ZLIBLIBS = -L$(ZLIBLIBDIR) -lz RSAREFDIR = rsaref2 RSAREFSRCDIR = $(RSAREFDIR)/source *************** -*** 336,342 **** +*** 368,374 **** $(CC) -o rfc-pg rfc-pg.o .c.o: @@ -42,16 +41,16 @@ sshd: $(SSHD_OBJS) $(GMPDEP) $(RSAREFDEP) $(ZLIBDEP) -rm -f sshd ---- 342,348 ---- +--- 373,379 ---- $(CC) -o rfc-pg rfc-pg.o .c.o: -! $(CC) -c -I. $(KERBEROS_INCS) -I$(GMPINCDIR) -I$(ZLIBINCDIR) $(DEFS) -DHOST_KEY_FILE=\"$(HOST_KEY_FILE)\" -DHOST_CONFIG_FILE=\"$(HOST_CONFIG_FILE)\" -DSERVER_CONFIG_FILE=\"$(SERVER_CONFIG_FILE)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DETCDIR=\"$(etcdir)\" -DPIDDIR=\"$(piddir)\" -DSSH_BINDIR=\"$(bindir)\" -DTIS_MAP_FILE=\"$(TIS_MAP_FILE)\" $(CFLAGS) $(X_CFLAGS) $< +! $(CC) -c -I. $(KERBEROS_INCS) -I$(srcdir)/$(GMPINCDIR) -I$(srcdir)/$(ZLIBINCDIR) $(DEFS) -DHOST_KEY_FILE=\"$(HOST_KEY_FILE)\" -DHOST_CONFIG_FILE=\"$(HOST_CONFIG_FILE)\" -DSERVER_CONFIG_FILE=\"$(SERVER_CONFIG_FILE)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DETCDIR=\"$(etcdir)\" -DPIDDIR=\"$(piddir)\" -DSSH_BINDIR=\"$(bindir)\" -DTIS_MAP_FILE=\"$(TIS_MAP_FILE)\" $(CFLAGS) $(X_CFLAGS) $< sshd: $(SSHD_OBJS) $(GMPDEP) $(RSAREFDEP) $(ZLIBDEP) -rm -f sshd *************** -*** 373,391 **** +*** 411,429 **** sed "s#&PERL&#$(PERL)#" <$(srcdir)/make-ssh-known-hosts.pl >make-ssh-known-hosts chmod +x make-ssh-known-hosts @@ -71,7 +70,7 @@ $(RSAREFSRCDIR)/librsaref.a: -if test '!' -d $(RSAREFDIR); then \ ---- 379,397 ---- +--- 416,434 ---- sed "s#&PERL&#$(PERL)#" <$(srcdir)/make-ssh-known-hosts.pl >make-ssh-known-hosts chmod +x make-ssh-known-hosts @@ -79,20 +78,20 @@ ! # mpz_mul.c mpz_cmp.c mpz_sqrtrem.c ! #$(GMPDIR)/libgmp.a: ! # cd $(GMPDIR); $(MAKE) -! -! #$(ZLIBDIR)/libz.a: -! # -if test '!' -d $(ZLIBDIR); then \ -! # mkdir $(ZLIBDIR); \ -! # cp $(srcdir)/$(ZLIBDIR)/Makefile $(ZLIBDIR); \ -! # fi -! # cd $(ZLIBDIR); $(MAKE) VPATH=$(srcdir)/$(ZLIBDIR):../$(srcdir)/$(ZLIBDIR) \ -! # CC="$(CC)" CFLAGS="$(CFLAGS) -I. -I$(srcdir)/$(ZLIBDIR) \ -! # -I../$(srcdir)/$(GMPDIR)" RANLIB="$(RANLIB)" libz.a +! # +! #$(ZLIBDEP): +! # -if test '!' -d $(ZLIBDIR); then \ +! # mkdir $(ZLIBDIR); \ +! # cp $(srcdir)/$(ZLIBDIR)/Makefile $(ZLIBDIR); \ +! # fi +! # cd $(ZLIBDIR); $(MAKE) VPATH=$(srcdir)/$(ZLIBDIR):../$(srcdir)/$(ZLIBDIR) \ +! # CC="$(CC)" CFLAGS="$(CFLAGS) -I. -I$(srcdir)/$(ZLIBDIR) \ +! # -I../$(srcdir)/$(GMPDIR)" RANLIB="$(RANLIB)" libz.a $(RSAREFSRCDIR)/librsaref.a: -if test '!' -d $(RSAREFDIR); then \ *************** -*** 442,448 **** +*** 480,486 **** # (otherwise it can only log in as the user it runs as, and must be # bound to a non-privileged port). Also, password authentication may # not be available if non-root and using shadow passwords. @@ -100,7 +99,7 @@ -rm -f $(install_prefix)$(bindir)/ssh.old -mv $(install_prefix)$(bindir)/ssh $(install_prefix)$(bindir)/ssh.old -chmod 755 $(install_prefix)$(bindir)/ssh.old ---- 448,454 ---- +--- 485,491 ---- # (otherwise it can only log in as the user it runs as, and must be # bound to a non-privileged port). Also, password authentication may # not be available if non-root and using shadow passwords. @@ -109,7 +108,7 @@ -mv $(install_prefix)$(bindir)/ssh $(install_prefix)$(bindir)/ssh.old -chmod 755 $(install_prefix)$(bindir)/ssh.old *************** -*** 551,577 **** +*** 589,603 **** clean: -rm -f *.o gmon.out *core $(PROGRAMS) rfc-pg @@ -123,50 +122,53 @@ ! cd $(GMPDIR); $(MAKE) distclean ! cd $(ZLIBDIR); $(MAKE) distclean - dist: - -rm -rf $(DISTNAME) - -mkdir $(DISTNAME) - cp $(DISTFILES) $(DISTNAME) - for i in $(DISTSRCS); do cp $(srcdir)/$$i $(DISTNAME); done -! (cd $(GMPDIR); make dist) -! gzip -cd $(GMPDIR)/$(GMPDIR).tar.gz | (cd $(DISTNAME); tar pxf - ) - # tar cf - $(RSAREFDIR) | (cd $(DISTNAME); tar xf -) - # cd $(DISTNAME)/$(RSAREFSRCDIR); rm -f *.o *.a -! (cd $(srcdir); tar pcf - $(ZLIBDIR) )| (cd $(DISTNAME); tar pxf -) -! cd $(DISTNAME)/$(ZLIBDIR); rm -f *.o *.a; rm -rf CVS - tar pcf $(DISTNAME).tar $(DISTNAME) - -rm -f $(DISTNAME).tar.gz - gzip $(DISTNAME).tar ---- 557,583 ---- + dist: dist-free + +--- 594,608 ---- clean: -rm -f *.o gmon.out *core $(PROGRAMS) rfc-pg -! # cd $(GMPDIR); $(MAKE) clean +! # cd $(GMPDIR); $(MAKE) clean # cd $(RSAREFSRCDIR); rm -f *.o *.a -! # cd $(ZLIBDIR); $(MAKE) clean +! # cd $(ZLIBDIR); $(MAKE) clean distclean: clean -rm -f Makefile config.status config.cache config.log config.h -rm -f ssh.1 sshd.8 make-ssh-known-hosts.1 -! # cd $(GMPDIR); $(MAKE) distclean -! # cd $(ZLIBDIR); $(MAKE) distclean +! # cd $(GMPDIR); $(MAKE) distclean +! # cd $(ZLIBDIR); $(MAKE) distclean + + dist: dist-free - dist: - -rm -rf $(DISTNAME) - -mkdir $(DISTNAME) - cp $(DISTFILES) $(DISTNAME) +*************** +*** 628,639 **** + # + #endif F_SECURE_COMMERCIAL for i in $(DISTSRCS); do cp $(srcdir)/$$i $(DISTNAME); done -! # (cd $(GMPDIR); make dist) -! # gzip -cd $(GMPDIR)/$(GMPDIR).tar.gz | (cd $(DISTNAME); tar pxf - ) +! (cd $(GMPDIR); make dist) +! gzip -cd $(GMPDIR)/$(GMPDIR).tar.gz | (cd $(DISTNAME); tar pxf - ) # tar cf - $(RSAREFDIR) | (cd $(DISTNAME); tar xf -) # cd $(DISTNAME)/$(RSAREFSRCDIR); rm -f *.o *.a -! # (cd $(srcdir); tar pcf - $(ZLIBDIR) )| (cd $(DISTNAME); tar pxf -) -! # cd $(DISTNAME)/$(ZLIBDIR); rm -f *.o *.a; rm -rf CVS +! (cd $(srcdir); tar pcf - $(ZLIBDIR) )| (cd $(DISTNAME); tar pxf -) +! cd $(DISTNAME)/$(ZLIBDIR); rm -f *.o *.a; rm -rf CVS + + dist-free-make-tar: + tar pcf $(DISTNAME).tar $(DISTNAME) +--- 633,644 ---- + # + #endif F_SECURE_COMMERCIAL + for i in $(DISTSRCS); do cp $(srcdir)/$$i $(DISTNAME); done +! # (cd $(GMPDIR); make dist) +! # gzip -cd $(GMPDIR)/$(GMPDIR).tar.gz | (cd $(DISTNAME); tar pxf - ) + # tar cf - $(RSAREFDIR) | (cd $(DISTNAME); tar xf -) + # cd $(DISTNAME)/$(RSAREFSRCDIR); rm -f *.o *.a +! # (cd $(srcdir); tar pcf - $(ZLIBDIR) )| (cd $(DISTNAME); tar pxf -) +! # cd $(DISTNAME)/$(ZLIBDIR); rm -f *.o *.a; rm -rf CVS + + dist-free-make-tar: tar pcf $(DISTNAME).tar $(DISTNAME) - -rm -f $(DISTNAME).tar.gz - gzip $(DISTNAME).tar *************** -*** 583,589 **** +*** 656,662 **** (echo "s/\.$$old_version\"/.$$new_version\"/g"; echo w; echo q) | ed $(srcdir)/version.h >/dev/null depend: @@ -174,7 +176,7 @@ tags: -rm -f TAGS ---- 589,595 ---- +--- 661,667 ---- (echo "s/\.$$old_version\"/.$$new_version\"/g"; echo w; echo q) | ed $(srcdir)/version.h >/dev/null depend: |