mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
keepassxc: update to 2.7.7 (#1924)
**Summary** Update keepassxc, add monitoring.yml **Changelog** Changes Support USB Hotplug for Hardware Key interface Support 1PUX and Bitwarden import Browser: Add support for PassKeys [#8825, #9987, #10318] Build System: Move to vcpkg manifest mode Fixes Fix multiple TOTP issues Fix focus loss on save when the editor is not visible anymore Fix visual when removing entry from history Fix first entry is not selected when a search is performed Prevent scrollbars on entry drag/drop Prevent duplicate characters in "Also choose from" field of password generator Security: Prevent byte-by-byte and attachment inference side channel attacks Browser: Fix raising Update Entry messagebox Browser: Fix bugs when returning credentials Browser: Fix crash on database open from browser Browser: Fix support for referenced URL fields MacOS: Fix crash when changing highlight/accent color MacOS: Fix TouchID appearance depending on lid open/closed Windows: Fix terminating KeePassXC processes with MSI installer FdoSecrets: Fix database merge crash when enabled Full changelog available [here](https://github.com/keepassxreboot/keepassxc/releases) **Test Plan** Ran keepassxc, unlocked database. Verified browser extension could connect. **Checklist** - [x] Package was built and tested against unstable
This commit is contained in:
commit
063e7acfb6
5 changed files with 120 additions and 39 deletions
|
@ -21,39 +21,14 @@ keepassxc:__data_start
|
|||
keepassxc:_edata
|
||||
keepassxc:_end
|
||||
keepassxc:_start
|
||||
keepassxc-cli:_IO_stdin_used
|
||||
keepassxc-cli:_ZN11AutoTypeKeyC1EN2Qt3KeyE6QFlagsINS0_16KeyboardModifierEE
|
||||
keepassxc-cli:_ZN11AutoTypeKeyC1ERK5QChar6QFlagsIN2Qt16KeyboardModifierEE
|
||||
keepassxc-cli:_ZN11AutoTypeKeyC2EN2Qt3KeyE6QFlagsINS0_16KeyboardModifierEE
|
||||
keepassxc-cli:_ZN11AutoTypeKeyC2ERK5QChar6QFlagsIN2Qt16KeyboardModifierEE
|
||||
keepassxc-cli:_ZN12AutoTypeModeC1EN16AutoTypeExecutor4ModeE
|
||||
keepassxc-cli:_ZN12AutoTypeModeC2EN16AutoTypeExecutor4ModeE
|
||||
keepassxc-cli:_ZN13AutoTypeDelayC1Eib
|
||||
keepassxc-cli:_ZN13AutoTypeDelayC2Eib
|
||||
keepassxc-cli:_ZNK11AutoTypeKey4execEP16AutoTypeExecutor
|
||||
keepassxc-cli:_ZNK12AutoTypeMode4execEP16AutoTypeExecutor
|
||||
keepassxc-cli:_ZNK13AutoTypeBegin4execEP16AutoTypeExecutor
|
||||
keepassxc-cli:_ZNK13AutoTypeDelay4execEP16AutoTypeExecutor
|
||||
keepassxc-cli:_ZNK18AutoTypeClearField4execEP16AutoTypeExecutor
|
||||
keepassxc-cli:_ZdaPv
|
||||
keepassxc-cli:_ZdaPvm
|
||||
keepassxc-cli:_ZdlPv
|
||||
keepassxc-cli:_ZdlPvm
|
||||
keepassxc-cli:__bss_start
|
||||
keepassxc-cli:__data_start
|
||||
keepassxc-cli:_edata
|
||||
keepassxc-cli:_end
|
||||
keepassxc-cli:_start
|
||||
keepassxc-proxy:_IO_stdin_used
|
||||
keepassxc-proxy:_ZdaPv
|
||||
keepassxc-proxy:_ZdaPvm
|
||||
keepassxc-proxy:_ZdlPv
|
||||
keepassxc-proxy:_ZdlPvm
|
||||
keepassxc-proxy:__bss_start
|
||||
keepassxc-proxy:__data_start
|
||||
keepassxc-proxy:_edata
|
||||
keepassxc-proxy:_end
|
||||
keepassxc-proxy:_start
|
||||
libkeepassxc-autotype-xcb.so:_ZN11AutoTypeKeyC1EN2Qt3KeyE6QFlagsINS0_16KeyboardModifierEE
|
||||
libkeepassxc-autotype-xcb.so:_ZN11AutoTypeKeyC1ERK5QChar6QFlagsIN2Qt16KeyboardModifierEE
|
||||
libkeepassxc-autotype-xcb.so:_ZN11AutoTypeKeyC2EN2Qt3KeyE6QFlagsINS0_16KeyboardModifierEE
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
UNKNOWN:_ZTIN5Botan21RandomNumberGeneratorE
|
||||
UNKNOWN:_ZTTN5Botan13DH_PrivateKeyE
|
||||
UNKNOWN:_ZTTN5Botan14RSA_PrivateKeyE
|
||||
UNKNOWN:_ZTTN5Botan16ECDSA_PrivateKeyE
|
||||
UNKNOWN:_ZTTN5Botan18Ed25519_PrivateKeyE
|
||||
UNKNOWN:_ZTVN5Botan10Public_KeyE
|
||||
UNKNOWN:_ZTVN5Botan13DH_PrivateKeyE
|
||||
UNKNOWN:_ZTVN5Botan14RSA_PrivateKeyE
|
||||
UNKNOWN:_ZTVN5Botan16ECDSA_PrivateKeyE
|
||||
UNKNOWN:_ZTVN5Botan17DataSource_MemoryE
|
||||
UNKNOWN:_ZTVN5Botan18Ed25519_PrivateKeyE
|
||||
UNKNOWN:_ZTVN5Botan19AlgorithmIdentifierE
|
||||
UNKNOWN:_ZTVN5Botan3OIDE
|
||||
libQt5Concurrent.so.5:_ZN12QtConcurrent16ThreadEngineBase10isCanceledEv
|
||||
libQt5Concurrent.so.5:_ZN12QtConcurrent16ThreadEngineBase11startThreadEv
|
||||
libQt5Concurrent.so.5:_ZN12QtConcurrent16ThreadEngineBase13waitForResumeEv
|
||||
|
@ -32,6 +41,7 @@ libQt5Core.so.5:_ZN10QArrayData10deallocateEPS_mm
|
|||
libQt5Core.so.5:_ZN10QArrayData11shared_nullE
|
||||
libQt5Core.so.5:_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEE
|
||||
libQt5Core.so.5:_ZN10QByteArray10fromBase64ERKS_
|
||||
libQt5Core.so.5:_ZN10QByteArray10fromBase64ERKS_6QFlagsINS_12Base64OptionEE
|
||||
libQt5Core.so.5:_ZN10QByteArray11fromRawDataEPKci
|
||||
libQt5Core.so.5:_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE
|
||||
libQt5Core.so.5:_ZN10QByteArray14toUpper_helperERS_
|
||||
|
@ -55,6 +65,9 @@ libQt5Core.so.5:_ZN10QByteArrayC1EiN2Qt14InitializationE
|
|||
libQt5Core.so.5:_ZN10QByteArrayC1Eic
|
||||
libQt5Core.so.5:_ZN10QByteArrayaSEPKc
|
||||
libQt5Core.so.5:_ZN10QByteArrayaSERKS_
|
||||
libQt5Core.so.5:_ZN10QCborArrayD1Ev
|
||||
libQt5Core.so.5:_ZN10QCborValue7disposeEv
|
||||
libQt5Core.so.5:_ZN10QCborValue8fromCborER17QCborStreamReader
|
||||
libQt5Core.so.5:_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE
|
||||
libQt5Core.so.5:_ZN10QEventLoop4quitEv
|
||||
libQt5Core.so.5:_ZN10QEventLoopC1EP7QObject
|
||||
|
@ -65,10 +78,12 @@ libQt5Core.so.5:_ZN10QJsonArrayC1EOS_
|
|||
libQt5Core.so.5:_ZN10QJsonArrayC1ERKS_
|
||||
libQt5Core.so.5:_ZN10QJsonArrayC1Ev
|
||||
libQt5Core.so.5:_ZN10QJsonArrayD1Ev
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1ENS_4TypeE
|
||||
libQt5Core.so.5:_ZN10QJsonValue11fromVariantERK8QVariant
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1ERK10QJsonArray
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1ERK11QJsonObject
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1ERK7QString
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1ERKS_
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1Eb
|
||||
libQt5Core.so.5:_ZN10QJsonValueC1Ei
|
||||
libQt5Core.so.5:_ZN10QJsonValueD1Ev
|
||||
libQt5Core.so.5:_ZN10QTextCodec12codecForNameERK10QByteArray
|
||||
|
@ -92,8 +107,11 @@ libQt5Core.so.5:_ZN11QFileDevice5flushEv
|
|||
libQt5Core.so.5:_ZN11QJsonObject14fromVariantMapERK4QMapI7QString8QVariantE
|
||||
libQt5Core.so.5:_ZN11QJsonObject6removeERK7QString
|
||||
libQt5Core.so.5:_ZN11QJsonObjectC1EOS_
|
||||
libQt5Core.so.5:_ZN11QJsonObjectC1ERKS_
|
||||
libQt5Core.so.5:_ZN11QJsonObjectC1ESt16initializer_listI5QPairI7QString10QJsonValueEE
|
||||
libQt5Core.so.5:_ZN11QJsonObjectC1Ev
|
||||
libQt5Core.so.5:_ZN11QJsonObjectD1Ev
|
||||
libQt5Core.so.5:_ZN11QJsonObjectaSERKS_
|
||||
libQt5Core.so.5:_ZN11QJsonObjectixERK7QString
|
||||
libQt5Core.so.5:_ZN11QMetaObject10ConnectionC1ERKS0_
|
||||
libQt5Core.so.5:_ZN11QMetaObject10ConnectionC1Ev
|
||||
|
@ -138,6 +156,7 @@ libQt5Core.so.5:_ZN12QMapDataBase18recalcMostLeftNodeEv
|
|||
libQt5Core.so.5:_ZN12QMapDataBase20freeNodeAndRebalanceEP12QMapNodeBase
|
||||
libQt5Core.so.5:_ZN12QMapDataBase8freeDataEPS_
|
||||
libQt5Core.so.5:_ZN12QMapDataBase8freeTreeEP12QMapNodeBasei
|
||||
libQt5Core.so.5:_ZN13QCborValueRef8concreteES_
|
||||
libQt5Core.so.5:_ZN13QElapsedTimer5startEv
|
||||
libQt5Core.so.5:_ZN13QJsonDocument11fromVariantERK8QVariant
|
||||
libQt5Core.so.5:_ZN13QJsonDocument8fromJsonERK10QByteArrayP15QJsonParseError
|
||||
|
@ -214,6 +233,20 @@ libQt5Core.so.5:_ZN16QXmlStreamWriterC1EP7QString
|
|||
libQt5Core.so.5:_ZN16QXmlStreamWriterC1EP9QIODevice
|
||||
libQt5Core.so.5:_ZN16QXmlStreamWriterC1Ev
|
||||
libQt5Core.so.5:_ZN16QXmlStreamWriterD1Ev
|
||||
libQt5Core.so.5:_ZN17QCborStreamReader9lastErrorEv
|
||||
libQt5Core.so.5:_ZN17QCborStreamReaderC1ERK10QByteArray
|
||||
libQt5Core.so.5:_ZN17QCborStreamReaderD1Ev
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter10startArrayEy
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter16appendByteStringEPKcx
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter16appendTextStringEPKcx
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter6appendE15QCborSimpleType
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter6appendEx
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter6appendEy
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter6endMapEv
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter8endArrayEv
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriter8startMapEy
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriterC1EP10QByteArray
|
||||
libQt5Core.so.5:_ZN17QCborStreamWriterD1Ev
|
||||
libQt5Core.so.5:_ZN18QAbstractItemModel10insertRowsEiiRK11QModelIndex
|
||||
libQt5Core.so.5:_ZN18QAbstractItemModel10removeRowsEiiRK11QModelIndex
|
||||
libQt5Core.so.5:_ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE
|
||||
|
@ -314,6 +347,7 @@ libQt5Core.so.5:_ZN20QFutureInterfaceBase13waitForResultEi
|
|||
libQt5Core.so.5:_ZN20QFutureInterfaceBase14reportCanceledEv
|
||||
libQt5Core.so.5:_ZN20QFutureInterfaceBase14reportFinishedEv
|
||||
libQt5Core.so.5:_ZN20QFutureInterfaceBase15resultStoreBaseEv
|
||||
libQt5Core.so.5:_ZN20QFutureInterfaceBase15waitForFinishedEv
|
||||
libQt5Core.so.5:_ZN20QFutureInterfaceBase18reportResultsReadyEii
|
||||
libQt5Core.so.5:_ZN20QFutureInterfaceBaseC1ERKS_
|
||||
libQt5Core.so.5:_ZN20QFutureInterfaceBaseC2ENS_5StateE
|
||||
|
@ -508,6 +542,7 @@ libQt5Core.so.5:_ZN7QString6numberEdci
|
|||
libQt5Core.so.5:_ZN7QString6numberEii
|
||||
libQt5Core.so.5:_ZN7QString6numberEji
|
||||
libQt5Core.so.5:_ZN7QString6numberEli
|
||||
libQt5Core.so.5:_ZN7QString6numberExi
|
||||
libQt5Core.so.5:_ZN7QString6numberEyi
|
||||
libQt5Core.so.5:_ZN7QString6removeERKS_N2Qt15CaseSensitivityE
|
||||
libQt5Core.so.5:_ZN7QString6removeEii
|
||||
|
@ -516,13 +551,13 @@ libQt5Core.so.5:_ZN7QString7replaceERK18QRegularExpressionRKS_
|
|||
libQt5Core.so.5:_ZN7QString7replaceERK7QRegExpRKS_
|
||||
libQt5Core.so.5:_ZN7QString7replaceERKS_S1_N2Qt15CaseSensitivityE
|
||||
libQt5Core.so.5:_ZN7QString7replaceEiiRKS_
|
||||
libQt5Core.so.5:_ZN7QString8truncateEi
|
||||
libQt5Core.so.5:_ZN7QStringC1E5QChar
|
||||
libQt5Core.so.5:_ZN7QStringC1Ei5QChar
|
||||
libQt5Core.so.5:_ZN7QStringaSERKS_
|
||||
libQt5Core.so.5:_ZN7QThread13currentThreadEv
|
||||
libQt5Core.so.5:_ZN7QThread16idealThreadCountEv
|
||||
libQt5Core.so.5:_ZN7QThread6msleepEm
|
||||
libQt5Core.so.5:_ZN8QCborMapD1Ev
|
||||
libQt5Core.so.5:_ZN8QLibrary9isLibraryERK7QString
|
||||
libQt5Core.so.5:_ZN8QProcess13startDetachedERK7QString
|
||||
libQt5Core.so.5:_ZN8QProcess13startDetachedERK7QStringRK11QStringList
|
||||
|
@ -541,11 +576,15 @@ libQt5Core.so.5:_ZN8QVariant7convertEi
|
|||
libQt5Core.so.5:_ZN8QVariantC1E5QChar
|
||||
libQt5Core.so.5:_ZN8QVariantC1EPKc
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK10QByteArray
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK10QJsonArray
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK10QJsonValue
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK11QJsonObject
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK11QStringList
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK4QMapI7QStringS_E
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK5QHashI7QStringS_E
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK5QListIS_E
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK5QSize
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK5QUuid
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK7QString
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERK9QDateTime
|
||||
libQt5Core.so.5:_ZN8QVariantC1ERKS_
|
||||
|
@ -568,6 +607,7 @@ libQt5Core.so.5:_ZN9QDateTime10fromTime_tEjN2Qt8TimeSpecEi
|
|||
libQt5Core.so.5:_ZN9QDateTime11setTimeSpecEN2Qt8TimeSpecE
|
||||
libQt5Core.so.5:_ZN9QDateTime15currentDateTimeEv
|
||||
libQt5Core.so.5:_ZN9QDateTime18currentDateTimeUtcEv
|
||||
libQt5Core.so.5:_ZN9QDateTime18fromSecsSinceEpochExN2Qt8TimeSpecEi
|
||||
libQt5Core.so.5:_ZN9QDateTime19fromMSecsSinceEpochExN2Qt8TimeSpecEi
|
||||
libQt5Core.so.5:_ZN9QDateTimeC1EOS_
|
||||
libQt5Core.so.5:_ZN9QDateTimeC1ERK5QDate
|
||||
|
@ -690,8 +730,14 @@ libQt5Core.so.5:_ZNK10QByteArray8endsWithERKS_
|
|||
libQt5Core.so.5:_ZNK10QByteArray8endsWithEc
|
||||
libQt5Core.so.5:_ZNK10QByteArray8toBase64E6QFlagsINS_12Base64OptionEE
|
||||
libQt5Core.so.5:_ZNK10QByteArray8toBase64Ev
|
||||
libQt5Core.so.5:_ZNK10QCborArray4sizeEv
|
||||
libQt5Core.so.5:_ZNK10QCborValue11toByteArrayERK10QByteArray
|
||||
libQt5Core.so.5:_ZNK10QCborValue5toMapEv
|
||||
libQt5Core.so.5:_ZNK10QCborValue7toArrayEv
|
||||
libQt5Core.so.5:_ZNK10QCborValue9toVariantEv
|
||||
libQt5Core.so.5:_ZNK10QJsonArray2atEi
|
||||
libQt5Core.so.5:_ZNK10QJsonArray4sizeEv
|
||||
libQt5Core.so.5:_ZNK10QJsonArray5firstEv
|
||||
libQt5Core.so.5:_ZNK10QJsonArray7isEmptyEv
|
||||
libQt5Core.so.5:_ZNK10QJsonArray8containsERK10QJsonValue
|
||||
libQt5Core.so.5:_ZNK10QJsonValue4typeEv
|
||||
|
@ -700,6 +746,8 @@ libQt5Core.so.5:_ZNK10QJsonValue6toBoolEb
|
|||
libQt5Core.so.5:_ZNK10QJsonValue7toArrayEv
|
||||
libQt5Core.so.5:_ZNK10QJsonValue8toObjectEv
|
||||
libQt5Core.so.5:_ZNK10QJsonValue8toStringEv
|
||||
libQt5Core.so.5:_ZNK10QJsonValueixERK7QString
|
||||
libQt5Core.so.5:_ZNK10QJsonValueneERKS_
|
||||
libQt5Core.so.5:_ZNK10QStringRef10startsWithERK7QStringN2Qt15CaseSensitivityE
|
||||
libQt5Core.so.5:_ZNK10QStringRef3midEii
|
||||
libQt5Core.so.5:_ZNK10QStringRef4leftEi
|
||||
|
@ -751,6 +799,7 @@ libQt5Core.so.5:_ZNK13QJsonDocument6isNullEv
|
|||
libQt5Core.so.5:_ZNK13QJsonDocument6objectEv
|
||||
libQt5Core.so.5:_ZNK13QJsonDocument6toJsonENS_10JsonFormatE
|
||||
libQt5Core.so.5:_ZNK13QJsonDocument6toJsonEv
|
||||
libQt5Core.so.5:_ZNK13QJsonDocument7isEmptyEv
|
||||
libQt5Core.so.5:_ZNK13QJsonDocument8isObjectEv
|
||||
libQt5Core.so.5:_ZNK13QJsonDocument9toVariantEv
|
||||
libQt5Core.so.5:_ZNK13QJsonValueRef7toArrayEv
|
||||
|
@ -838,6 +887,7 @@ libQt5Core.so.5:_ZNK20QFutureInterfaceBase4refTEv
|
|||
libQt5Core.so.5:_ZNK20QFutureInterfaceBase5mutexEi
|
||||
libQt5Core.so.5:_ZNK20QFutureInterfaceBase6derefTEv
|
||||
libQt5Core.so.5:_ZNK20QFutureInterfaceBase8isPausedEv
|
||||
libQt5Core.so.5:_ZNK20QFutureInterfaceBase9isRunningEv
|
||||
libQt5Core.so.5:_ZNK20QXmlStreamAttributes5valueERK7QString
|
||||
libQt5Core.so.5:_ZNK21QPersistentModelIndex3rowEv
|
||||
libQt5Core.so.5:_ZNK21QPersistentModelIndex6columnEv
|
||||
|
@ -894,7 +944,6 @@ libQt5Core.so.5:_ZNK4QUrl10isParentOfERKS_
|
|||
libQt5Core.so.5:_ZNK4QUrl10isRelativeEv
|
||||
libQt5Core.so.5:_ZNK4QUrl11hasFragmentEv
|
||||
libQt5Core.so.5:_ZNK4QUrl11toLocalFileEv
|
||||
libQt5Core.so.5:_ZNK4QUrl14topLevelDomainE6QFlagsINS_25ComponentFormattingOptionEE
|
||||
libQt5Core.so.5:_ZNK4QUrl15toDisplayStringE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE
|
||||
libQt5Core.so.5:_ZNK4QUrl3urlE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE
|
||||
libQt5Core.so.5:_ZNK4QUrl4hostE6QFlagsINS_25ComponentFormattingOptionEE
|
||||
|
@ -913,6 +962,7 @@ 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
|
||||
|
@ -977,6 +1027,7 @@ libQt5Core.so.5:_ZNK7QString8endsWithE5QCharN2Qt15CaseSensitivityE
|
|||
libQt5Core.so.5:_ZNK7QString8endsWithERKS_N2Qt15CaseSensitivityE
|
||||
libQt5Core.so.5:_ZNK7QString8repeatedEi
|
||||
libQt5Core.so.5:_ZNK7QStringeqE13QLatin1String
|
||||
libQt5Core.so.5:_ZNK8QCborMap4sizeEv
|
||||
libQt5Core.so.5:_ZNK8QProcess5stateEv
|
||||
libQt5Core.so.5:_ZNK8QProcess8exitCodeEv
|
||||
libQt5Core.so.5:_ZNK8QVariant10canConvertEi
|
||||
|
@ -1537,9 +1588,16 @@ libQt5Network.so.5:_ZN12QLocalSocketC1EP7QObject
|
|||
libQt5Network.so.5:_ZN12QLocalSocketD1Ev
|
||||
libQt5Network.so.5:_ZN13QNetworkReply16staticMetaObjectE
|
||||
libQt5Network.so.5:_ZN13QNetworkReply8finishedEv
|
||||
libQt5Network.so.5:_ZN14QNetworkCookie9setDomainERK7QString
|
||||
libQt5Network.so.5:_ZN14QNetworkCookieC1ERK10QByteArrayS2_
|
||||
libQt5Network.so.5:_ZN14QNetworkCookieC1ERKS_
|
||||
libQt5Network.so.5:_ZN14QNetworkCookieD1Ev
|
||||
libQt5Network.so.5:_ZN15QNetworkRequest12setRawHeaderERK10QByteArrayS2_
|
||||
libQt5Network.so.5:_ZN15QNetworkRequestC1ERK4QUrl
|
||||
libQt5Network.so.5:_ZN15QNetworkRequestD1Ev
|
||||
libQt5Network.so.5:_ZN17QNetworkCookieJar17setCookiesFromUrlERK5QListI14QNetworkCookieERK4QUrl
|
||||
libQt5Network.so.5:_ZN17QNetworkCookieJarC1EP7QObject
|
||||
libQt5Network.so.5:_ZN17QNetworkCookieJarD1Ev
|
||||
libQt5Network.so.5:_ZN21QNetworkAccessManager3getERK15QNetworkRequest
|
||||
libQt5Network.so.5:_ZN21QNetworkAccessManagerC1EP7QObject
|
||||
libQt5Network.so.5:_ZN9QHostInfo13localHostNameEv
|
||||
|
@ -1653,6 +1711,7 @@ libQt5Widgets.so.5:_ZN11QFormLayout17setLabelAlignmentE6QFlagsIN2Qt13AlignmentFl
|
|||
libQt5Widgets.so.5:_ZN11QFormLayout18setVerticalSpacingEi
|
||||
libQt5Widgets.so.5:_ZN11QFormLayout20setFieldGrowthPolicyENS_17FieldGrowthPolicyE
|
||||
libQt5Widgets.so.5:_ZN11QFormLayout20setHorizontalSpacingEi
|
||||
libQt5Widgets.so.5:_ZN11QFormLayout7setItemEiNS_8ItemRoleEP11QLayoutItem
|
||||
libQt5Widgets.so.5:_ZN11QFormLayout9setLayoutEiNS_8ItemRoleEP7QLayout
|
||||
libQt5Widgets.so.5:_ZN11QFormLayout9setWidgetEiNS_8ItemRoleEP7QWidget
|
||||
libQt5Widgets.so.5:_ZN11QFormLayoutC1EP7QWidget
|
||||
|
@ -1681,14 +1740,18 @@ libQt5Widgets.so.5:_ZN11QHeaderView20setSectionResizeModeENS_10ResizeModeE
|
|||
libQt5Widgets.so.5:_ZN11QHeaderView20setSectionResizeModeEiNS_10ResizeModeE
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView20setSectionsClickableEb
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView21setDefaultSectionSizeEi
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView21setMaximumSectionSizeEi
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView21setMinimumSectionSizeEi
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView21setSortIndicatorShownEb
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView21setStretchLastSectionEb
|
||||
libQt5Widgets.so.5:_ZN11QHeaderView26setCascadingSectionResizesEb
|
||||
libQt5Widgets.so.5:_ZN11QLayoutItem12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE
|
||||
libQt5Widgets.so.5:_ZN11QListWidget10insertItemEiP15QListWidgetItem
|
||||
libQt5Widgets.so.5:_ZN11QListWidget10insertItemEiRK7QString
|
||||
libQt5Widgets.so.5:_ZN11QListWidget13setCurrentRowEi
|
||||
libQt5Widgets.so.5:_ZN11QListWidget13setItemWidgetEP15QListWidgetItemP7QWidget
|
||||
libQt5Widgets.so.5:_ZN11QListWidget16staticMetaObjectE
|
||||
libQt5Widgets.so.5:_ZN11QListWidget18currentItemChangedEP15QListWidgetItemS1_
|
||||
libQt5Widgets.so.5:_ZN11QListWidget5clearEv
|
||||
libQt5Widgets.so.5:_ZN11QListWidgetC1EP7QWidget
|
||||
libQt5Widgets.so.5:_ZN11QListWidgetD1Ev
|
||||
|
@ -1770,7 +1833,9 @@ libQt5Widgets.so.5:_ZN11QWizardPage11cleanupPageEv
|
|||
libQt5Widgets.so.5:_ZN11QWizardPage11qt_metacallEN11QMetaObject4CallEiPPv
|
||||
libQt5Widgets.so.5:_ZN11QWizardPage11qt_metacastEPKc
|
||||
libQt5Widgets.so.5:_ZN11QWizardPage11setSubTitleERK7QString
|
||||
libQt5Widgets.so.5:_ZN11QWizardPage13registerFieldERK7QStringP7QWidgetPKcS6_
|
||||
libQt5Widgets.so.5:_ZN11QWizardPage16staticMetaObjectE
|
||||
libQt5Widgets.so.5:_ZN11QWizardPage8setFieldERK7QStringRK8QVariant
|
||||
libQt5Widgets.so.5:_ZN11QWizardPage8setTitleERK7QString
|
||||
libQt5Widgets.so.5:_ZN11QWizardPageC2EP7QWidget
|
||||
libQt5Widgets.so.5:_ZN11QWizardPageD2Ev
|
||||
|
@ -1839,10 +1904,13 @@ libQt5Widgets.so.5:_ZN12QTableWidget13setCellWidgetEiiP7QWidget
|
|||
libQt5Widgets.so.5:_ZN12QTableWidget14setColumnCountEi
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget16staticMetaObjectE
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget17itemDoubleClickedEP16QTableWidgetItem
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget17setSortingEnabledEb
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget25setHorizontalHeaderLabelsERK11QStringList
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget5clearEv
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget7setItemEiiP16QTableWidgetItem
|
||||
libQt5Widgets.so.5:_ZN12QTableWidget9removeRowEi
|
||||
libQt5Widgets.so.5:_ZN12QTableWidgetC1EP7QWidget
|
||||
libQt5Widgets.so.5:_ZN12QTableWidgetC1EiiP7QWidget
|
||||
libQt5Widgets.so.5:_ZN13QDateTimeEdit11setDateTimeERK9QDateTime
|
||||
libQt5Widgets.so.5:_ZN13QDateTimeEdit16setCalendarPopupEb
|
||||
libQt5Widgets.so.5:_ZN13QDateTimeEditC1EP7QWidget
|
||||
|
@ -1893,6 +1961,7 @@ libQt5Widgets.so.5:_ZN15QAbstractSlider8setValueEi
|
|||
libQt5Widgets.so.5:_ZN15QListWidgetItem11setSelectedEb
|
||||
libQt5Widgets.so.5:_ZN15QListWidgetItem7setDataEiRK8QVariant
|
||||
libQt5Widgets.so.5:_ZN15QListWidgetItemC1EP11QListWidgeti
|
||||
libQt5Widgets.so.5:_ZN15QListWidgetItemC1ERK5QIconRK7QStringP11QListWidgeti
|
||||
libQt5Widgets.so.5:_ZN15QProgressDialog5resetEv
|
||||
libQt5Widgets.so.5:_ZN15QProgressDialog8setValueEi
|
||||
libQt5Widgets.so.5:_ZN15QProgressDialogC1ERK7QStringS2_iiP7QWidget6QFlagsIN2Qt10WindowTypeEE
|
||||
|
@ -1911,7 +1980,6 @@ libQt5Widgets.so.5:_ZN16QAbstractSpinBox11setReadOnlyEb
|
|||
libQt5Widgets.so.5:_ZN16QAbstractSpinBox12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE
|
||||
libQt5Widgets.so.5:_ZN16QAbstractSpinBox19setSpecialValueTextERK7QString
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBox14setOrientationEN2Qt11OrientationE
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBox16setCenterButtonsEb
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBox16staticMetaObjectE
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBox18setStandardButtonsE6QFlagsINS_14StandardButtonEE
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBox8acceptedEv
|
||||
|
@ -1920,6 +1988,7 @@ libQt5Widgets.so.5:_ZN16QDialogButtonBox9addButtonEP15QAbstractButtonNS_10Button
|
|||
libQt5Widgets.so.5:_ZN16QDialogButtonBox9addButtonERK7QStringNS_10ButtonRoleE
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBoxC1E6QFlagsINS_14StandardButtonEEP7QWidget
|
||||
libQt5Widgets.so.5:_ZN16QDialogButtonBoxC1EP7QWidget
|
||||
libQt5Widgets.so.5:_ZN16QTableWidgetItem11setSelectedEb
|
||||
libQt5Widgets.so.5:_ZN16QTableWidgetItem8setFlagsE6QFlagsIN2Qt8ItemFlagEE
|
||||
libQt5Widgets.so.5:_ZN16QTableWidgetItemC1ERK7QStringi
|
||||
libQt5Widgets.so.5:_ZN16QTableWidgetItemC1Ei
|
||||
|
@ -2119,6 +2188,7 @@ libQt5Widgets.so.5:_ZN7QDialog8setModalEb
|
|||
libQt5Widgets.so.5:_ZN7QDialog9showEventEP10QShowEvent
|
||||
libQt5Widgets.so.5:_ZN7QDialogC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE
|
||||
libQt5Widgets.so.5:_ZN7QDialogD2Ev
|
||||
libQt5Widgets.so.5:_ZN7QLayout10setSpacingEi
|
||||
libQt5Widgets.so.5:_ZN7QLayout12setAlignmentEP7QWidget6QFlagsIN2Qt13AlignmentFlagEE
|
||||
libQt5Widgets.so.5:_ZN7QLayout17setSizeConstraintENS_14SizeConstraintE
|
||||
libQt5Widgets.so.5:_ZN7QLayout18setContentsMarginsEiiii
|
||||
|
@ -2240,8 +2310,10 @@ libQt5Widgets.so.5:_ZN7QWizard11cleanupPageEi
|
|||
libQt5Widgets.so.5:_ZN7QWizard11qt_metacallEN11QMetaObject4CallEiPPv
|
||||
libQt5Widgets.so.5:_ZN7QWizard11qt_metacastEPKc
|
||||
libQt5Widgets.so.5:_ZN7QWizard11resizeEventEP12QResizeEvent
|
||||
libQt5Widgets.so.5:_ZN7QWizard14initializePageEi
|
||||
libQt5Widgets.so.5:_ZN7QWizard14setWizardStyleENS_11WizardStyleE
|
||||
libQt5Widgets.so.5:_ZN7QWizard16staticMetaObjectE
|
||||
libQt5Widgets.so.5:_ZN7QWizard19validateCurrentPageEv
|
||||
libQt5Widgets.so.5:_ZN7QWizard4doneEi
|
||||
libQt5Widgets.so.5:_ZN7QWizard5eventEP6QEvent
|
||||
libQt5Widgets.so.5:_ZN7QWizard7addPageEP11QWizardPage
|
||||
|
@ -2298,6 +2370,7 @@ libQt5Widgets.so.5:_ZN9QComboBox12setCompleterEP10QCompleter
|
|||
libQt5Widgets.so.5:_ZN9QComboBox13focusOutEventEP11QFocusEvent
|
||||
libQt5Widgets.so.5:_ZN9QComboBox13keyPressEventEP9QKeyEvent
|
||||
libQt5Widgets.so.5:_ZN9QComboBox14setCurrentTextERK7QString
|
||||
libQt5Widgets.so.5:_ZN9QComboBox15insertSeparatorEi
|
||||
libQt5Widgets.so.5:_ZN9QComboBox15keyReleaseEventEP9QKeyEvent
|
||||
libQt5Widgets.so.5:_ZN9QComboBox15mousePressEventEP11QMouseEvent
|
||||
libQt5Widgets.so.5:_ZN9QComboBox15setCurrentIndexEi
|
||||
|
@ -2538,6 +2611,7 @@ libQt5Widgets.so.5:_ZNK11QToolButton13defaultActionEv
|
|||
libQt5Widgets.so.5:_ZNK11QToolButton9popupModeEv
|
||||
libQt5Widgets.so.5:_ZNK11QTreeWidget10headerItemEv
|
||||
libQt5Widgets.so.5:_ZNK11QWizardPage10isCompleteEv
|
||||
libQt5Widgets.so.5:_ZNK11QWizardPage5fieldERK7QString
|
||||
libQt5Widgets.so.5:_ZNK11QWizardPage6nextIdEv
|
||||
libQt5Widgets.so.5:_ZNK12QActionGroup7actionsEv
|
||||
libQt5Widgets.so.5:_ZNK12QButtonGroup9checkedIdEv
|
||||
|
@ -2556,6 +2630,7 @@ libQt5Widgets.so.5:_ZNK12QCommonStyle21hitTestComplexControlEN6QStyle14ComplexCo
|
|||
libQt5Widgets.so.5:_ZNK12QCommonStyle9styleHintEN6QStyle9StyleHintEPK12QStyleOptionPK7QWidgetP16QStyleHintReturn
|
||||
libQt5Widgets.so.5:_ZNK12QInputDialog9textValueEv
|
||||
libQt5Widgets.so.5:_ZNK12QProgressBar7maximumEv
|
||||
libQt5Widgets.so.5:_ZNK12QTableWidget11currentItemEv
|
||||
libQt5Widgets.so.5:_ZNK12QTableWidget3rowEPK16QTableWidgetItem
|
||||
libQt5Widgets.so.5:_ZNK12QTableWidget4itemEii
|
||||
libQt5Widgets.so.5:_ZNK12QTableWidget8rowCountEv
|
||||
|
@ -2580,6 +2655,7 @@ libQt5Widgets.so.5:_ZNK15QSystemTrayIcon9isVisibleEv
|
|||
libQt5Widgets.so.5:_ZNK16QDialogButtonBox14standardButtonEP15QAbstractButton
|
||||
libQt5Widgets.so.5:_ZNK16QDialogButtonBox15standardButtonsEv
|
||||
libQt5Widgets.so.5:_ZNK16QDialogButtonBox6buttonENS_14StandardButtonE
|
||||
libQt5Widgets.so.5:_ZNK16QTableWidgetItem10isSelectedEv
|
||||
libQt5Widgets.so.5:_ZNK17QAbstractItemView11viewOptionsEv
|
||||
libQt5Widgets.so.5:_ZNK17QAbstractItemView12currentIndexEv
|
||||
libQt5Widgets.so.5:_ZNK17QAbstractItemView13selectionModeEv
|
||||
|
@ -2636,6 +2712,7 @@ libQt5Widgets.so.5:_ZNK7QAction9isEnabledEv
|
|||
libQt5Widgets.so.5:_ZNK7QAction9isVisibleEv
|
||||
libQt5Widgets.so.5:_ZNK7QDialog15minimumSizeHintEv
|
||||
libQt5Widgets.so.5:_ZNK7QDialog8sizeHintEv
|
||||
libQt5Widgets.so.5:_ZNK7QLayout7spacingEv
|
||||
libQt5Widgets.so.5:_ZNK7QTabBar12currentIndexEv
|
||||
libQt5Widgets.so.5:_ZNK7QTabBar5countEv
|
||||
libQt5Widgets.so.5:_ZNK7QTabBar5tabAtERK6QPoint
|
||||
|
@ -2674,6 +2751,8 @@ libQt5Widgets.so.5:_ZNK7QWidget7devTypeEv
|
|||
libQt5Widgets.so.5:_ZNK7QWidget7paletteEv
|
||||
libQt5Widgets.so.5:_ZNK7QWidget8hasFocusEv
|
||||
libQt5Widgets.so.5:_ZNK7QWidget8sizeHintEv
|
||||
libQt5Widgets.so.5:_ZNK7QWizard11currentPageEv
|
||||
libQt5Widgets.so.5:_ZNK7QWizard5fieldERK7QString
|
||||
libQt5Widgets.so.5:_ZNK7QWizard6nextIdEv
|
||||
libQt5Widgets.so.5:_ZNK7QWizard7startIdEv
|
||||
libQt5Widgets.so.5:_ZNK7QWizard8sizeHintEv
|
||||
|
@ -2806,12 +2885,17 @@ libbotan-2.so.19:_ZN5Botan11BlockCipher6createERKNSt7__cxx1112basic_stringIcSt11
|
|||
libbotan-2.so.19:_ZN5Botan11Cipher_Mode15create_or_throwERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_10Cipher_DirES8_
|
||||
libbotan-2.so.19:_ZN5Botan12HashFunction6createERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
||||
libbotan-2.so.19:_ZN5Botan13DH_PrivateKeyC1ERNS_21RandomNumberGeneratorERKNS_8DL_GroupERKNS_6BigIntE
|
||||
libbotan-2.so.19:_ZN5Botan13EC_PrivateKeyC2ERKNS_19AlgorithmIdentifierERKSt6vectorIhNS_16secure_allocatorIhEEEb
|
||||
libbotan-2.so.19:_ZN5Botan13EC_PrivateKeyC2ERNS_21RandomNumberGeneratorERKNS_8EC_GroupERKNS_6BigIntEb
|
||||
libbotan-2.so.19:_ZN5Botan13version_majorEv
|
||||
libbotan-2.so.19:_ZN5Botan13version_minorEv
|
||||
libbotan-2.so.19:_ZN5Botan13version_patchEv
|
||||
libbotan-2.so.19:_ZN5Botan14RSA_PrivateKeyC1ERKNS_19AlgorithmIdentifierERKSt6vectorIhNS_16secure_allocatorIhEEE
|
||||
libbotan-2.so.19:_ZN5Botan14RSA_PrivateKeyC1ERNS_21RandomNumberGeneratorEmm
|
||||
libbotan-2.so.19:_ZN5Botan15allocate_memoryEmm
|
||||
libbotan-2.so.19:_ZN5Botan17deallocate_memoryEPvmm
|
||||
libbotan-2.so.19:_ZN5Botan18Ed25519_PrivateKeyC1ERKNS_19AlgorithmIdentifierERKSt6vectorIhNS_16secure_allocatorIhEEE
|
||||
libbotan-2.so.19:_ZN5Botan18Ed25519_PrivateKeyC1ERNS_21RandomNumberGeneratorE
|
||||
libbotan-2.so.19:_ZN5Botan18PasswordHashFamily15create_or_throwERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
||||
libbotan-2.so.19:_ZN5Botan18SymmetricAlgorithm7set_keyEPKhm
|
||||
libbotan-2.so.19:_ZN5Botan19secure_scrub_memoryEPvm
|
||||
|
@ -2820,14 +2904,20 @@ libbotan-2.so.19:_ZN5Botan21RandomNumberGenerator20randomize_with_inputEPhmPKhm
|
|||
libbotan-2.so.19:_ZN5Botan21RandomNumberGenerator23randomize_with_ts_inputEPhm
|
||||
libbotan-2.so.19:_ZN5Botan21RandomNumberGenerator6reseedERNS_15Entropy_SourcesEmNSt6chrono8durationIlSt5ratioILl1ELl1000EEEE
|
||||
libbotan-2.so.19:_ZN5Botan25MessageAuthenticationCode6createERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
||||
libbotan-2.so.19:_ZN5Botan3KDF15create_or_throwERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
||||
libbotan-2.so.19:_ZN5Botan5PKCS810BER_encodeERKNS_11Private_KeyE
|
||||
libbotan-2.so.19:_ZN5Botan5PKCS810PEM_encodeB5cxx11ERKNS_11Private_KeyE
|
||||
libbotan-2.so.19:_ZN5Botan5PKCS88load_keyERNS_10DataSourceE
|
||||
libbotan-2.so.19:_ZN5Botan6BigIntC1Em
|
||||
libbotan-2.so.19:_ZN5Botan6Sodium15randombytes_bufEPvm
|
||||
libbotan-2.so.19:_ZN5Botan6Sodium16sodium_incrementEPhm
|
||||
libbotan-2.so.19:_ZN5Botan6Sodium19crypto_box_detachedEPhS1_PKhmS3_S3_S3_
|
||||
libbotan-2.so.19:_ZN5Botan6Sodium24crypto_box_open_detachedEPhPKhS3_mS3_S3_S3_
|
||||
libbotan-2.so.19:_ZN5Botan6Sodium45crypto_box_curve25519xsalsa20poly1305_keypairEPhS1_
|
||||
libbotan-2.so.19:_ZN5Botan8DL_GroupC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
||||
libbotan-2.so.19:_ZN5Botan8EC_GroupC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
||||
libbotan-2.so.19:_ZN5Botan8EC_GroupC1Ev
|
||||
libbotan-2.so.19:_ZN5Botan8EC_GroupD1Ev
|
||||
libbotan-2.so.19:_ZN5Botan9PK_Signer6updateEPKhm
|
||||
libbotan-2.so.19:_ZN5Botan9PK_Signer9signatureERNS_21RandomNumberGeneratorE
|
||||
libbotan-2.so.19:_ZN5Botan9PK_SignerC1ERKNS_11Private_KeyERNS_21RandomNumberGeneratorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_16Signature_FormatESD_
|
||||
|
@ -2838,7 +2928,10 @@ libbotan-2.so.19:_ZNK5Botan13DH_PrivateKey23create_key_agreement_opERNS_21Random
|
|||
libbotan-2.so.19:_ZNK5Botan13RSA_PublicKey5get_eEv
|
||||
libbotan-2.so.19:_ZNK5Botan13RSA_PublicKey5get_nEv
|
||||
libbotan-2.so.19:_ZNK5Botan6BigInt13binary_encodeEPh
|
||||
libbotan-2.so.19:_ZNK5Botan6BigInt13to_hex_stringB5cxx11Ev
|
||||
libbotan-2.so.19:_ZNK5Botan6BigInt5bytesEv
|
||||
libbotan-2.so.19:_ZNK5Botan8PointGFp12get_affine_xEv
|
||||
libbotan-2.so.19:_ZNK5Botan8PointGFp12get_affine_yEv
|
||||
libc.so.6:__ctype_b_loc
|
||||
libc.so.6:__ctype_tolower_loc
|
||||
libc.so.6:__cxa_atexit
|
||||
|
@ -2894,6 +2987,7 @@ libminizip.so.1:unzCloseCurrentFile
|
|||
libminizip.so.1:unzGetCurrentFileInfo64
|
||||
libminizip.so.1:unzGoToFirstFile
|
||||
libminizip.so.1:unzGoToNextFile
|
||||
libminizip.so.1:unzLocateFile
|
||||
libminizip.so.1:unzOpen64
|
||||
libminizip.so.1:unzOpenCurrentFile
|
||||
libminizip.so.1:unzReadCurrentFile
|
||||
|
@ -2927,6 +3021,7 @@ libstdc++.so.6:_ZNSolsEi
|
|||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv
|
||||
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm
|
||||
libstdc++.so.6:_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l
|
||||
libstdc++.so.6:_ZSt17__throw_bad_allocv
|
||||
libstdc++.so.6:_ZSt19__throw_logic_errorPKc
|
||||
libstdc++.so.6:_ZSt20__throw_length_errorPKc
|
||||
libstdc++.so.6:_ZSt21ios_base_library_initv
|
||||
|
@ -2946,6 +3041,7 @@ libstdc++.so.6:__cxa_end_catch
|
|||
libstdc++.so.6:__cxa_guard_abort
|
||||
libstdc++.so.6:__cxa_guard_acquire
|
||||
libstdc++.so.6:__cxa_guard_release
|
||||
libstdc++.so.6:__cxa_rethrow
|
||||
libstdc++.so.6:__dynamic_cast
|
||||
libstdc++.so.6:__gxx_personality_v0
|
||||
libusb-1.0.so.0:libusb_attach_kernel_driver
|
||||
|
@ -2959,6 +3055,9 @@ libusb-1.0.so.0:libusb_get_configuration
|
|||
libusb-1.0.so.0:libusb_get_device
|
||||
libusb-1.0.so.0:libusb_get_device_descriptor
|
||||
libusb-1.0.so.0:libusb_get_device_list
|
||||
libusb-1.0.so.0:libusb_handle_events_completed
|
||||
libusb-1.0.so.0:libusb_hotplug_deregister_callback
|
||||
libusb-1.0.so.0:libusb_hotplug_register_callback
|
||||
libusb-1.0.so.0:libusb_init
|
||||
libusb-1.0.so.0:libusb_kernel_driver_active
|
||||
libusb-1.0.so.0:libusb_open
|
||||
|
|
7
packages/k/keepassxc/monitoring.yml
Normal file
7
packages/k/keepassxc/monitoring.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
releases:
|
||||
id: 15656
|
||||
rss: https://github.com/keepassxreboot/keepassxc/tags.atom
|
||||
security:
|
||||
cpe:
|
||||
- vendor: keepassxc
|
||||
product: keepassxc
|
|
@ -1,9 +1,9 @@
|
|||
name : keepassxc
|
||||
version : 2.7.6
|
||||
release : 45
|
||||
version : 2.7.7
|
||||
release : 46
|
||||
homepage : https://keepassxc.org
|
||||
source :
|
||||
- https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz : a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670
|
||||
- https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/keepassxc-2.7.7-src.tar.xz : 58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67
|
||||
license :
|
||||
- BSD-2-Clause
|
||||
- BSD-3-Clause
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<Name>keepassxc</Name>
|
||||
<Homepage>https://keepassxc.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Algent Albrahimi</Name>
|
||||
<Email>algent@protonmail.com</Email>
|
||||
<Name>Tracey Clark</Name>
|
||||
<Email>traceyc.dev@tlcnet.info</Email>
|
||||
</Packager>
|
||||
<License>BSD-2-Clause</License>
|
||||
<License>BSD-3-Clause</License>
|
||||
|
@ -95,12 +95,12 @@
|
|||
</Replaces>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="45">
|
||||
<Date>2023-11-22</Date>
|
||||
<Version>2.7.6</Version>
|
||||
<Update release="46">
|
||||
<Date>2024-03-18</Date>
|
||||
<Version>2.7.7</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Algent Albrahimi</Name>
|
||||
<Email>algent@protonmail.com</Email>
|
||||
<Name>Tracey Clark</Name>
|
||||
<Email>traceyc.dev@tlcnet.info</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
Loading…
Add table
Add a link
Reference in a new issue