| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=21bhp0d4q1qhava6mlkagud5cj; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 10:25:42 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
libassua..
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./security/libassuan2, IPC library used by some of the other GnuPG related packages
[
Branch: CURRENT, Version: 3.0.2, Package name: libassuan-3.0.2, Maintainer: pkgsrc-users
The 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]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
libassua..shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./security/libassuan2, IPC library used by some of the other GnuPG related packages
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 3.0.2, Package name: libassuan-3.0.2, Maintainer: pkgsrc-users
The 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: (Expand)
- https://mirrors.dotsrc.org/gcrypt/libassuan/ (Download)
- https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libassuan/ (Download)
- https://gnupg.org/ftp/gcrypt/libassuan/ (Download)
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-02-19) Updated to version: libassuan-3.0.2
- (2024-08-09) Updated to version: libassuan-3.0.1
CVS history: (Expand)
| 2025-03-03 22:32:28 by Nia Alarie | Files touched by this commit (12) |
Log message: mk: Introduce and use MASTER_SITE_GNUPG Various packages around the tree use a different variant of MASTER_SITES to access various GnuPG mirrors, let's just centralize them in one locaiton. While here, fix some lint warnings. |
| 2025-02-19 20:26:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: libassuan2: updated to 3.0.2 Noteworthy changes in version 3.0.2 (2025-02-18) * Fix for FreeBSD to set the pid of assuan_peercred_t. * Use socklen_t for the length of socket address. * Fix errno setting on Widnows for assuan_sock_bind failure. * New assuan_sock_get_flag "w32_error" to get the actual Windows error after a system call and not just the mapped errno. |
| 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. |
