(net/pbdZMQ) Updated 0.3.3 to 0.3.9

2022-12-24: Ver 0.3-9
  * Replace "sprintf()" in C.
  * Replace some ".pbd_env" from function arguments.
  * Add suppress messages to demo.

2022-10-16: Ver 0.3-8
  * Fix "strict-types" and "deprecated-non-prototype" warnings.
  * Fix "if() conditions comparing class() to string".

2022-02-04: Ver 0.3-7
  * Make a copy of './inst/zmq_copyright/*' to './src/zmqsrc'.
  * Add ZeroMQ authors to DESCRIPTION file.

2021-10-25: Ver 0.3-6
  * Change configure.ac for autoconf-2.71
  * Change tests to local in-process (inter-thread) communication transport
    "zmq_inproc".

2021-04-17: Ver 0.3-6
  * Check and add "libzmq>=4.3.0" and "-DENABLE_DRAFTS=ON" options.
  * Add more ZMQ socket options up to libzmq 4.3.4 (may not stable).

2021-02-27: Ver 0.3-6
  * Add more ZMQ socket options.
  * Add timeout for connection in tests.

2021-02-09: Ver 0.3-5
  * Update "conf.sub" and "conf.guess" from CRAN.

2020-12-13: Ver 0.3-4
  * Change "http://" to "https://".

2020-09-07: Ver 0.3-4
  * Fix warning 'char* strncpy(char*, const char*, size_t)' output truncated
    due to "-Werror=stringop-truncation" by gcc 8.3.1
  * Fix a "buf[1]" in zmq.send() call in "R_zmq_sendrecv.r"

2019-07-27: Ver 0.3-4
  * For osx, change "install.libs.R" and "zzz.r.in" for staged installation.

2019-07-10: Ver 0.3-4
  * Roll back to (R >= 3.5.0).
  * Change detection of ZeroMQ library version to "4.2.2" from "4.0.4".
  * Roll detection of ZeroMQ library version to "4.0.4".
  * Block ZeroMQ library version "4.1.6".

2019-05-03: Ver 0.3-4
  * Add "StagedInstall: FALSE" to DESCRIPTION to turn off WARNING in macos.

2019-04-26: Ver 0.3-4
  * Revmoe "^M" from "src/zmqsrc/src/condition_variable.hpp".

2019-04-01: Ver 0.3-4
  * Support REQ/REP sockets in sendfile/recvfile functions.

2019-02-18: Ver 0.3-4
  * Add "R/R_zmq_transfers.r" for transferfing files and directories.
  * Add importFrom utils for zip and unzip.
  * Remove "-Werror" from "src/zmqsrc/configure" to pass "R CMD check".

2019-02-17: Ver 0.3-4
  * Register "R_zmq_send_file" and "R_zmq_recv_file" in "src/zzz.c".
  * Fix Windows binary files transfer problems.
This commit is contained in:
mef 2023-06-18 14:36:18 +00:00
parent 0e76abdd23
commit e2d3376d8e
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:55 brook Exp $
# $NetBSD: Makefile,v 1.5 2023/06/18 14:36:18 mef Exp $
R_PKGNAME= pbdZMQ
R_PKGVER= 0.3-3
R_PKGVER= 0.3-9
CATEGORIES= net
MAINTAINER= minskim@NetBSD.org

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:05:21 nia Exp $
$NetBSD: distinfo,v 1.5 2023/06/18 14:36:18 mef Exp $
BLAKE2s (R/pbdZMQ_0.3-3.tar.gz) = ba869fb75eedb5fbb85fe1f32a1f7b08812fc1b46e5b1abf694d583b34e45ce2
SHA512 (R/pbdZMQ_0.3-3.tar.gz) = 3dac074c116b18e1d92f5c9b0cca042ac8d8d1dfcd982b476e9957622cfca38fa94508740376619b5a0a74f73d3e146893358d07ae97214df04096a18eadae9d
Size (R/pbdZMQ_0.3-3.tar.gz) = 1052217 bytes
BLAKE2s (R/pbdZMQ_0.3-9.tar.gz) = 36fd961d6f44e0f16d4ba8fcdf340462a5d2e666de617c571284b25879979a8a
SHA512 (R/pbdZMQ_0.3-9.tar.gz) = 6221f309b4818651a3145cfa54a03af801faddea8dfea5bf2ad5f976cbde32b3947cab30600988ec369a4a302f657f591b96e3144bc3d26ad26c415fa1178756
Size (R/pbdZMQ_0.3-9.tar.gz) = 1213785 bytes