Update to 2.4.
Upstream changelog: Fix a bug regarding making the pty the controlling terminal when the process spawning it is not, actually, a terminal (such as from cron) (3.0 is out, but this update is far more clearly safe.)
This commit is contained in:
parent
b3dead9183
commit
adc5a3885f
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:33 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2014/01/15 20:11:47 gdt Exp $
|
||||
|
||||
DISTNAME= pexpect-2.3
|
||||
DISTNAME= pexpect-2.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pexpect/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2008/04/25 20:31:10 tnn Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/01/15 20:11:47 gdt Exp $
|
||||
|
||||
SHA1 (pexpect-2.3.tar.gz) = ee1e2770bfe49e7651bab78357179c28ed99a55b
|
||||
RMD160 (pexpect-2.3.tar.gz) = 74adfd7e91152d64907f1a685b5dd0161cf4bf82
|
||||
Size (pexpect-2.3.tar.gz) = 150868 bytes
|
||||
SHA1 (pexpect-2.4.tar.gz) = 3e24584ef1aa51f7610d5077a608e49d2724c7ae
|
||||
RMD160 (pexpect-2.4.tar.gz) = 070693d9c82aaa44f1bd9cd9dfffa7643393b6de
|
||||
Size (pexpect-2.4.tar.gz) = 113251 bytes
|
||||
|
|
Loading…
Reference in a new issue