diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-21 15:22:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-21 15:22:22 +0000 |
commit | 51a189842266be5216a46437c0ff8d52a25b0500 (patch) | |
tree | 24d59e729daa984bc3a490871ecc19ae21034173 /misc/teseq | |
parent | 2804a41360c814cd544bc87dc81e8e20c23ff531 (diff) | |
download | pkgsrc-51a189842266be5216a46437c0ff8d52a25b0500.tar.gz |
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).
Diffstat (limited to 'misc/teseq')
-rw-r--r-- | misc/teseq/Makefile | 15 | ||||
-rw-r--r-- | misc/teseq/distinfo | 8 |
2 files changed, 8 insertions, 15 deletions
diff --git a/misc/teseq/Makefile b/misc/teseq/Makefile index f8f1f26da77..a8f253ddd0d 100644 --- a/misc/teseq/Makefile +++ b/misc/teseq/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:37 wiz Exp $ -# +# $NetBSD: Makefile,v 1.10 2015/08/21 15:22:22 wiz Exp $ -DISTNAME= teseq-1.1 -PKGREVISION= 2 +DISTNAME= teseq-1.1.1 CATEGORIES= misc MASTER_SITES= http://ftp.gnu.org/gnu/teseq/ EXTRACT_SUFX= .tar.bz2 @@ -10,10 +8,11 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ftp.gnu.org/gnu/teseq/ COMMENT= Terminal control sequence analyzer +LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LANGUAGES= c99 -USE_TOOLS+= perl:run sed:run +USE_TOOLS+= perl:run CONFIGURE_ENV+= AUTOCONF=true # files pre-built, not needed CONFIGURE_ENV+= MAKEINFO=true @@ -22,14 +21,8 @@ CONFIGURE_ENV+= HELP2MAN=true INFO_FILES= yes REPLACE_PERL= reseq.in -REPLACE_SED= src/teseq-post.sed REPLACE_SH= tests/run.in -REPLACE_INTERPRETER+= sed -REPLACE.sed.old= .*sed -REPLACE.sed.new= ${SED} -REPLACE_FILES.sed= ${REPLACE_SED} - SUBST_CLASSES+= infodir SUBST_FILES.infodir= Makefile.in SUBST_MESSAGE.infodir= Fixing info directory pathname diff --git a/misc/teseq/distinfo b/misc/teseq/distinfo index 5c67efccb55..c1268698a00 100644 --- a/misc/teseq/distinfo +++ b/misc/teseq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/08/18 10:44:30 shattered Exp $ +$NetBSD: distinfo,v 1.3 2015/08/21 15:22:22 wiz Exp $ -SHA1 (teseq-1.1.tar.bz2) = e853ac8990ed21db30de9178eb5781e66e30dce2 -RMD160 (teseq-1.1.tar.bz2) = 836ae4e63d4d42ef26deb15635c059042bceb228 -Size (teseq-1.1.tar.bz2) = 252124 bytes +SHA1 (teseq-1.1.1.tar.bz2) = ab0b9be268feb7b008c3e22505183f03399068c6 +RMD160 (teseq-1.1.1.tar.bz2) = b67b29ae2478a11773e058e3a1b7f86372571c23 +Size (teseq-1.1.1.tar.bz2) = 271737 bytes |