pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-processx



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug 15 01:19:39 UTC 2023

Modified Files:
        pkgsrc/sysutils/R-processx: Makefile distinfo

Log Message:
(sysutils/R-processx) Updated 3.8.1 to 3.8.2

# processx 3.8.2

* The client library, used by callr, now ignores `SIGPIPE` when writing
  to a file descriptor, on unix. This avoid possible freezes when a
  `callr::r_session` subprocess is trying to report its result after the
  main process was terminated. In particular, this happened with parallel
  testthat: https://github.com/r-lib/testthat/issues/1819


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/R-processx/Makefile \
    pkgsrc/sysutils/R-processx/distinfo

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

Modified files:

Index: pkgsrc/sysutils/R-processx/Makefile
diff -u pkgsrc/sysutils/R-processx/Makefile:1.8 pkgsrc/sysutils/R-processx/Makefile:1.9
--- pkgsrc/sysutils/R-processx/Makefile:1.8     Sun Jun 11 10:54:27 2023
+++ pkgsrc/sysutils/R-processx/Makefile Tue Aug 15 01:19:39 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/06/11 10:54:27 mef Exp $
+# $NetBSD: Makefile,v 1.9 2023/08/15 01:19:39 mef Exp $
 
 R_PKGNAME=     processx
-R_PKGVER=      3.8.1
+R_PKGVER=      3.8.2
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/sysutils/R-processx/distinfo
diff -u pkgsrc/sysutils/R-processx/distinfo:1.8 pkgsrc/sysutils/R-processx/distinfo:1.9
--- pkgsrc/sysutils/R-processx/distinfo:1.8     Sun Jun 11 10:54:27 2023
+++ pkgsrc/sysutils/R-processx/distinfo Tue Aug 15 01:19:39 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2023/06/11 10:54:27 mef Exp $
+$NetBSD: distinfo,v 1.9 2023/08/15 01:19:39 mef Exp $
 
-BLAKE2s (R/processx_3.8.1.tar.gz) = 0b03eabfe797303389e1571dd35bfc7b85e4b9c8fca1504f3a447c843f0264f1
-SHA512 (R/processx_3.8.1.tar.gz) = d94fbafefb585816b3fe332b7195b0c67b8b729db273d74a750cb4a4f5922045280b5e41de0943fabe5ff89ab165f1f6f2941e12a5331b8797efe2eb252797f9
-Size (R/processx_3.8.1.tar.gz) = 164170 bytes
+BLAKE2s (R/processx_3.8.2.tar.gz) = 7630020d6ad643a1d0806d31e40bb613eb4533a01f478c61fcec4d7f7d9fac17
+SHA512 (R/processx_3.8.2.tar.gz) = 71eefc961bede766a659e9ad4b8a37af22de03e47703343d6794f4fb0acb47ac89c6f56af5c289a268a385cae2fa5f176c2367e35aa0fd259c3126a2fc6782f6
+Size (R/processx_3.8.2.tar.gz) = 163558 bytes
 SHA1 (patch-src_Makevars) = a3e4f650d9d58db86f22e12dd65cd02608f3cdd4



Home | Main Index | Thread Index | Old Index