Parcourir la source

upgrading package: putty 0.59 -> 0.60

Ralf S. Engelschall il y a 18 ans
Parent
commit
65f64a43a4
2 fichiers modifiés avec 14 ajouts et 67 suppressions
  1. 12 65
      putty/putty.patch
  2. 2 2
      putty/putty.spec

+ 12 - 65
putty/putty.patch

@@ -1,7 +1,7 @@
 Index: unix/Makefile.gtk
---- unix/Makefile.gtk.orig	2007-01-24 21:22:52 +0100
-+++ unix/Makefile.gtk	2007-01-26 10:29:01 +0100
-@@ -96,9 +96,9 @@
+--- unix/Makefile.gtk.orig	2007-04-29 13:41:48 +0200
++++ unix/Makefile.gtk	2007-04-30 00:17:00 +0200
+@@ -97,9 +97,9 @@
  
  # You can define this path to point at your tools if you need to
  # TOOLPATH = /opt/gcc/bin
@@ -11,63 +11,10 @@ Index: unix/Makefile.gtk
 -CFLAGS = -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ \
 +CFLAGS = -O2 -Wall -I.././ -I../charset/ -I../windows/ -I../unix/ \
  		-I../mac/ -I../macosx/ `gtk-config --cflags` -D _FILE_OFFSET_BITS=64
- XLDFLAGS = `gtk-config --libs`
- ULDFLAGS =#
-@@ -176,14 +176,14 @@
- 		timing.o toucs.o tree234.o utf8.o uxcfg.o uxmisc.o uxprint.o \
- 		uxpterm.o uxpty.o uxsel.o uxsignal.o uxstore.o uxucs.o \
- 		version.o wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o
--	$(CC) $(XLDFLAGS) -o $@ be_none.o cmdline.o config.o dialog.o \
-+	$(CC) -o $@ be_none.o cmdline.o config.o dialog.o \
- 		fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkwin.o ldisc.o \
- 		ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \
- 		minibidi.o misc.o nocproxy.o sbcs.o sbcsdat.o sercfg.o \
- 		settings.o slookup.o terminal.o time.o timing.o toucs.o \
- 		tree234.o utf8.o uxcfg.o uxmisc.o uxprint.o uxpterm.o \
- 		uxpty.o uxsel.o uxsignal.o uxstore.o uxucs.o version.o \
--		wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o 
-+		wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o $(XLDFLAGS) 
- 
- putty: be_all_s.o cmdline.o config.o cproxy.o dialog.o fromucs.o gtkcfg.o \
- 		gtkcols.o gtkdlg.o gtkwin.o ldisc.o ldiscucs.o localenc.o \
-@@ -198,7 +198,7 @@
- 		uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \
- 		wcwidth.o wildcard.o x11fwd.o xenc.o xkeysym.o xpmpucfg.o \
- 		xpmputty.o
--	$(CC) $(XLDFLAGS) -o $@ be_all_s.o cmdline.o config.o cproxy.o \
-+	$(CC) -o $@ be_all_s.o cmdline.o config.o cproxy.o \
- 		dialog.o fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkwin.o \
- 		ldisc.o ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \
- 		minibidi.o misc.o pinger.o portfwd.o proxy.o raw.o rlogin.o \
-@@ -210,7 +210,7 @@
- 		uxagentc.o uxcfg.o uxmisc.o uxnet.o uxnoise.o uxprint.o \
- 		uxproxy.o uxputty.o uxsel.o uxser.o uxsignal.o uxstore.o \
- 		uxucs.o version.o wcwidth.o wildcard.o x11fwd.o xenc.o \
--		xkeysym.o xpmpucfg.o xpmputty.o 
-+		xkeysym.o xpmpucfg.o xpmputty.o $(XLDFLAGS) 
- 
- puttygen: cmdgen.o import.o misc.o notiming.o sshaes.o sshbn.o sshdes.o \
- 		sshdss.o sshdssg.o sshmd5.o sshprime.o sshpubk.o sshrand.o \
-@@ -231,7 +231,7 @@
- 		uxproxy.o uxputty.o uxsel.o uxser.o uxsignal.o uxstore.o \
- 		uxucs.o version.o wcwidth.o xenc.o xkeysym.o xpmpucfg.o \
- 		xpmputty.o
--	$(CC) $(XLDFLAGS) -o $@ be_nos_s.o cmdline.o config.o dialog.o \
-+	$(CC) -o $@ be_nos_s.o cmdline.o config.o dialog.o \
- 		fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkwin.o ldisc.o \
- 		ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \
- 		minibidi.o misc.o nocproxy.o pinger.o proxy.o raw.o rlogin.o \
-@@ -239,7 +239,7 @@
- 		terminal.o time.o timing.o toucs.o tree234.o utf8.o uxcfg.o \
- 		uxmisc.o uxnet.o uxprint.o uxproxy.o uxputty.o uxsel.o \
- 		uxser.o uxsignal.o uxstore.o uxucs.o version.o wcwidth.o \
--		xenc.o xkeysym.o xpmpucfg.o xpmputty.o 
-+		xenc.o xkeysym.o xpmpucfg.o xpmputty.o $(XLDFLAGS) 
- 
- be_all.o: ../be_all.c ../putty.h ../puttyps.h ../network.h ../misc.h \
- 		../windows/winstuff.h ../mac/macstuff.h ../macosx/osx.h \
-@@ -904,7 +904,7 @@
- 	$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) -c ../unix/xpmputty.c
+ XLDFLAGS = $(LDFLAGS) `gtk-config --libs`
+ ULDFLAGS = $(LDFLAGS)
+@@ -905,7 +905,7 @@
+ 	$(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmputty.c
  
  version.o: FORCE
 -	if test -z "$(VER)" && (cd ..; md5sum -c manifest); then \
@@ -75,7 +22,7 @@ Index: unix/Makefile.gtk
  		$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) `cat ../version.def` -c ../version.c; \
  	else \
  		$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c; \
-@@ -925,8 +925,6 @@
+@@ -926,8 +926,6 @@
  	$(INSTALL_PROGRAM) -m 755 puttygen $(DESTDIR)$(bindir)/puttygen
  	$(INSTALL_PROGRAM) -m 755 puttytel $(DESTDIR)$(bindir)/puttytel
  	$(INSTALL_DATA) -m 644 ../doc/plink.1 $(DESTDIR)$(man1dir)/plink.1
@@ -85,8 +32,8 @@ Index: unix/Makefile.gtk
  	$(INSTALL_DATA) -m 644 ../doc/putty.1 $(DESTDIR)$(man1dir)/putty.1
  	$(INSTALL_DATA) -m 644 ../doc/puttygen.1 $(DESTDIR)$(man1dir)/puttygen.1
 Index: unix/uxpty.c
---- unix/uxpty.c.orig	2007-01-24 21:19:14 +0100
-+++ unix/uxpty.c	2007-01-26 10:26:20 +0100
+--- unix/uxpty.c.orig	2007-02-05 21:14:17 +0100
++++ unix/uxpty.c	2007-04-30 00:17:00 +0200
 @@ -22,6 +22,12 @@
  #include <sys/ioctl.h>
  #include <errno.h>
@@ -101,8 +48,8 @@ Index: unix/uxpty.c
  #include "tree234.h"
  
 Index: unix/uxucs.c
---- unix/uxucs.c.orig	2007-01-24 21:19:14 +0100
-+++ unix/uxucs.c	2007-01-26 10:26:20 +0100
+--- unix/uxucs.c.orig	2004-11-24 12:36:08 +0100
++++ unix/uxucs.c	2007-04-30 00:17:00 +0200
 @@ -12,6 +12,67 @@
  #include "terminal.h"
  #include "misc.h"

+ 2 - 2
putty/putty.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Security
 License:      MIT-style
-Version:      0.59
-Release:      20070126
+Version:      0.60
+Release:      20070430
 
 #   list of sources
 Source0:      http://the.earth.li/~sgtatham/putty/%{version}/putty-%{version}.tar.gz