Path to this page:
./
security/libassuan2,
IPC library used by some of the other GnuPG related packages
Branch: CURRENT,
Version: 2.5.4,
Package name: libassuan-2.5.4,
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:
SHA1: 55a35918e95566ef94e8843879a7dd3f87de3781
RMD160: cdc21d7999d95bd5a0b1ea40538787b1996bef0f
Filesize: 560.585 KB
Version history: (Expand)
- (2020-12-03) Updated to version: libassuan-2.5.4
- (2019-02-13) Updated to version: libassuan-2.5.3
- (2019-01-16) Updated to version: libassuan-2.5.2
- (2017-12-21) Updated to version: libassuan-2.5.1
- (2017-12-14) Updated to version: libassuan-2.4.5
- (2017-11-17) Updated to version: libassuan-2.4.4
CVS history: (Expand)
2020-12-03 13:06:40 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libassuan2: updated to 2.5.4
Noteworthy changes in version 2.5.4
* Support Unicode socket names on Windows.
* Fix some minor build annoyances.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-02-13 17:05:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libassuan2: updated to 2.5.3
Noteworthy changes in version 2.5.3:
* Add a timeout for writing to a SOCKS5 proxy. This helps if another
service is running on the standard tor socket (e.g. Windows 10).
* Add workaround for a problem with LD_LIBRARY_PATH on newer systems.
|
2019-01-16 09:21:10 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libassaun2: updated to 2.5.2
Noteworthy changes in version 2.5.2:
* Better credential support for BSDs.
* Fix some compiler warnings.
* Update the build system.
|
2017-12-21 10:44:14 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libassuan2: updated to 2.5.1
Noteworthy changes in version 2.5.1:
* Fix c+p error in the previous usleep fix.
Noteworthy changes in version 2.5.0:
* New function to change the system hooks for the socket
interface.
* Fix the use of the internal usleep in the nPth implementation.
* Interface changes relative to the 2.4.0 release:
assuan_sock_set_system_hooks NEW.
|
2017-12-17 17:48:23 by Tobias Nygren | Files touched by this commit (1) |
Log message:
libassuan2: add MASTER_SITE mirror
|
2017-12-14 09:52:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libassuan2: updated to 2.4.5
Noteworthy changes in version 2.4.5:
* Avoid a blocking close on Windows with nPth.
|
2017-11-17 12:15:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libassuan2: updated to 2.4.4
Changes in version 2.4.4:
* New configure option --disable-doc.
* Fix the use of nanosleep.
* Portability fixes for OpenBSD and macOS.
* Portability fix for systems not defining INADDR_LOOPBACK.
* Improve descriptor passing test to fix a Cygwin build problem.
|