diff options
author | leot <leot@pkgsrc.org> | 2019-02-19 20:36:06 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-02-19 20:36:06 +0000 |
commit | bca84eb9c11160467aa2b81ce9d5cda919b51039 (patch) | |
tree | 62df8d8f276dfd5a6d21e28897e4097cb377cd63 /misc | |
parent | 3e520ec15118c772d80d55cad8316216ec2d3144 (diff) | |
download | pkgsrc-bca84eb9c11160467aa2b81ce9d5cda919b51039.tar.gz |
dtach: Update to 0.9
pkgsrc changes:
- Add LICENSE
Changes:
0.9
---
- Added AIX support.
- Added dtach -N, a mode similar to dtach -n, except dtach will stay in the
foreground instead of daemonizing.
- Added dtach -p, which copies the contents of standard input to a session.
- dtach will no longer send 255 bytes of garbage to the program when read()
returns an error.
- The executable bit is now set on the socket if clients are attached, and
cleared when all clients have detached.
- The initial state of signals such as SIGPIPE are now preserved when
executing the program, instead of having the program start with some signals
ignored.
- A buffer overflow no longer occurs when a long socket path name is used, and
dtach will now try to use chdir to get around the length limitation if
necessary.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dtach/Makefile | 5 | ||||
-rw-r--r-- | misc/dtach/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile index 6d9e61585ce..fd3c91542e9 100644 --- a/misc/dtach/Makefile +++ b/misc/dtach/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2012/10/08 09:57:20 asau Exp $ +# $NetBSD: Makefile,v 1.8 2019/02/19 20:36:06 leot Exp $ -DISTNAME= dtach-0.8 +DISTNAME= dtach-0.9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/} MAINTAINER= fgudin@nerim.net HOMEPAGE= http://dtach.sourceforge.net/ COMMENT= Small program that emulates the detach feature of screen +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes BUILD_TARGET= dtach diff --git a/misc/dtach/distinfo b/misc/dtach/distinfo index 2040d0058e4..cfc994f4b6a 100644 --- a/misc/dtach/distinfo +++ b/misc/dtach/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:49:34 agc Exp $ +$NetBSD: distinfo,v 1.4 2019/02/19 20:36:06 leot Exp $ -SHA1 (dtach-0.8.tar.gz) = fb7279e719463aa284676a78cdf96788f4f2706b -RMD160 (dtach-0.8.tar.gz) = 420ef0e72e94bf359386d72c2cc430c9aeaf5f9b -SHA512 (dtach-0.8.tar.gz) = ad0a788d10a5e1e1be4c353b64e1e4a0dc8c888492a638b2442d7c59ef31d67975357116435a1059141bfc2c82a3a6e9e490faa87cf81e5fc3bc7457a99c1193 -Size (dtach-0.8.tar.gz) = 55472 bytes +SHA1 (dtach-0.9.tar.gz) = a3566bfee3d2b70781bac1b29b7e30be29085c9b +RMD160 (dtach-0.9.tar.gz) = 5e07683373a73eab3dae755ef4b7595318b0c3ca +SHA512 (dtach-0.9.tar.gz) = 28c13dc8c96c16b9c6153a3a11fdeb4a4bc72e84e1f2575043b047cd8e600a47232f29544ffd87d82e2575623ec2e999a26e23e9eac25ec81c7722bdf98cfb18 +Size (dtach-0.9.tar.gz) = 60608 bytes |