pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/38196: [patch] misc/dtach upgrade to version 0.8
>Number: 38196
>Category: pkg
>Synopsis: [patch] misc/dtach upgrade to version 0.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Mar 07 20:05:00 +0000 2008
>Originator: Francis GUDIN
>Release: N/A (DragonFlyBSD 1.12)
>Organization:
N/A
>Environment:
DragonFly sigmund.porcherie.invalid 1.12.0-RELEASE DragonFly 1.12.0-RELEASE #2:
Wed Mar 5 21:19:20 CET 2008
>Description:
dtach released a new version (0.8); from the README:
The changes in version 0.8 are:
- When using dtach -A or dtach -c, the master will now wait until the client
attaches before trying to read from the program being executed. This avoids a
race condition when the program prints something and exits before the client
can attach itself.
- Instead of exiting quietly, dtach will now report any errors that occur while
trying to execute the program.
- dtach -n can now be used without a terminal.
- dtach -A will now try to detect and remove stale sockets.
- Removed a Linux-specific escape sequence from the code that restores the
original terminal settings.
- Changed dtach.1 to use \- for the dashes in command line options, and fix an
ambiguous backslash.
- Use non-blocking mode in the master process, and avoid data loss by ensuring
that at least one attaching client succesfully completes a write.
- Fix -e ^<char> to work with lowercase characters.
>How-To-Repeat:
N/A
>Fix:
Apply the following patch:
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/misc/dtach/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 4 Mar 2008 19:21:11 -0000 1.5
+++ Makefile 7 Mar 2008 15:03:01 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2008/03/04 19:21:11 jlam Exp $
-DISTNAME= dtach-0.7
+DISTNAME= dtach-0.8
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/}
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/misc/dtach/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 17 Jun 2006 14:26:47 -0000 1.1.1.1
+++ distinfo 7 Mar 2008 15:03:01 -0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/06/17 14:26:47 minskim Exp $
+$NetBSD$
-SHA1 (dtach-0.7.tar.gz) = 7f163d7bb4db1d266d69a4090bede02128bbca43
-RMD160 (dtach-0.7.tar.gz) = a85b405a42ce59fa7df2893f2ffdf1b3458096f4
-Size (dtach-0.7.tar.gz) = 50900 bytes
+SHA1 (dtach-0.8.tar.gz) = fb7279e719463aa284676a78cdf96788f4f2706b
+RMD160 (dtach-0.8.tar.gz) = 420ef0e72e94bf359386d72c2cc430c9aeaf5f9b
+Size (dtach-0.8.tar.gz) = 55472 bytes
Home |
Main Index |
Thread Index |
Old Index