%n ssh %v 1.2.16 %c * %l * %b * %d * %f * %t ssh-1.2.16.tgz %w Nonfree %% %setup patch -u -p1 <<'ENDPATCH' diff -ru2N ssh-1.2.16/Makefile.in ssh-MCC/Makefile.in --- ssh-1.2.16/Makefile.in Fri Oct 4 14:00:43 1996 +++ ssh-MCC/Makefile.in Mon Oct 14 03:11:17 1996 @@ -136,5 +136,5 @@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ -LIBS = @LIBS@ +LIBS = LIBOBJS = @LIBOBJS@ CONFOBJS = @CONFOBJS@ @@ -362,5 +362,18 @@ # bound to a non-privileged port). Also, password authentication may # not be available if non-root and using shadow passwords. -install: $(PROGRAMS) make-dirs generate-host-key install-configs +install: $(PROGRAMS) + install -s -m 4555 ssh $(bindir) + ln -f $(bindir)/ssh $(bindir)/slogin + install -s -m 555 ssh-keygen ssh-agent ssh-add scp ssh-askpass \ + $(bindir) + install -s -m 555 sshd make-ssh-known-hosts $(sbindir) + for p in ssh-keygen.1 ssh-agent.1 ssh-add.1 scp.1 \ + ssh.1 make-ssh-known-hosts.1;do \ + install -m 444 $$p $(man1dir)/$$p;\ + gzip -9f $(man1dir)/$$p;done + install -m 444 sshd.8 $(man8dir) + gzip -9f $(man8dir)/sshd.8 + +dummy: $(INSTALL_PROGRAM) -o root -m 04711 ssh $(install_prefix)$(bindir)/ssh -if test "`echo ssh | sed '$(transform)'`" '!=' ssh; then \ diff -ru2N ssh-1.2.16/gmp-2.0.2/config/mt-linux ssh-MCC/gmp-2.0.2/config/mt-linux --- ssh-1.2.16/gmp-2.0.2/config/mt-linux Sun Sep 29 23:29:44 1996 +++ ssh-MCC/gmp-2.0.2/config/mt-linux Mon Oct 14 03:19:50 1996 @@ -1 +1,2 @@ AR_FLAGS = qc +CFLAGS=-O6 -fomit-frame-pointer diff -ru2N ssh-1.2.16/gmp-2.0.2/mpn/Makefile.in ssh-MCC/gmp-2.0.2/mpn/Makefile.in --- ssh-1.2.16/gmp-2.0.2/mpn/Makefile.in Sun Sep 29 23:29:59 1996 +++ ssh-MCC/gmp-2.0.2/mpn/Makefile.in Mon Oct 14 03:44:50 1996 @@ -48,5 +48,5 @@ .S.o: $(CPP) $(SFLAGS) $(INCLUDES) $(CFLAGS) $< | grep -v '^#' >tmp-$*.s - $(CC) -c tmp-$*.s -o $@ + cc -c tmp-$*.s -o $@ rm -f tmp-$*.s diff -ru2N ssh-1.2.16/zlib-1.0.3/Makefile.in ssh-MCC/zlib-1.0.3/Makefile.in --- ssh-1.2.16/zlib-1.0.3/Makefile.in Sun Sep 8 18:46:41 1996 +++ ssh-MCC/zlib-1.0.3/Makefile.in Mon Oct 14 03:10:12 1996 @@ -25,5 +25,5 @@ CC=cc -CFLAGS=-O +CFLAGS=-O6 -fomit-frame-pointer #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 #CFLAGS=-g -DDEBUG ENDPATCH env CC=gcc CFLAGS='-O6 -fomit-frame-pointer' LDFLAGS=-Wl,-warn-common ./configure --prefix=/usr --with-etcdir=/etc/ssh make * make install %%