automatic version update by autodist [release 2.7.7-1mamba;Mon Mar 11 2024]

This commit is contained in:
Automatic Build System 2024-03-12 09:32:40 +01:00
parent f4fbc23b1d
commit 60e8dbfe37
2 changed files with 5 additions and 35 deletions

View File

@ -1,31 +0,0 @@
From cc0530ba4671a7e2b6ac4a6c00cd097f4114fd22 Mon Sep 17 00:00:00 2001
From: Dan Church <amphetamachine@gmail.com>
Date: Sun, 19 Nov 2023 11:05:21 -0600
Subject: [PATCH] Fix Botan 2/3 include
Botan::secure_scrub_memory -> defined in mem_ops.h
Botan::secure_vector -> defined in secmem.h
The reason only including secmem.h worked in previous (<3.0) versions of
Botan was because secmem.h included mem_ops.h. This is no longer the
case since commit
randombit/botan@49dbbcb2bfda05ef9d3f09848c9ba22fcbcd5066 (2023-10-11;
"Split out allocator helpers to allocator.h")
Fixes #10038
---
src/keys/FileKey.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/keys/FileKey.h b/src/keys/FileKey.h
index 795f03bdbc..65cd955a7c 100644
--- a/src/keys/FileKey.h
+++ b/src/keys/FileKey.h
@@ -19,6 +19,7 @@
#ifndef KEEPASSX_FILEKEY_H
#define KEEPASSX_FILEKEY_H
+#include <botan/mem_ops.h>
#include <botan/secmem.h>
#include "keys/Key.h"

View File

@ -1,6 +1,6 @@
Name: keepassxc
Version: 2.7.6
Release: 3mamba
Version: 2.7.7
Release: 1mamba
Summary: A modern, secure, and open-source password manager that stores and manages your most sensitive information
Group: Graphical Desktop/Applications/Security
Vendor: openmamba
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://keepassxc.org/
Source: https://github.com/keepassxreboot/keepassxc.git/%{version}/keepassxc-%{version}.tar.bz2
Patch0: keepassxc-2.7.6-botan-3.3.0.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -38,7 +37,6 @@ KeePassXC is a modern, secure, and open-source password manager that stores and
%prep
%setup -q
%patch 0 -p1 -b .botan-3.3.0
%build
%cmake -d build \
@ -80,6 +78,9 @@ KeePassXC is a modern, secure, and open-source password manager that stores and
%doc COPYING
%changelog
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 2.7.7-1mamba
- automatic version update by autodist
* Sun Feb 25 2024 Automatic Build System <autodist@mambasoft.it> 2.7.6-3mamba
- rebuilt by autoport with build requirements: libbotan-devel>=3.3.0-1mamba