summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2005-02-21 08:39:09 +0000
committerTavis Ormandy <taviso@gentoo.org>2005-02-21 08:39:09 +0000
commit64ac127087cb334bbb34b48f3cd8441742640e0a (patch)
tree22ad17e54ca7ad163a3f839dd37d77d5062b656f /net-misc/putty
parentUpdate to latest version, after building up suitable suspense over the past s... (diff)
downloadgentoo-2-64ac127087cb334bbb34b48f3cd8441742640e0a.tar.gz
gentoo-2-64ac127087cb334bbb34b48f3cd8441742640e0a.tar.bz2
gentoo-2-64ac127087cb334bbb34b48f3cd8441742640e0a.zip
security bump #82753
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-misc/putty')
-rw-r--r--net-misc/putty/ChangeLog9
-rw-r--r--net-misc/putty/Manifest4
-rw-r--r--net-misc/putty/files/digest-putty-0.571
-rw-r--r--net-misc/putty/putty-0.56.ebuild4
-rw-r--r--net-misc/putty/putty-0.57.ebuild63
5 files changed, 76 insertions, 5 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog
index 27ae25e263b0..204f40f29798 100644
--- a/net-misc/putty/ChangeLog
+++ b/net-misc/putty/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/putty
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.20 2004/12/16 23:24:50 jhuebel Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.21 2005/02/21 08:39:08 taviso Exp $
+
+*putty-0.57 (21 Feb 2005)
+
+ 21 Feb 2005; Tavis Ormandy,,, <taviso@gentoo.org> +putty-0.57.ebuild:
+ security bump, #82753
16 Dec 2004; Jason Huebel <jhuebel@gentoo.org> putty-0.56.ebuild:
removed ut_time patch from 0.56, bug #69411
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest
index a6d49f43f1ea..e5fa8294508d 100644
--- a/net-misc/putty/Manifest
+++ b/net-misc/putty/Manifest
@@ -1,6 +1,8 @@
+MD5 e9cb92efefe74c331e230dbc3b37417f putty-0.57.ebuild 1417
+MD5 e9cb92efefe74c331e230dbc3b37417f putty-0.56.ebuild 1417
MD5 ebbe4b8b6a0d88930a45194c3ea1582c ChangeLog 3067
MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549
-MD5 e9cb92efefe74c331e230dbc3b37417f putty-0.56.ebuild 1417
MD5 9c9702ff2e96719b8479ed60106f9b1a files/digest-putty-0.56 63
+MD5 3a07269379d199e6363fbe0250c5899a files/digest-putty-0.57 63
MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824
MD5 85355228c88a7a925e751df0f058f0ea files/putty.desktop 207
diff --git a/net-misc/putty/files/digest-putty-0.57 b/net-misc/putty/files/digest-putty-0.57
new file mode 100644
index 000000000000..098b310a35df
--- /dev/null
+++ b/net-misc/putty/files/digest-putty-0.57
@@ -0,0 +1 @@
+MD5 0fc816093980246f6400693fe6146280 putty-0.57.tar.gz 1319513
diff --git a/net-misc/putty/putty-0.56.ebuild b/net-misc/putty/putty-0.56.ebuild
index 6765768b7bcd..b12d2324910a 100644
--- a/net-misc/putty/putty-0.56.ebuild
+++ b/net-misc/putty/putty-0.56.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.56.ebuild,v 1.2 2004/12/16 23:24:50 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.56.ebuild,v 1.3 2005/02/21 08:39:08 taviso Exp $
inherit eutils
diff --git a/net-misc/putty/putty-0.57.ebuild b/net-misc/putty/putty-0.57.ebuild
new file mode 100644
index 000000000000..624fac451c18
--- /dev/null
+++ b/net-misc/putty/putty-0.57.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.1 2005/02/21 08:39:08 taviso Exp $
+
+inherit eutils
+
+DESCRIPTION="UNIX port of the famous Telnet and SSH client"
+
+HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+SRC_URI="http://the.earth.li/~sgtatham/putty/latest/${P}.tar.gz"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64"
+IUSE="doc"
+
+RDEPEND="=x11-libs/gtk+-1.2* virtual/x11"
+
+DEPEND="${RDEPEND} dev-lang/perl"
+
+src_unpack() {
+ unpack ${A}
+
+ ebegin "Generating Makefiles"
+ cd ${S}; perl ${S}/mkfiles.pl || die
+ eend $?
+
+ ebegin "Setting CFLAGS"
+ sed -i "s!-O2!${CFLAGS}!g" ${S}/unix/Makefile.gtk
+ eend $?
+}
+
+src_compile() {
+ cd ${S}/unix; emake -f Makefile.gtk || die "make failed"
+}
+
+src_install() {
+ cd ${S}/doc
+
+ doman plink.1 pterm.1 putty.1 puttytel.1 puttygen.1
+
+ cd ${S}/unix
+
+ dobin plink pterm putty puttytel psftp pscp puttygen
+
+ cd ${S}
+
+ dodoc README README.txt LICENCE CHECKLST.txt LATEST.VER website.url MODULE
+ use doc && dodoc doc/*
+
+ prepallman
+
+ # install desktop file provided by Gustav Schaffter in #49577
+ dodir /usr/share/applications
+ insinto /usr/share/applications
+ doins ${FILESDIR}/putty.desktop
+
+ if test ! -c /dev/ptmx; then
+ ewarn
+ ewarn "The pterm application requires kernel UNIX98 PTY support to operate."
+ ewarn
+ fi
+}