Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 38163A5B2E for ; Fri, 21 Aug 2015 15:22:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D1B3D14A195; Fri, 21 Aug 2015 15:22:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13E2014A181 for ; Fri, 21 Aug 2015 15:22:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OMDAqExJ0sRj for ; Fri, 21 Aug 2015 15:22:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5F58214A176 for ; Fri, 21 Aug 2015 15:22:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5BCF998; Fri, 21 Aug 2015 15:22:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 21 Aug 2015 15:22:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/teseq To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150821152222.5BCF998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Aug 21 15:22:22 UTC 2015 Modified Files: pkgsrc/misc/teseq: Makefile distinfo Log Message: Update to 1.1.1: Version 1.1.1 * Updated all files to reflect new email address for maintainer: micah@addictivecode.org (previous address, micah@cowan.name, is no longer valid) * Added links in the (Texinfo) manual to playable videos that demonstrate basic teseq functionality, and how to use teseq to create _and edit_ interactive terminal demos: * https://asciinema.org/a/7443 * https://asciinema.org/a/7445 * Added example in the manual for using teseq to strip escapes out of a typescript file. * Note: a new (optional) build dependency has been introduced: pkg-config, which is now used to find whether libcheck is installed. * BUG FIX: Fixed an issue where teseq could spin indefinitely churning out \xFF bytes on no further input. Input from a command such as $ printf '\033!!\177' would produce this issue. This issue was discovered by means of american fuzzy lop, http://lcamtuf.coredump.cx/afl/ * BUG FIX: Fixed an issue with \x7F (DEL) being treated as a valid final character for control sequences, and being printed on teseq's output (which should not be printing non-whitespace control characters). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/teseq/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/teseq/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.