diff --git a/packages/k/keepassxc/abi_used_symbols b/packages/k/keepassxc/abi_used_symbols
index d612334e767..96040a86437 100644
--- a/packages/k/keepassxc/abi_used_symbols
+++ b/packages/k/keepassxc/abi_used_symbols
@@ -76,6 +76,7 @@ libQt5Core.so.5:_ZN10QJsonArray6appendERK10QJsonValue
libQt5Core.so.5:_ZN10QJsonArray7detach2Ej
libQt5Core.so.5:_ZN10QJsonArrayC1EOS_
libQt5Core.so.5:_ZN10QJsonArrayC1ERKS_
+libQt5Core.so.5:_ZN10QJsonArrayC1ESt16initializer_listI10QJsonValueE
libQt5Core.so.5:_ZN10QJsonArrayC1Ev
libQt5Core.so.5:_ZN10QJsonArrayD1Ev
libQt5Core.so.5:_ZN10QJsonValue11fromVariantERK8QVariant
@@ -962,7 +963,6 @@ libQt5Core.so.5:_ZNK4QUrl8resolvedERKS_
libQt5Core.so.5:_ZNK4QUrl8toStringE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE
libQt5Core.so.5:_ZNK4QUrl8userInfoE6QFlagsINS_25ComponentFormattingOptionEE
libQt5Core.so.5:_ZNK4QUrl8userNameE6QFlagsINS_25ComponentFormattingOptionEE
-libQt5Core.so.5:_ZNK4QUrl9toEncodedE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE
libQt5Core.so.5:_ZNK5QFile4sizeEv
libQt5Core.so.5:_ZNK5QFile6existsEv
libQt5Core.so.5:_ZNK5QFile8fileNameEv
@@ -1127,6 +1127,7 @@ libQt5Core.so.5:_ZTI19QAbstractTableModel
libQt5Core.so.5:_ZTI20QFutureInterfaceBase
libQt5Core.so.5:_ZTI21QSortFilterProxyModel
libQt5Core.so.5:_ZTI26QAbstractNativeEventFilter
+libQt5Core.so.5:_ZTI6QEvent
libQt5Core.so.5:_ZTI7QObject
libQt5Core.so.5:_ZTI9QIODevice
libQt5Core.so.5:_ZTI9QRunnable
@@ -1561,7 +1562,9 @@ libQt5Gui.so.5:_ZNK9QKeyEvent9modifiersEv
libQt5Gui.so.5:_ZNK9QTextLine9cursorToXEPiNS_4EdgeE
libQt5Gui.so.5:_ZNK9QTextLine9xToCursorEdNS_14CursorPositionE
libQt5Gui.so.5:_ZTI11QIconEngine
+libQt5Gui.so.5:_ZTI11QMouseEvent
libQt5Gui.so.5:_ZTI18QStandardItemModel
+libQt5Gui.so.5:_ZTI9QKeyEvent
libQt5Gui.so.5:_ZTV16QAccessibleEvent
libQt5Gui.so.5:_ZTV6QImage
libQt5Gui.so.5:_ZeqRK7QCursorS1_
@@ -1654,6 +1657,7 @@ libQt5Widgets.so.5:_ZN10QTabWidget11changeEventEP6QEvent
libQt5Widgets.so.5:_ZN10QTabWidget11qt_metacallEN11QMetaObject4CallEiPPv
libQt5Widgets.so.5:_ZN10QTabWidget11qt_metacastEPKc
libQt5Widgets.so.5:_ZN10QTabWidget11resizeEventEP12QResizeEvent
+libQt5Widgets.so.5:_ZN10QTabWidget11setTabShapeENS_8TabShapeE
libQt5Widgets.so.5:_ZN10QTabWidget11tabInsertedEi
libQt5Widgets.so.5:_ZN10QTabWidget13keyPressEventEP9QKeyEvent
libQt5Widgets.so.5:_ZN10QTabWidget13setTabEnabledEib
@@ -2321,6 +2325,7 @@ libQt5Widgets.so.5:_ZN7QWizard9setOptionENS_12WizardOptionEb
libQt5Widgets.so.5:_ZN7QWizard9setPixmapENS_12WizardPixmapERK7QPixmap
libQt5Widgets.so.5:_ZN7QWizardC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE
libQt5Widgets.so.5:_ZN7QWizardD2Ev
+libQt5Widgets.so.5:_ZN8QMenuBar15setActiveActionEP7QAction
libQt5Widgets.so.5:_ZN8QMenuBar16staticMetaObjectE
libQt5Widgets.so.5:_ZN8QMenuBarC1EP7QWidget
libQt5Widgets.so.5:_ZN8QSpinBox10setMaximumEi
@@ -2798,6 +2803,7 @@ libQt5Widgets.so.5:_ZNK9QTextEdit10textCursorEv
libQt5Widgets.so.5:_ZNK9QTextEdit11toPlainTextEv
libQt5Widgets.so.5:_ZNK9QTextEdit8documentEv
libQt5Widgets.so.5:_ZNK9QTreeView10indexAboveERK11QModelIndex
+libQt5Widgets.so.5:_ZNK9QTreeView10indexBelowERK11QModelIndex
libQt5Widgets.so.5:_ZNK9QTreeView10isExpandedERK11QModelIndex
libQt5Widgets.so.5:_ZNK9QTreeView10visualRectERK11QModelIndex
libQt5Widgets.so.5:_ZNK9QTreeView12drawBranchesEP8QPainterRK5QRectRK11QModelIndex
diff --git a/packages/k/keepassxc/package.yml b/packages/k/keepassxc/package.yml
index f3cd30e5b4d..49084dd0826 100644
--- a/packages/k/keepassxc/package.yml
+++ b/packages/k/keepassxc/package.yml
@@ -1,9 +1,9 @@
name : keepassxc
-version : 2.7.7
-release : 46
+version : 2.7.8
+release : 47
homepage : https://keepassxc.org
source :
- - https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/keepassxc-2.7.7-src.tar.xz : 58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67
+ - https://github.com/keepassxreboot/keepassxc/releases/download/2.7.8/keepassxc-2.7.8-src.tar.xz : 87d3101712b3c8656a24b908ad5b7e2529bc01717cb4156f53ba195fb81783a3
license :
- BSD-2-Clause
- BSD-3-Clause
@@ -14,7 +14,7 @@ license :
- MIT
- OFL-1.1
component : security
-summary : KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”
+summary : KeePassXC is a cross-platform community-driven port of the Windows application Keepass Password Safe
description: |
KeePassXC is a community fork of KeePassX with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.
replaces :
diff --git a/packages/k/keepassxc/pspec_x86_64.xml b/packages/k/keepassxc/pspec_x86_64.xml
index ffef0199bd6..77c5c97e2f7 100644
--- a/packages/k/keepassxc/pspec_x86_64.xml
+++ b/packages/k/keepassxc/pspec_x86_64.xml
@@ -3,8 +3,8 @@
keepassxc
https://keepassxc.org
- Tracey Clark
- traceyc.dev@tlcnet.info
+ Troy Harvey
+ harveydevel@gmail.com
BSD-2-Clause
BSD-3-Clause
@@ -15,14 +15,14 @@
MIT
OFL-1.1
security
- KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”
+ KeePassXC is a cross-platform community-driven port of the Windows application Keepass Password Safe
KeePassXC is a community fork of KeePassX with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.
https://sources.getsol.us/README.Solus
keepassxc
- KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”
+ KeePassXC is a cross-platform community-driven port of the Windows application Keepass Password Safe
KeePassXC is a community fork of KeePassX with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.
security
@@ -95,12 +95,12 @@
-
- 2024-03-18
- 2.7.7
+
+ 2024-05-11
+ 2.7.8
Packaging update
- Tracey Clark
- traceyc.dev@tlcnet.info
+ Troy Harvey
+ harveydevel@gmail.com
\ No newline at end of file