Skip to content

Commit

Permalink
Update bundled nng to 1.10.1 mbedtls to 3.6.2 (#77)
Browse files Browse the repository at this point in the history
* update bundled nng to 1.10.1 mbedtls to 3.6.2

* increment dev version
  • Loading branch information
shikokuchuo authored Jan 27, 2025
1 parent 0f38f4d commit f330aeb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 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.4.0.9003
Version: 1.4.0.9004
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
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# nanonext 1.4.0.9003 (development)
# nanonext 1.4.0.9004 (development)

#### Library Updates

* Bundled 'libnng' updated to latest 1.10.1 release.
* Bundled 'libmbedtls' updated to latest 3.6.2 LTS branch release.

#### Updates

Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

# Library versions
LIB_VER="190"
TLS_VER="daca7a3"
LIB_VER="110"
TLS_VER="362"

# Initialise
PKG_CFLAGS=""
Expand Down
4 changes: 2 additions & 2 deletions configure.ucrt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Library versions
LIB_VER="190"
TLS_VER="daca7a3"
LIB_VER="110"
TLS_VER="362"

tar -xf src/mbedtls-$TLS_VER.tar.xz
cd mbedtls-$TLS_VER
Expand Down
Binary file added src/mbedtls-362.tar.xz
Binary file not shown.
Binary file removed src/mbedtls-daca7a3.tar.xz
Binary file not shown.
Binary file added src/nng-110.tar.xz
Binary file not shown.
Binary file removed src/nng-190.tar.xz
Binary file not shown.

0 comments on commit f330aeb

Please sign in to comment.