Skip to content

Commit

Permalink
update bundled libnng to 620e7ce
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 1, 2024
1 parent 1bcd7a6 commit 2bdb3b8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 1.2.1.9022
Version: 1.2.1.9023
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library implementing 'Scalability Protocols', a reliable,
high-performance standard for common communications patterns including
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nanonext 1.2.1.9022 (development)
# nanonext 1.2.1.9023 (development)

#### New Features

Expand All @@ -11,6 +11,7 @@
* Upgrades `reply()` to always return even when there is an evaluation error. This allows it to be used safely in a loop without exiting early, for example.
* Removes deprecated and defunct `next_config()`.
* Performance enhancements for `promises::as.promise()` methods.
* Updates bundled 'libnng' v1.8.0 with latest patches.

# nanonext 1.2.1

Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Supported transports:
- [TLS](https://shikokuchuo.net/nanonext/articles/nanonext.html#tls-secure-connections) (over TCP and WebSocket)

Development of the TLS implementation was generously supported by the
<a href="https://www.r-consortium.org/blog/2024/03/12/isc-funded-grant-secure-tls-connections-in-nanonext-and-mirai-facilitating-high-performance-computing-in-the-life-sciences" alt="R Consortium ISC Grant 2023"><img src="https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png" alt="R Consortium" width="100" height="22" /></a> .
<img src="https://r-consortium.org/images/RConsortium_Horizontal_Pantone.webp" alt="R Consortium" width="100" height="22" /> .

Web utilities:

Expand Down Expand Up @@ -165,7 +165,7 @@ For previous R versions, pre-compiled 'libnng' v1.8.0 (patched) and 'libmbedtls'
We would like to acknowledge in particular:

- [Garrett D'Amore](https://github.com/gdamore), author of the NNG library, for generous advice and for implementing a feature request specifically for a more efficient 'aio' implementation in `nanonext`.
- The [R Consortium](https://www.r-consortium.org/) for funding the development of the secure TLS capabilities in the package, and [Henrik Bengtsson](https://github.com/HenrikBengtsson) and [Will Landau](https://github.com/wlandau/)'s roles in making this possible.
- The [R Consortium](https://r-consortium.org/) for funding the development of the secure TLS capabilities in the package, and [Henrik Bengtsson](https://github.com/HenrikBengtsson) and [Will Landau](https://github.com/wlandau/)'s roles in making this possible.
- [Joe Cheng](https://github.com/jcheng5/) for prototyping the integration of `nanonext` with `later` to support the next generation of completely event-driven 'promises'.
- [R Core](https://www.r-project.org/contributors.html) for various auxiliary functions for serialisation and raw / character conversion, which have been adopted by the package.
- [Luke Tierney](https://github.com/ltierney/) and [Mike Cheng](https://github.com/coolbutuseless) for meticulous documentation of the R serialization mechanism, which led to the package's own implementation of a low-level interface to R serialization.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Supported transports:
(over TCP and WebSocket)

Development of the TLS implementation was generously supported by the
<a href="https://www.r-consortium.org/blog/2024/03/12/isc-funded-grant-secure-tls-connections-in-nanonext-and-mirai-facilitating-high-performance-computing-in-the-life-sciences" alt="R Consortium ISC Grant 2023"><img src="https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png" alt="R Consortium" width="100" height="22" /></a>
<img src="https://r-consortium.org/images/RConsortium_Horizontal_Pantone.webp" alt="R Consortium" width="100" height="22" />
.

Web utilities:
Expand Down Expand Up @@ -216,7 +216,7 @@ We would like to acknowledge in particular:
- [Garrett D’Amore](https://github.com/gdamore), author of the NNG
library, for generous advice and for implementing a feature request
specifically for a more efficient ‘aio’ implementation in `nanonext`.
- The [R Consortium](https://www.r-consortium.org/) for funding the
- The [R Consortium](https://r-consortium.org/) for funding the
development of the secure TLS capabilities in the package, and [Henrik
Bengtsson](https://github.com/HenrikBengtsson) and [Will
Landau](https://github.com/wlandau/)’s roles in making this possible.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Library versions
LIB_VER="890d489"
LIB_VER="620e7ce"
TLS_VER="daca7a3"

# Initialise
Expand Down
2 changes: 1 addition & 1 deletion configure.ucrt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Library versions
LIB_VER="890d489"
LIB_VER="620e7ce"
TLS_VER="daca7a3"

tar -xf src/mbedtls-$TLS_VER.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ reference:
- matches("^[a-zA-Z]*")
authors:
R Consortium:
html: "<img src='https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png' alt='R Consortium' width='100' height='22' />"
html: "<img src='https://r-consortium.org/images/RConsortium_Horizontal_Pantone.webp' alt='R Consortium' width='100' height='22' />"
Binary file added src/nng-620e7ce.tar.xz
Binary file not shown.
Binary file removed src/nng-890d489.tar.xz
Binary file not shown.

0 comments on commit 2bdb3b8

Please sign in to comment.