./devel/asio, Header-only C++ library for asynchronous programming

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 1.36.0, Package name: asio-1.36.0, Maintainer: prlw1

Asio is a cross-platform C++ library for network and low-level I/O
programming that provides developers with a consistent asynchronous
model using a modern C++ approach.


Required to run:
[security/openssl]

Required to build:
[devel/boost-headers] [pkgtools/cwrappers]

Master sites:

Filesize: 3141.623 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-07 09:02:32 by Patrick Welche | Files touched by this commit (3)
Log message:
Update asio to 1.36.0

Gymnastics due to:
x asio-1.36.0/doc/proactor.png: Cannot restore extended attributes: \ 
com.apple.quarantine com.apple.quarantine com.apple.lastuseddate#PS \ 
com.apple.lastuseddate#PS: Unknown error: -1

No real highlights

Full release notes at:
https://think-async.com/Asio/asio-1.36.0/doc/asio/history.html#asio.history.asio_1_36_0
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2297)
Log message:
*: bump for openssl 3
   2022-11-01 09:41:17 by Patrick Welche | Files touched by this commit (3)
Log message:
Update asio to 1.24.0

Highlights:

- Added support for files. This introduces new classes for
  stream-oriented and random-access files.
- Added support for portable pipes. This change add supports for
  pipes on POSIX and Windows (when I/O completion ports are available).
- Added support for registered buffers.
- Added experimental support for channels.
  Channels may be used to send completions as messages.
- Added per-operation cancellation support to signal sets.
- Added buffer() overloads for contiguous containers, such as std::span.
- Changed spawn() to be a completion token-based asynchronous operation.
- Fixed compatibility with OpenSSL 3.0.4 and later.

Full release notes at:
https://think-async.com/Asio/asio-1.24.0/doc/asio/history.html#asio.history.asio_1_24_0
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-08-10 21:24:22 by Patrick Welche | Files touched by this commit (5) | Package updated
Log message:
update asio to 1.19.2

Five years of updates including
patch-include_asio_detail_impl_kqueue__reactor.ipp is upstreamed.

abiword-plugins, the sole user in pkgsrc, compile tested.
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-12-17 02:58:24 by David H. Gutteridge | Files touched by this commit (3)
Log message:
asio: build fix for NetBSD > 9.99.14

Carry over the same patch from the Boost meta-pkg to fix this same
file in this version of the asio implementation. (The patch looks a
little ungainly in isolation, but is simpler than creating multiple
#if/#else blocks in the target file.)

(TBD: this package is likely redundant, as a newer version of it is
subsumed within the Boost libraries. The only package depending on it
is abiword-plugins. At first glance, it appears that abiword-plugins
could simply be patched to reference the Boost namespace for this
functionality. But I haven't confirmed if there are any specific
functional gaps between the two implementations, so I'm making this
quick build fix for now.)