Path to this page:
./
security/libassuan2,
IPC library used by some of the other GnuPG related packages
Branch: CURRENT,
Version: 3.0.1,
Package name: libassuan-3.0.1,
Maintainer: pkgsrc-usersThe Libassuan package contains an IPC library used by some of the
other GnuPG related packages. Libassuan's primary use is to allow
a client to interact with a non-persistent server. Libassuan is
not, however, limited to use with GnuPG servers and clients. It
was designed to be flexible enough to meet the demands of many
transaction based environments with non-persistent servers.
Required to run:[
security/libgpg-error]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 578.545 KB
Version history: (Expand)
- (2024-08-09) Updated to version: libassuan-3.0.1
- (2024-03-07) Updated to version: libassuan-2.5.7
- (2023-06-26) Updated to version: libassuan-2.5.6
- (2021-04-05) Updated to version: libassuan-2.5.5
- (2020-12-03) Updated to version: libassuan-2.5.4
- (2019-02-13) Updated to version: libassuan-2.5.3
CVS history: (Expand)
2024-08-09 14:02:45 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
libassuan2: do not redefine putc_unlocked()
|
2024-08-09 11:42:40 by Ryo ONODERA | Files touched by this commit (327) |
Log message:
*: Recursive revbump from security/libassuan2
|
2024-08-09 05:53:22 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
security/libassuan2: Update to 3.0.1
Changelog:
Noteworthy changes in version 3.0.1 (2024-06-24) [C9/A0/R1]
------------------------------------------------
* Change Unix symbol versioning to help the Debian transitioning
process.
Release-info: https://dev.gnupg.org/T7163
Noteworthy changes in version 3.0.0 (2024-06-18) [C9/A0/R0]
------------------------------------------------
* API change: For new code, which uses libassuan with nPTH, please
use gpgrt_get_syscall_clamp and assuan_control, instead of the
system_hooks API. Use of ASSUAN_SYSTEM_NPTH is deprecated with new
API version 3. If it's really needed to keep using old
implementation of ASSUAN_SYSTEM_NPTH, you need to change your your
application code, to define
ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKS before including
<assuan.h>. For an application which uses version 2 API
(NEED_LIBASSUAN_API=2 in its configure.ac), use of
ASSUAN_SYSTEM_NPTH is still supported. [T5914]
* New function assuan_control. [T6625]
* New function assuan_sock_accept. [T5925]
* New functions assuan_pipe_wait_server_termination and
assuan_pipe_kill_server to support abstraction of process. [T6487]
* Windows support for sendfd/recvfd. [T6236]
* Implement timeout in assuan_sock_connect_byname. [T3302]
* No support for WindowsCE, any more. [T6170]
* New socket flags "linger" and "reuseaddr". [rA87f92fe962]
* Interface changes relative to the 2.5.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
assuan_sock_accept NEW.
assuan_pipe_wait_server_termination NEW.
assuan_pipe_kill_server NEW.
assuan_sock_set_flag EXTENDED.
assuan_sock_get_flag EXTENDED.
|
2024-03-07 11:48:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
libassuan2: updated to 2.5.7
Noteworthy changes in version 2.5.7 (2024-03-06)
* New configure option --with-libtool-modification.
* Change the naming of the 64 bit Windows DLL from libassuan6-0.dll
to libassuan-0.dll to sync this with what we did for libgpg-error.
|
2023-11-15 17:12:05 by Nia Alarie | Files touched by this commit (2) |
Log message:
libassuan2: Add missing <sys/select.h> include.
Fixes building on Mac OS X 10.4.
|
2023-06-26 21:40:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libassuan2: updated to 2.5.6
Noteworthy changes in version 2.5.6 (2023-06-19) [C8/A8/R6]
------------------------------------------------
* Fix logging of confidential data. [rA0fc31770fa]
* Fix memory wiping. [T5977]
* Fix macOS build problem. [T5440,T5610]
* Upgrade autoconf stuff.
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|