pkgsrc-WIP-changes archive

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

within: Update to 1.1.2



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Thu Dec 6 01:01:07 2018 +0100
Changeset:	059a7db6296036d5887d2d121f7b8b227fddbe27

Modified Files:
	within/DESCR
	within/Makefile
	within/distinfo

Log Message:
within: Update to 1.1.2

 - Fixed: use-after-free of piper in list walk.
 - Fixed: EBADF caused by race condition.
 - Fixed: EMFILE caused by broken pipes left open.

Additional package improvements:
 - AUTO_MKDIRS removed, not needed
 - Fixed grammer in DESCR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=059a7db6296036d5887d2d121f7b8b227fddbe27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 within/DESCR    | 2 +-
 within/Makefile | 5 ++---
 within/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs:
diff --git a/within/DESCR b/within/DESCR
index 9af8a910a6..4a35bb4b76 100644
--- a/within/DESCR
+++ b/within/DESCR
@@ -1,2 +1,2 @@
 Run a command in other directories.  Useful for running things like 'git
-status' or 'make' in few directories at once.  Can run jobs in parallel.
+status' or 'make' in a few projects at once.  Can run jobs in parallel.
diff --git a/within/Makefile b/within/Makefile
index 427548977b..ee7f29067f 100644
--- a/within/Makefile
+++ b/within/Makefile
@@ -1,18 +1,17 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	within
-DISTNAME=	1.1.1
+DISTNAME=	1.1.2
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
 CATEGORIES=	sysutils parallel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
-AUTO_MKDIRS=	yes
 
 MAINTAINER=	ik%sjmulder.nl@localhost
 HOMEPAGE=	https://github.com/sjmulder/within
 COMMENT=	Run a command in other directories
 LICENSE=	gnu-agpl-v3
 
-WRKSRC=	${WRKDIR}/within-1.1.1
+WRKSRC=	${WRKDIR}/within-1.1.2
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/within/distinfo b/within/distinfo
index bc1ce26a9a..80637a540b 100644
--- a/within/distinfo
+++ b/within/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (within/1.1.1.tar.gz) = 4b1bc1f56208547793860f20c928558a99133b4c
-RMD160 (within/1.1.1.tar.gz) = 63d0b78b5cd78ce66aaf0e6e9d965cf933fd75f0
-SHA512 (within/1.1.1.tar.gz) = f8af9c27f8c8e1d18aa3799a2c078e104ad0e11e2a7b2aebd745f9546ee6bed3e7dca42f991a68b4f89577ac9f9c7224876052b67c6f64f35478a70bb68d1c7a
-Size (within/1.1.1.tar.gz) = 19114 bytes
+SHA1 (within/1.1.2.tar.gz) = 83854b5c57fc1472ce1b05eb3d817967fabf86e9
+RMD160 (within/1.1.2.tar.gz) = 3b2f26432030cadcac0bf23a1cd979ffd6002690
+SHA512 (within/1.1.2.tar.gz) = 3201c635648a54b9e40a86f28ec52cfc2934be84c57ad7656bb53c9ba7139c919a78d133547d2e2b07e58fa171ca579eb6077f07091c94eb237c157cf22e1812
+Size (within/1.1.2.tar.gz) = 19329 bytes


Home | Main Index | Thread Index | Old Index