Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2007 13:54:54 +1100 (VLAST)
From:      Dima Panov <fluffy@ael.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112377: Update secutity/putty 
Message-ID:  <200705030254.l432ssYu028202@ns.ael.RU>
Resent-Message-ID: <200705030300.l4330C0H061947@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112377
>Category:       ports
>Synopsis:       Update secutity/putty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 03 03:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ns.ael.RU 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Apr 14 11:12:17 VLAST 2007 root@ns.ael.RU:/usr/obj/usr/src/sys/AEL i386


	
>Description:
	Update security/putty to 0.60
    
>How-To-Repeat:
	
>Fix:

	


Index: security/putty/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/putty/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- security/putty/Makefile	15 Mar 2007 17:59:02 -0000	1.14
+++ security/putty/Makefile	3 May 2007 02:47:59 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	putty
-PORTVERSION=	0.59
+PORTVERSION=	0.60
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://the.earth.li/~sgtatham/putty/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
Index: security/putty/distinfo
===================================================================
RCS file: /home/ncvs/ports/security/putty/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- security/putty/distinfo	11 Feb 2007 17:10:03 -0000	1.7
+++ security/putty/distinfo	3 May 2007 02:50:36 -0000
@@ -1,3 +1,3 @@
-MD5 (putty-0.59.tar.gz) = 2c90f3aecd2e4b41df61fb047a6c8f11
-SHA256 (putty-0.59.tar.gz) = 578006f899a9363a7a627fcd362fbfb4b500c3b265c389df2d1ed292a7653bbc
-SIZE (putty-0.59.tar.gz) = 1736071
+MD5 (putty-0.60.tar.gz) = 07e65fd98b16d115ae38a180bfb242e2
+SHA256 (putty-0.60.tar.gz) = b2bbaaf9324997e85cf15d44ed41e8e89539c8215dceac9d6d7272a37dbc2849
+SIZE (putty-0.60.tar.gz) = 1743711
Index: security/putty/files/patch-Makefile.gtk
===================================================================
RCS file: /home/ncvs/ports/security/putty/files/patch-Makefile.gtk,v
retrieving revision 1.5
diff -u -r1.5 patch-Makefile.gtk
--- security/putty/files/patch-Makefile.gtk	15 Mar 2007 17:59:02 -0000	1.5
+++ security/putty/files/patch-Makefile.gtk	3 May 2007 02:52:48 -0000
@@ -1,6 +1,6 @@
---- Makefile.gtk.orig	Wed Jan 24 18:22:52 2007
-+++ Makefile.gtk	Thu Mar 15 13:55:48 2007
-@@ -98,8 +98,8 @@
+--- Makefile.gtk.orig	Sun Apr 29 22:41:48 2007
++++ Makefile.gtk	Thu May  3 13:52:34 2007
+@@ -99,8 +99,8 @@
  # TOOLPATH = /opt/gcc/bin
  CC = $(TOOLPATH)cc
  
@@ -8,10 +8,10 @@
 -		-I../mac/ -I../macosx/ `gtk-config --cflags` -D _FILE_OFFSET_BITS=64
 +CFLAGS += -O2 -Wall -g -I.././ -I../charset/ -I../windows/ -I../unix/ \
 +		-I../mac/ -I../macosx/ -D _FILE_OFFSET_BITS=64
- XLDFLAGS = `gtk-config --libs`
- ULDFLAGS =#
+ XLDFLAGS = $(LDFLAGS) `gtk-config --libs`
+ ULDFLAGS = $(LDFLAGS)
  INSTALL=install
-@@ -115,7 +115,11 @@
+@@ -116,7 +116,11 @@
  .SUFFIXES:
  
  
@@ -23,8 +23,8 @@
  
  plink: be_all_s.o cmdline.o cproxy.o ldisc.o logging.o misc.o pinger.o \
  		portfwd.o proxy.o raw.o rlogin.o settings.o ssh.o sshaes.o \
-@@ -904,7 +908,7 @@
- 	$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) -c ../unix/xpmputty.c
+@@ -905,7 +909,7 @@
+ 	$(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmputty.c
  
  version.o: FORCE
 -	if test -z "$(VER)" && (cd ..; md5sum -c manifest); then \
@@ -32,7 +32,7 @@
  		$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) `cat ../version.def` -c ../version.c; \
  	else \
  		$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c; \
-@@ -913,6 +917,8 @@
+@@ -914,6 +918,8 @@
  	$(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink
  	$(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp
  	$(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp
@@ -41,7 +41,7 @@
  	$(INSTALL_PROGRAM) -m 755 pterm $(DESTDIR)$(bindir)/pterm
  	if test -n "$(UTMP_GROUP)"; then \
  	  chgrp $(UTMP_GROUP) $(DESTDIR)$(bindir)/pterm && \
-@@ -922,15 +928,17 @@
+@@ -923,15 +929,17 @@
  	    chmod 4755 $(DESTDIR)$(bindir)/pterm; \
  	fi
  	$(INSTALL_PROGRAM) -m 755 putty $(DESTDIR)$(bindir)/putty
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705030254.l432ssYu028202>