[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / lsh

File: [cvs.NetBSD.org] / pkgsrc / security / lsh / Makefile (download)

Revision 1.12.2.1, Thu Apr 6 00:47:01 2006 UTC (17 years, 11 months ago) by snj
Branch: pkgsrc-2006Q1
Changes since 1.12: +2 -2 lines

Pullup ticket 1329 - requested by salo
security fix for lsh

Revisions pulled up:
- pkgsrc/security/lsh/Makefile		1.13
- pkgsrc/security/lsh/distinfo		1.5
- pkgsrc/security/lsh/patches/patch-ad	1.1

  Module Name:    pkgsrc
  Committed By:   salo
  Date:           Wed Apr  5 23:59:33 UTC 2006

  Modified Files:
          pkgsrc/security/lsh: Makefile distinfo
  Added Files:
          pkgsrc/security/lsh/patches: patch-ad

  Log Message:
  Backport fix for CVE-2006-0353 from lsh2:

  "unix_random.c in lshd for lsh 2.0.1 leaks file descriptors related
   to the randomness generator, which allows local users to cause a denial
   of service by truncating the seed file, which prevents the server from
   starting, or obtain sensitive seed information that could be used to
   crack keys."

# $NetBSD: Makefile,v 1.12.2.1 2006/04/06 00:47:01 snj Exp $
#

DISTNAME=		lsh-1.4.3
PKGREVISION=		4
CATEGORIES=		security
MASTER_SITES=		ftp://ftp.lysator.liu.se/pub/security/lsh/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://www.lysator.liu.se/~nisse/lsh/
COMMENT=		SSH2 client/server (version 1 of lsh)

GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake

.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/liboop/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"