From d08901dceab4a8d372b040a57be4eec3fb9112cc7e6aeebd9a31b86266ecd291 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 20 Jun 2023 07:19:37 +0000 Subject: [PATCH] Accepting request 1093888 from home:pmonrealgonzalez:branches:Base:System - Update to 2.5.6: * Fix logging of confidential data. [rA0fc31770fa] * Fix memory wiping. [T5977] * Fix macOS build problem. [T5440,T5610] * Upgrade autoconf stuff. * Release-info: https://dev.gnupg.org/T6542 OBS-URL: https://build.opensuse.org/request/show/1093888 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=67 --- libassuan-2.5.5.tar.bz2 | 3 --- libassuan-2.5.5.tar.bz2.sig | Bin 119 -> 0 bytes libassuan-2.5.6.tar.bz2 | 3 +++ libassuan-2.5.6.tar.bz2.sig | Bin 0 -> 119 bytes libassuan.changes | 10 ++++++++++ libassuan.spec | 5 +++-- 6 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 libassuan-2.5.5.tar.bz2 delete mode 100644 libassuan-2.5.5.tar.bz2.sig create mode 100644 libassuan-2.5.6.tar.bz2 create mode 100644 libassuan-2.5.6.tar.bz2.sig diff --git a/libassuan-2.5.5.tar.bz2 b/libassuan-2.5.5.tar.bz2 deleted file mode 100644 index 17eaf44..0000000 --- a/libassuan-2.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4 -size 572263 diff --git a/libassuan-2.5.5.tar.bz2.sig b/libassuan-2.5.5.tar.bz2.sig deleted file mode 100644 index edd34072807d8c35e65b7a7de0c8b18c7fa8f22bf61325d1c177386d432bff91..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv02@yTd7`QkEU?NvK8U6?V zRG)hC?IxoIx8%Qdi1KjG)wc?4Hk|Wo#{UnlqEF^dX80=?Q7zJI;(1W{kAZKsMbt{! U?b9!7eP1ynB-hN{hDCt^08VEwWdHyG diff --git a/libassuan-2.5.6.tar.bz2 b/libassuan-2.5.6.tar.bz2 new file mode 100644 index 0000000..30baba7 --- /dev/null +++ b/libassuan-2.5.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426 +size 577012 diff --git a/libassuan-2.5.6.tar.bz2.sig b/libassuan-2.5.6.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5f64f9cdfed92019d4c2bf01d55d85a07cd8a722f1398d0e04f0d1852bd18e5f GIT binary patch literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv0DHB9{8MrtFU?N?s85zFM zZI1YKy;RwVU0>-vn`7FY@0w@VpS^To#wM#>$q9@38U6?QcK=krJm>PGd5iSde+s+l U80KrO-v3l`p6whl9sASl02=Hto&W#< literal 0 HcmV?d00001 diff --git a/libassuan.changes b/libassuan.changes index 549637f..bf4e8ea 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 20 07:12:11 UTC 2023 - Pedro Monreal + +- Update to 2.5.6: + * Fix logging of confidential data. [rA0fc31770fa] + * Fix memory wiping. [T5977] + * Fix macOS build problem. [T5440,T5610] + * Upgrade autoconf stuff. + * Release-info: https://dev.gnupg.org/T6542 + ------------------------------------------------------------------- Fri Mar 26 14:56:15 UTC 2021 - Andreas Stieger diff --git a/libassuan.spec b/libassuan.spec index 82bfd8c..f95cf3b 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -1,7 +1,7 @@ # # spec file for package libassuan # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libassuan -Version: 2.5.5 +Version: 2.5.6 Release: 0 Summary: IPC library used by GnuPG version 2 License: GPL-3.0-or-later AND LGPL-2.1-or-later @@ -72,6 +72,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %post -n libassuan0 -p /sbin/ldconfig %postun -n libassuan0 -p /sbin/ldconfig + %post devel %install_info --info-dir=%{_infodir} %{_infodir}/assuan.info.gz