Package Release Info

libassuan-2.5.5-150000.4.7.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-2791
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libassuan0-32bit

Change Logs

* Fri Mar 26 2021 andreas.stieger@gmx.de
- update to 2.5.5:
  * Fix a crash in the logging code
  * Upgrade autoconf
* Sat Oct 24 2020 andreas.stieger@gmx.de
- update to 2.5.4:
  * Fix some minor build annoyances
* Mon Feb 11 2019 kbabioch@suse.de
- Update to 2.5.3:
  * Add a timeout for writing to a SOCKS5 proxy.
  * Add workaround for a problem with LD_LIBRARY_PATH on newer systems.
* Wed Dec 19 2018 schwab@suse.de
- qemu-disable-fdpassing-test.patch: remove
* Thu Dec 13 2018 atoptsoglou@suse.com
-Update to 2.5.2:
  * configure.ac: Bump LT version to C8/A8/R2
  * include libassuan.pc in the spec file
* Thu Feb 22 2018 fvogt@suse.com
- Use %license (boo#1082318)
* Mon Dec 11 2017 astieger@suse.com
- libassuan 2.5.1:
  * New function to change the system hooks for the socket
    interface (assuan_sock_set_system_hooks)
* Mon Dec 04 2017 astieger@suse.com
- libassuan 2.4.5:
  * fixes for platforms other than GNU/Linux
* Tue Nov 21 2017 astieger@suse.com
- libassuan 2.4.4:
  * New configure option --disable-doc
  * Fix the use of nanosleep
  * Portability fix for systems not defining INADDR_LOOPBACK
* Wed Nov 09 2016 schwab@suse.de
- qemu-disable-fdpassing-test.patch: disable fdpassing test when running
  under qemu-linux-user
* Mon Jul 18 2016 astieger@suse.com
- libassuan 2.4.3:
  * Allow socket redirection with assuan_socket_connect.
  * Speedup spawning programs on Linux
  * Fix minor memory leaks
* Thu Dec 03 2015 astieger@suse.com
- libassuan 2.4.2:
  * 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.
* Sat Nov 28 2015 astieger@suse.com
- libassuan 2.4.1:
  * In Tor mode fallback to port 9150 if 9050 is not listening.
* Thu Nov 05 2015 astieger@suse.com
- libassuan 2.4.0:
  * 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.
* Fri Aug 28 2015 astieger@suse.com
- libassuan 2.3.0:
  * 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.
  * 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.
* Tue May 12 2015 astieger@suse.com
- libassuan 2.2.1:
  * Documentation updates.
  * Fixes for platforms other than GNU/Linux
* Sun Dec 28 2014 andreas.stieger@gmx.de
- libassuan 2.2.0:
  * Added support for socket redirection.
  * Interface changes relative to the 2.1.3 release:
  assuan_sock_set_sockaddr_un  NEW.
- fix SLE 11 SP2 build (make install)
* Sat Nov 08 2014 andreas.stieger@gmx.de
- update to 2.1.3:
  + Performance fix for a platform other than GNU/Linux
* Sun Aug 17 2014 andreas.stieger@gmx.de
- update to 2.1.2:
  * Added support for ppc64le.
* Mon Aug 19 2013 andreas.stieger@gmx.de
- update to 2.1.1
  * no changes on the GNU/Linux platform
- includes changes from 2.1.0:
  * 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.
- add tarball signature and keyring
- run unit tests during build
- libgpg-error requirement is >= 1.8