pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/dtach
Module Name: pkgsrc
Committed By: leot
Date: Tue Feb 19 20:36:06 UTC 2019
Modified Files:
pkgsrc/misc/dtach: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/dtach/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/dtach/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/dtach/Makefile
diff -u pkgsrc/misc/dtach/Makefile:1.7 pkgsrc/misc/dtach/Makefile:1.8
--- pkgsrc/misc/dtach/Makefile:1.7 Mon Oct 8 09:57:20 2012
+++ pkgsrc/misc/dtach/Makefile Tue Feb 19 20:36:06 2019
@@ -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
Index: pkgsrc/misc/dtach/distinfo
diff -u pkgsrc/misc/dtach/distinfo:1.3 pkgsrc/misc/dtach/distinfo:1.4
--- pkgsrc/misc/dtach/distinfo:1.3 Tue Nov 3 23:49:34 2015
+++ pkgsrc/misc/dtach/distinfo Tue Feb 19 20:36:06 2019
@@ -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