Subject: pkg/37056: update security/putty to 0.60 (patch supplied)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <j+nbsd@2007.salmi.ch>
List: pkgsrc-bugs
Date: 10/03/2007 07:40:01
>Number:         37056
>Category:       pkg
>Synopsis:       update security/putty to 0.60 (patch supplied)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 03 07:40:00 +0000 2007
>Originator:     Jukka Salmi
>Release:        pkgsrc HEAD
>Environment:
System: NetBSD moray.salmi.ch 4.99.31 NetBSD 4.99.31 (MORAY.ACPI) #0: Wed Sep 19 02:55:48 CEST 2007 build@moray.salmi.ch:/b/build/nbsd/c/i386/sys/arch/i386/compile/MORAY.ACPI i386
Architecture: i386
Machine: i386
>Description:
The attached patch - which is also available from
http://salmi.ch/~jukka/patches/pkgsrc/security/putty/059-060.patch -
updates security/putty to the latest released version.
>How-To-Repeat:
n/a
>Fix:
Index: security/putty/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/putty/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- security/putty/Makefile	7 Sep 2007 22:12:22 -0000	1.15
+++ security/putty/Makefile	3 Oct 2007 07:29:17 -0000
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.15 2007/09/07 22:12:22 jlam Exp $
 #
 
-DISTNAME=	putty-0.59
+DISTNAME=	putty-0.60
 CATEGORIES=	security
-MASTER_SITES=	http://the.earth.li/~sgtatham/putty/0.59/
+MASTER_SITES=	http://the.earth.li/~sgtatham/putty/0.60/
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	http://www.chiark.greenend.org.uk/~sgtatham/putty/
Index: security/putty/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/security/putty/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- security/putty/distinfo	17 Mar 2007 16:35:05 -0000	1.6
+++ security/putty/distinfo	3 Oct 2007 07:29:17 -0000
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.6 2007/03/17 16:35:05 rillig Exp $
 
-SHA1 (putty-0.59.tar.gz) = 64fcbcd50bc7f204699de415931b3745ceac8c56
-RMD160 (putty-0.59.tar.gz) = dea0c6b3890760617e26d380e500fcc8b898bbeb
-Size (putty-0.59.tar.gz) = 1736071 bytes
-SHA1 (patch-aa) = 3bec8d64a504a887c0ef299aead01c647480313f
+SHA1 (putty-0.60.tar.gz) = 8d99f8f1077b7ab25f014126b5d812a1ad55ce37
+RMD160 (putty-0.60.tar.gz) = 9c56ee4d2d05f5b1079c65f19a5d9d06b596aba3
+Size (putty-0.60.tar.gz) = 1743711 bytes
+SHA1 (patch-aa) = 4949b10698c445fa16a28a8818c7448959f45135
 SHA1 (patch-ac) = 61cc8640417931a04152d4f4a1d6daa420d85496
 SHA1 (patch-ad) = b90f5fc8ebd7bb1227dc18ed93afe104e5e40490
 SHA1 (patch-ae) = 82bd150f0dfb59eda57e4d9bca7abfc8093090a9
Index: security/putty/patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/security/putty/patches/patch-aa,v
retrieving revision 1.4
diff -u -p -r1.4 patch-aa
--- security/putty/patches/patch-aa	17 Mar 2007 16:35:05 -0000	1.4
+++ security/putty/patches/patch-aa	3 Oct 2007 07:29:17 -0000
@@ -1,17 +1,16 @@
 $NetBSD: patch-aa,v 1.4 2007/03/17 16:35:05 rillig Exp $
 
---- unix/Makefile.gtk.orig	2007-01-24 21:22:52.000000000 +0100
-+++ unix/Makefile.gtk	2007-03-17 17:27:25.000000000 +0100
-@@ -98,14 +98,14 @@
+--- unix/Makefile.gtk.orig	2007-04-29 13:41:48.000000000 +0200
++++ unix/Makefile.gtk	2007-10-03 09:26:39.000000000 +0200
+@@ -99,14 +99,14 @@
  # TOOLPATH = /opt/gcc/bin
  CC = $(TOOLPATH)cc
  
 -CFLAGS = -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ \
 +CFLAGS += -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ \
  		-I../mac/ -I../macosx/ `gtk-config --cflags` -D _FILE_OFFSET_BITS=64
- XLDFLAGS = `gtk-config --libs`
--ULDFLAGS =#
-+ULDFLAGS = $(LDFLAGS)
+ XLDFLAGS = $(LDFLAGS) `gtk-config --libs`
+ ULDFLAGS = $(LDFLAGS)
  INSTALL=install
  INSTALL_PROGRAM=$(INSTALL)
  INSTALL_DATA=$(INSTALL)