6 Commits

Author SHA256 Message Date
71140533c3 Accepting request 1285441 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1285441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nng?expand=0&rev=7
2025-06-13 16:47:29 +00:00
d16a336df8 - Update to version 1.10.2
* The only thing this does is fix the library version number as
    part of #2109

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nng?expand=0&rev=21
2025-06-13 11:03:23 +00:00
abfa57bf95 Accepting request 1243402 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1243402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nng?expand=0&rev=6
2025-02-05 16:36:46 +00:00
Martin Hauke
b8d99459ff - Update to version 1.10.1
* fixes #2092 nng_close may hang on Windows.
- Update to version 1.10.0
  * Mark some interfaces deprecated, fix version number.
  * Integer sign extension bug in socket.c.
  * Introduce new API for subscription.
  * Fix for seg fault (issue #1959), backport fix into stable
    branch.
  * Adding nng_socket_close.
  * Adding new 2.0 transition APIs.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nng?expand=0&rev=19
2025-02-05 14:28:27 +00:00
95aef9bf9e Accepting request 1223601 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1223601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nng?expand=0&rev=5
2024-11-12 18:23:32 +00:00
2753097dc7 - Update to version 1.9.0
* TLS 1.3 is supported for Mbed TLS.
  * WolfSSL is now supported without an extra module. (You need to
    honor the licensing terms of WolfSSL itself however.)
  * TLS support for PSK (pre-shared keys).
  * A new nng_id_visit API is available for iterating over all
    nodes in an ID hash map.
  * An experimental (undocumented) but exposed "public" API for
    UDP is available.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nng?expand=0&rev=17
2024-11-12 09:39:31 +00:00
4 changed files with 40 additions and 6 deletions

3
nng-1.10.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8947b2398f9c5fc6234805c96f4fd0c51442b14fadd14df25e6bb129848736f
size 769625

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfacfdfa35c1618a28bb940e71f774a513dcb91292999696b4346ad8bfb5baff
size 757309

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Jun 2 15:06:50 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.10.2
* The only thing this does is fix the library version number as
part of #2109
-------------------------------------------------------------------
Sun Feb 2 11:33:07 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.10.1
* fixes #2092 nng_close may hang on Windows.
- Update to version 1.10.0
* Mark some interfaces deprecated, fix version number.
* Integer sign extension bug in socket.c.
* Introduce new API for subscription.
* Fix for seg fault (issue #1959), backport fix into stable
branch.
* Adding nng_socket_close.
* Adding new 2.0 transition APIs.
-------------------------------------------------------------------
Sun Nov 10 19:26:09 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.0
* TLS 1.3 is supported for Mbed TLS.
* WolfSSL is now supported without an extra module. (You need to
honor the licensing terms of WolfSSL itself however.)
* TLS support for PSK (pre-shared keys).
* A new nng_id_visit API is available for iterating over all
nodes in an ID hash map.
* An experimental (undocumented) but exposed "public" API for
UDP is available.
-------------------------------------------------------------------
Wed Apr 24 06:38:59 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package nng
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2018-2024, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2018-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define sover 1
Name: nng
Version: 1.8.0
Version: 1.10.2
Release: 0
Summary: Nanomsg NG - brokerless messaging
License: MIT