pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/picotrace picotrace: Update to 20190526



details:   https://anonhg.NetBSD.org/pkgsrc/rev/375032732569
branches:  trunk
changeset: 334381:375032732569
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun May 26 05:14:26 2019 +0000

description:
picotrace: Update to 20190526

20190526

* picotrace: enhance spelling and formatting of the documentation.
* picotrace: set close-on-exec on the output log.
* picotrace: fix uninitialized memory read in copyinstr()
* common: correct detection and distinguishing of events
* coredumper: initial version.
* truss: initial version.

diffstat:

 devel/picotrace/Makefile |   4 ++--
 devel/picotrace/PLIST    |   6 +++++-
 devel/picotrace/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r e585536b5349 -r 375032732569 devel/picotrace/Makefile
--- a/devel/picotrace/Makefile  Sun May 26 03:23:35 2019 +0000
+++ b/devel/picotrace/Makefile  Sun May 26 05:14:26 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/05/07 09:33:13 leot Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/26 05:14:26 kamil Exp $
 
-DISTNAME=      picotrace-20190507
+DISTNAME=      picotrace-20190526
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=krytarowski/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
diff -r e585536b5349 -r 375032732569 devel/picotrace/PLIST
--- a/devel/picotrace/PLIST     Sun May 26 03:23:35 2019 +0000
+++ b/devel/picotrace/PLIST     Sun May 26 05:14:26 2019 +0000
@@ -1,3 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2019/05/06 23:18:10 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/05/26 05:14:26 kamil Exp $
+bin/coredumper
 bin/picotrace
+bin/truss
+man/man1/coredumper.1
 man/man1/picotrace.1
+man/man1/truss.1
diff -r e585536b5349 -r 375032732569 devel/picotrace/distinfo
--- a/devel/picotrace/distinfo  Sun May 26 03:23:35 2019 +0000
+++ b/devel/picotrace/distinfo  Sun May 26 05:14:26 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/05/06 23:18:10 kamil Exp $
+$NetBSD: distinfo,v 1.2 2019/05/26 05:14:26 kamil Exp $
 
-SHA1 (picotrace-20190507-20190507.tar.gz) = 24a20e561c22cf5ddf922bef54804fb98a826112
-RMD160 (picotrace-20190507-20190507.tar.gz) = 48d50183772a7cd4f33968693f2270328708a322
-SHA512 (picotrace-20190507-20190507.tar.gz) = f7991c4e1fa9aec26a0913e307447cc960c9489a528508931caa5896953c31377ddc7acca5765bb72240366743c8671bb6e389ebe5a205f77d5122acc0aeeb8e
-Size (picotrace-20190507-20190507.tar.gz) = 17873 bytes
+SHA1 (picotrace-20190526-20190526.tar.gz) = cd5f3377172e06a3b68b30700f7b0358292eb37c
+RMD160 (picotrace-20190526-20190526.tar.gz) = a716a1ea414cd1e86f0290d2ba27cadbbc9e08ce
+SHA512 (picotrace-20190526-20190526.tar.gz) = 0ff14d1daa666904dc8344832c24d233d70d7b7f91c535090360b7b054de75baf4750f040dc1c0df8085c5e4814b72305272fd3fe6526ad62605ae76f6482b26
+Size (picotrace-20190526-20190526.tar.gz) = 1370634 bytes



Home | Main Index | Thread Index | Old Index