diff --git a/libassuan-2.2.1.tar.bz2 b/libassuan-2.2.1.tar.bz2 deleted file mode 100644 index ead2157..0000000 --- a/libassuan-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de -size 542381 diff --git a/libassuan-2.2.1.tar.bz2.sig b/libassuan-2.2.1.tar.bz2.sig deleted file mode 100644 index 063cc0f..0000000 Binary files a/libassuan-2.2.1.tar.bz2.sig and /dev/null differ diff --git a/libassuan-2.3.0.tar.bz2 b/libassuan-2.3.0.tar.bz2 new file mode 100644 index 0000000..0e9a048 --- /dev/null +++ b/libassuan-2.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c999f572047fa22a79ab5de4c8a1a5a91f292561b69573965cac7751320452 +size 544229 diff --git a/libassuan-2.3.0.tar.bz2.sig b/libassuan-2.3.0.tar.bz2.sig new file mode 100644 index 0000000..67ad335 Binary files /dev/null and b/libassuan-2.3.0.tar.bz2.sig differ diff --git a/libassuan.changes b/libassuan.changes index b4e66c5..55e2987 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Aug 28 13:25:28 UTC 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 18:01:18 UTC 2015 - astieger@suse.com diff --git a/libassuan.spec b/libassuan.spec index ee81675..11aefc0 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -17,7 +17,7 @@ Name: libassuan -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: IPC library used by GnuPG version 2 License: GPL-3.0+ and LGPL-2.1+