pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/dtach dtach: Update to 0.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc970b6ca66b
branches: trunk
changeset: 329977:fc970b6ca66b
user: leot <leot%pkgsrc.org@localhost>
date: Tue Feb 19 20:36:06 2019 +0000
description:
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:
misc/dtach/Makefile | 5 +++--
misc/dtach/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 78da4414d3e8 -r fc970b6ca66b misc/dtach/Makefile
--- a/misc/dtach/Makefile Tue Feb 19 18:06:37 2019 +0000
+++ b/misc/dtach/Makefile Tue Feb 19 20:36:06 2019 +0000
@@ -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@localhost
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 -r 78da4414d3e8 -r fc970b6ca66b misc/dtach/distinfo
--- a/misc/dtach/distinfo Tue Feb 19 18:06:37 2019 +0000
+++ b/misc/dtach/distinfo Tue Feb 19 20:36:06 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index