Commit graph

19 commits

Author SHA1 Message Date
adam
1e7f50f61a 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-02-13 16:05:48 +00:00
adam
1d9ff04fcb 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.
2019-01-16 08:21:10 +00:00
adam
8d144214f8 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-21 09:44:14 +00:00
tnn
cc41a24d91 libassuan2: add MASTER_SITE mirror 2017-12-17 16:48:23 +00:00
adam
6980d27a2c libassuan2: updated to 2.4.5
Noteworthy changes in version 2.4.5:
* Avoid a blocking close on Windows with nPth.
2017-12-14 08:52:17 +00:00
adam
3f1222ff57 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.
2017-11-17 11:15:18 +00:00
wiz
d8f636935b Fix weird CONFLICTS line. 2016-12-01 14:48:02 +00:00
wiz
05af540f32 Request minimal libgpg-error version that is accepted by configure. 2016-07-16 08:27:47 +00:00
wiz
0a219e39f6 Updated libassuan to 2.4.3.
Add TEST_TARGET.

Noteworthy changes in version 2.4.3 (2016-07-14) [C7/A7/R3]
------------------------------------------------

 * Allow socket redirection with assuan_socket_connect.

 * Speedup spawning programs on Linux

 * Fix minor memory leaks

 * Portability fixes for Solaris and AIX.
2016-07-16 08:20:56 +00:00
ryoon
4b43e9ee2d Update to 2.4.2
Changelog:
Noteworthy changes in version 2.4.2 (2015-12-02) [C7/A7/R2]
------------------------------------------------

 * The nPth version of the connect system hook does now wrap the call
   with npth_unprotec/npth_protect to avoid blocking during a connect.

 * Add feature to assuan_sock_connect_byname to test for SOCKS5
   availability.


Noteworthy changes in version 2.4.1 (2015-11-23) [C7/A7/R1]
------------------------------------------------

 * In Tor mode fallback to port 9150 if 9050 is not listening.

 * Allow building with older mingw-w64 versions.


Noteworthy changes in version 2.4.0 (2015-11-03) [C7/A7/R0]
------------------------------------------------

 * New flags "socks" and "tor-mode" for assuan_sock_{set,get}_flag.

 * New function assuan_sock_connect_byname.

 * Require at least libgpg-error 1.17.

 * Interface changes relative to the 2.3.0 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 assuan_sock_connect_byname    NEW.
 ASSUAN_SOCK_TOR               NEW.
 ASSUAN_SOCK_SOCKS             NEW.
 assuan_sock_set_flag          EXTENDED.
 assuan_sock_get_flag          EXTENDED.


Noteworthy changes in version 2.3.0 (2015-08-28) [C6/A6/R0]
------------------------------------------------

 * Now wipes out the memory of the context structure before freeing.
   The context may have stored sensitive data in its line buffers.

 * Fixed a problem with the data length limit in assuan_inquire.

 * Returns GPG_ERR_SOURCE_ASSUAN with errors from functions w/o a
   context.

 * Two new functions to tweak the behaviour of the socket wrappers.

 * Experimental code to support Cygwin's local sockets.

 * By default build without a build timestamp.

 * Interface changes relative to the 2.2.1 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 assuan_sock_set_flag     NEW.
 assuan_sock_get_flag     NEW.
2015-12-14 14:07:42 +00:00
wiz
6c307f1262 Update to 2.2.1:
Noteworthy changes in version 2.2.1 (2015-05-12) [C5/A5/R1]
------------------------------------------------

 * Documentation updates.

 * Fixed building for Windows with newer versions of Mingw.


Noteworthy changes in version 2.2.0 (2014-12-11) [C5/A5/R0]
------------------------------------------------

 * Added support for socket redirection.

 * Interface changes relative to the 2.1.3 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 assuan_sock_set_sockaddr_un  NEW.


Noteworthy changes in version 2.1.3 (2014-11-07) [C4/A4/R3]
------------------------------------------------

 * Performance fix for Windows.


Noteworthy changes in version 2.1.2 (2014-08-17) [C4/A4/R2]
------------------------------------------------

 * Fixed portability bugs for Solaris and AIX.

 * Added support for ppc64le.


Noteworthy changes in version 2.1.1 (2013-06-24) [C4/A4/R1]
------------------------------------------------

 * Limited support for 64 bit Windows.  This is sufficient for use by
   GpgEX.


Noteworthy changes in version 2.1.0 (2013-02-22)
------------------------------------------------

 * Support for the nPth library.

 * Add assuan_check_version and two version macros.

 * Interface changes relative to the 2.0.3 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ASSUAN_SYSTEM_NPTH_IMPL  NEW macro.
 ASSUAN_SYSTEM_NPTH       NEW macro.
 __assuan_read            NEW (private).
 __assuan_write           NEW (private).
 __assuan_recvmsg         NEW (private).
 __assuan_sendmsg         NEW (private).
 __assuan_waitpid         NEW (private).
 ASSUAN_VERSION           NEW macro.
 ASSUAN_VERSION_NUMBER    NEW macro.
 assuan_check_version     NEW.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-07-05 18:23:24 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
drochner
fc69fe9da2 update to 2.0.3
changes:
-fix for pipe servers
-build system improvements
2012-07-02 16:59:40 +00:00
adam
1971eefe3e Changes 2.0.2:
* A new flag may now be used to convey comments via assuan_transact.
* A new flag value may now be used to disable logging.
* The gpgcedev.c driver now provides a log device.
* It is now possible to overwrite socket and connect functions in
  struct assuan_system_hooks.
2011-08-11 10:34:21 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
bed91a9d0e Bump PKGREVISION for abs' PLIST fix.
While here, set COMMENT (!) and HOMEPAGE.
2011-04-13 09:53:32 +00:00
adam
46b08b6755 Fix building on Mac OS X; pkglint clean-up 2011-04-12 13:17:20 +00:00
wiz
78ec1df6d3 Update to 2.0.1:
Noteworthy changes in version 2.0.1 (2010-08-09)
------------------------------------------------

 * Support for WindowsCE.

 * Input and output notification handler can now really access the
   parsed fd as stated in the manual.

 * Cleaned up the logging.

 * Interface changes relative to the 2.0.0 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 assuan_free               NEW.
 _assuan_w32ce_create_pipe NEW.
 ASSUAN_LOG_CONTROL        NEW.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010-08-16 21:42:18 +00:00
manu
b6b1c504e6 This is the IPC library used by GnuPG 2, GPGME and a few other packages. 2010-07-03 04:45:38 +00:00