diff options
Diffstat (limited to 'sysutils')
207 files changed, 5199 insertions, 616 deletions
diff --git a/sysutils/3mux/Makefile b/sysutils/3mux/Makefile index 79afee3ab573..19193e31bb1b 100644 --- a/sysutils/3mux/Makefile +++ b/sysutils/3mux/Makefile @@ -1,7 +1,7 @@ PORTNAME= 3mux DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/Makefile b/sysutils/Makefile index 51e111d40d20..80113f6d9899 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -432,6 +432,8 @@ SUBDIR += ftwin SUBDIR += fvcool SUBDIR += fwup + SUBDIR += fwupd + SUBDIR += fwupd-efi SUBDIR += fx SUBDIR += g15daemon SUBDIR += gaffitter @@ -733,7 +735,6 @@ SUBDIR += monit SUBDIR += monitord SUBDIR += monitorix - SUBDIR += moor SUBDIR += moreutils SUBDIR += most SUBDIR += mountsmb2 diff --git a/sysutils/alloy/Makefile b/sysutils/alloy/Makefile index d8d296257e32..9482f4e81211 100644 --- a/sysutils/alloy/Makefile +++ b/sysutils/alloy/Makefile @@ -1,7 +1,7 @@ PORTNAME= alloy DISTVERSIONPREFIX= v DISTVERSION= 1.10.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= zach.leslie@grafana.com diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile index 7f998715cc9b..7eade03dbb23 100644 --- a/sysutils/amazon-ssm-agent/Makefile +++ b/sysutils/amazon-ssm-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-agent PORTVERSION= 2.3.1205.0 -PORTREVISION= 32 +PORTREVISION= 34 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org diff --git a/sysutils/amazon-ssm-agent/pkg-install b/sysutils/amazon-ssm-agent/pkg-install index f42d5b710f72..743ffdd91a85 100644 --- a/sysutils/amazon-ssm-agent/pkg-install +++ b/sysutils/amazon-ssm-agent/pkg-install @@ -2,5 +2,9 @@ if [ "$2" = "POST-INSTALL" ]; then echo "Creating ssm-user for SSM Agent Sessions" - pw -R ${PKG_ROOTDIR} useradd ssm-user -G wheel -m + if [ -n "${PKG_METALOG}" ] && \ + pw useradd --help 2>&1 | grep -q -F -- '-M metalog'; then + METALOG="-M ${PKG_METALOG}" + fi + pw ${METALOG} -R ${PKG_ROOTDIR} useradd ssm-user -G wheel -m fi diff --git a/sysutils/amazon-ssm-plugin/Makefile b/sysutils/amazon-ssm-plugin/Makefile index ee43911b4b6d..fda45fe632d3 100644 --- a/sysutils/amazon-ssm-plugin/Makefile +++ b/sysutils/amazon-ssm-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-plugin DISTVERSION= 1.2.707.0 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org diff --git a/sysutils/android-ota-payload-extractor/Makefile b/sysutils/android-ota-payload-extractor/Makefile index 70b2fce03aad..d70df85122af 100644 --- a/sysutils/android-ota-payload-extractor/Makefile +++ b/sysutils/android-ota-payload-extractor/Makefile @@ -1,7 +1,7 @@ PORTNAME= android-ota-payload-extractor DISTVERSIONPREFIX= v DISTVERSION= 1.1 -PORTREVISION= 11 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com diff --git a/sysutils/appjail-devel/Makefile b/sysutils/appjail-devel/Makefile index ad915b85016e..132158d82707 100644 --- a/sysutils/appjail-devel/Makefile +++ b/sysutils/appjail-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= appjail -DISTVERSION= 4.3.1.20250926 +DISTVERSION= 4.4.0.20251016 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -16,7 +16,7 @@ CONFLICTS= appjail USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= AppJail -GH_TAGNAME= 741be10199828e1af3859b651ec21c9fd5b698c5 +GH_TAGNAME= b9bbada7f7122378d985604b108394c6af39af78 MAKE_ARGS= APPJAIL_VERSION=${DISTVERSION}+${GH_TAGNAME} ALL_TARGET= utils-strip diff --git a/sysutils/appjail-devel/distinfo b/sysutils/appjail-devel/distinfo index 0aeeba0aa320..a42955653432 100644 --- a/sysutils/appjail-devel/distinfo +++ b/sysutils/appjail-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758922178 -SHA256 (DtxdF-AppJail-4.3.1.20250926-741be10199828e1af3859b651ec21c9fd5b698c5_GH0.tar.gz) = 146bc1b17b6b8522fae1a97c8c4c930cf54812ac698353c255e59df1e023532e -SIZE (DtxdF-AppJail-4.3.1.20250926-741be10199828e1af3859b651ec21c9fd5b698c5_GH0.tar.gz) = 1022570 +TIMESTAMP = 1760645025 +SHA256 (DtxdF-AppJail-4.4.0.20251016-b9bbada7f7122378d985604b108394c6af39af78_GH0.tar.gz) = 733411b055cf4c7be5a75d4f0af0229651e2dfe65678dad7ada8f76bb025f3da +SIZE (DtxdF-AppJail-4.4.0.20251016-b9bbada7f7122378d985604b108394c6af39af78_GH0.tar.gz) = 1022935 diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile index f8982684df9b..7110bc363520 100644 --- a/sysutils/appjail/Makefile +++ b/sysutils/appjail/Makefile @@ -1,6 +1,6 @@ PORTNAME= appjail DISTVERSIONPREFIX= v -DISTVERSION= 4.3.1 +DISTVERSION= 4.4.0 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/appjail/distinfo b/sysutils/appjail/distinfo index 95387cafbcbc..5601f58fa21a 100644 --- a/sysutils/appjail/distinfo +++ b/sysutils/appjail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758922104 -SHA256 (DtxdF-AppJail-v4.3.1_GH0.tar.gz) = 6322694bf5f6816726d9972729cde4ff5cff64d2892e8966e7839d6a418909b0 -SIZE (DtxdF-AppJail-v4.3.1_GH0.tar.gz) = 1022236 +TIMESTAMP = 1760644881 +SHA256 (DtxdF-AppJail-v4.4.0_GH0.tar.gz) = 5f62c496478be59d9d53643beec69b20a4cf7f6bef664ad82627e36ad2a1d9b0 +SIZE (DtxdF-AppJail-v4.4.0_GH0.tar.gz) = 1022600 diff --git a/sysutils/aptly/Makefile b/sysutils/aptly/Makefile index a9e3855d2f83..3c1843450183 100644 --- a/sysutils/aptly/Makefile +++ b/sysutils/aptly/Makefile @@ -1,7 +1,7 @@ PORTNAME= aptly PORTVERSION= 1.5.0 DISTVERSIONPREFIX=v -PORTREVISION= 28 +PORTREVISION= 30 CATEGORIES= sysutils MAINTAINER= romain@FreeBSD.org diff --git a/sysutils/autorestic/Makefile b/sysutils/autorestic/Makefile index 78f7afa77bda..a91874c7533d 100644 --- a/sysutils/autorestic/Makefile +++ b/sysutils/autorestic/Makefile @@ -1,7 +1,7 @@ PORTNAME= autorestic DISTVERSIONPREFIX= v DISTVERSION= 1.8.3 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/awslim/Makefile b/sysutils/awslim/Makefile index 13c93b3e8d92..79de63110bfe 100644 --- a/sysutils/awslim/Makefile +++ b/sysutils/awslim/Makefile @@ -1,7 +1,7 @@ PORTNAME= awslim DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org diff --git a/sysutils/backrest/Makefile b/sysutils/backrest/Makefile index e50a27bee91a..b93c08b22c2e 100644 --- a/sysutils/backrest/Makefile +++ b/sysutils/backrest/Makefile @@ -1,7 +1,7 @@ PORTNAME= backrest DISTVERSIONPREFIX= v DISTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile index 8585b2cc2dca..aafc3ed4bc6d 100644 --- a/sysutils/bareos-client/Makefile +++ b/sysutils/bareos-client/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -client diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile index 77cb30ce2e53..925f0e9af869 100644 --- a/sysutils/bareos-server/Makefile +++ b/sysutils/bareos-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 24.0.0 -PORTREVISION?= 1 +DISTVERSION= 24.0.5 +PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= -server diff --git a/sysutils/bareos-server/Makefile.common b/sysutils/bareos-server/Makefile.common index 59adba5749c8..712690fbbe33 100644 --- a/sysutils/bareos-server/Makefile.common +++ b/sysutils/bareos-server/Makefile.common @@ -46,6 +46,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d}/*.sample ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d}/ .endfor ${INSTALL_PROGRAM} ${CONFIGURE_WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/core/src/images/bareos_1.png ${STAGEDIR}${PREFIX}/share/pixmaps/bareos-tray-monitor.png + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps + ${INSTALL_DATA} ${WRKSRC}/core/src/images/bareos-logo_128x128.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/bareos-tray-monitor.png + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/core/src/images/bareos-logo.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/bareos-tray-monitor.svg ${INSTALL_DATA} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor.desktop.in ${STAGEDIR}${DESKTOPDIR}/bareos-tray-monitor.desktop .endif diff --git a/sysutils/bareos-server/distinfo b/sysutils/bareos-server/distinfo index 45b4c29b009c..380d2053987e 100644 --- a/sysutils/bareos-server/distinfo +++ b/sysutils/bareos-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734849535 -SHA256 (bareos-bareos-Release-24.0.0_GH0.tar.gz) = 3cfc7e4b13143a9c39173d9e970476c3ba322761504513458552248700b8162d -SIZE (bareos-bareos-Release-24.0.0_GH0.tar.gz) = 13328535 +TIMESTAMP = 1759972761 +SHA256 (bareos-bareos-Release-24.0.5_GH0.tar.gz) = 52bbd9cde1c8a2e7fe7c00fb41215e5add112607de7a2ca77677a28752e7a8d7 +SIZE (bareos-bareos-Release-24.0.5_GH0.tar.gz) = 13392425 diff --git a/sysutils/bareos-traymonitor/Makefile b/sysutils/bareos-traymonitor/Makefile index 62fd2c3f5d58..ebbd801f9eb0 100644 --- a/sysutils/bareos-traymonitor/Makefile +++ b/sysutils/bareos-traymonitor/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Backup archiving recovery open sourced (traymonitor) diff --git a/sysutils/bareos-traymonitor/pkg-plist b/sysutils/bareos-traymonitor/pkg-plist index 1a71281bcaaf..3ac1d1fde94d 100644 --- a/sysutils/bareos-traymonitor/pkg-plist +++ b/sysutils/bareos-traymonitor/pkg-plist @@ -4,4 +4,5 @@ bin/bareos-tray-monitor @sample %%ETCDIR%%/tray-monitor.d/monitor/bareos-mon.conf.sample @sample %%ETCDIR%%/tray-monitor.d/storage/StorageDaemon-local.conf.sample share/applications/bareos-tray-monitor.desktop -share/pixmaps/bareos-tray-monitor.png +share/icons/hicolor/128x128/apps/bareos-tray-monitor.png +share/icons/hicolor/scalable/apps/bareos-tray-monitor.svg diff --git a/sysutils/bareos22-server/Makefile b/sysutils/bareos22-server/Makefile index 856127c768b9..1ef39ee42a52 100644 --- a/sysutils/bareos22-server/Makefile +++ b/sysutils/bareos22-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 22.1.6 +DISTVERSION= 22.1.7 PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # diff --git a/sysutils/bareos22-server/distinfo b/sysutils/bareos22-server/distinfo index 1d43dc7a130a..82c5c8f0cebd 100644 --- a/sysutils/bareos22-server/distinfo +++ b/sysutils/bareos22-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734848781 -SHA256 (bareos-bareos-Release-22.1.6_GH0.tar.gz) = 7ab1547d08a4fb6b1d97b5fae4f62ff1437230ffaa8a3223605fe8e27e2bfb2a -SIZE (bareos-bareos-Release-22.1.6_GH0.tar.gz) = 14758055 +TIMESTAMP = 1759977507 +SHA256 (bareos-bareos-Release-22.1.7_GH0.tar.gz) = b25a351a9458c2698401e2a43438b9b33d82acef7492e65dad6da868c644571f +SIZE (bareos-bareos-Release-22.1.7_GH0.tar.gz) = 14760496 diff --git a/sysutils/bareos23-client/Makefile b/sysutils/bareos23-client/Makefile index 2699aa151193..d72249f62b74 100644 --- a/sysutils/bareos23-client/Makefile +++ b/sysutils/bareos23-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= bareos -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= 23-client COMMENT= Backup archiving recovery open sourced (client) diff --git a/sysutils/bareos23-server/Makefile b/sysutils/bareos23-server/Makefile index 17fc1f1cc4bb..661f99f701c7 100644 --- a/sysutils/bareos23-server/Makefile +++ b/sysutils/bareos23-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 23.1.1 -PORTREVISION?= 1 +DISTVERSION= 23.1.4 +PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= 23-server diff --git a/sysutils/bareos23-server/distinfo b/sysutils/bareos23-server/distinfo index dda6c3c835a2..024a17fe61eb 100644 --- a/sysutils/bareos23-server/distinfo +++ b/sysutils/bareos23-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733553941 -SHA256 (bareos-bareos-Release-23.1.1_GH0.tar.gz) = 468fbe12a509b65ca3de5041a901eb0cf1da5c9a4f1729ca57ed39f45fd428e7 -SIZE (bareos-bareos-Release-23.1.1_GH0.tar.gz) = 14010988 +TIMESTAMP = 1759976047 +SHA256 (bareos-bareos-Release-23.1.4_GH0.tar.gz) = 5e1570034ff9dc1a772ca8de78ebe1c1c44d80ca15a77c94ff924497a6a2ab08 +SIZE (bareos-bareos-Release-23.1.4_GH0.tar.gz) = 14014536 diff --git a/sysutils/bareos23-traymonitor/Makefile b/sysutils/bareos23-traymonitor/Makefile index c1814fcd5f5c..5dc3b1e07172 100644 --- a/sysutils/bareos23-traymonitor/Makefile +++ b/sysutils/bareos23-traymonitor/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= Backup archiving recovery open sourced (traymonitor) diff --git a/sysutils/beats8/Makefile b/sysutils/beats8/Makefile index da43e48b859b..75892a39bdc3 100644 --- a/sysutils/beats8/Makefile +++ b/sysutils/beats8/Makefile @@ -1,7 +1,7 @@ PORTNAME= beats DISTVERSIONPREFIX= v DISTVERSION= 8.14.3 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod PKGNAMESUFFIX?= 8 diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index a902e963f345..e059c3802779 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,6 +1,5 @@ PORTNAME= bottom -DISTVERSION= 0.11.1 -PORTREVISION= 2 +DISTVERSION= 0.11.2 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/bottom/Makefile.crates b/sysutils/bottom/Makefile.crates index 19b0e55eedb8..37984acd7f06 100644 --- a/sysutils/bottom/Makefile.crates +++ b/sysutils/bottom/Makefile.crates @@ -7,48 +7,58 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-parse-0.2.7 \ anstyle-query-1.1.4 \ anstyle-wincon-3.0.10 \ - anyhow-1.0.99 \ + anyhow-1.0.100 \ assert_cmd-2.0.17 \ + atomic-0.6.1 \ autocfg-1.5.0 \ backtrace-0.3.75 \ base64-0.22.1 \ + bit-set-0.5.3 \ + bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.9.1 \ + bitflags-2.9.4 \ + block-buffer-0.10.4 \ bstr-1.12.0 \ + bumpalo-3.19.0 \ + bytemuck-1.23.2 \ byteorder-1.5.0 \ cargo-husky-1.5.0 \ - cassowary-0.3.0 \ castaway-0.2.4 \ - cfg-if-1.0.1 \ + cfg-if-1.0.3 \ cfg_aliases-0.1.1 \ cfg_aliases-0.2.1 \ - clap-4.5.45 \ - clap_builder-4.5.44 \ - clap_complete-4.5.57 \ + clap-4.5.48 \ + clap_builder-4.5.48 \ + clap_complete-4.5.58 \ clap_complete_fig-4.5.2 \ clap_complete_nushell-4.5.8 \ - clap_derive-4.5.45 \ + clap_derive-4.5.47 \ clap_lex-0.7.5 \ clap_mangen-0.2.29 \ colorchoice-1.0.4 \ - compact_str-0.8.1 \ + compact_str-0.9.0 \ concat-string-1.0.1 \ convert_case-0.7.1 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ - crossterm-0.28.1 \ + cpufeatures-0.2.17 \ crossterm-0.29.0 \ crossterm_winapi-0.9.1 \ - ctrlc-3.4.7 \ + crypto-common-0.1.6 \ + csscolorparser-0.6.2 \ + ctrlc-3.5.0 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ - deranged-0.4.0 \ + deltae-0.3.2 \ + deranged-0.5.4 \ derive_more-2.0.1 \ derive_more-impl-2.0.1 \ difflib-0.4.0 \ + digest-0.10.7 \ dirs-6.0.0 \ dirs-sys-0.5.0 \ + dispatch-0.2.0 \ doc-comment-0.3.3 \ document-features-0.2.11 \ downcast-rs-1.2.1 \ @@ -56,46 +66,66 @@ CARGO_CRATES= addr2line-0.24.2 \ either-1.15.0 \ enum-as-inner-0.6.1 \ equivalent-1.0.2 \ - errno-0.3.13 \ + errno-0.3.14 \ + euclid-0.22.11 \ + fancy-regex-0.11.0 \ fastrand-2.3.0 \ fern-0.7.1 \ filedescriptor-0.8.3 \ + finl_unicode-1.3.0 \ + fixedbitset-0.4.2 \ float-cmp-0.10.0 \ fnv-1.0.7 \ foldhash-0.1.5 \ + foldhash-0.2.0 \ + generic-array-0.14.7 \ getrandom-0.2.16 \ + getrandom-0.3.3 \ gimli-0.31.1 \ hashbrown-0.15.5 \ + hashbrown-0.16.0 \ heck-0.5.0 \ - humantime-2.2.0 \ + hex-0.4.3 \ + humantime-2.3.0 \ ident_case-1.0.1 \ - indexmap-2.10.0 \ + indexmap-2.11.4 \ indoc-2.0.6 \ instability-0.3.9 \ is_terminal_polyfill-1.70.1 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ + js-sys-0.3.81 \ + kasuari-0.4.9 \ + lab-0.11.0 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.175 \ - libloading-0.8.8 \ - libredox-0.1.9 \ - linux-raw-sys-0.4.15 \ - linux-raw-sys-0.9.4 \ + libc-0.2.176 \ + libloading-0.8.9 \ + libredox-0.1.10 \ + line-clipping-0.3.3 \ + linux-raw-sys-0.11.0 \ litrs-0.4.2 \ lock_api-0.4.13 \ - log-0.4.27 \ - lru-0.12.5 \ + log-0.4.28 \ + lru-0.14.0 \ + mac_address-1.1.8 \ mach2-0.4.3 \ + mach2-0.5.0 \ memchr-2.7.5 \ + memmem-0.1.1 \ + memoffset-0.9.1 \ + minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ mio-1.0.4 \ nix-0.28.0 \ + nix-0.29.0 \ nix-0.30.1 \ + nom-7.1.3 \ normalize-line-endings-0.3.0 \ ntapi-0.4.1 \ num-conv-0.1.0 \ + num-derive-0.4.2 \ num-traits-0.2.19 \ num_threads-0.1.7 \ nvml-wrapper-0.11.0 \ @@ -106,103 +136,152 @@ CARGO_CRATES= addr2line-0.24.2 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ option-ext-0.2.0 \ + ordered-float-4.6.0 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ - paste-1.0.15 \ + pest-2.8.2 \ + pest_derive-2.8.2 \ + pest_generator-2.8.2 \ + pest_meta-2.8.2 \ + phf-0.11.3 \ + phf_codegen-0.11.3 \ + phf_generator-0.11.3 \ + phf_macros-0.11.3 \ + phf_shared-0.11.3 \ plist-1.7.4 \ + portable-atomic-1.11.1 \ portable-pty-0.9.0 \ powerfmt-0.2.0 \ predicates-3.1.3 \ predicates-core-1.0.9 \ predicates-tree-1.0.12 \ - proc-macro2-1.0.97 \ - quick-xml-0.38.1 \ + proc-macro2-1.0.101 \ + quick-xml-0.38.3 \ quote-1.0.40 \ - ratatui-0.29.0 \ + r-efi-5.3.0 \ + rand-0.8.5 \ + rand_core-0.6.4 \ + ratatui-0.30.0-alpha.5 \ + ratatui-core-0.1.0-alpha.6 \ + ratatui-crossterm-0.1.0-alpha.5 \ + ratatui-macros-0.7.0-alpha.4 \ + ratatui-termwiz-0.1.0-alpha.5 \ + ratatui-widgets-0.3.0-alpha.5 \ redox_syscall-0.5.17 \ redox_users-0.5.2 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ - regex-1.11.1 \ - regex-automata-0.4.9 \ - regex-syntax-0.8.5 \ + regex-1.11.2 \ + regex-automata-0.4.10 \ + regex-syntax-0.8.6 \ roff-0.2.2 \ rustc-demangle-0.1.26 \ - rustix-0.38.44 \ - rustix-1.0.8 \ + rustix-1.1.2 \ rustversion-1.0.22 \ ryu-1.0.20 \ same-file-1.0.6 \ - schemars-0.9.0 \ - schemars_derive-0.9.0 \ + schemars-1.0.4 \ + schemars_derive-1.0.4 \ scopeguard-1.2.0 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ + serde-1.0.226 \ + serde_core-1.0.226 \ + serde_derive-1.0.226 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.142 \ - serde_spanned-0.6.9 \ - serial2-0.2.31 \ + serde_json-1.0.145 \ + serde_spanned-1.0.2 \ + serial2-0.2.33 \ + sha2-0.10.9 \ shared_library-0.1.9 \ shell-words-1.1.0 \ signal-hook-0.3.18 \ signal-hook-mio-0.2.4 \ signal-hook-registry-1.4.6 \ + siphasher-1.0.1 \ smallvec-1.15.1 \ starship-battery-0.10.2 \ static_assertions-1.1.0 \ strsim-0.11.1 \ - strum-0.26.3 \ strum-0.27.2 \ - strum_macros-0.26.4 \ strum_macros-0.27.2 \ - syn-2.0.105 \ - sysctl-0.6.0 \ + syn-1.0.109 \ + syn-2.0.106 \ + sysctl-0.7.1 \ sysinfo-0.37.0 \ - tempfile-3.20.0 \ + tempfile-3.23.0 \ terminal_size-0.4.3 \ + terminfo-0.9.0 \ + termios-0.3.3 \ termtree-0.5.1 \ + termwiz-0.23.3 \ thiserror-1.0.69 \ - thiserror-2.0.14 \ + thiserror-2.0.16 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.14 \ - time-0.3.41 \ - time-core-0.1.4 \ - time-macros-0.2.22 \ + thiserror-impl-2.0.16 \ + time-0.3.44 \ + time-core-0.1.6 \ + time-macros-0.2.24 \ timeless-0.0.14-alpha \ - toml_datetime-0.6.11 \ - toml_edit-0.22.27 \ - toml_write-0.1.2 \ + toml_datetime-0.7.2 \ + toml_edit-0.23.6 \ + toml_parser-1.0.3 \ + toml_writer-1.0.3 \ typenum-1.18.0 \ + ucd-trie-0.1.7 \ unicode-ellipsis-0.3.0 \ - unicode-ident-1.0.18 \ + unicode-ident-1.0.19 \ unicode-segmentation-1.12.0 \ - unicode-truncate-1.1.0 \ - unicode-width-0.1.14 \ + unicode-truncate-2.0.0 \ unicode-width-0.2.0 \ uom-0.37.0 \ utf8parse-0.2.2 \ + uuid-1.18.1 \ + version_check-0.9.5 \ + vtparse-0.6.2 \ wait-timeout-0.2.1 \ walkdir-2.5.0 \ wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.7+wasi-0.2.4 \ + wasip2-1.0.1+wasi-0.2.4 \ + wasm-bindgen-0.2.104 \ + wasm-bindgen-backend-0.2.104 \ + wasm-bindgen-macro-0.2.104 \ + wasm-bindgen-macro-support-0.2.104 \ + wasm-bindgen-shared-0.2.104 \ + wezterm-bidi-0.2.3 \ + wezterm-blob-leases-0.1.1 \ + wezterm-color-types-0.3.0 \ + wezterm-dynamic-0.2.1 \ + wezterm-dynamic-derive-0.1.1 \ + wezterm-input-types-0.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.9 \ + winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.61.3 \ + windows-0.62.0 \ windows-collections-0.2.0 \ + windows-collections-0.3.0 \ windows-core-0.61.2 \ + windows-core-0.62.0 \ windows-future-0.2.1 \ + windows-future-0.3.0 \ windows-implement-0.60.0 \ windows-interface-0.59.1 \ windows-link-0.1.3 \ + windows-link-0.2.0 \ windows-numerics-0.2.0 \ + windows-numerics-0.3.0 \ windows-result-0.3.4 \ + windows-result-0.4.0 \ windows-strings-0.4.2 \ + windows-strings-0.5.0 \ windows-sys-0.59.0 \ windows-sys-0.60.2 \ + windows-sys-0.61.0 \ windows-targets-0.52.6 \ windows-targets-0.53.3 \ windows-threading-0.1.0 \ + windows-threading-0.2.0 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ @@ -219,6 +298,7 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ - winnow-0.7.12 \ + winnow-0.7.13 \ winreg-0.10.1 \ + wit-bindgen-0.46.0 \ wrapcenum-derive-0.4.1 diff --git a/sysutils/bottom/distinfo b/sysutils/bottom/distinfo index dcb2533c3ff3..9ed0d46097e7 100644 --- a/sysutils/bottom/distinfo +++ b/sysutils/bottom/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1755236822 +TIMESTAMP = 1759885306 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -17,56 +17,66 @@ SHA256 (rust/crates/anstyle-query-1.1.4.crate) = 9e231f6134f61b71076a3eab506c379 SIZE (rust/crates/anstyle-query-1.1.4.crate) = 10192 SHA256 (rust/crates/anstyle-wincon-3.0.10.crate) = 3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a SIZE (rust/crates/anstyle-wincon-3.0.10.crate) = 12558 -SHA256 (rust/crates/anyhow-1.0.99.crate) = b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100 -SIZE (rust/crates/anyhow-1.0.99.crate) = 53809 +SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 +SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 SHA256 (rust/crates/assert_cmd-2.0.17.crate) = 2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66 SIZE (rust/crates/assert_cmd-2.0.17.crate) = 26914 +SHA256 (rust/crates/atomic-0.6.1.crate) = a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340 +SIZE (rust/crates/atomic-0.6.1.crate) = 15243 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 +SIZE (rust/crates/bit-set-0.5.3.crate) = 14470 +SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 -SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 +SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 SIZE (rust/crates/bstr-1.12.0.crate) = 351557 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/bytemuck-1.23.2.crate) = 3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677 +SIZE (rust/crates/bytemuck-1.23.2.crate) = 53021 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/cargo-husky-1.5.0.crate) = 7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad SIZE (rust/crates/cargo-husky-1.5.0.crate) = 4526 -SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 -SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 SHA256 (rust/crates/castaway-0.2.4.crate) = dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a SIZE (rust/crates/castaway-0.2.4.crate) = 12546 -SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 -SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/cfg-if-1.0.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 +SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 SHA256 (rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e SIZE (rust/crates/cfg_aliases-0.1.1.crate) = 6009 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/clap-4.5.45.crate) = 1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318 -SIZE (rust/crates/clap-4.5.45.crate) = 58337 -SHA256 (rust/crates/clap_builder-4.5.44.crate) = b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8 -SIZE (rust/crates/clap_builder-4.5.44.crate) = 169799 -SHA256 (rust/crates/clap_complete-4.5.57.crate) = 4d9501bd3f5f09f7bbee01da9a511073ed30a80cd7a509f1214bb74eadea71ad -SIZE (rust/crates/clap_complete-4.5.57.crate) = 48637 +SHA256 (rust/crates/clap-4.5.48.crate) = e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae +SIZE (rust/crates/clap-4.5.48.crate) = 61935 +SHA256 (rust/crates/clap_builder-4.5.48.crate) = c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9 +SIZE (rust/crates/clap_builder-4.5.48.crate) = 170133 +SHA256 (rust/crates/clap_complete-4.5.58.crate) = 75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a +SIZE (rust/crates/clap_complete-4.5.58.crate) = 48645 SHA256 (rust/crates/clap_complete_fig-4.5.2.crate) = d494102c8ff3951810c72baf96910b980fb065ca5d3101243e6a8dc19747c86b SIZE (rust/crates/clap_complete_fig-4.5.2.crate) = 11376 SHA256 (rust/crates/clap_complete_nushell-4.5.8.crate) = 0a0c951694691e65bf9d421d597d68416c22de9632e884c28412cb8cd8b73dce SIZE (rust/crates/clap_complete_nushell-4.5.8.crate) = 35171 -SHA256 (rust/crates/clap_derive-4.5.45.crate) = 14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6 -SIZE (rust/crates/clap_derive-4.5.45.crate) = 33545 +SHA256 (rust/crates/clap_derive-4.5.47.crate) = bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c +SIZE (rust/crates/clap_derive-4.5.47.crate) = 33550 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/clap_mangen-0.2.29.crate) = 27b4c3c54b30f0d9adcb47f25f61fcce35c4dd8916638c6b82fbd5f4fb4179e2 SIZE (rust/crates/clap_mangen-0.2.29.crate) = 16080 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 -SHA256 (rust/crates/compact_str-0.8.1.crate) = 3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32 -SIZE (rust/crates/compact_str-0.8.1.crate) = 71371 +SHA256 (rust/crates/compact_str-0.9.0.crate) = 3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a +SIZE (rust/crates/compact_str-0.9.0.crate) = 72135 SHA256 (rust/crates/concat-string-1.0.1.crate) = 7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609 SIZE (rust/crates/concat-string-1.0.1.crate) = 7438 SHA256 (rust/crates/convert_case-0.7.1.crate) = bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7 @@ -75,32 +85,42 @@ SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81 SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 -SHA256 (rust/crates/crossterm-0.28.1.crate) = 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 -SIZE (rust/crates/crossterm-0.28.1.crate) = 132275 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 SHA256 (rust/crates/crossterm-0.29.0.crate) = d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b SIZE (rust/crates/crossterm-0.29.0.crate) = 136635 SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 -SHA256 (rust/crates/ctrlc-3.4.7.crate) = 46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73 -SIZE (rust/crates/ctrlc-3.4.7.crate) = 14606 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/csscolorparser-0.6.2.crate) = eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf +SIZE (rust/crates/csscolorparser-0.6.2.crate) = 16859 +SHA256 (rust/crates/ctrlc-3.5.0.crate) = 881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3 +SIZE (rust/crates/ctrlc-3.5.0.crate) = 13886 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 -SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e -SIZE (rust/crates/deranged-0.4.0.crate) = 23235 +SHA256 (rust/crates/deltae-0.3.2.crate) = 5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4 +SIZE (rust/crates/deltae-0.3.2.crate) = 1918626 +SHA256 (rust/crates/deranged-0.5.4.crate) = a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071 +SIZE (rust/crates/deranged-0.5.4.crate) = 24461 SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 SIZE (rust/crates/derive_more-2.0.1.crate) = 70127 SHA256 (rust/crates/derive_more-impl-2.0.1.crate) = bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3 SIZE (rust/crates/derive_more-impl-2.0.1.crate) = 78233 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e SIZE (rust/crates/dirs-6.0.0.crate) = 14190 SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 +SHA256 (rust/crates/dispatch-0.2.0.crate) = bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b +SIZE (rust/crates/dispatch-0.2.0.crate) = 10229 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/document-features-0.2.11.crate) = 95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d @@ -115,34 +135,52 @@ SHA256 (rust/crates/enum-as-inner-0.6.1.crate) = a1e6a265c649f3f5979b601d26f1d05 SIZE (rust/crates/enum-as-inner-0.6.1.crate) = 12190 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad -SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb +SIZE (rust/crates/errno-0.3.14.crate) = 12002 +SHA256 (rust/crates/euclid-0.22.11.crate) = ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48 +SIZE (rust/crates/euclid-0.22.11.crate) = 79261 +SHA256 (rust/crates/fancy-regex-0.11.0.crate) = b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2 +SIZE (rust/crates/fancy-regex-0.11.0.crate) = 82918 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fern-0.7.1.crate) = 4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29 SIZE (rust/crates/fern-0.7.1.crate) = 304533 SHA256 (rust/crates/filedescriptor-0.8.3.crate) = e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d SIZE (rust/crates/filedescriptor-0.8.3.crate) = 12635 +SHA256 (rust/crates/finl_unicode-1.3.0.crate) = 94c970b525906eb37d3940083aa65b95e481fc1857d467d13374e1d925cfc163 +SIZE (rust/crates/finl_unicode-1.3.0.crate) = 69505 +SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 +SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 SHA256 (rust/crates/float-cmp-0.10.0.crate) = b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8 SIZE (rust/crates/float-cmp-0.10.0.crate) = 10702 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 +SHA256 (rust/crates/foldhash-0.2.0.crate) = 77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb +SIZE (rust/crates/foldhash-0.2.0.crate) = 23329 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 +SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d +SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f -SIZE (rust/crates/humantime-2.2.0.crate) = 20646 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/humantime-2.3.0.crate) = 135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424 +SIZE (rust/crates/humantime-2.3.0.crate) = 23242 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 -SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 -SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 +SHA256 (rust/crates/indexmap-2.11.4.crate) = 4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5 +SIZE (rust/crates/indexmap-2.11.4.crate) = 100302 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd SIZE (rust/crates/indoc-2.0.6.crate) = 17164 SHA256 (rust/crates/instability-0.3.9.crate) = 435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a @@ -155,46 +193,68 @@ SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aab SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/js-sys-0.3.81.crate) = ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305 +SIZE (rust/crates/js-sys-0.3.81.crate) = 56399 +SHA256 (rust/crates/kasuari-0.4.9.crate) = 12a3d6645acdef96d256c1f9fd3be7ecfa60d8457520a50bbd1600b6053f8173 +SIZE (rust/crates/kasuari-0.4.9.crate) = 31789 +SHA256 (rust/crates/lab-0.11.0.crate) = bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f +SIZE (rust/crates/lab-0.11.0.crate) = 15140 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 -SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 -SIZE (rust/crates/libloading-0.8.8.crate) = 31345 -SHA256 (rust/crates/libredox-0.1.9.crate) = 391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3 -SIZE (rust/crates/libredox-0.1.9.crate) = 7281 -SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab -SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 -SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 -SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/libc-0.2.176.crate) = 58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174 +SIZE (rust/crates/libc-0.2.176.crate) = 790040 +SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 +SIZE (rust/crates/libloading-0.8.9.crate) = 30222 +SHA256 (rust/crates/libredox-0.1.10.crate) = 416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb +SIZE (rust/crates/libredox-0.1.10.crate) = 7332 +SHA256 (rust/crates/line-clipping-0.3.3.crate) = 51a1679740111eb63b7b4cb3c97b1d5d9f82e142292a25edcfdb4120a48b3880 +SIZE (rust/crates/line-clipping-0.3.3.crate) = 15086 +SHA256 (rust/crates/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 +SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 SHA256 (rust/crates/litrs-0.4.2.crate) = f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed SIZE (rust/crates/litrs-0.4.2.crate) = 43399 SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 -SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 -SIZE (rust/crates/log-0.4.27.crate) = 48120 -SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 -SIZE (rust/crates/lru-0.12.5.crate) = 16047 +SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 +SIZE (rust/crates/log-0.4.28.crate) = 51131 +SHA256 (rust/crates/lru-0.14.0.crate) = 9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198 +SIZE (rust/crates/lru-0.14.0.crate) = 16345 +SHA256 (rust/crates/mac_address-1.1.8.crate) = c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303 +SIZE (rust/crates/mac_address-1.1.8.crate) = 12876 SHA256 (rust/crates/mach2-0.4.3.crate) = d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44 SIZE (rust/crates/mach2-0.4.3.crate) = 22180 +SHA256 (rust/crates/mach2-0.5.0.crate) = 6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea +SIZE (rust/crates/mach2-0.5.0.crate) = 24405 SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memmem-0.1.1.crate) = a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15 +SIZE (rust/crates/memmem-0.1.1.crate) = 10665 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/nix-0.28.0.crate) = ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4 SIZE (rust/crates/nix-0.28.0.crate) = 311086 +SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 +SIZE (rust/crates/nix-0.29.0.crate) = 318248 SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 SIZE (rust/crates/nix-0.30.1.crate) = 342015 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/num-derive-0.4.2.crate) = ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202 +SIZE (rust/crates/num-derive-0.4.2.crate) = 14709 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 @@ -215,14 +275,34 @@ SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/ordered-float-4.6.0.crate) = 7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951 +SIZE (rust/crates/ordered-float-4.6.0.crate) = 23633 SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 -SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a -SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pest-2.8.2.crate) = 21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8 +SIZE (rust/crates/pest-2.8.2.crate) = 130430 +SHA256 (rust/crates/pest_derive-2.8.2.crate) = bc58706f770acb1dbd0973e6530a3cff4746fb721207feb3a8a6064cd0b6c663 +SIZE (rust/crates/pest_derive-2.8.2.crate) = 42335 +SHA256 (rust/crates/pest_generator-2.8.2.crate) = 6d4f36811dfe07f7b8573462465d5cb8965fffc2e71ae377a33aecf14c2c9a2f +SIZE (rust/crates/pest_generator-2.8.2.crate) = 18669 +SHA256 (rust/crates/pest_meta-2.8.2.crate) = 42919b05089acbd0a5dcd5405fb304d17d1053847b81163d09c4ad18ce8e8420 +SIZE (rust/crates/pest_meta-2.8.2.crate) = 42952 +SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 +SIZE (rust/crates/phf-0.11.3.crate) = 23231 +SHA256 (rust/crates/phf_codegen-0.11.3.crate) = aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a +SIZE (rust/crates/phf_codegen-0.11.3.crate) = 13741 +SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d +SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 +SHA256 (rust/crates/phf_macros-0.11.3.crate) = f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216 +SIZE (rust/crates/phf_macros-0.11.3.crate) = 18436 +SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 +SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 SHA256 (rust/crates/plist-1.7.4.crate) = 3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1 SIZE (rust/crates/plist-1.7.4.crate) = 103748 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/portable-pty-0.9.0.crate) = b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e SIZE (rust/crates/portable-pty-0.9.0.crate) = 29466 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -233,14 +313,30 @@ SHA256 (rust/crates/predicates-core-1.0.9.crate) = 727e462b119fe9c93fd0eb1429a5f SIZE (rust/crates/predicates-core-1.0.9.crate) = 8618 SHA256 (rust/crates/predicates-tree-1.0.12.crate) = 72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c SIZE (rust/crates/predicates-tree-1.0.12.crate) = 8392 -SHA256 (rust/crates/proc-macro2-1.0.97.crate) = d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1 -SIZE (rust/crates/proc-macro2-1.0.97.crate) = 52865 -SHA256 (rust/crates/quick-xml-0.38.1.crate) = 9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4 -SIZE (rust/crates/quick-xml-0.38.1.crate) = 201181 +SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de +SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 +SHA256 (rust/crates/quick-xml-0.38.3.crate) = 42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89 +SIZE (rust/crates/quick-xml-0.38.3.crate) = 204498 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/ratatui-0.29.0.crate) = eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b -SIZE (rust/crates/ratatui-0.29.0.crate) = 543514 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/ratatui-0.30.0-alpha.5.crate) = 71365e96fb8f1350c02908e788815c5a57c0c1f557673b274a94edee7a4fe001 +SIZE (rust/crates/ratatui-0.30.0-alpha.5.crate) = 69507 +SHA256 (rust/crates/ratatui-core-0.1.0-alpha.6.crate) = f836b2eac888da74162b680a8facdbe784ae73df3b0f711eef74bb90a7477f78 +SIZE (rust/crates/ratatui-core-0.1.0-alpha.6.crate) = 149836 +SHA256 (rust/crates/ratatui-crossterm-0.1.0-alpha.5.crate) = 22f4a90548bf8ed759d226d621d73561110db23aee7b7dc4e12c39ac7132062f +SIZE (rust/crates/ratatui-crossterm-0.1.0-alpha.5.crate) = 15464 +SHA256 (rust/crates/ratatui-macros-0.7.0-alpha.4.crate) = 1f4c660248a5a9edf95698cf33dc36a82ae48a918594480cdada340d81584e0b +SIZE (rust/crates/ratatui-macros-0.7.0-alpha.4.crate) = 16582 +SHA256 (rust/crates/ratatui-termwiz-0.1.0-alpha.5.crate) = 4cbb5d7645e56f06ead2a49a72b9cc05022f0b215ec7cdf39d37ed94e9a73d69 +SIZE (rust/crates/ratatui-termwiz-0.1.0-alpha.5.crate) = 17244 +SHA256 (rust/crates/ratatui-widgets-0.3.0-alpha.5.crate) = 388428527811be6da3e23157d951308d9eae4ce1b4d1d545a55673bbcdfb7326 +SIZE (rust/crates/ratatui-widgets-0.3.0-alpha.5.crate) = 208052 SHA256 (rust/crates/redox_syscall-0.5.17.crate) = 5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77 SIZE (rust/crates/redox_syscall-0.5.17.crate) = 30002 SHA256 (rust/crates/redox_users-0.5.2.crate) = a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac @@ -249,44 +345,46 @@ SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2b SIZE (rust/crates/ref-cast-1.0.24.crate) = 15252 SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7 SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 -SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 -SIZE (rust/crates/regex-1.11.1.crate) = 254170 -SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 -SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 -SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c -SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 +SIZE (rust/crates/regex-1.11.2.crate) = 166265 +SHA256 (rust/crates/regex-automata-0.4.10.crate) = 6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6 +SIZE (rust/crates/regex-automata-0.4.10.crate) = 622754 +SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 +SIZE (rust/crates/regex-syntax-0.8.6.crate) = 358808 SHA256 (rust/crates/roff-0.2.2.crate) = 88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3 SIZE (rust/crates/roff-0.2.2.crate) = 11648 SHA256 (rust/crates/rustc-demangle-0.1.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 -SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 -SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 -SIZE (rust/crates/rustix-1.0.8.crate) = 416688 +SHA256 (rust/crates/rustix-1.1.2.crate) = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e +SIZE (rust/crates/rustix-1.1.2.crate) = 422717 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f -SIZE (rust/crates/schemars-0.9.0.crate) = 80032 -SHA256 (rust/crates/schemars_derive-0.9.0.crate) = 5016d94c77c6d32f0b8e08b781f7dc8a90c2007d4e77472cc2807bc10a8438fe -SIZE (rust/crates/schemars_derive-0.9.0.crate) = 25241 +SHA256 (rust/crates/schemars-1.0.4.crate) = 82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0 +SIZE (rust/crates/schemars-1.0.4.crate) = 88282 +SHA256 (rust/crates/schemars_derive-1.0.4.crate) = 33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80 +SIZE (rust/crates/schemars_derive-1.0.4.crate) = 31126 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 -SIZE (rust/crates/serde-1.0.219.crate) = 78983 -SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 -SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde-1.0.226.crate) = 0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd +SIZE (rust/crates/serde-1.0.226.crate) = 28484 +SHA256 (rust/crates/serde_core-1.0.226.crate) = ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4 +SIZE (rust/crates/serde_core-1.0.226.crate) = 63014 +SHA256 (rust/crates/serde_derive-1.0.226.crate) = 8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33 +SIZE (rust/crates/serde_derive-1.0.226.crate) = 58702 SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 -SHA256 (rust/crates/serde_json-1.0.142.crate) = 030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7 -SIZE (rust/crates/serde_json-1.0.142.crate) = 155363 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 -SHA256 (rust/crates/serial2-0.2.31.crate) = 26e1e5956803a69ddd72ce2de337b577898801528749565def03515f82bad5bb -SIZE (rust/crates/serial2-0.2.31.crate) = 34139 +SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c +SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 +SHA256 (rust/crates/serde_spanned-1.0.2.crate) = 5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee +SIZE (rust/crates/serde_spanned-1.0.2.crate) = 11032 +SHA256 (rust/crates/serial2-0.2.33.crate) = 8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c +SIZE (rust/crates/serial2-0.2.33.crate) = 34092 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/shared_library-0.1.9.crate) = 5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11 SIZE (rust/crates/shared_library-0.1.9.crate) = 10566 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde @@ -297,6 +395,8 @@ SHA256 (rust/crates/signal-hook-mio-0.2.4.crate) = 34db1a06d485c9142248b7a054f03 SIZE (rust/crates/signal-hook-mio-0.2.4.crate) = 9314 SHA256 (rust/crates/signal-hook-registry-1.4.6.crate) = b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b SIZE (rust/crates/signal-hook-registry-1.4.6.crate) = 19277 +SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d +SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/starship-battery-0.10.2.crate) = 5b781e3db6801873ce18c19041da668920c46223cdc7059ea20e2f8fe1ba85a2 @@ -305,110 +405,168 @@ SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1 SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 -SIZE (rust/crates/strum-0.26.3.crate) = 7237 SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf SIZE (rust/crates/strum-0.27.2.crate) = 8489 -SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be -SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 -SHA256 (rust/crates/syn-2.0.105.crate) = 7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619 -SIZE (rust/crates/syn-2.0.105.crate) = 299882 -SHA256 (rust/crates/sysctl-0.6.0.crate) = 01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc -SIZE (rust/crates/sysctl-0.6.0.crate) = 18829 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 +SIZE (rust/crates/syn-2.0.106.crate) = 301514 +SHA256 (rust/crates/sysctl-0.7.1.crate) = cca424247104946a59dacd27eaad296223b7feec3d168a6dd04585183091eb0b +SIZE (rust/crates/sysctl-0.7.1.crate) = 18813 SHA256 (rust/crates/sysinfo-0.37.0.crate) = 07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753 SIZE (rust/crates/sysinfo-0.37.0.crate) = 215610 -SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 -SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/tempfile-3.23.0.crate) = 2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16 +SIZE (rust/crates/tempfile-3.23.0.crate) = 43063 SHA256 (rust/crates/terminal_size-0.4.3.crate) = 60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0 SIZE (rust/crates/terminal_size-0.4.3.crate) = 10686 +SHA256 (rust/crates/terminfo-0.9.0.crate) = d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662 +SIZE (rust/crates/terminfo-0.9.0.crate) = 45420 +SHA256 (rust/crates/termios-0.3.3.crate) = 411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b +SIZE (rust/crates/termios-0.3.3.crate) = 17103 SHA256 (rust/crates/termtree-0.5.1.crate) = 8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683 SIZE (rust/crates/termtree-0.5.1.crate) = 8498 +SHA256 (rust/crates/termwiz-0.23.3.crate) = 4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7 +SIZE (rust/crates/termwiz-0.23.3.crate) = 400004 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.14.crate) = 0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e -SIZE (rust/crates/thiserror-2.0.14.crate) = 29021 +SHA256 (rust/crates/thiserror-2.0.16.crate) = 3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0 +SIZE (rust/crates/thiserror-2.0.16.crate) = 29095 SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 -SHA256 (rust/crates/thiserror-impl-2.0.14.crate) = cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227 -SIZE (rust/crates/thiserror-impl-2.0.14.crate) = 21219 -SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 -SIZE (rust/crates/time-0.3.41.crate) = 138369 -SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c -SIZE (rust/crates/time-core-0.1.4.crate) = 8422 -SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 -SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 +SHA256 (rust/crates/thiserror-impl-2.0.16.crate) = 6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960 +SIZE (rust/crates/thiserror-impl-2.0.16.crate) = 21214 +SHA256 (rust/crates/time-0.3.44.crate) = 91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d +SIZE (rust/crates/time-0.3.44.crate) = 143200 +SHA256 (rust/crates/time-core-0.1.6.crate) = 40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b +SIZE (rust/crates/time-core-0.1.6.crate) = 9105 +SHA256 (rust/crates/time-macros-0.2.24.crate) = 30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3 +SIZE (rust/crates/time-macros-0.2.24.crate) = 24715 SHA256 (rust/crates/timeless-0.0.14-alpha.crate) = 04121e3f47427f2604066a4c4af25102e6c5794b167f6dee85958898ebf7f131 SIZE (rust/crates/timeless-0.0.14-alpha.crate) = 11172 -SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c -SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a -SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 -SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml_datetime-0.7.2.crate) = 32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1 +SIZE (rust/crates/toml_datetime-0.7.2.crate) = 17859 +SHA256 (rust/crates/toml_edit-0.23.6.crate) = f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b +SIZE (rust/crates/toml_edit-0.23.6.crate) = 65753 +SHA256 (rust/crates/toml_parser-1.0.3.crate) = 4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627 +SIZE (rust/crates/toml_parser-1.0.3.crate) = 34982 +SHA256 (rust/crates/toml_writer-1.0.3.crate) = d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109 +SIZE (rust/crates/toml_writer-1.0.3.crate) = 17173 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 +SIZE (rust/crates/ucd-trie-0.1.7.crate) = 46795 SHA256 (rust/crates/unicode-ellipsis-0.3.0.crate) = 34ed7a61d66ae6471dc2fa895bc9c30c3351760c95e8c7afeb978acab3ccf04b SIZE (rust/crates/unicode-ellipsis-0.3.0.crate) = 13589 -SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 -SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-ident-1.0.19.crate) = f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d +SIZE (rust/crates/unicode-ident-1.0.19.crate) = 47480 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 -SHA256 (rust/crates/unicode-truncate-1.1.0.crate) = b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf -SIZE (rust/crates/unicode-truncate-1.1.0.crate) = 12529 -SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af -SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 +SHA256 (rust/crates/unicode-truncate-2.0.0.crate) = 8fbf03860ff438702f3910ca5f28f8dac63c1c11e7efb5012b8b175493606330 +SIZE (rust/crates/unicode-truncate-2.0.0.crate) = 12904 SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/uom-0.37.0.crate) = cd5cfe7d84f6774726717f358a37f5bca8fca273bed4de40604ad129d1107b49 SIZE (rust/crates/uom-0.37.0.crate) = 157278 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/uuid-1.18.1.crate) = 2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2 +SIZE (rust/crates/uuid-1.18.1.crate) = 60468 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/vtparse-0.6.2.crate) = 6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0 +SIZE (rust/crates/vtparse-0.6.2.crate) = 11448 SHA256 (rust/crates/wait-timeout-0.2.1.crate) = 09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11 SIZE (rust/crates/wait-timeout-0.2.1.crate) = 11435 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.7+wasi-0.2.4.crate) = 883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c +SIZE (rust/crates/wasi-0.14.7+wasi-0.2.4.crate) = 18219 +SHA256 (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7 +SIZE (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 132087 +SHA256 (rust/crates/wasm-bindgen-0.2.104.crate) = c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d +SIZE (rust/crates/wasm-bindgen-0.2.104.crate) = 47345 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.104.crate) = 671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19 +SIZE (rust/crates/wasm-bindgen-backend-0.2.104.crate) = 32230 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.104.crate) = 7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119 +SIZE (rust/crates/wasm-bindgen-macro-0.2.104.crate) = 9390 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.104.crate) = 9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.104.crate) = 26411 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.104.crate) = bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1 +SIZE (rust/crates/wasm-bindgen-shared-0.2.104.crate) = 9057 +SHA256 (rust/crates/wezterm-bidi-0.2.3.crate) = 0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec +SIZE (rust/crates/wezterm-bidi-0.2.3.crate) = 73214 +SHA256 (rust/crates/wezterm-blob-leases-0.1.1.crate) = 692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7 +SIZE (rust/crates/wezterm-blob-leases-0.1.1.crate) = 9305 +SHA256 (rust/crates/wezterm-color-types-0.3.0.crate) = 7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296 +SIZE (rust/crates/wezterm-color-types-0.3.0.crate) = 14631 +SHA256 (rust/crates/wezterm-dynamic-0.2.1.crate) = 5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac +SIZE (rust/crates/wezterm-dynamic-0.2.1.crate) = 11528 +SHA256 (rust/crates/wezterm-dynamic-derive-0.1.1.crate) = 46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b +SIZE (rust/crates/wezterm-dynamic-derive-0.1.1.crate) = 6960 +SHA256 (rust/crates/wezterm-input-types-0.1.0.crate) = 7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e +SIZE (rust/crates/wezterm-input-types-0.1.0.crate) = 16748 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb -SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 SIZE (rust/crates/windows-0.61.3.crate) = 9372520 +SHA256 (rust/crates/windows-0.62.0.crate) = 9579d0e6970fd5250aa29aba5994052385ff55cf7b28a059e484bb79ea842e42 +SIZE (rust/crates/windows-0.62.0.crate) = 9361442 SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 +SHA256 (rust/crates/windows-collections-0.3.0.crate) = a90dd7a7b86859ec4cdf864658b311545ef19dbcf17a672b52ab7cefe80c336f +SIZE (rust/crates/windows-collections-0.3.0.crate) = 13558 SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-core-0.62.0.crate) = 57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c +SIZE (rust/crates/windows-core-0.62.0.crate) = 36955 SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 +SHA256 (rust/crates/windows-future-0.3.0.crate) = b2194dee901458cb79e1148a4e9aac2b164cc95fa431891e7b296ff0b2f1d8a6 +SIZE (rust/crates/windows-future-0.3.0.crate) = 17988 SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-link-0.2.0.crate) = 45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65 +SIZE (rust/crates/windows-link-0.2.0.crate) = 6170 SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 +SHA256 (rust/crates/windows-numerics-0.3.0.crate) = 2ce3498fe0aba81e62e477408383196b4b0363db5e0c27646f932676283b43d8 +SIZE (rust/crates/windows-numerics-0.3.0.crate) = 9786 SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-result-0.4.0.crate) = 7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f +SIZE (rust/crates/windows-result-0.4.0.crate) = 13420 SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 +SHA256 (rust/crates/windows-strings-0.5.0.crate) = 7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda +SIZE (rust/crates/windows-strings-0.5.0.crate) = 13992 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-sys-0.61.0.crate) = e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa +SIZE (rust/crates/windows-sys-0.61.0.crate) = 2517134 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 SHA256 (rust/crates/windows-targets-0.53.3.crate) = d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91 SIZE (rust/crates/windows-targets-0.53.3.crate) = 7099 SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 +SHA256 (rust/crates/windows-threading-0.2.0.crate) = ab47f085ad6932defa48855254c758cdd0e2f2d48e62a34118a268d8f345e118 +SIZE (rust/crates/windows-threading-0.2.0.crate) = 9777 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 @@ -441,11 +599,13 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 -SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 -SIZE (rust/crates/winnow-0.7.12.crate) = 174403 +SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf +SIZE (rust/crates/winnow-0.7.13.crate) = 174454 SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d SIZE (rust/crates/winreg-0.10.1.crate) = 25725 +SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 +SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 SHA256 (rust/crates/wrapcenum-derive-0.4.1.crate) = a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e SIZE (rust/crates/wrapcenum-derive-0.4.1.crate) = 7400 -SHA256 (ClementTsang-bottom-0.11.1_GH0.tar.gz) = 0095ea9edb386ad7c49d845176314097713661d22ec42314e3be46426bc769ee -SIZE (ClementTsang-bottom-0.11.1_GH0.tar.gz) = 3276689 +SHA256 (ClementTsang-bottom-0.11.2_GH0.tar.gz) = 213fbea68a315e012a0ab37e3382a287f0424675a47de04801aef4758458e64b +SIZE (ClementTsang-bottom-0.11.2_GH0.tar.gz) = 3287253 diff --git a/sysutils/bottom/files/patch-src_collection_processes_unix_process__ext.rs b/sysutils/bottom/files/patch-src_collection_processes_unix_process__ext.rs deleted file mode 100644 index ab1b26f46c4a..000000000000 --- a/sysutils/bottom/files/patch-src_collection_processes_unix_process__ext.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/collection/processes/unix/process_ext.rs.orig 2025-09-17 11:38:11 UTC -+++ src/collection/processes/unix/process_ext.rs -@@ -179,7 +179,7 @@ fn convert_process_status_to_char(status: ProcessStatu - _ => '?' - } - } else if #[cfg(target_os = "freebsd")] { -- const fn assert_u8(val: i8) -> u8 { -+ const fn assert_u8(val: libc::c_char) -> u8 { - if val < 0 { panic!("there was an invalid i8 constant that is supposed to be a char") } else { val as u8 } - } - diff --git a/sysutils/brename/Makefile b/sysutils/brename/Makefile index ade21d3e41e6..345b54026a98 100644 --- a/sysutils/brename/Makefile +++ b/sysutils/brename/Makefile @@ -1,7 +1,7 @@ PORTNAME= brename DISTVERSIONPREFIX= v DISTVERSION= 2.14.0 -PORTREVISION= 14 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/cbsd-mq-api/Makefile b/sysutils/cbsd-mq-api/Makefile index c8b5565feea8..08eb64e18c7d 100644 --- a/sysutils/cbsd-mq-api/Makefile +++ b/sysutils/cbsd-mq-api/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd-mq-api DISTVERSION= 0.5 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= fbsd-ports@convectix.com diff --git a/sysutils/cbsd-mq-router/Makefile b/sysutils/cbsd-mq-router/Makefile index 25b9fa8282ba..0a0a6110c040 100644 --- a/sysutils/cbsd-mq-router/Makefile +++ b/sysutils/cbsd-mq-router/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd-mq-router PORTVERSION= 0.2 -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index ea4f41aab35d..34c657f32bd3 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,7 +1,7 @@ PORTNAME= chaoskube PORTVERSION= 0.36.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index 8d497cba428d..cf7ef3fb9376 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -1,7 +1,7 @@ PORTNAME= chezmoi DISTVERSIONPREFIX= v DISTVERSION= 2.50.0 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= sysutils EXTRACT_ONLY= ${_DISTFILES:N*.js} diff --git a/sysutils/conmon/Makefile b/sysutils/conmon/Makefile index be0c4c61fd59..9210a3b8591a 100644 --- a/sysutils/conmon/Makefile +++ b/sysutils/conmon/Makefile @@ -1,7 +1,7 @@ PORTNAME= conmon DISTVERSIONPREFIX= v DISTVERSION= 2.1.13 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/consul-alerts/Makefile b/sysutils/consul-alerts/Makefile index bf4d1c680996..3ff7c03767f8 100644 --- a/sysutils/consul-alerts/Makefile +++ b/sysutils/consul-alerts/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-alerts PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/sysutils/consul-replicate/Makefile b/sysutils/consul-replicate/Makefile index a41a68837750..e7b399dc95b5 100644 --- a/sysutils/consul-replicate/Makefile +++ b/sysutils/consul-replicate/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-replicate PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 0c1eb69c7a56..62d198cea7a2 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,6 +1,7 @@ PORTNAME= consul DISTVERSIONPREFIX= v DISTVERSION= 1.21.5 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ diff --git a/sysutils/consul_exporter/Makefile b/sysutils/consul_exporter/Makefile index 9e9677a78c6c..71ae816f42d3 100644 --- a/sysutils/consul_exporter/Makefile +++ b/sysutils/consul_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul_exporter PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= t.tom@succont.de diff --git a/sysutils/coreos-ct/Makefile b/sysutils/coreos-ct/Makefile index bc6360c3ee89..3e92ed5e91d1 100644 --- a/sysutils/coreos-ct/Makefile +++ b/sysutils/coreos-ct/Makefile @@ -1,7 +1,7 @@ PORTNAME= coreos-ct PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/sysutils/ctop/Makefile b/sysutils/ctop/Makefile index 0508a21cf2b4..0262a8311173 100644 --- a/sysutils/ctop/Makefile +++ b/sysutils/ctop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ctop DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 28 +PORTREVISION= 30 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/debhelper/Makefile b/sysutils/debhelper/Makefile index 9b736e01a120..69eda1766f0e 100644 --- a/sysutils/debhelper/Makefile +++ b/sysutils/debhelper/Makefile @@ -1,5 +1,5 @@ PORTNAME= debhelper -PORTVERSION= 13.26 +PORTVERSION= 13.28 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= debhelper_${PORTVERSION} diff --git a/sysutils/debhelper/distinfo b/sysutils/debhelper/distinfo index 4d7a80f5613f..3c81c161144b 100644 --- a/sysutils/debhelper/distinfo +++ b/sysutils/debhelper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120536 -SHA256 (debhelper_13.26.tar.xz) = 207f10eea4115903131671b80ba70ca5cf59b3b3628c3f7ce036c99ca2e78ded -SIZE (debhelper_13.26.tar.xz) = 633844 +TIMESTAMP = 1759816570 +SHA256 (debhelper_13.28.tar.xz) = f1ff36f62abf89ba0c2d83c965755ab833933118a503bfadeb3b774460eb8ecb +SIZE (debhelper_13.28.tar.xz) = 634756 diff --git a/sysutils/debhelper/pkg-plist b/sysutils/debhelper/pkg-plist index d5d300813516..a88f99bd0d37 100644 --- a/sysutils/debhelper/pkg-plist +++ b/sysutils/debhelper/pkg-plist @@ -132,7 +132,6 @@ bin/prerm-wm %%SITE_PERL%%/Debian/Debhelper/Buildsystem/python_distutils.pm %%SITE_PERL%%/Debian/Debhelper/Buildsystem/qmake.pm %%SITE_PERL%%/Debian/Debhelper/Buildsystem/qmake6.pm -%%SITE_PERL%%/Debian/Debhelper/Buildsystem/qmake_qt4.pm %%SITE_PERL%%/Debian/Debhelper/Dh_Buildsystems.pm %%SITE_PERL%%/Debian/Debhelper/Dh_Getopt.pm %%SITE_PERL%%/Debian/Debhelper/Dh_Lib.pm diff --git a/sysutils/diffoci/Makefile b/sysutils/diffoci/Makefile index 71e031218011..8d6467c4cdf8 100644 --- a/sysutils/diffoci/Makefile +++ b/sysutils/diffoci/Makefile @@ -1,7 +1,7 @@ PORTNAME= diffoci PORTVERSION= 0.1.7 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 990e0884f63a..948b319cd8c2 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,7 +1,7 @@ PORTNAME= direnv DISTVERSIONPREFIX= v DISTVERSION= 2.35.0 -PORTREVISION= 9 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= bdrewery@FreeBSD.org diff --git a/sysutils/docker-credential-pass/Makefile b/sysutils/docker-credential-pass/Makefile index 0fd1732f333c..9632e4089a32 100644 --- a/sysutils/docker-credential-pass/Makefile +++ b/sysutils/docker-credential-pass/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-credential-pass DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/docker-machine/Makefile b/sysutils/docker-machine/Makefile index 8e66dcda8512..801265611b7b 100644 --- a/sysutils/docker-machine/Makefile +++ b/sysutils/docker-machine/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-machine PORTVERSION= 0.16.2 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/docker-registry/Makefile b/sysutils/docker-registry/Makefile index da9827057678..fef4f821482d 100644 --- a/sysutils/docker-registry/Makefile +++ b/sysutils/docker-registry/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-registry PORTVERSION= 2.8.3 DISTVERSIONPREFIX=v -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= freebsd@yapsoft.it diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile index cf23a92b3bb1..bd04ef2c15b6 100644 --- a/sysutils/docker/Makefile +++ b/sysutils/docker/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker PORTVERSION= 18.09.5 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/doctl/Makefile b/sysutils/doctl/Makefile index 38b6bcf39772..138dd85023e9 100644 --- a/sysutils/doctl/Makefile +++ b/sysutils/doctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= doctl DISTVERSIONPREFIX= v DISTVERSION= 1.141.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/digitalocean/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/sysutils/duf/Makefile b/sysutils/duf/Makefile index 2e409866fade..8dd587182c87 100644 --- a/sysutils/duf/Makefile +++ b/sysutils/duf/Makefile @@ -1,7 +1,7 @@ PORTNAME= duf DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile index 4d57551b408b..f2d628d7dea3 100644 --- a/sysutils/eksctl/Makefile +++ b/sysutils/eksctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= eksctl PORTVERSION= 0.214.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index f624dbcba425..ebd602a9a4ae 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,6 +1,7 @@ PORTNAME= elephant DISTVERSIONPREFIX= v -DISTVERSION= 1.3.2 +DISTVERSION= 2.1.8 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org @@ -10,12 +11,12 @@ WWW= https://github.com/abenz1267/elephant LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= -buildmode=plugin not supported on freebsd/386 +NOT_FOR_ARCHS= aarch64 armv7 i386 +NOT_FOR_ARCHS_REASON= -buildmode=plugin not supported on these architectures USES= go:1.25,modules -GO_MODULE= github.com/abenz1267/elephant +GO_MODULE= github.com/abenz1267/elephant/v2 GO_TARGET= ./cmd/elephant PLIST_FILES= bin/${PORTNAME} @@ -64,8 +65,8 @@ WEBSEARCH_PLIST_FILES= etc/xdg/elephant/providers/websearch.so ENABLED_PROVIDERS= ${SELECTED_OPTIONS:NDOCS:tl} post-patch: - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|' \ - ${GO_WRKSRC}/internal/providers/load.go + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${GO_WRKSRC}/vendor/github.com/adrg/xdg/paths_unix.go post-build: .for provider in ${ENABLED_PROVIDERS} diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo index 57668f983e71..40e71e8fc093 100644 --- a/sysutils/elephant/distinfo +++ b/sysutils/elephant/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759455617 -SHA256 (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.mod) = 272874130a90b2beac5b65820bf759b9a1f2b29dbd9d4347aaf0410dfddf5a76 -SIZE (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.mod) = 965 -SHA256 (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.zip) = c3e4e98de4dfa14bd1bbfae4a74050e529bb0dfbbe556e5a7f7a9f451d686a82 -SIZE (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.zip) = 7132904 +TIMESTAMP = 1760429024 +SHA256 (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.mod) = 14a4b55d5d6ccd87e99494525a571abd0c17a79c426f3caeba09bd1dc3f08448 +SIZE (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.mod) = 994 +SHA256 (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.zip) = 8682dcd8bef3294bd5f22b13680e45d1a7ea6dedad8df39a4873b310f204e061 +SIZE (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.zip) = 7135212 diff --git a/sysutils/elephant/files/patch-vendor_github.com_adrg_xdg_paths__unix.go b/sysutils/elephant/files/patch-vendor_github.com_adrg_xdg_paths__unix.go new file mode 100644 index 000000000000..bee2e9cd1b8c --- /dev/null +++ b/sysutils/elephant/files/patch-vendor_github.com_adrg_xdg_paths__unix.go @@ -0,0 +1,11 @@ +--- vendor/github.com/adrg/xdg/paths_unix.go.orig 2025-10-15 14:39:48 UTC ++++ vendor/github.com/adrg/xdg/paths_unix.go +@@ -21,7 +21,7 @@ func initBaseDirs(home string) { + baseDirs.dataHome = pathutil.EnvPath(envDataHome, filepath.Join(home, ".local", "share")) + baseDirs.data = pathutil.EnvPathList(envDataDirs, "/usr/local/share", "/usr/share") + baseDirs.configHome = pathutil.EnvPath(envConfigHome, filepath.Join(home, ".config")) +- baseDirs.config = pathutil.EnvPathList(envConfigDirs, "/etc/xdg") ++ baseDirs.config = pathutil.EnvPathList(envConfigDirs, "%%LOCALBASE%%/etc/xdg", "/etc/xdg") + baseDirs.stateHome = pathutil.EnvPath(envStateHome, filepath.Join(home, ".local", "state")) + baseDirs.cacheHome = pathutil.EnvPath(envCacheHome, filepath.Join(home, ".cache")) + baseDirs.runtime = pathutil.EnvPath(envRuntimeDir, filepath.Join("/run/user", strconv.Itoa(os.Getuid()))) diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index e4eac05ae4d1..3b8fcb517a5d 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -1,7 +1,7 @@ PORTNAME= envconsul DISTVERSIONPREFIX= v DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile index 1965f43fa443..4f1adfd17031 100644 --- a/sysutils/epazote/Makefile +++ b/sysutils/epazote/Makefile @@ -1,6 +1,6 @@ PORTNAME= epazote PORTVERSION= 2.1.2 -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io diff --git a/sysutils/equinix-metal-cli/Makefile b/sysutils/equinix-metal-cli/Makefile index 96c0729902fd..66c7458c6c30 100644 --- a/sysutils/equinix-metal-cli/Makefile +++ b/sysutils/equinix-metal-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= equinix-metal-cli DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 706e2d0c9cdd..ec36abe82154 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -1,7 +1,7 @@ PORTNAME= f2 DISTVERSIONPREFIX= v DISTVERSION= 2.0.3 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index a8e045880092..fe0e0b72726c 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -1,5 +1,5 @@ PORTNAME= freeipmi -PORTVERSION= 1.6.15 +PORTVERSION= 1.6.16 CATEGORIES= sysutils MASTER_SITES= GNU diff --git a/sysutils/freeipmi/distinfo b/sysutils/freeipmi/distinfo index 9bc257bdd998..caa4750db87d 100644 --- a/sysutils/freeipmi/distinfo +++ b/sysutils/freeipmi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088858 -SHA256 (freeipmi-1.6.15.tar.gz) = d6929c354639f5ce75b5b1897e8b366eb63625c23e5c4590a7aea034fe2b8caf -SIZE (freeipmi-1.6.15.tar.gz) = 3464927 +TIMESTAMP = 1759816572 +SHA256 (freeipmi-1.6.16.tar.gz) = 5bcef6bb9eb680e49b4a3623579930ace7899f53925b2045fe9f91ad6904111d +SIZE (freeipmi-1.6.16.tar.gz) = 3465484 diff --git a/sysutils/freeipmi/pkg-plist b/sysutils/freeipmi/pkg-plist index 84cd0c930baa..dea763ed0acf 100644 --- a/sysutils/freeipmi/pkg-plist +++ b/sysutils/freeipmi/pkg-plist @@ -255,7 +255,7 @@ include/ipmidetect.h lib/libfreeipmi.a lib/libfreeipmi.so lib/libfreeipmi.so.17 -lib/libfreeipmi.so.17.2.13 +lib/libfreeipmi.so.17.2.14 lib/libipmiconsole.a lib/libipmiconsole.so lib/libipmiconsole.so.2 diff --git a/sysutils/fwupd-efi/Makefile b/sysutils/fwupd-efi/Makefile new file mode 100644 index 000000000000..2dcbb12f1e69 --- /dev/null +++ b/sysutils/fwupd-efi/Makefile @@ -0,0 +1,45 @@ +PORTNAME= fwupd-efi +DISTVERSION= 1.8 +PORTREVISION= 1 +CATEGORIES= sysutils + +MAINTAINER= decke@FreeBSD.org +COMMENT= EFI Application used by uefi-capsule plugin in fwupd +WWW= https://fwupd.org/ + +LICENSE= LGPL21 + +BUILD_DEPENDS= ${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \ + ${PYTHON_PKGNAMEPREFIX}pefile>0:devel/py-pefile@${PY_FLAVOR} + +USES= meson pkgconfig python shebangfix +USE_GITHUB= yes +GH_ACCOUNT= fwupd + +USE_GCC= yes +SHEBANG_GLOB= *.py + +MESON_ARGS= -Defi-includedir=${LOCALBASE}/include/efi \ + -Defi-ldsdir=${LOCALBASE}/lib \ + -Dgenpeimg=disabled \ + -Dpython=${PYTHON_CMD} + +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 +FW_ARCH="x64" +.elif ${ARCH} == i386 +FW_ARCH="ia32" +.else +FW_ARCH=${ARCH} +.endif + +PLIST_FILES= libdata/pkgconfig/fwupd-efi.pc \ + libexec/fwupd/efi/fwupd${FW_ARCH}.efi + +post-patch: + # use objcopy from binutils because GNU specific flags are used + @${REINPLACE_CMD} "s|find_program('objcopy')|find_program('${LOCALBASE}/bin/objcopy')|g" \ + ${WRKSRC}/meson.build + +.include <bsd.port.post.mk> diff --git a/sysutils/fwupd-efi/distinfo b/sysutils/fwupd-efi/distinfo new file mode 100644 index 000000000000..307bb0349680 --- /dev/null +++ b/sysutils/fwupd-efi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760186942 +SHA256 (fwupd-fwupd-efi-1.8_GH0.tar.gz) = c9f1f9b9b967ea50eb0b478f0d7693d6673d4cd76c8e7eb80c55fc44ec928925 +SIZE (fwupd-fwupd-efi-1.8_GH0.tar.gz) = 46198 diff --git a/sysutils/fwupd-efi/pkg-descr b/sysutils/fwupd-efi/pkg-descr new file mode 100644 index 000000000000..7b7b3dcd77f8 --- /dev/null +++ b/sysutils/fwupd-efi/pkg-descr @@ -0,0 +1,4 @@ +EFI executable for fwupd + +This is part of fwupd and provides a UEFI binary for installing updates using +the UpdateCapsule runtime service. diff --git a/sysutils/fwupd/Makefile b/sysutils/fwupd/Makefile new file mode 100644 index 000000000000..dcc775d522c9 --- /dev/null +++ b/sysutils/fwupd/Makefile @@ -0,0 +1,66 @@ +PORTNAME= fwupd +DISTVERSION= 2.0.16 +PORTREVISION= 2 +CATEGORIES= sysutils + +MAINTAINER= decke@FreeBSD.org +COMMENT= Update firmware automatically, safely, and reliably + +LICENSE= LGPL21 + +BROKEN_FreeBSD_13= requires at least FreeBSD 15 +BROKEN_FreeBSD_14= requires at least FreeBSD 15 + +BUILD_DEPENDS= blkid:filesystems/libblkid \ + flashrom>0:sysutils/flashrom \ + help2man:misc/help2man \ + ${LOCALBASE}/libdata/pkgconfig/fwupd-efi.pc:sysutils/fwupd-efi \ + open-sans>0:x11-fonts/open-sans \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygobject>0:devel/py-pygobject@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pangocffi>0:x11-toolkits/py-pangocffi@${PY_FLAVOR} \ + valgrind>0:devel/valgrind +LIB_DEPENDS= libcbor.so:devel/libcbor \ + libcurl.so:ftp/curl \ + libdrm.so:graphics/libdrm \ + libefiboot.so:devel/efivar \ + libelf.so:devel/libelf \ + libgcab-1.0.so:archivers/gcab \ + libgnutls.so:security/gnutls \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme \ + libgusb.so:devel/libgusb \ + libjcat.so:textproc/libjcat \ + libjson-glib-1.0.so:devel/json-glib \ + libprotobuf-c.so:devel/protobuf-c \ + libxmlb.so:textproc/libxmlb +RUN_DEPENDS= blkid:filesystems/libblkid \ + dbus-daemon:devel/dbus \ + flashrom>0:sysutils/flashrom \ + ${LOCALBASE}/libdata/pkgconfig/fwupd-efi.pc:sysutils/fwupd-efi \ + valgrind>0:devel/valgrind + +USES= cmake:indirect gettext gnome libarchive meson pkgconfig python shebangfix sqlite vala:build +USE_GITHUB= yes +USE_GNOME= glib20 introspection:build +USE_LDCONFIG= yes +WITH_DEBUG= yes +USE_RC_SUBR= fwupd + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc \ + ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} +DOCS_MESON_ENABLED= docs + +SHEBANG_GLOB= *.py + +MESON_ARGS+= -Dpolkit=disabled \ + -Dsystemd=disabled \ + -Dpassim=disabled \ + -Dtests=false \ + -Dumockdev_tests=disabled \ + -Dplugin_modem_manager=disabled \ + -Dpython=${PYTHON_CMD} + +.include <bsd.port.mk> diff --git a/sysutils/fwupd/distinfo b/sysutils/fwupd/distinfo new file mode 100644 index 000000000000..e098483fe6c6 --- /dev/null +++ b/sysutils/fwupd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1758629317 +SHA256 (fwupd-fwupd-2.0.16_GH0.tar.gz) = e63f7ce7d536cf38961c4f3a87835f76043128cb964ae193c4144d94f4d6f49b +SIZE (fwupd-fwupd-2.0.16_GH0.tar.gz) = 6489758 diff --git a/sysutils/fwupd/files/fwupd.in b/sysutils/fwupd/files/fwupd.in new file mode 100644 index 000000000000..47a295942ea5 --- /dev/null +++ b/sysutils/fwupd/files/fwupd.in @@ -0,0 +1,28 @@ +#!/bin/sh + +# PROVIDE: fwupd +# REQUIRE: LOGIN dbus +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable fwupd daemon: +# +# fwupd_enable="YES" +# + +. /etc/rc.subr + +export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin + +name="fwupd" +rcvar=fwupd_enable + +load_rc_config ${name} + +: ${fwupd_enable:="NO"} + +command="/usr/sbin/daemon" +procname="/usr/local/libexec/fwupd/${name}" +pidfile="/var/run/${name}.pid" +command_args="-S -p ${pidfile} ${procname}" + +run_rc_command "$1" diff --git a/sysutils/fwupd/files/patch-libfwupdplugin_fu-freebsd-efivars.c b/sysutils/fwupd/files/patch-libfwupdplugin_fu-freebsd-efivars.c new file mode 100644 index 000000000000..b8a904985b6a --- /dev/null +++ b/sysutils/fwupd/files/patch-libfwupdplugin_fu-freebsd-efivars.c @@ -0,0 +1,47 @@ +--- libfwupdplugin/fu-freebsd-efivars.c.orig 2025-09-12 09:55:19 UTC ++++ libfwupdplugin/fu-freebsd-efivars.c +@@ -67,7 +67,7 @@ fu_freebsd_efivars_delete_with_glob(FuEfivars *efivars + + efi_str_to_guid(guid, &guid_to_delete); + +- while (efi_get_next_variable_name(&guidt, &name)) { ++ while (efi_get_next_variable_name(&guidt, &name) == 1) { + if (memcmp(&guid_to_delete, guidt, sizeof(guid_to_delete)) != 0) + continue; + if (!g_pattern_match_simple(name, name_glob)) +@@ -87,7 +87,7 @@ fu_freebsd_efivars_exists_guid(const gchar *guid) + efi_guid_t test; + + efi_str_to_guid(guid, &test); +- while (efi_get_next_variable_name(&guidt, &name)) { ++ while (efi_get_next_variable_name(&guidt, &name) == 1) { + if (memcmp(&test, guidt, sizeof(test)) == 0) { + return TRUE; + } +@@ -129,7 +129,7 @@ fu_freebsd_efivars_get_names(FuEfivars *efivars, const + efi_str_to_guid(guid, &test); + + /* find names with matching GUID */ +- while (efi_get_next_variable_name(&guidt, &name)) { ++ while (efi_get_next_variable_name(&guidt, &name) == 1) { + if (memcmp(&test, guidt, sizeof(test)) == 0) { + g_ptr_array_add(names, g_strdup(name)); + } +@@ -156,7 +156,7 @@ fu_freebsd_efivars_space_used(FuEfivars *efivars, GErr + efi_guid_t *guidt = NULL; + char *name = NULL; + +- while (efi_get_next_variable_name(&guidt, &name)) { ++ while (efi_get_next_variable_name(&guidt, &name) == 1) { + size_t size = 0; + if (efi_get_variable_size(*guidt, name, &size) < 0) { + g_set_error_literal(error, +@@ -184,7 +184,7 @@ fu_freebsd_efivars_set_data(FuEfivars *efivars, + efi_guid_t guidt; + efi_str_to_guid(guid, &guidt); + +- if (efi_set_variable(guidt, name, (guint8 *)data, sz, attr) != 0) { ++ if (efi_set_variable(guidt, name, (guint8 *)data, sz, attr, 0644) != 0) { + g_set_error(error, + FWUPD_ERROR, + FWUPD_ERROR_NOT_SUPPORTED, diff --git a/sysutils/fwupd/files/patch-libfwupdplugin_meson.build b/sysutils/fwupd/files/patch-libfwupdplugin_meson.build new file mode 100644 index 000000000000..24ea3ebc7149 --- /dev/null +++ b/sysutils/fwupd/files/patch-libfwupdplugin_meson.build @@ -0,0 +1,10 @@ +--- libfwupdplugin/meson.build.orig 2025-09-12 09:55:19 UTC ++++ libfwupdplugin/meson.build +@@ -387,6 +387,7 @@ fwupdplugin = library( + include_directories: [root_incdir, fwupd_incdir], + dependencies: [library_deps], + link_with: [fwupd], ++ install_rpath: '/usr/local/lib', + install_dir: libdir_pkg, + install: true, + ) diff --git a/sysutils/fwupd/files/patch-plugins_upower_meson.build b/sysutils/fwupd/files/patch-plugins_upower_meson.build new file mode 100644 index 000000000000..d8e40e362b32 --- /dev/null +++ b/sysutils/fwupd/files/patch-plugins_upower_meson.build @@ -0,0 +1,8 @@ +--- plugins/upower/meson.build.orig 2025-09-12 09:55:19 UTC ++++ plugins/upower/meson.build +@@ -1,4 +1,4 @@ +-host_machine.system() == 'linux' or subdir_done() ++host_machine.system() in ['linux', 'freebsd'] or subdir_done() + + plugins += {meson.current_source_dir().split('/')[-1]: true} + cargs = ['-DG_LOG_DOMAIN="FuPluginUpower"'] diff --git a/sysutils/fwupd/pkg-descr b/sysutils/fwupd/pkg-descr new file mode 100644 index 000000000000..b5f1bc8d0b81 --- /dev/null +++ b/sysutils/fwupd/pkg-descr @@ -0,0 +1,7 @@ +Make firmware updates automatic, safe, and reliable. + +fwupd is a simple daemon to allow session software to update device firmware on +your local machine. It is designed for desktops, but also usable on phones and +headless servers. You can either use a GUI software manager like GNOME Software +to view and apply updates, the command-line tool, or the system D-Bus interface +directly. diff --git a/sysutils/fwupd/pkg-message b/sysutils/fwupd/pkg-message new file mode 100644 index 000000000000..497a5ea45d27 --- /dev/null +++ b/sysutils/fwupd/pkg-message @@ -0,0 +1,23 @@ +[ +{ type: install + message: <<EOM + + Warning: fwupd is highly experimental and DANGEROUS + + The fwupd utility is currently highly experimental on FreeBSD + and may be unstable or unsafe to use. + Proceed with caution - flashing firmware carries a significant + risk of rendering your device unusable (“bricking”). + + Only attempt to flash firmware if you are prepared to accept + this risk. + + If you successfully flash a device — or encounter a failure — + please send a detailed report to decke@FreeBSD.org + + Include information about your hardware and the firmware you + attempted to flash. This feedback will help track which devices + work correctly and which do not. +EOM +} +] diff --git a/sysutils/fwupd/pkg-plist b/sysutils/fwupd/pkg-plist new file mode 100644 index 000000000000..d2fabb0137a6 --- /dev/null +++ b/sysutils/fwupd/pkg-plist @@ -0,0 +1,4081 @@ +bin/dbxtool +bin/fwupdmgr +bin/fwupdtool +%%ETCDIR%%/fwupd.conf +%%ETCDIR%%/remotes.d/lvfs-testing.conf +%%ETCDIR%%/remotes.d/lvfs.conf +%%ETCDIR%%/remotes.d/vendor-directory.conf +etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata +etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service +etc/pki/fwupd-metadata/LVFS-CA.pem +etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware +etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service +etc/pki/fwupd/LVFS-CA.pem +include/fwupd-3/fwupd.h +include/fwupd-3/libfwupd/fwupd-bios-setting.h +include/fwupd-3/libfwupd/fwupd-build.h +include/fwupd-3/libfwupd/fwupd-client-sync.h +include/fwupd-3/libfwupd/fwupd-client.h +include/fwupd-3/libfwupd/fwupd-codec.h +include/fwupd-3/libfwupd/fwupd-common.h +include/fwupd-3/libfwupd/fwupd-device.h +include/fwupd-3/libfwupd/fwupd-enums.h +include/fwupd-3/libfwupd/fwupd-error.h +include/fwupd-3/libfwupd/fwupd-plugin.h +include/fwupd-3/libfwupd/fwupd-release.h +include/fwupd-3/libfwupd/fwupd-remote.h +include/fwupd-3/libfwupd/fwupd-report.h +include/fwupd-3/libfwupd/fwupd-request.h +include/fwupd-3/libfwupd/fwupd-security-attr.h +include/fwupd-3/libfwupd/fwupd-version.h +lib/fwupd-2.0.16/libfu_plugin_flashrom.so +lib/fwupd-2.0.16/libfwupdengine.so +lib/fwupd-2.0.16/libfwupdplugin.so +lib/fwupd-2.0.16/libfwupdutil.so +lib/girepository-1.0/Fwupd-2.0.typelib +lib/libfwupd.so +lib/libfwupd.so.3 +lib/libfwupd.so.3.0.0 +libdata/pkgconfig/fwupd.pc +libexec/fwupd/fwupd +share/dbus-1/interfaces/org.freedesktop.fwupd.xml +share/dbus-1/system-services/org.freedesktop.fwupd.service +share/dbus-1/system.d/org.freedesktop.fwupd.conf +%%PORTDOCS%%%%DOCSDIR%%/hsi.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/libfwupd +%%PORTDOCS%%%%DOCSDIR%%/libfwupdplugin +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Black.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Black.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Bold.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Italic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Medium.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Regular.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Bold.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Bold.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatText-BoldItalic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Italic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Italic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Medium.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Medium.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatText-MediumItalic.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Regular.woff +%%PORTDOCS%%share/doc/libfwupd/RedHatText-Regular.woff2 +%%PORTDOCS%%share/doc/libfwupd/SourceCodePro-It.ttf.woff +%%PORTDOCS%%share/doc/libfwupd/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%share/doc/libfwupd/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%share/doc/libfwupd/alias._guid_t.html +%%PORTDOCS%%share/doc/libfwupd/class.BiosSetting.html +%%PORTDOCS%%share/doc/libfwupd/class.Client.html +%%PORTDOCS%%share/doc/libfwupd/class.Device.html +%%PORTDOCS%%share/doc/libfwupd/class.Plugin.html +%%PORTDOCS%%share/doc/libfwupd/class.Release.html +%%PORTDOCS%%share/doc/libfwupd/class.Remote.html +%%PORTDOCS%%share/doc/libfwupd/class.Report.html +%%PORTDOCS%%share/doc/libfwupd/class.Request.html +%%PORTDOCS%%share/doc/libfwupd/class.SecurityAttr.html +%%PORTDOCS%%share/doc/libfwupd/classes_hierarchy.html +%%PORTDOCS%%share/doc/libfwupd/const.BATTERY_LEVEL_INVALID.html +%%PORTDOCS%%share/doc/libfwupd/const.BIOS_SETTING_DEBUG_CMD.html +%%PORTDOCS%%share/doc/libfwupd/const.BIOS_SETTING_PENDING_REBOOT.html +%%PORTDOCS%%share/doc/libfwupd/const.BIOS_SETTING_RESET_BIOS.html +%%PORTDOCS%%share/doc/libfwupd/const.BIOS_SETTING_SELF_TEST.html +%%PORTDOCS%%share/doc/libfwupd/const.DBUS_INTERFACE.html +%%PORTDOCS%%share/doc/libfwupd/const.DBUS_PATH.html +%%PORTDOCS%%share/doc/libfwupd/const.DBUS_SERVICE.html +%%PORTDOCS%%share/doc/libfwupd/const.DEVICE_ID_ANY.html +%%PORTDOCS%%share/doc/libfwupd/const.MAJOR_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/const.MICRO_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/const.MINOR_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_DO_NOT_POWER_OFF.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_INSERT_USB_CABLE.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_PRESS_UNLOCK.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_REMOVE_REPLUG.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_REMOVE_USB_CABLE.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_REPLUG_INSTALL.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_REPLUG_POWER.html +%%PORTDOCS%%share/doc/libfwupd/const.REQUEST_ID_RESTART_DAEMON.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_APPSTREAM_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BATTERY_LEVEL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BATTERY_THRESHOLD.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_CURRENT_VALUE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_LOWER_BOUND.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_POSSIBLE_VALUES.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_READ_ONLY.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_SCALAR_INCREMENT.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_TARGET_VALUE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_TYPE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BIOS_SETTING_UPPER_BOUND.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_BRANCH.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_CATEGORIES.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_CHECKSUM.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_COMPOSITE_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_CREATED.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DESCRIPTION.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DETACH_CAPTION.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DETACH_IMAGE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DETAILS_URL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DEVICE_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DEVICE_NAME.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DISTRO_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DISTRO_VARIANT.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_DISTRO_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_FILENAME.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_FLAGS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_FLASHES_LEFT.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_GUID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_HOMEPAGE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_HSI_LEVEL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_HSI_RESULT.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_HSI_RESULT_FALLBACK.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_HSI_RESULT_SUCCESS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_ICON.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_INSTALL_DURATION.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_INSTANCE_IDS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_ISSUES.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_KERNEL_CURRENT_VALUE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_KERNEL_TARGET_VALUE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_LICENSE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_LOCATIONS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_METADATA.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_MODIFIED.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_NAME.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_NAME_VARIANT_SUFFIX.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_PARENT_DEVICE_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_PERCENTAGE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_PLUGIN.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_PROBLEMS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_PROTOCOL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_RELEASE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_RELEASE_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_REMOTE_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_REPORTS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_REQUEST_FLAGS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_REQUEST_KIND.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_SBOM_URL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_SERIAL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_SIZE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_SOURCE_URL.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_STATUS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_SUMMARY.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_TAGS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_TRUST_FLAGS.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_UPDATE_ERROR.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_UPDATE_IMAGE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_UPDATE_MESSAGE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_UPDATE_STATE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_URGENCY.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_URI.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VENDOR.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VENDOR_ID.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_BOOTLOADER.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_BOOTLOADER_RAW.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_BUILD_DATE.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_FORMAT.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_LOWEST.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_LOWEST_RAW.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_OLD.html +%%PORTDOCS%%share/doc/libfwupd/const.RESULT_KEY_VERSION_RAW.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_AMD_ROLLBACK_PROTECTION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_AMD_SMM_LOCKED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_AMD_SPI_REPLAY_PROTECTION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_AMD_SPI_WRITE_PROTECTION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_BIOS_CAPSULE_UPDATES.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_BIOS_ROLLBACK_PROTECTION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_CET_ACTIVE.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_CET_ENABLED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_ENCRYPTED_RAM.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_FWUPD_ATTESTATION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_FWUPD_PLUGINS.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_FWUPD_UPDATES.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_HOST_EMULATION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_INTEL_BOOTGUARD_ACM.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_INTEL_BOOTGUARD_ENABLED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_INTEL_BOOTGUARD_OTP.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_INTEL_BOOTGUARD_POLICY.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_INTEL_BOOTGUARD_VERIFIED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_INTEL_GDS.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_IOMMU.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_KERNEL_LOCKDOWN.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_KERNEL_SWAP.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_KERNEL_TAINTED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_MEI_KEY_MANIFEST.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_MEI_MANUFACTURING_MODE.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_MEI_OVERRIDE_STRAP.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_MEI_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_PLATFORM_DEBUG_ENABLED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_PLATFORM_DEBUG_LOCKED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_PLATFORM_FUSED.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_PREBOOT_DMA_PROTECTION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SMAP.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SPI_BIOSWE.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SPI_BLE.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SPI_DESCRIPTOR.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SPI_SMM_BWP.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SUPPORTED_CPU.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SUSPEND_TO_IDLE.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_SUSPEND_TO_RAM.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_TPM_EMPTY_PCR.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_TPM_RECONSTRUCTION_PCR0.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_TPM_VERSION_20.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_UEFI_BOOTSERVICE_VARS.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_UEFI_DB.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_UEFI_MEMORY_PROTECTION.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_UEFI_PK.html +%%PORTDOCS%%share/doc/libfwupd/const.SECURITY_ATTR_ID_UEFI_SECUREBOOT.html +%%PORTDOCS%%share/doc/libfwupd/ctor.BiosSetting.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Client.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Device.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Plugin.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Release.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Remote.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Report.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.Request.new.html +%%PORTDOCS%%share/doc/libfwupd/ctor.SecurityAttr.new.html +%%PORTDOCS%%share/doc/libfwupd/enum.BiosSettingKind.html +%%PORTDOCS%%share/doc/libfwupd/enum.ReleaseUrgency.html +%%PORTDOCS%%share/doc/libfwupd/enum.RemoteKind.html +%%PORTDOCS%%share/doc/libfwupd/enum.RequestKind.html +%%PORTDOCS%%share/doc/libfwupd/enum.SecurityAttrLevel.html +%%PORTDOCS%%share/doc/libfwupd/enum.SecurityAttrResult.html +%%PORTDOCS%%share/doc/libfwupd/enum.Status.html +%%PORTDOCS%%share/doc/libfwupd/enum.UpdateState.html +%%PORTDOCS%%share/doc/libfwupd/enum.VersionFormat.html +%%PORTDOCS%%share/doc/libfwupd/error.Error.html +%%PORTDOCS%%share/doc/libfwupd/flags.ClientDownloadFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.ClientUploadFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.CodecFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.DeviceFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.DeviceProblem.html +%%PORTDOCS%%share/doc/libfwupd/flags.FeatureFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.GuidFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.InstallFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.PluginFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.ReleaseFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.RemoteFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.ReportFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.RequestFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.SecurityAttrFlags.html +%%PORTDOCS%%share/doc/libfwupd/flags.SelfSignFlags.html +%%PORTDOCS%%share/doc/libfwupd/fonts.css +%%PORTDOCS%%share/doc/libfwupd/func.CHECK_VERSION.html +%%PORTDOCS%%share/doc/libfwupd/func.checksum_format_for_display.html +%%PORTDOCS%%share/doc/libfwupd/func.checksum_get_best.html +%%PORTDOCS%%share/doc/libfwupd/func.checksum_get_by_kind.html +%%PORTDOCS%%share/doc/libfwupd/func.checksum_guess_kind.html +%%PORTDOCS%%share/doc/libfwupd/func.checksum_type_to_string_display.html +%%PORTDOCS%%share/doc/libfwupd/func.error_convert.html +%%PORTDOCS%%share/doc/libfwupd/func.error_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.error_quark.html +%%PORTDOCS%%share/doc/libfwupd/func.error_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.feature_flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.feature_flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.guid_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.guid_hash_data.html +%%PORTDOCS%%share/doc/libfwupd/func.guid_hash_string.html +%%PORTDOCS%%share/doc/libfwupd/func.guid_is_valid.html +%%PORTDOCS%%share/doc/libfwupd/func.guid_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.install_flags_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.install_flags_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.status_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.status_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.strerror.html +%%PORTDOCS%%share/doc/libfwupd/func.update_state_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.update_state_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.version_format_from_string.html +%%PORTDOCS%%share/doc/libfwupd/func.version_format_to_string.html +%%PORTDOCS%%share/doc/libfwupd/func.version_string.html +%%PORTDOCS%%share/doc/libfwupd/fzy.js +%%PORTDOCS%%share/doc/libfwupd/go-up-symbolic.png +%%PORTDOCS%%share/doc/libfwupd/iface.Codec.html +%%PORTDOCS%%share/doc/libfwupd/index.html +%%PORTDOCS%%share/doc/libfwupd/index.json +%%PORTDOCS%%share/doc/libfwupd/libfwupd.devhelp2 +%%PORTDOCS%%share/doc/libfwupd/main.js +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.add_possible_value.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_current_value.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_description.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_id.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_kind.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_lower_bound.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_name.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_path.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_possible_values.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_read_only.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_scalar_increment.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.get_upper_bound.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.has_possible_value.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.map_possible_value.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_current_value.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_description.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_id.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_kind.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_lower_bound.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_name.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_path.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_read_only.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_scalar_increment.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.set_upper_bound.html +%%PORTDOCS%%share/doc/libfwupd/method.BiosSetting.write_value.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.activate.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.activate_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.activate_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.add_hint.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.build_report_devices.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.build_report_history.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.build_report_security.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.clear_results.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.clear_results_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.clear_results_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.connect.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.connect_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.connect_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.disconnect.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.download_bytes.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.download_bytes_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.download_bytes_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.download_file.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.download_set_retries.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.emulation_load.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.emulation_load_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.emulation_load_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.emulation_save.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.emulation_save_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.emulation_save_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.ensure_networking.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.fix_host_security_attr.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.fix_host_security_attr_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.fix_host_security_attr_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_approved_firmware.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_approved_firmware_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_approved_firmware_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_battery_level.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_bios_settings.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_bios_settings_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_bios_settings_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_blocked_firmware.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_blocked_firmware_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_blocked_firmware_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_daemon_interactive.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_daemon_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_details.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_details_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_details_bytes.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_details_bytes_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_details_bytes_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_details_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_device_by_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_device_by_id_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_device_by_id_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_devices.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_devices_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_devices_by_guid.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_devices_by_guid_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_devices_by_guid_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_devices_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_downgrades.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_downgrades_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_downgrades_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_history.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_history_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_history_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_bkc.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_machine_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_product.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_attrs.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_attrs_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_attrs_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_events.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_events_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_events_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_security_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_host_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_main_context.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_only_trusted.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_percentage.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_plugins.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_plugins_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_plugins_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_releases.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_releases_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_releases_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_remote_by_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_remote_by_id_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_remote_by_id_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_remotes.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_remotes_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_remotes_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_report_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_report_metadata_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_report_metadata_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_results.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_results_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_results_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_status.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_tainted.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_upgrades.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_upgrades_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_upgrades_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.get_user_agent.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.inhibit.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.inhibit_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.inhibit_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_bytes.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_bytes_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_bytes_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_release.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_release_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.install_release_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_bios_setting.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_bios_setting_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_bios_setting_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_config.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_config_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_config_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_device.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_device_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_device_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_remote.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_remote_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.modify_remote_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.quit.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.quit_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.quit_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.refresh_remote.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.refresh_remote_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.refresh_remote_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.reset_config.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.reset_config_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.reset_config_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.search.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.search_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.search_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.self_sign.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.self_sign_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.self_sign_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_approved_firmware.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_approved_firmware_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_approved_firmware_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_blocked_firmware.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_blocked_firmware_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_blocked_firmware_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_daemon_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_feature_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_feature_flags_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_feature_flags_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_main_context.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_user_agent.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.set_user_agent_for_package.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.undo_host_security_attr.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.undo_host_security_attr_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.undo_host_security_attr_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.uninhibit.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.uninhibit_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.uninhibit_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.unlock.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.unlock_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.unlock_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.update_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.update_metadata_bytes.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.update_metadata_bytes_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.update_metadata_bytes_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.upload_bytes.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.upload_bytes_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.upload_bytes_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.upload_report.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.upload_report_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.upload_report_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.verify.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.verify_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.verify_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.verify_update.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.verify_update_async.html +%%PORTDOCS%%share/doc/libfwupd/method.Client.verify_update_finish.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.add_string.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.from_json.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.from_json_string.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.from_variant.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.to_json.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.to_json_string.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.to_string.html +%%PORTDOCS%%share/doc/libfwupd/method.Codec.to_variant.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_checksum.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_child.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_guid.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_icon.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_instance_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_issue.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_problem.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_protocol.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_release.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_request_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.add_vendor_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.compare.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_battery_level.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_branch.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_checksums.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_children.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_composite_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_flashes_left.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_guid_default.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_guids.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_icons.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_install_duration.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_instance_ids.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_issues.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_modified.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_parent.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_parent_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_percentage.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_plugin.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_problems.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_protocols.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_release_default.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_releases.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_request_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_root.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_serial.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_status.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_summary.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_update_error.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_update_state.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_vendor_ids.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_bootloader.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_bootloader_raw.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_build_date.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_format.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_lowest.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_lowest_raw.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.get_version_raw.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_checksum.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_guid.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_icon.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_instance_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_problem.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_protocol.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_request_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.has_vendor_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.incorporate.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.match_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.remove_child.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.remove_children.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.remove_problem.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.remove_request_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_battery_level.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_branch.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_composite_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_flashes_left.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_install_duration.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_modified.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_parent.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_parent_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_percentage.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_plugin.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_problems.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_request_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_serial.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_status.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_summary.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_update_error.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_update_state.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_bootloader.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_bootloader_raw.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_build_date.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_format.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_lowest.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_lowest_raw.html +%%PORTDOCS%%share/doc/libfwupd/method.Device.set_version_raw.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.get_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Plugin.set_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_category.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_checksum.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_issue.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_location.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_metadata_item.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_report.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.add_tag.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_appstream_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_branch.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_categories.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_checksums.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_description.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_detach_caption.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_detach_image.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_details_url.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_filename.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_homepage.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_install_duration.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_issues.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_license.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_locations.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_metadata_item.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_name_variant_suffix.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_protocol.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_remote_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_reports.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_sbom_url.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_size.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_source_url.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_summary.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_tags.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_update_image.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_update_message.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_urgency.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.get_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.has_category.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.has_checksum.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.has_tag.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.match_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_appstream_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_branch.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_description.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_detach_caption.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_detach_image.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_details_url.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_filename.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_homepage.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_install_duration.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_license.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_name_variant_suffix.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_protocol.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_remote_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_sbom_url.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_size.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_source_url.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_summary.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_update_image.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_update_message.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_urgency.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Release.set_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.build_firmware_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.build_metadata_sig_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.build_metadata_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.build_report_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_age.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_agreement.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_checksum.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_checksum_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_filename_cache.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_filename_cache_sig.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_filename_source.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_firmware_base_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_kind.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_metadata_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_metadata_uri_sig.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_order_after.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_order_before.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_password.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_priority.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_privacy_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_refresh_interval.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_remotes_dir.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_report_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_title.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.get_username.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.load_signature.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.load_signature_bytes.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.needs_refresh.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_agreement.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_checksum_sig.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_filename_cache.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_filename_source.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_firmware_base_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_kind.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_metadata_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_mtime.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_order_after.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_order_before.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_password.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_priority.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_privacy_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_refresh_interval.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_remotes_dir.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_report_uri.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_title.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.set_username.html +%%PORTDOCS%%share/doc/libfwupd/method.Remote.setup.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.add_metadata_item.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_device_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_distro_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_distro_variant.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_distro_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_metadata_item.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_remote_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_vendor_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.get_version_old.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_device_name.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_distro_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_distro_variant.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_distro_version.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_remote_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_vendor.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_vendor_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Report.set_version_old.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.emit_invalidate.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_device_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_image.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_kind.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.get_message.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_created.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_device_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_id.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_image.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_kind.html +%%PORTDOCS%%share/doc/libfwupd/method.Request.set_message.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.add_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.add_guid.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.add_guids.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.add_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.add_obsolete.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.copy.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_appstream_id.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_bios_setting_current_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_bios_setting_id.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_bios_setting_target_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_created.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_description.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_fwupd_version.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_guids.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_kernel_current_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_kernel_target_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_level.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_metadata.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_name.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_obsoletes.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_plugin.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_result.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_result_fallback.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_result_success.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_title.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.get_url.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.has_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.has_guid.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.has_obsolete.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.remove_flag.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_appstream_id.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_bios_setting_current_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_bios_setting_id.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_bios_setting_target_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_created.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_description.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_flags.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_fwupd_version.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_kernel_current_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_kernel_target_value.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_level.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_name.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_plugin.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_result.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_result_fallback.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_result_success.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_title.html +%%PORTDOCS%%share/doc/libfwupd/method.SecurityAttr.set_url.html +%%PORTDOCS%%share/doc/libfwupd/org.freedesktop.fwupd.svg +%%PORTDOCS%%share/doc/libfwupd/property.Client.battery-level.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.battery-threshold.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.daemon-version.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.host-bkc.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.host-machine-id.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.host-product.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.host-security-id.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.host-vendor.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.interactive.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.only-trusted.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.percentage.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.status.html +%%PORTDOCS%%share/doc/libfwupd/property.Client.tainted.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.battery-level.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.battery-threshold.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.flags.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.id.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.parent.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.percentage.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.problems.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.request-flags.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.status.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.update-error.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.update-state.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.version-format.html +%%PORTDOCS%%share/doc/libfwupd/property.Device.version.html +%%PORTDOCS%%share/doc/libfwupd/property.Plugin.flags.html +%%PORTDOCS%%share/doc/libfwupd/property.Plugin.name.html +%%PORTDOCS%%share/doc/libfwupd/property.Release.remote-id.html +%%PORTDOCS%%share/doc/libfwupd/property.Remote.approval-required.html +%%PORTDOCS%%share/doc/libfwupd/property.Remote.automatic-reports.html +%%PORTDOCS%%share/doc/libfwupd/property.Remote.automatic-security-reports.html +%%PORTDOCS%%share/doc/libfwupd/property.Remote.enabled.html +%%PORTDOCS%%share/doc/libfwupd/property.Remote.flags.html +%%PORTDOCS%%share/doc/libfwupd/property.Remote.id.html +%%PORTDOCS%%share/doc/libfwupd/property.Report.flags.html +%%PORTDOCS%%share/doc/libfwupd/property.Request.device-id.html +%%PORTDOCS%%share/doc/libfwupd/property.Request.flags.html +%%PORTDOCS%%share/doc/libfwupd/property.Request.id.html +%%PORTDOCS%%share/doc/libfwupd/property.Request.image.html +%%PORTDOCS%%share/doc/libfwupd/property.Request.kind.html +%%PORTDOCS%%share/doc/libfwupd/property.Request.message.html +%%PORTDOCS%%share/doc/libfwupd/search.js +%%PORTDOCS%%share/doc/libfwupd/signal.Client.changed.html +%%PORTDOCS%%share/doc/libfwupd/signal.Client.device-added.html +%%PORTDOCS%%share/doc/libfwupd/signal.Client.device-changed.html +%%PORTDOCS%%share/doc/libfwupd/signal.Client.device-removed.html +%%PORTDOCS%%share/doc/libfwupd/signal.Client.device-request.html +%%PORTDOCS%%share/doc/libfwupd/signal.Client.status-changed.html +%%PORTDOCS%%share/doc/libfwupd/signal.Request.invalidate.html +%%PORTDOCS%%share/doc/libfwupd/solarized-dark.css +%%PORTDOCS%%share/doc/libfwupd/solarized-light.css +%%PORTDOCS%%share/doc/libfwupd/style.css +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.array_from_variant.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.array_to_json.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.array_to_variant.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.json_append.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.json_append_bool.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.json_append_int.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.json_append_map.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.json_append_strv.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.string_append.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.string_append_bool.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.string_append_hex.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.string_append_int.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.string_append_size.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Codec.string_append_time.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.array_ensure_parents.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.array_filter_flags.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.id_is_valid.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.problem_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Device.problem_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Plugin.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Plugin.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Release.array_filter_flags.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Release.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Release.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Release.urgency_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Release.urgency_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Remote.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Remote.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Remote.kind_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Remote.kind_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Report.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Report.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Request.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Request.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Request.kind_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.Request.kind_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.SecurityAttr.flag_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.SecurityAttr.flag_to_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.SecurityAttr.flag_to_suffix.html +%%PORTDOCS%%share/doc/libfwupd/type_func.SecurityAttr.result_from_string.html +%%PORTDOCS%%share/doc/libfwupd/type_func.SecurityAttr.result_to_string.html +%%PORTDOCS%%share/doc/libfwupd/urlmap_fwupd.js +%%PORTDOCS%%share/doc/libfwupd/vfunc.BiosSetting.write_value.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Client.changed.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Client.device_added.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Client.device_changed.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Client.device_removed.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Client.device_request.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Client.status_changed.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.add_json.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.add_string.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.add_variant.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.from_json.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.from_variant.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.from_variant_iter.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.to_string.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Codec.to_variant.html +%%PORTDOCS%%share/doc/libfwupd/vfunc.Request.invalidate.html +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Black.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Black.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Bold.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Italic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Medium.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Regular.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Bold.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Bold.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-BoldItalic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Italic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Italic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Medium.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Medium.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-MediumItalic.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Regular.woff +%%PORTDOCS%%share/doc/libfwupdplugin/RedHatText-Regular.woff2 +%%PORTDOCS%%share/doc/libfwupdplugin/SourceCodePro-It.ttf.woff +%%PORTDOCS%%share/doc/libfwupdplugin/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%share/doc/libfwupdplugin/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%share/doc/libfwupdplugin/acpi-dmar-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/acpi-facp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/acpi-ivrs-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/acpi-phat-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/algoltek-usb-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/algoltek-usbcr-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.EndianType.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.IntelThunderboltNvmArcParams.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.IntelThunderboltNvmDigital.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.IntelThunderboltNvmDram.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.IntelThunderboltNvmDrom.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiArbhSvnGetInfoRequest.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiArbhSvnGetInfoResponse.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiArbhSvnInfoEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiReadFileExRequest.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiReadFileExResponse.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiReadFileRequest.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.MkhiReadFileResponse.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructAcpiTable.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCabData.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCabFile.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCabFolder.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCabHeader.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCabHeaderReserve.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCfuOffer.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructCfuPayload.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructDfuFtr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructDfuseElement.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructDfuseHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructDfuseImage.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructDpauxDpcd.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructDs20.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEdid.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEdidDescriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiDevicePath.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiFile.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiFile2.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiHardDriveDevicePath.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiLoadOption.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiLz77DecompressorHeader.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiSection.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiSection2.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiSectionCompression.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiSectionFreeformSubtypeGuid.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiSectionGuidDefined.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiSignatureList.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiTime.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiVariableAuthentication2.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiVolume.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiVolumeBlockMap.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiVolumeExtEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiVolumeExtHeader.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructEfiWinCertificate.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructElfFileHeader64le.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructElfProgramHeader64le.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructElfSectionHeader64le.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructFdt.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructFdtProp.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructFdtReserveEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructFmap.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructFmapArea.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfdFcba.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfdFdbar.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfwiCpd.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfwiCpdEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfwiCpdManifest.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfwiCpdManifestExt.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfwiFpt.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructIfwiFptEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructMsDs20.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructOprom.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructOpromPci.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructPeCoffFileHeader.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructPeCoffOptionalHeader64.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructPeCoffSection.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructPeCoffSymbol.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructPeDosHeader.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructSbatLevelSectionHeader.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructShimHive.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructShimHiveItem.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructSmbiosEp32.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructSmbiosEp64.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructSmbiosStructure.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.StructUswid.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbBaseHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbBosHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbDescriptorHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbDeviceHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbDfuDescriptorHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbEndpointHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbHidDescriptorHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/alias.UsbInterfaceHdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/amd-gpu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/amd-kria-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/amd-pmc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/analogix-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/android-boot-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/architecture-plan.svg +%%PORTDOCS%%share/doc/libfwupdplugin/asus-hid-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ata-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/aver-hid-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/bcm57xx-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/best-known-configuration.html +%%PORTDOCS%%share/doc/libfwupdplugin/bios-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/bios-settings.html +%%PORTDOCS%%share/doc/libfwupdplugin/bnr-dp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/building.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.ArchiveIterateFunc.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.ContextLookupIter.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.DeviceLockerFunc.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.DeviceRetryFunc.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.InputStreamChunkifyFunc.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.IoctlFixupFunc.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.QuirksIter.html +%%PORTDOCS%%share/doc/libfwupdplugin/callback.StrsplitFunc.html +%%PORTDOCS%%share/doc/libfwupdplugin/ccgx-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ccgx-dmc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/cfu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ch341a-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ch347-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.AcpiTable.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Archive.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.ArchiveFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Backend.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.BiosSettings.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.BlockDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.BlockPartition.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.BluezDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CabFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CabImage.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CfiDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CfuOffer.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CfuPayload.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Chunk.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.ChunkArray.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CompositeInputStream.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Config.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Context.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CoswidFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CsvEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.CsvFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Device.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DeviceEvent.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DeviceLocker.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DeviceProgress.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DfuFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DfuseFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DpauxDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.DrmDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Edid.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiDevicePath.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiDevicePathList.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiFile.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiFilesystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiHardDriveDevicePath.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiLoadOption.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiSection.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiSignature.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiSignatureList.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiVariableAuthentication2.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiVolume.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiX509Device.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.EfiX509Signature.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Efivars.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.ElfFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.FdtFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.FdtImage.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.FitFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.FmapFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.HeciDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.HidDescriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.HidDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.HidReport.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.HidrawDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Hwids.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.I2cDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IOChannel.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IfdBios.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IfdFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IfdImage.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IfwiCpdFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IfwiFptFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IhexFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IntelThunderboltFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.IntelThunderboltNvm.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Ioctl.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.KernelSearchPathLocker.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.LinearFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.MeiDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.MsgpackItem.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.OpromDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.OpromFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.PartialInputStream.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.PciDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.PefileFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Pkcs7.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Plugin.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Progress.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Quirks.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.SbatlevelSection.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.SecurityAttr.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.SecurityAttrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.SerioDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Smbios.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.SrecFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UdevDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UefiDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbBosDescriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbConfigDescriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbDeviceDs20.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbDeviceFwDs20.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbDeviceMsDs20.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbEndpoint.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbHidDescriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UsbInterface.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.UswidFirmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.V4lDevice.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.Volume.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.VolumeLocker.html +%%PORTDOCS%%share/doc/libfwupdplugin/class.X509Certificate.html +%%PORTDOCS%%share/doc/libfwupdplugin/classes_hierarchy.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.ARCHIVE_COMPRESSION_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.ARCHIVE_FORMAT_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_FIRMWARE_REVISION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_HARDWARE_REVISION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_MANUFACTURER_NAME.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_MODEL_NUMBER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_PNP_UID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_SERIAL_NUMBER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_SOFTWARE_REVISION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.BLUEZ_DEVICE_UUID_DI_SYSTEM_ID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.CFI_DEVICE_CMD_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.CHUNK_ADDR_OFFSET_NONE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.CHUNK_PAGESZ_NONE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.CONTEXT_HWID_FLAG_LOAD_ALL.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.COSWID_ENTITY_ROLE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.COSWID_TAG_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.CPU_VENDOR_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_AC_ADAPTER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_APPLICATION_CERTIFICATE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_AUDIO_CARD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_AUTH_FINGERPRINT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_COMPUTER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_DOCK.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_DOCK_USB.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_DRIVE_HARDDISK.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_DRIVE_MULTIDISK.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_DRIVE_SSD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_GPU.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_INPUT_DIALPAD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_INPUT_GAMING.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_INPUT_KEYBOARD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_INPUT_MOUSE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_INPUT_TABLET.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_INPUT_TOUCHPAD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_MEMORY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_MODEM.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_NETWORK_WIRED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_NETWORK_WIRELESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_PDA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_THUNDERBOLT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_USB_HUB.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_USB_RECEIVER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_VIDEO_CAMERA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_VIDEO_DISPLAY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_ICON_WEB_CAMERA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_METADATA_CPU_MITIGATIONS_REQUIRED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_METADATA_CPU_SINKCLOSE_MICROCODE_VER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_METADATA_TBT_IS_SAFE_MODE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_METADATA_UEFI_CAPSULE_FLAGS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_METADATA_UEFI_DEVICE_KIND.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_METADATA_UEFI_FW_VERSION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_ADD_COUNTERPART_GUIDS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_ADD_INSTANCE_ID_REV.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_ATTACH_EXTRA_RESET.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_AUTO_PARENT_CHILDREN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_AUTO_PAUSE_POLLING.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_COUNTERPART_VISIBLE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_DELAYED_REMOVAL.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_DETACH_PREPARE_FIRMWARE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_DISPLAY_REQUIRED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_EMULATED_REQUIRE_SETUP.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_ENFORCE_REQUIRES.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_ENSURE_SEMVER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_EXPLICIT_ORDER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_HOST_CPU.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_HOST_CPU_CHILD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_HOST_FIRMWARE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_HOST_FIRMWARE_CHILD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_IGNORE_SYSTEM_POWER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_INHERIT_ACTIVATION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_INHIBIT_CHILDREN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_INSTALL_LOOP_RESTART.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_INSTALL_PARENT_FIRST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_IS_FAKE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_IS_OPEN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_ONLY_CHECKSUM.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_FLAGS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_ICON.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_NAME.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_NAME_CATEGORY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_REQUIRED_FREE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_SIGNED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_VENDOR.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_VERFMT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_MD_SET_VERSION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_AUTO_INSTANCE_IDS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_AUTO_REMOVE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_AUTO_REMOVE_CHILDREN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_GENERIC_GUIDS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_LID_CLOSED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_PROBE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_NO_SERIAL_NUMBER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_ONLY_SUPPORTED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_PARENT_NAME_PREFIX.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_REFCOUNTED_PROXY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_REGISTERED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_REPLUG_MATCH_GUID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_RETRY_OPEN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_SAVE_INTO_BACKUP_REMOTE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_SKIPS_RESTART.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_UNCONNECTED.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_UPDATE_PENDING.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_USE_PARENT_FOR_BATTERY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_USE_PARENT_FOR_OPEN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_USE_PROXY_FALLBACK.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_USE_PROXY_FOR_OPEN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_PRIVATE_FLAG_USE_RUNTIME_VERSION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_REMOVE_DELAY_RE_ENUMERATE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DEVICE_REMOVE_DELAY_USER_REPLUG.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DFU_FIRMARE_VERSION_ATMEL_AVR.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DFU_FIRMARE_VERSION_DFUSE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DFU_FIRMARE_VERSION_DFU_1_0.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DFU_FIRMARE_VERSION_DFU_1_1.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DFU_FIRMARE_VERSION_UNKNOWN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DISPLAY_STATE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DPAUX_DEVICE_DPCD_OFFSET_BRANCH_DEVICE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DPAUX_DEVICE_DPCD_OFFSET_LINK_CONFIGURATION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DPAUX_DEVICE_DPCD_OFFSET_LINK_SINK_STATUS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DPAUX_DEVICE_DPCD_OFFSET_RECEIVER_CAPABILITY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DPAUX_DEVICE_DPCD_OFFSET_SINK_DEVICE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.DPAUX_DEVICE_DPCD_OFFSET_SOURCE_DEVICE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_APPEND_WRITE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_AUTHENTICATED_WRITE_ACCESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_BOOTSERVICE_ACCESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_HARDWARE_ERROR_RECORD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_NON_VOLATILE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_RUNTIME_ACCESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_ATTR_TIME_BASED_AUTHENTICATED_WRITE_ACCESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_GUID_EFI_CAPSULE_REPORT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_GUID_EFI_GLOBAL.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_GUID_FWUPDATE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_GUID_SECURITY_DATABASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_GUID_SHIM.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFIVARS_GUID_UX_CAPSULE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_FILE_GUID_BIOS_GUARD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_FILE_GUID_FV_IMAGE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_FILE_GUID_MICROCODE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_HARD_DRIVE_DEVICE_PATH_SIGNATURE_TYPE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_LOAD_OPTION_KIND_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_LOAD_OPTION_METADATA_CMDLINE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_LOAD_OPTION_METADATA_PATH.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_LZ77_DECOMPRESSOR_VERSION_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SECTION_GUID_ACPI1_TABLE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SECTION_GUID_ACPI2_TABLE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SECTION_GUID_ESRT_TABLE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SECTION_GUID_LZMA_COMPRESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SECTION_GUID_SMBIOS_TABLE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SECTION_GUID_TIANO_COMPRESS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SIGNATURE_GUID_FRAMEWORK.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SIGNATURE_GUID_MICROSOFT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SIGNATURE_GUID_OVMF.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SIGNATURE_GUID_OVMF_LEGACY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SIGNATURE_GUID_ZERO.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_SIGNATURE_KIND_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_APPLE_BOOT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_FFS1.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_FFS2.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_FFS3.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_HP_FS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_NVRAM_EVSA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_NVRAM_EVSA2.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_NVRAM_NVAR.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_PFH1.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.EFI_VOLUME_GUID_PFH2.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIRMWARE_ALIGNMENT_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIRMWARE_ID_HEADER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIRMWARE_ID_PAYLOAD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIRMWARE_ID_SIGNATURE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIRMWARE_SEARCH_MAGIC_BUFSZ_MAX.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_ALGO.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_COMPATIBLE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_DATA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_DATA_OFFSET.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_DATA_SIZE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_SKIP_OFFSET.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_STORE_OFFSET.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_TIMESTAMP.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_VALUE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ATTR_VERSION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ID_CONFIGURATIONS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FIT_FIRMWARE_ID_IMAGES.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.FMAP_FIRMWARE_STRLEN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HECI_DEVICE_UUID_FWUPDATE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HECI_DEVICE_UUID_MCHI.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HECI_DEVICE_UUID_MCHI2.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HECI_DEVICE_UUID_MKHI.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HID_ITEM_KIND_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_BASEBOARD_MANUFACTURER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_BASEBOARD_PRODUCT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_BIOS_MAJOR_RELEASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_BIOS_MINOR_RELEASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_BIOS_VENDOR.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_BIOS_VERSION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_ENCLOSURE_KIND.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_FAMILY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_FIRMWARE_MAJOR_RELEASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_FIRMWARE_MINOR_RELEASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_MANUFACTURER.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_PRODUCT_NAME.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.HWIDS_KEY_PRODUCT_SKU.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.I2C_DEVICE_PRIVATE_FLAG_NO_HWID_GUIDS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_CPD_FIRMWARE_IDX_MANIFEST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_CPD_FIRMWARE_IDX_METADATA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_CPD_FIRMWARE_IDX_MODULEDATA_IDX.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_FPT_FIRMWARE_IDX_CKSM.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_FPT_FIRMWARE_IDX_FWIM.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_FPT_FIRMWARE_IDX_IMGI.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_FPT_FIRMWARE_IDX_INFO.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.IFWI_FPT_FIRMWARE_IDX_SDTA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.INTEL_THUNDERBOLT_NVM_FAMILY_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.INTEL_THUNDERBOLT_NVM_SECTION_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.LID_STATE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.MSGPACK_ITEM_KIND_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.OPROM_COMPRESSION_TYPE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.OPROM_MACHINE_TYPE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.OPROM_SUBSYSTEM_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.POWER_STATE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_ACQUIESCE_DELAY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_BATTERY_THRESHOLD.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_BRANCH.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_BLOCK_SIZE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_BLOCK_ERASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_CHIP_ERASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_PAGE_PROG.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_READ_DATA.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_READ_ID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_READ_ID_SZ.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_READ_STATUS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_SECTOR_ERASE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_WRITE_EN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_CMD_WRITE_STATUS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_PAGE_SIZE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CFI_DEVICE_SECTOR_SIZE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_CHILDREN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_COUNTERPART_GUID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_FIRMWARE_GTYPE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_FIRMWARE_SIZE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_FIRMWARE_SIZE_MAX.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_FIRMWARE_SIZE_MIN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_FLAGS.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_GTYPE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_GUID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_GUID_QUIRK.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_ICON.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_INHIBIT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_INSTALL_DURATION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_ISSUE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_NAME.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_PARENT_GUID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_PLUGIN.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_PRIORITY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_PROTOCOL.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_PROXY_GTYPE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_PROXY_GUID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_REMOVE_DELAY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_SUMMARY.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_UPDATE_IMAGE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_UPDATE_MESSAGE.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_VENDOR.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_VENDOR_ID.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_VERSION.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.QUIRKS_VERSION_FORMAT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.SMBIOS_CHASSIS_KIND_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.SMBIOS_STRUCTURE_TYPE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.UDEV_DEVICE_ATTR_READ_TIMEOUT_DEFAULT.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.USB_DEVICE_MS_DS20_DESC_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.USB_DIRECTION_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.USB_RECIPIENT_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.USB_REQUEST_TYPE_LAST.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.VOLUME_KIND_BDP.html +%%PORTDOCS%%share/doc/libfwupdplugin/const.VOLUME_KIND_ESP.html +%%PORTDOCS%%share/doc/libfwupdplugin/corsair-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/cpu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/cros-ec-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.AcpiTable.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Archive.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Archive.new_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.ArchiveFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.BiosSettings.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CabFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CabImage.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CfiDevice.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CfuOffer.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CfuPayload.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Chunk.bytes_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Chunk.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.ChunkArray.new_from_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.ChunkArray.new_from_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.ChunkArray.new_virtual.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CompositeInputStream.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Config.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Context.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CoswidFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CsvEntry.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.CsvFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Device.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.DeviceEvent.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.DeviceLocker.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.DeviceLocker.new_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.DeviceProgress.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.DfuFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.DfuseFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Edid.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiDevicePath.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiDevicePathList.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiFile.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiFilesystem.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiHardDriveDevicePath.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiHardDriveDevicePath.new_from_volume.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiLoadOption.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiSection.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiSignatureList.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiVolume.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.EfiX509Device.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Efivars.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.ElfFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.FdtFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.FdtImage.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Firmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Firmware.new_from_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Firmware.new_from_gtypes.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.FitFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.FmapFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.HidDescriptor.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.HidReport.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IOChannel.new_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IOChannel.unix_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IOChannel.virtual_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IfdBios.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IfdFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IfdImage.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IfwiCpdFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IfwiFptFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IhexFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IntelThunderboltFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.IntelThunderboltNvm.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.KernelSearchPathLocker.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.LinearFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_binary.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_binary_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_boolean.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_float.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_integer.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_map.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_nil.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.MsgpackItem.new_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.OpromFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.PartialInputStream.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.PefileFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Pkcs7.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Plugin.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Plugin.new_from_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Progress.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Quirks.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.SbatlevelSection.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.SecurityAttr.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.SecurityAttrs.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Smbios.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.SrecFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UdevDevice.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UefiDevice.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbBosDescriptor.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbConfigDescriptor.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbDevice.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbDeviceFwDs20.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbDeviceMsDs20.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbEndpoint.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbHidDescriptor.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UsbInterface.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.UswidFirmware.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Volume.new_by_device.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.Volume.new_by_devnum.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.VolumeLocker.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/ctor.X509Certificate.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/dbxtool.html +%%PORTDOCS%%share/doc/libfwupdplugin/debug_attached.png +%%PORTDOCS%%share/doc/libfwupdplugin/debug_breakpoint.png +%%PORTDOCS%%share/doc/libfwupdplugin/debug_task.png +%%PORTDOCS%%share/doc/libfwupdplugin/debug_tool_selector.png +%%PORTDOCS%%share/doc/libfwupdplugin/dell-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/dell-dock-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/dell-kestrel-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/device-emulation.html +%%PORTDOCS%%share/doc/libfwupdplugin/devlink-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/dfu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ds20.html +%%PORTDOCS%%share/doc/libfwupdplugin/ebitdo-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/egis-moc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/elan-kbd-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/elanfp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/elantp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/emmc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.ArchiveCompression.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.ArchiveFormat.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CabCompression.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CabFileAttribute.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CfiDeviceCmd.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CfuOfferComponentId.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CoffSubsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.ContextQuirkSource.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CoswidEntityRole.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CoswidHashAlg.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CoswidLinkRel.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CoswidTag.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CoswidVersionScheme.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CpuVendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.CrcKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.DisplayState.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EdidDescriptorTag.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiCompressionType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiDevicePathType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiFileAttrib.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiFileType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiHardDriveDevicePathPartitionFormat.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiHardDriveDevicePathSignatureType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiHardDriveDevicePathSubtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiLoadOptionAttrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiLoadOptionKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiLz77DecompressorVersion.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiSectionType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiSignatureKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.EfiVolumeExtEntryType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.ElfFileHeaderType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.ElfSectionHeaderType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.FdtToken.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.FirmareSrecRecordKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.FirmwareAlignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.HidItemKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.HidItemTag.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.HidrawBusType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.IfdRegion.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.IhexFirmwareRecordType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.IntegerBase.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.IntelThunderboltNvmFamily.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.IntelThunderboltNvmSection.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.LidState.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.MkhiArbhSvnInfoEntryUsageId.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.MkhiCommand.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.MkhiGroupId.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.MkhiStatus.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.MsgpackCmd.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.MsgpackItemKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.OpromCompressionType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.OpromIndicatorFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.OpromMachineType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.OpromSubsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PathKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PciDeviceBaseCls.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PeCoffMachine.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PeCoffMagic.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PluginRule.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PluginVerifyFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.PowerState.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.SmbiosChassisKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.SmbiosStructureType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbClass.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbDescriptorKind.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbDeviceMsDs20Desc.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbDirection.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbLangid.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbRecipient.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UsbRequestType.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UswidHeaderFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.UswidPayloadCompression.html +%%PORTDOCS%%share/doc/libfwupdplugin/enum.V4lCap.html +%%PORTDOCS%%share/doc/libfwupdplugin/env.html +%%PORTDOCS%%share/doc/libfwupdplugin/ep963x-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/fastboot-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.ArchiveFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.BackendSetupFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.ConfigLoadFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.ContextEspFileFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.ContextFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.ContextHwidFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.DeviceIncorporateFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.DeviceInstanceFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.DumpFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.FirmwareExportFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.FirmwareFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.FirmwareParseFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.HidDeviceFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.IOChannelFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.IfdAccess.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.IntelThunderboltNvmSectionFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.IoChannelOpenFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.IoctlFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.ProgressFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.QuirksLoadFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.SecurityAttrsFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.UsbDeviceClaimFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flags.UtfConvertFlags.html +%%PORTDOCS%%share/doc/libfwupdplugin/flashrom-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/focalfp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/fonts.css +%%PORTDOCS%%share/doc/libfwupdplugin/fpc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/framework-qmk-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/fresco-pd-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.BIT_CLEAR.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.BIT_SET.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_align_up.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_append_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_append_uint16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_append_uint24.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_append_uint32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_append_uint64.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_append_uint8.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.byte_array_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_align.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_get_contents.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_get_data_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_is_empty.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_new_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_pad.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_set_contents.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.bytes_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.cab_compression_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coff_subsystem_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.common_align_up.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.common_get_kernel_cmdline.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.common_get_memory_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.common_get_olson_timezone_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.common_guid_is_plausible.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_entity_role_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_entity_role_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_hash_alg_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_hash_alg_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_link_rel_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_link_rel_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_tag_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_tag_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_version_scheme_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.coswid_version_scheme_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.cpu_get_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.cpu_get_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.cpuid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc16_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc32_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc8.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc8_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc_find.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.crc_misr16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_icon.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_issue.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_protocol.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_request_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_add_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_branch.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_checksums.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_composite_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_flashes_left.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_guid_default.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_guids.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_icons.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_install_duration.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_instance_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_issues.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_percentage.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_plugin.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_protocols.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_release_default.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_serial.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_status.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_summary.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_update_error.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_update_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_vendor_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_bootloader.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_bootloader_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_build_date.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_lowest.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_lowest_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_get_version_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_has_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_has_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_has_icon.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_has_protocol.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_has_request_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_has_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_branch.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_description.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_flashes_left.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_install_duration.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_percentage.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_plugin.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_serial.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_status.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_summary.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_update_error.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_version_bootloader_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.device_set_version_build_date.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.display_state_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.display_state_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.dump_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.dump_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.dump_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.efi_guid_to_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.efi_lz77_decompressor_version_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.efi_parse_sections.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.elf_section_header_type_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.error_convert.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.hid_item_kind_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.hid_item_tag_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.hid_item_tag_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.hidraw_bus_type_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.ifd_access_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.ifd_region_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_chunkify.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_compute_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_compute_crc16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_compute_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_compute_sum16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_compute_sum32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_compute_sum8.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_find.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_from_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_byte_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_u16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_u24.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_u32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_u64.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_read_u8.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.input_stream_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kenv_get_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_add_cmdline_arg.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_check_cmdline_mutable.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_check_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_get_cmdline.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_get_config.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_locked_down.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_parse_cmdline.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_parse_config.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.kernel_remove_cmdline_arg.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.lid_state_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memchk_read.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memchk_write.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memcmp_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memcpy_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memdup_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memmem_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint16_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint24.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint24_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint32_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint64.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint64_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memread_uint8_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memstrsafe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint16_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint24.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint32_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint64.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint64_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.memwrite_uint8_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_get_info_request_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_get_info_response_get_num_entries.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_get_info_response_get_result.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_get_info_response_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_info_entry_get_executing.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_info_entry_get_min_allowed.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_info_entry_get_usage_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_arbh_svn_info_entry_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_request_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_request_set_data_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_request_set_file_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_request_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_response_get_data_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_response_get_result.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_ex_response_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_request_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_request_set_data_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_request_set_filename.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_request_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_response_get_data_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_response_get_result.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_read_file_response_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.mkhi_status_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.output_stream_from_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.output_stream_write_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_find_program.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_from_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_get_files.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_get_symlink_target.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_glob.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_make_absolute.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_mkdir.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_mkdir_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.path_rmtree.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.plugin_add_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.plugin_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.plugin_has_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.plugin_remove_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.power_state_is_ac.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.power_state_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.snap_is_in_snap.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strdup.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strjoin.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strpassmask.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strsafe.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strsafe_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strsplit.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strsplit_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strsplit_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strsplit_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strstrip.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strtobool.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strtoll.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strtoull.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_oem_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_oem_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_oem_table_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_get_signature.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_oem_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_oem_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_oem_table_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_acpi_table_set_signature.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_get_comp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_get_uncomp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_set_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_set_comp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_data_set_uncomp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_get_date.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_get_fattr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_get_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_get_time.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_get_uoffset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_get_usize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_set_date.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_set_fattr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_set_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_set_time.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_set_uoffset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_file_set_usize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_get_compression.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_get_ndatab.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_set_compression.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_set_ndatab.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_folder_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_idx_cabinet.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_nr_files.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_nr_folders.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_off_cffile.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_set_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_get_rsvd_block.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_get_rsvd_folder.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_get_rsvd_hdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_set_rsvd_block.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_set_rsvd_folder.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_reserve_set_rsvd_hdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_idx_cabinet.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_nr_files.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_nr_folders.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_off_cffile.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_set_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cab_header_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_compat_variant_mask.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_component_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_flags1.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_flags2.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_flags3.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_product_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_segment_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_token.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_get_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_compat_variant_mask.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_component_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_flags1.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_flags2.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_flags3.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_product_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_segment_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_token.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_offer_set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_payload_get_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_payload_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_payload_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_payload_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_payload_set_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_cfu_payload_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_get_crc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_get_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_get_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_get_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_get_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_get_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_set_crc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_set_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_set_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_set_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_set_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_set_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfu_ftr_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_element_get_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_element_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_element_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_element_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_element_set_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_element_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_get_image_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_get_targets.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_set_image_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_set_targets.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_hdr_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_get_alt_setting.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_get_chunks.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_get_target_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_get_target_named.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_get_target_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_set_alt_setting.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_set_chunks.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_set_target_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_set_target_named.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_set_target_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dfuse_image_validate.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dpaux_dpcd_get_dev_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dpaux_dpcd_get_fw_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dpaux_dpcd_get_hw_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dpaux_dpcd_get_ieee_oui.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_dpaux_dpcd_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_get_alt_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_get_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_get_platform_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_get_total_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_get_vendor_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_set_alt_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_set_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_set_platform_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_set_total_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ds20_set_vendor_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_get_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_get_subkind.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_get_tag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_set_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_set_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_set_subkind.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_descriptor_set_tag.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_data_blocks.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_extension_block_count.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_manufacturer_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_product_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_revision_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_serial_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_week_of_manufacture.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_get_year_of_manufacture.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_data_blocks.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_extension_block_count.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_manufacturer_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_product_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_revision_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_serial_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_week_of_manufacture.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_edid_set_year_of_manufacture.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_get_subtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_set_subtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_device_path_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file2_get_extended_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file2_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_data_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_hdr_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_data_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_hdr_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_file_validate.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_partition_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_partition_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_partition_signature.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_partition_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_partition_start.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_signature_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_get_subtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_partition_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_partition_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_partition_signature.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_partition_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_partition_start.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_signature_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_hard_drive_device_path_set_subtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_load_option_get_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_load_option_get_dp_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_load_option_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_load_option_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_load_option_set_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_load_option_set_dp_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_lz77_decompressor_header_get_dst_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_lz77_decompressor_header_get_src_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_lz77_decompressor_header_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section2_get_extended_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section2_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_compression_get_compression_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_compression_get_uncompressed_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_compression_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_freeform_subtype_guid_get_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_freeform_subtype_guid_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_get_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_set_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_guid_defined_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_section_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_get_header_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_get_list_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_set_header_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_set_list_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_signature_list_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_day.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_daylight.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_hour.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_minute.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_month.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_nanosecond.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_second.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_timezone.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_time_get_year.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_get_auth_info.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_get_timestamp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_set_auth_info.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_set_timestamp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_variable_authentication2_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_block_map_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_block_map_get_num_blocks.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_block_map_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_block_map_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_block_map_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_block_map_set_num_blocks.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_ext_entry_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_ext_entry_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_ext_entry_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_ext_header_get_fv_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_ext_header_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_ext_header_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_ext_hdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_hdr_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_get_zero_vector.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_ext_hdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_hdr_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_set_zero_vector.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_volume_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_win_certificate_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_efi_win_certificate_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_ehsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_ei_abiversion.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_ei_osabi.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_entry.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_machine.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_phentsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_phnum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_phoff.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_shentsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_shnum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_shoff.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_shstrndx.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_ehsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_ei_abiversion.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_ei_osabi.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_entry.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_machine.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_phentsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_phnum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_phoff.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_shentsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_shnum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_shoff.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_shstrndx.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_file_header64le_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_align.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_filesz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_flags2.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_memsz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_paddr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_get_vaddr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_align.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_filesz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_flags2.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_memsz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_paddr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_program_header64le_set_vaddr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_addralign.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_entsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_info.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_link.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_addralign.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_entsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_info.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_link.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_elf_section_header64le_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_boot_cpuid_phys.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_last_comp_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_off_dt_strings.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_off_dt_struct.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_off_mem_rsvmap.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_size_dt_strings.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_size_dt_struct.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_totalsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_get_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_prop_get_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_prop_get_nameoff.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_prop_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_prop_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_prop_set_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_prop_set_nameoff.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_reserve_entry_get_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_reserve_entry_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_reserve_entry_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_reserve_entry_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_reserve_entry_set_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_reserve_entry_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_boot_cpuid_phys.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_last_comp_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_off_dt_strings.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_off_dt_struct.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_off_mem_rsvmap.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_size_dt_strings.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_size_dt_struct.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_totalsize.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fdt_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_area_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_get_base.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_get_nareas.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_get_ver_major.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_get_ver_minor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_set_base.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_set_nareas.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_set_ver_major.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_set_ver_minor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_fmap_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_get_flcomp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_get_flill.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_get_flill1.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_set_flcomp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_set_flill.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fcba_set_flill1.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_get_descriptor_map0.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_get_descriptor_map1.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_get_descriptor_map2.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_set_descriptor_map0.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_set_descriptor_map1.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_set_descriptor_map2.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifd_fdbar_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_entry_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_entry_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_header_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_num_of_entries.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_get_partition_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_ext_get_extension_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_ext_get_extension_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_ext_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_ext_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_ext_set_extension_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_ext_set_extension_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_date.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_header_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_header_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_rsvd.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_svn.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_get_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_date.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_header_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_header_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_rsvd.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_svn.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_manifest_set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_entry_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_header_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_num_of_entries.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_set_partition_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_cpd_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_get_partition_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_get_partition_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_set_partition_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_entry_set_partition_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_fitc_build.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_fitc_hotfix.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_fitc_major.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_fitc_minor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_header_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_num_of_entries.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_ticks_to_add.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_tokens_to_add.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_get_uma_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_fitc_build.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_fitc_hotfix.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_fitc_major.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_fitc_minor.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_header_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_num_of_entries.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_ticks_to_add.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_tokens_to_add.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_set_uma_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ifwi_fpt_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ms_ds20_get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ms_ds20_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ms_ds20_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ms_ds20_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ms_ds20_set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_ms_ds20_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_compression_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_efi_image_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_expansion_header_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_image_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_init_func_entry_point.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_machine_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_pci_header_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_get_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_class_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_code_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_conf_util_code_header_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_device_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_device_list_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_dmtf_clp_entry_point_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_image_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_image_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_indicator.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_max_runtime_image_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_structure_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_structure_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_get_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_class_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_code_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_conf_util_code_header_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_device_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_device_list_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_dmtf_clp_entry_point_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_image_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_image_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_indicator.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_max_runtime_image_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_structure_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_structure_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_pci_set_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_compression_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_efi_image_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_expansion_header_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_image_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_init_func_entry_point.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_machine_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_pci_header_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_set_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_oprom_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_get_characteristics.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_get_machine.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_get_number_of_sections.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_get_number_of_symbols.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_get_pointer_to_symbol_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_get_size_of_optional_header.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_set_characteristics.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_set_machine.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_set_number_of_sections.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_set_number_of_symbols.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_set_pointer_to_symbol_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_file_header_set_size_of_optional_header.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_addressofentrypoint.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_base_of_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_certificate_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_debug_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_file_alignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_image_base.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_loader_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_magic.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_major_linker_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_minor_linker_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_number_of_rva_and_sizes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_section_alignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_certificate_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_debug_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_headers.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_image.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_initialized_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_size_of_uninitialized_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_get_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_addressofentrypoint.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_base_of_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_certificate_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_debug_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_file_alignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_image_base.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_loader_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_magic.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_major_linker_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_minor_linker_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_number_of_rva_and_sizes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_section_alignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_certificate_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_debug_table.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_headers.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_image.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_initialized_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_size_of_uninitialized_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_optional_header64_set_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_get_characteristics.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_get_pointer_to_raw_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_get_size_of_raw_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_get_virtual_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_get_virtual_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_set_characteristics.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_set_pointer_to_raw_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_set_size_of_raw_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_set_virtual_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_coff_section_set_virtual_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_cblp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_cp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_cparhdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_crlc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_lfanew.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_lfarlc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_maxalloc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_minalloc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_get_sp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_cblp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_cp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_cparhdr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_crlc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_lfanew.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_lfarlc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_maxalloc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_minalloc.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_set_sp.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_pe_dos_header_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_sbat_level_section_header_get_latest.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_sbat_level_section_header_get_previous.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_sbat_level_section_header_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_sbat_level_section_header_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_sbat_level_section_header_set_latest.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_sbat_level_section_header_set_previous.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_get_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_get_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_get_items_count.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_get_items_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_item_get_key_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_item_get_value_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_item_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_item_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_item_set_key_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_item_set_value_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_set_crc32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_set_header_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_set_items_count.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_shim_hive_set_items_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_anchor_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_entry_point_csum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_entry_point_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_entry_point_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_intermediate_anchor_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_intermediate_csum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_max_structure_sz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_number_smbios_structs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_smbios_bcd_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_smbios_major_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_smbios_minor_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_structure_table_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_get_structure_table_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_anchor_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_entry_point_csum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_entry_point_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_entry_point_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_intermediate_anchor_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_intermediate_csum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_max_structure_sz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_number_smbios_structs.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_smbios_bcd_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_smbios_major_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_smbios_minor_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_structure_table_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep32_set_structure_table_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_anchor_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_entry_point_csum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_entry_point_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_entry_point_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_reserved0.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_smbios_docrev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_smbios_major_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_smbios_minor_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_structure_table_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_get_structure_table_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_anchor_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_entry_point_csum.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_entry_point_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_entry_point_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_reserved0.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_smbios_docrev.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_smbios_major_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_smbios_minor_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_structure_table_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_ep64_set_structure_table_len.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_get_handle.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_get_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_set_handle.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_smbios_structure_set_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_get_compression.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_get_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_get_hdrsz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_get_hdrver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_get_payloadsz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_set_compression.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_set_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_set_hdrsz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_set_hdrver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_set_payloadsz.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.struct_uswid_validate_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.strwidth.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum16_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum16w.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum16w_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum32_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum32w.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum32w_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum8.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.sum8_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_base_hdr_get_descriptor_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_base_hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_base_hdr_parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_base_hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_get_descriptor_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_get_dev_capability_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_set_descriptor_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_set_dev_capability_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_bos_hdr_set_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_class_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_attributes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_configuration.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_configuration_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_max_power.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_num_interfaces.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_get_total_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_kind_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_descriptor_kind_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_dfu_descriptor_hdr_get_attributes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_dfu_descriptor_hdr_get_detach_timeout.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_dfu_descriptor_hdr_get_dfu_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_dfu_descriptor_hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_dfu_descriptor_hdr_get_transfer_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.usb_dfu_descriptor_hdr_parse_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.uswid_payload_compression_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.uswid_payload_compression_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.utf16_to_utf8_byte_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.utf16_to_utf8_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.utf8_to_utf16_byte_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.utf8_to_utf16_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.v4l_cap_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_ensure_semver.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_from_uint16.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_from_uint16_hex.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_from_uint24.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_from_uint32.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_from_uint32_hex.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_from_uint64.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_guess_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_parse_from_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.version_verify_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.xmlb_builder_insert_kb.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.xmlb_builder_insert_kv.html +%%PORTDOCS%%share/doc/libfwupdplugin/func.xmlb_builder_insert_kx.html +%%PORTDOCS%%share/doc/libfwupdplugin/fwupd-remotes.d.html +%%PORTDOCS%%share/doc/libfwupdplugin/fwupd.conf.html +%%PORTDOCS%%share/doc/libfwupdplugin/fwupdmgr.html +%%PORTDOCS%%share/doc/libfwupdplugin/fwupdtool.html +%%PORTDOCS%%share/doc/libfwupdplugin/fzy.js +%%PORTDOCS%%share/doc/libfwupdplugin/genesys-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/genesys-gl32xx-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/go-up-symbolic.png +%%PORTDOCS%%share/doc/libfwupdplugin/goodix-moc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/goodix-tp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/gpio-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/hpi-cfu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/hsi.html +%%PORTDOCS%%share/doc/libfwupdplugin/huddly-usb-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/hughski-colorhug-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/hwids.html +%%PORTDOCS%%share/doc/libfwupdplugin/ilitek-its-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/index.html +%%PORTDOCS%%share/doc/libfwupdplugin/index.json +%%PORTDOCS%%share/doc/libfwupdplugin/intel-amt-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/intel-cvs-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/intel-gsc-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/intel-mchi-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/intel-mkhi-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/intel-usb4-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/iommu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/jabra-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/jabra-file-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/jabra-gnp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/kinetic-dp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/legion-hid2-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/lenovo-thinklmi-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/libfwupdplugin.devhelp2 +%%PORTDOCS%%share/doc/libfwupdplugin/linux-display-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/linux-lockdown-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/linux-sleep-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/linux-swap-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/linux-tainted-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/logind-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/logitech-bulkcontroller-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/logitech-hidpp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/logitech-rallysystem-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/logitech-scribe-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/logitech-tap-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/main.js +%%PORTDOCS%%share/doc/libfwupdplugin/mediatek-scaler-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.AcpiTable.get_oem_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.AcpiTable.get_oem_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.AcpiTable.get_oem_table_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.AcpiTable.get_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Archive.add_entry.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Archive.iterate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Archive.lookup_by_fn.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Archive.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ArchiveFirmware.get_compression.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ArchiveFirmware.get_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ArchiveFirmware.get_image_fnmatch.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ArchiveFirmware.set_compression.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ArchiveFirmware.set_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.add_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.coldplug.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.create_device.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.create_device_for_donor.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.device_added.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.device_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.device_removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.get_context.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.get_device_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.get_devices.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.get_enabled.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.invalidate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.lookup_by_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.registered.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.set_enabled.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Backend.setup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BiosSettings.add_attribute.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BiosSettings.get_all.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BiosSettings.get_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BiosSettings.get_pending_reboot.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BiosSettings.setup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BiosSettings.to_hash_kv.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockDevice.sg_io_cmd_none.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockDevice.sg_io_cmd_read.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockDevice.sg_io_cmd_write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockPartition.get_fs_label.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockPartition.get_fs_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockPartition.get_fs_uuid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BlockPartition.get_mount_point.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.notify_acquire.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.notify_start.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.notify_stop.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.read.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.read_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.BluezDevice.write_acquire.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabFirmware.get_compressed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabFirmware.get_only_basename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabFirmware.set_compressed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabFirmware.set_only_basename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabImage.get_created.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabImage.get_win32_filename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabImage.set_created.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CabImage.set_win32_filename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.chip_select.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.chip_select_locker_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.get_block_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.get_cmd.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.get_flash_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.get_page_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.get_sector_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.send_command.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.set_block_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.set_flash_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.set_page_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.set_sector_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfiDevice.set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_bank.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_component_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_force_ignore_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_force_immediate_reset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_hw_variant.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_milestone.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_product_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_protocol_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_segment_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.get_token.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_bank.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_component_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_force_ignore_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_force_immediate_reset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_hw_variant.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_milestone.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_product_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_protocol_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_segment_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CfuOffer.set_token.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_data_out.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_data_sz.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.get_page.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.set_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.set_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.set_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.set_page.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Chunk.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ChunkArray.index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.ChunkArray.length.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CompositeInputStream.add_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CompositeInputStream.add_partial_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CompositeInputStream.add_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.get_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.get_value_bool.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.get_value_strv.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.get_value_u64.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.load.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.reset_defaults.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.set_default.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Config.set_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_compile_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_esp_volume.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_firmware_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_quirk_key.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_runtime_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.add_udev_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.efivars_check_free_space.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_backends.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_battery_level.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_bios_setting.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_bios_setting_pending_reboot.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_bios_settings.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_chassis_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_compile_versions.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_config.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_default_esp.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_display_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_efivars.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_esp_files.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_esp_location.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_esp_volume_by_hard_drive_device_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_esp_volumes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_fdt.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_firmware_gtype_by_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_firmware_gtype_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_firmware_gtypes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_hwid_guids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_hwid_replace_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_hwid_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_hwids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_lid_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_plugin_names_for_udev_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_power_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_runtime_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_runtime_versions.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_smbios.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_smbios_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_smbios_integer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_smbios_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.get_udev_subsystems.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.has_backend.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.has_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.has_hwid_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.has_hwid_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.housekeeping.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.load_hwinfo.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.load_quirks.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.lookup_quirk_by_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.lookup_quirk_by_id_iter.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.reload_bios_settings.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.remove_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.security_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_battery_level.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_chassis_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_display_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_esp_location.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_lid_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Context.set_power_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CoswidFirmware.get_product.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvEntry.add_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvEntry.get_value_by_column_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvEntry.get_value_by_column_id_uint64.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvEntry.get_value_by_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvFirmware.add_column_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvFirmware.get_column_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvFirmware.get_write_column_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.CsvFirmware.set_write_column_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.activate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_child.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_event.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_id_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_strsafe.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_strup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_u16.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_u32.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_u4.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_instance_u8.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_json.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_parent_backend_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_parent_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_parent_physical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_possible_plugin.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_private_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_problem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_security_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.add_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.attach.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.attach_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.bind_driver.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.build_instance_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.build_instance_id_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.build_instance_id_strv.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.build_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.build_vendor_id_u16.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.check_fwupd_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.clear_events.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.close.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.convert_instance_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.detach.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.detach_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.dump_firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.emit_request.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.ensure_from_component.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.ensure_from_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.ensure_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.from_json.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_acquiesce_delay.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_backend.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_backend_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_backend_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_backend_parent_with_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_battery_level.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_children.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_contents.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_contents_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_context.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_counterpart_guids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_created_usec.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_custom_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_equivalent_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_events.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_firmware_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_firmware_size_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_firmware_size_min.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_instance_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_logical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_metadata_boolean.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_metadata_integer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_modified_usec.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_order.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_parent_backend_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_parent_guids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_parent_physical_ids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_physical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_possible_plugins.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_priority.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_proxy.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_proxy_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_proxy_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_proxy_with_fallback.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_remove_delay.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_request_cnt.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_required_free.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_results.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_root.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_smbios_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_specialized_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_update_image.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_update_message.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_update_request_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.get_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_inhibit.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_instance_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_parent_backend_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_parent_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_parent_physical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_private_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_private_flag_quark.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.has_problem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.incorporate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.incorporate_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.inhibit.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.is_updatable.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.load_event.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.open.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.poll.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.poll_locker_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.prepare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.prepare_firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.probe.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.probe_complete.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.probe_invalidate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.query_file_exists.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.read_firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.register_private_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.reload.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.remove_child.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.remove_children.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.remove_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.remove_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.remove_private_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.remove_problem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.replace.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.report_metadata_post.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.report_metadata_pre.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.rescan.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.retry.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.retry_add_recovery.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.retry_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.retry_set_delay.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.save_event.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.security_attr_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_acquiesce_delay.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_backend.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_backend_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_battery_level.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_battery_threshold.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_contents.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_contents_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_context.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_created_usec.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_custom_flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_equivalent_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_firmware_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_firmware_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_firmware_size_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_firmware_size_min.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_fwupd_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_logical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_metadata_boolean.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_metadata_integer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_modified_usec.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_order.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_physical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_poll_interval.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_priority.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_progress.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_proxy.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_proxy_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_proxy_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_quirk_kv.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_remove_delay.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_required_free.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_specialized_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_target.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_update_image.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_update_message.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_update_request_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_update_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_version_bootloader.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_version_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_version_lowest.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_version_lowest_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_version_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.set_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.setup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.sleep.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.sleep_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.unbind_driver.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.uninhibit.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Device.write_firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.check_error.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.copy_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.get_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.get_i64.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.get_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.set_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.set_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.set_error.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.set_i64.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceEvent.set_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DeviceLocker.close.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.get_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.get_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.get_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.get_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.set_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.set_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DfuFirmware.set_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.get_dpcd_dev_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.get_dpcd_hw_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.get_dpcd_ieee_oui.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.read.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.set_dpcd_dev_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.set_dpcd_hw_rev.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.set_dpcd_ieee_oui.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DpauxDevice.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_connector_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_crtc_height.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_crtc_width.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_crtc_x.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_crtc_y.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_edid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_enabled.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.DrmDevice.get_state.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.get_eisa_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.get_pnp_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.get_product_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.get_product_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.get_serial_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.set_eisa_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.set_pnp_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.set_product_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.set_product_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Edid.set_serial_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiDevicePath.get_subtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiDevicePath.set_subtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiHardDriveDevicePath.compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiHardDriveDevicePath.get_partition_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiHardDriveDevicePath.get_partition_signature.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiHardDriveDevicePath.get_partition_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiHardDriveDevicePath.get_partition_start.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiLoadOption.get_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiLoadOption.get_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiLoadOption.set_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiLoadOption.set_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiSignature.get_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiSignature.get_owner.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiSignatureList.get_newest.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiVariableAuthentication2.get_signers.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiX509Signature.get_issuer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiX509Signature.get_subject.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiX509Signature.get_subject_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.EfiX509Signature.get_subject_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.create_boot_entry_for_volume.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.delete.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.delete_with_glob.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.exists.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_boot_current.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_boot_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_boot_entries.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_boot_entry.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_boot_next.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_boot_order.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_data_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_monitor.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_names.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.get_secure_boot.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.set_boot_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.set_boot_entry.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.set_boot_next.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.set_boot_order.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.set_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.set_data_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.space_free.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.space_used.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Efivars.supported.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtFirmware.get_cpuid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtFirmware.get_image_by_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtFirmware.set_cpuid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.get_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.get_attr_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.get_attr_strlist.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.get_attr_u32.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.get_attr_u64.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.get_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.set_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.set_attr_str.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.set_attr_strlist.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.set_attr_uint32.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FdtImage.set_attr_uint64.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.add_chunk.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.add_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.add_image.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.add_image_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.add_patch.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.build.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.build_from_filename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.build_from_xml.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.check_compatible.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.export.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.export_to_xml.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_alignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_bytes_with_patches.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_chunks.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_depth.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_filename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_gtype_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_id_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_id_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_idx_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_image_by_idx_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_images.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_images_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_size_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_version_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.get_version_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.has_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.parse_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.parse_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.remove_image.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.remove_image_by_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.remove_image_by_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_addr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_alignment.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_filename.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_images_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_size_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_version_format.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.set_version_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.tokenize.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.write_chunk.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Firmware.write_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FitFirmware.get_timestamp.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.FitFirmware.set_timestamp.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HeciDevice.arbh_svn_get_info.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HeciDevice.read_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HeciDevice.read_file_ex.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDescriptor.find_report.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.add_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.get_ep_addr_in.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.get_ep_addr_out.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.get_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.get_report.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.parse_descriptors.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.set_ep_addr_in.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.set_ep_addr_out.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.set_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidDevice.set_report.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidrawDevice.get_bus_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidrawDevice.get_feature.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidrawDevice.get_report.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidrawDevice.parse_descriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidrawDevice.set_feature.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.HidrawDevice.set_report.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.add_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.add_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_chid_keys.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_guids.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_keys.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_replace_keys.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_replace_values.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.get_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Hwids.has_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.I2cDevice.read.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.I2cDevice.set_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.I2cDevice.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.read_byte_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.read_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.read_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.seek.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.shutdown.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.unix_get_fd.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.write_byte_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.write_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.write_raw.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IOChannel.write_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IfdFirmware.check_jedec_cmd.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IfdImage.get_access.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IfdImage.set_access.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IhexFirmware.get_records.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IhexFirmware.set_padding_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.get_device_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.get_flash_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.get_model_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.get_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.has_pd.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.is_host.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.IntelThunderboltNvm.is_native.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Ioctl.add_const_buffer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Ioctl.add_key_as_u16.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Ioctl.add_key_as_u8.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Ioctl.add_mutable_buffer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Ioctl.execute.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Ioctl.set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.KernelSearchPathLocker.get_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.LinearFirmware.get_image_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.connect.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.get_fw_status.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.get_fw_ver.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.get_max_msg_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.get_protocol_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.read.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MeiDevice.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_binary.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_boolean.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_float.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_integer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_map.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.MsgpackItem.get_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.OpromFirmware.get_compression_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.OpromFirmware.get_machine_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.OpromFirmware.get_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PartialInputStream.get_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PartialInputStream.get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PciDevice.get_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PciDevice.get_subsystem_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PciDevice.get_subsystem_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PciDevice.set_revision.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PciDevice.set_subsystem_pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.PciDevice.set_subsystem_vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_device_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_device_udev_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_firmware_gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_report_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_rule.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.add_udev_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.alloc_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.cache_add.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.cache_lookup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.cache_remove.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.device_add.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.device_register.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.device_remove.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_config_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_config_value_boolean.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_context.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_device_gtype_default.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_device_gtypes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_devices.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_order.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_priority.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_report_metadata.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.get_rules.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.is_open.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.name_compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.open.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.order_compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.reset_config_values.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_activate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_add_security_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_attach.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_backend_device_added.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_backend_device_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_clear_results.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_coldplug.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_composite_cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_composite_prepare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_detach.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_device_added.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_device_created.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_device_register.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_device_removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_fix_host_security_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_get_results.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_init.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_modify_config.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_prepare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_ready.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_reboot_cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_reload.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_startup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_undo_host_security_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_unlock.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_verify.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.runner_write_firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.security_attr_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_config_default.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_config_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_context.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_device_gtype_default.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_order.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.set_priority.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Plugin.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.add_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.add_step.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.finished.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_child.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_duration.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_percentage.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_profile.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_status.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.get_steps.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.has_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.remove_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.reset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_percentage.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_percentage_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_profile.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_status.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.set_steps.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.sleep.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.step_done.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Progress.traceback.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Quirks.add_possible_key.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Quirks.load.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Quirks.lookup_by_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Quirks.lookup_by_id_iter.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.append.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.append_internal.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.calculate_hsi.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.compare.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.depsolve.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.equal.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.get_all.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.get_by_appstream_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.is_valid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.remove_all.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SecurityAttrs.to_variant.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Smbios.get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Smbios.get_integer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Smbios.get_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Smbios.setup.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Smbios.setup_from_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Smbios.setup_from_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SrecFirmware.get_records.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SrecFirmware.set_addr_max.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.SrecFirmware.set_addr_min.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.add_open_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.add_property.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.emit_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_bind_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_device_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_device_file_from_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_devpath.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_devtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_driver.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_io_channel.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_subsystem_depth.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_subsystem_devtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.get_sysfs_path.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.ioctl.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.ioctl_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.list_sysfs.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.match_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.parse_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.pread.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.pwrite.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.read.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.read_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.read_property.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.read_sysfs.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.read_sysfs_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.remove_open_flag.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.reopen.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.seek.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_bind_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_device_file.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_devtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_io_channel.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_physical_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.set_subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.write_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.write_sysfs.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.write_sysfs_byte_array.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UdevDevice.write_sysfs_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UefiDevice.get_efivar_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UefiDevice.get_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UefiDevice.get_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UefiDevice.set_efivar_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UefiDevice.set_guid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UefiDevice.set_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbBosDescriptor.get_capability.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbConfigDescriptor.get_configuration.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbConfigDescriptor.get_configuration_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.add_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.bulk_transfer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.claim_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.control_transfer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_bus.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_claim_retry_count.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_class.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_configuration_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_custom_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_dev.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_hid_descriptors.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_interfaces.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_manufacturer_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_product_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_release.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_serial_number_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_spec.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_string_descriptor.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_string_descriptor_bytes.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.get_string_descriptor_bytes_full.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.interrupt_transfer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.release_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.reset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.set_claim_retry_count.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.set_configuration.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDevice.set_interface_alt.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDeviceDs20.apply_to_device.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbDeviceDs20.set_version_lowest.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbEndpoint.get_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbEndpoint.get_direction.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbEndpoint.get_maximum_packet_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbEndpoint.get_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbEndpoint.get_polling_interval.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbHidDescriptor.get_blob.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbHidDescriptor.get_descriptor_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbHidDescriptor.get_iface_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbHidDescriptor.set_blob.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbHidDescriptor.set_iface_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.add_endpoint.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_alternate.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_class.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_endpoints.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_protocol.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.UsbInterface.get_subclass.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.V4lDevice.get_caps.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.V4lDevice.get_index.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.check_free_space.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_block_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_block_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_id_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_mount_point.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_partition_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_partition_name.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_partition_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_partition_offset.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_partition_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_partition_uuid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.get_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.is_encrypted.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.is_internal.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.is_mdraid.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.is_mounted.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.mount.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.Volume.unmount.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.VolumeLocker.close.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.X509Certificate.get_activation_time.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.X509Certificate.get_issuer.html +%%PORTDOCS%%share/doc/libfwupdplugin/method.X509Certificate.get_subject.html +%%PORTDOCS%%share/doc/libfwupdplugin/modem-manager-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/msr-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/mtd-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/nordic-hid-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/nvme-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/only-trusted.html +%%PORTDOCS%%share/doc/libfwupdplugin/org.freedesktop.fwupd.svg +%%PORTDOCS%%share/doc/libfwupdplugin/parade-lspcon-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/parade-usbhub-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/pci-bcr-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/pci-mei-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/pci-psp-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/pixart-rf-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/powerd-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Backend.can-invalidate.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Backend.context.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Backend.device-gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Backend.name.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.BluezDevice.object-manager.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.BluezDevice.proxy.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.CfiDevice.flash-id.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Context.battery-level.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Context.battery-threshold.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Context.display-state.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Context.flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Context.lid-state.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Context.power-state.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.backend-id.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.backend.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.context.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.equivalent-id.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.logical-id.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.physical-id.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.pid.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.private-flags.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.proxy.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.required-free.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.update-image.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.update-message.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Device.vid.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.DpauxDevice.dpcd-ieee-oui.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Firmware.parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.HidDevice.interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.LinearFirmware.image-gtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Plugin.context.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.UdevDevice.bind-id.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.UdevDevice.device-file.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.UdevDevice.devtype.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.UdevDevice.driver.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.UdevDevice.subsystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.UsbDevice.libusb-device.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Volume.mount-path.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Volume.proxy-block.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Volume.proxy-filesystem.html +%%PORTDOCS%%share/doc/libfwupdplugin/property.Volume.proxy-partition.html +%%PORTDOCS%%share/doc/libfwupdplugin/qc-firehose-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/qc-s5gen2-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/qsi-dock-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/realtek-mst-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/redfish-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/rp-pico-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/rts54hub-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/scsi-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/search.js +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Backend.device-added.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Backend.device-changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Backend.device-removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.BluezDevice.changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Config.changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Config.loaded.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Context.housekeeping.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Context.security-changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Device.child-added.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Device.child-removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Device.request.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Plugin.check-supported.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Plugin.device-added.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Plugin.device-register.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Plugin.device-removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Plugin.rules-changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Progress.percentage-changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.Progress.status-changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/signal.UdevDevice.changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/solarized-dark.css +%%PORTDOCS%%share/doc/libfwupdplugin/solarized-light.css +%%PORTDOCS%%share/doc/libfwupdplugin/steelseries-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/struct.ErrorConvertEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/struct.ErrorMapEntry.html +%%PORTDOCS%%share/doc/libfwupdplugin/struct.PluginData.html +%%PORTDOCS%%share/doc/libfwupdplugin/struct.PluginVfuncs.html +%%PORTDOCS%%share/doc/libfwupdplugin/style.css +%%PORTDOCS%%share/doc/libfwupdplugin/supermicro-license.html +%%PORTDOCS%%share/doc/libfwupdplugin/synaptics-cape-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/synaptics-cxaudio-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/synaptics-mst-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/synaptics-prometheus-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/synaptics-rmi-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/synaptics-vmm9-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/system76-launch-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/telink-dfu-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/test-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/test_task.png +%%PORTDOCS%%share/doc/libfwupdplugin/thelio-io-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/thunderbolt-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/ti-tps6598x-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/tpm-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/tutorial.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Archive.compression_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Archive.compression_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Archive.format_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Archive.format_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.CfiDevice.cmd_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.ChunkArray.mutable_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.ChunkArray.new.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.ChunkArray.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Device.instance_flags_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiFile.type_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiHardDriveDevicePath.partition_format_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiHardDriveDevicePath.partition_format_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiHardDriveDevicePath.signature_type_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiHardDriveDevicePath.signature_type_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiLoadOption.kind_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiLoadOption.kind_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiSection.type_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiSignature.kind_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiSignature.kind_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.EfiVolume.ext_entry_type_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.ErrorMapEntry.to_gerror.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Firmware.flags_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Firmware.strparse_uint16_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Firmware.strparse_uint24_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Firmware.strparse_uint32_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Firmware.strparse_uint4_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Firmware.strparse_uint8_safe.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IOChannel.open_flags_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.arc_params_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.arc_params_set_pd_pointer.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_arc_params.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_available_sections.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_device_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_drom.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_flags_host.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_flags_is_native.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_flash_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_ucode.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.digital_set_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.dram_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.drom_new.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.drom_set_model_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.drom_set_vendor_id.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.family_from_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.family_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.IntelThunderboltNvm.section_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.MsgpackItem.kind_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Plugin.guess_name_from_fn.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.SecurityAttr.add_bios_target_value.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.SecurityAttr.check_fwupd_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Smbios.chassis_kind_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_device.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_device_class.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_device_protocol.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_device_sub_class.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_manufacturer_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_max_packet_size0.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_num_configurations.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_product.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_product_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_serial_number_idx.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_usb.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_get_vendor.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDevice.hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbDeviceMsDs20.desc_to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_get_attributes.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_get_descriptor_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_get_endpoint_address.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_get_interval.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_get_max_packet_size.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbEndpoint.hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_get_class_descriptor_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_get_class_descriptor_type.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_get_country_code.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_get_hid.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_get_num_descriptors.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbHidDescriptor.hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_alternate_setting.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_interface.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_interface_class.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_interface_number.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_interface_protocol.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_interface_sub_class.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_length.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_get_num_endpoints.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.UsbInterface.hdr_parse_stream.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Volume.kind_convert_to_gpt.html +%%PORTDOCS%%share/doc/libfwupdplugin/type_func.Volume.new_by_kind.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-capsule-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-db-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-db.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-dbx-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-esrt-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-kek-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-mok-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-pk-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-recovery-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uefi-sbat-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/uf2-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/upower-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/urlmap_fwupdplugin.js +%%PORTDOCS%%share/doc/libfwupdplugin/usi-dock-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/vbe-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.coldplug.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.create_device.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.create_device_for_donor.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.get_device_parent.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.invalidate.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.registered.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.setup.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Backend.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.CfiDevice.chip_select.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.CfiDevice.read_jedec.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.CfiDevice.send_command.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Context.housekeeping.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Context.security_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.delete.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.delete_with_glob.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.exists.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.get_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.get_monitor.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.get_names.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.set_data.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.space_free.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.space_used.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Efivars.supported.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.build.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.check_compatible.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.convert_version.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.export.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.get_checksum.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.tokenize.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.validate.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Firmware.write.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._check_supported.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._device_added.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._device_register.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._device_removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._percentage_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._rules_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin._status_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.activate.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.add_security_attrs.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.attach.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.backend_device_added.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.backend_device_changed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.backend_device_removed.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.clear_results.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.coldplug.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.composite_cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.composite_prepare.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.detach.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.device_added.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.device_created.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.device_registered.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.fix_host_security_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.get_results.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.modify_config.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.prepare.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.ready.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.reboot_cleanup.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.startup.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.to_string.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.undo_host_security_attr.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.unlock.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.verify.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.Plugin.write_firmware.html +%%PORTDOCS%%share/doc/libfwupdplugin/vfunc.UsbDeviceDs20.parse.html +%%PORTDOCS%%share/doc/libfwupdplugin/vli-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/wacom-raw-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/wacom-usb-README.html +%%PORTDOCS%%share/doc/libfwupdplugin/wistron-dock-README.html +share/fish/vendor_completions.d/fwupdmgr.fish +%%DATADIR%%/add_capsule_header.py +%%DATADIR%%/firmware_packager.py +%%DATADIR%%/install_dell_bios_exe.py +%%DATADIR%%/metainfo/org.freedesktop.fwupd.remotes.lvfs-testing.metainfo.xml +%%DATADIR%%/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml +%%DATADIR%%/quirks.d/builtin.quirk.gz +%%DATADIR%%/remotes.d/vendor/firmware/README.md +%%DATADIR%%/simple_client.py +%%DATADIR%%/uefi-capsule-ux.tar.xz +share/gir-1.0/Fwupd-2.0.gir +share/icons/hicolor/128x128/apps/org.freedesktop.fwupd.png +share/icons/hicolor/64x64/apps/org.freedesktop.fwupd.png +share/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg +share/locale/af/LC_MESSAGES/fwupd.mo +share/locale/ar/LC_MESSAGES/fwupd.mo +share/locale/ast/LC_MESSAGES/fwupd.mo +share/locale/ca/LC_MESSAGES/fwupd.mo +share/locale/cs/LC_MESSAGES/fwupd.mo +share/locale/da/LC_MESSAGES/fwupd.mo +share/locale/de/LC_MESSAGES/fwupd.mo +share/locale/en_GB/LC_MESSAGES/fwupd.mo +share/locale/eo/LC_MESSAGES/fwupd.mo +share/locale/es/LC_MESSAGES/fwupd.mo +share/locale/eu/LC_MESSAGES/fwupd.mo +share/locale/fi/LC_MESSAGES/fwupd.mo +share/locale/fr/LC_MESSAGES/fwupd.mo +share/locale/fur/LC_MESSAGES/fwupd.mo +share/locale/gl/LC_MESSAGES/fwupd.mo +share/locale/he/LC_MESSAGES/fwupd.mo +share/locale/hi/LC_MESSAGES/fwupd.mo +share/locale/hr/LC_MESSAGES/fwupd.mo +share/locale/hu/LC_MESSAGES/fwupd.mo +share/locale/id/LC_MESSAGES/fwupd.mo +share/locale/it/LC_MESSAGES/fwupd.mo +share/locale/ja/LC_MESSAGES/fwupd.mo +share/locale/ka/LC_MESSAGES/fwupd.mo +share/locale/kk/LC_MESSAGES/fwupd.mo +share/locale/ko/LC_MESSAGES/fwupd.mo +share/locale/ky/LC_MESSAGES/fwupd.mo +share/locale/lt/LC_MESSAGES/fwupd.mo +share/locale/nl/LC_MESSAGES/fwupd.mo +share/locale/oc/LC_MESSAGES/fwupd.mo +share/locale/pa/LC_MESSAGES/fwupd.mo +share/locale/pl/LC_MESSAGES/fwupd.mo +share/locale/pt/LC_MESSAGES/fwupd.mo +share/locale/pt_BR/LC_MESSAGES/fwupd.mo +share/locale/ro/LC_MESSAGES/fwupd.mo +share/locale/ru/LC_MESSAGES/fwupd.mo +share/locale/si/LC_MESSAGES/fwupd.mo +share/locale/sk/LC_MESSAGES/fwupd.mo +share/locale/sl/LC_MESSAGES/fwupd.mo +share/locale/sr/LC_MESSAGES/fwupd.mo +share/locale/sv/LC_MESSAGES/fwupd.mo +share/locale/tr/LC_MESSAGES/fwupd.mo +share/locale/uk/LC_MESSAGES/fwupd.mo +share/locale/zh_CN/LC_MESSAGES/fwupd.mo +share/locale/zh_TW/LC_MESSAGES/fwupd.mo +share/man/man1/dbxtool.1.gz +share/man/man1/fwupdmgr.1.gz +share/man/man1/fwupdtool.1.gz +share/man/man5/fwupd-remotes.d.5.gz +share/man/man5/fwupd.conf.5.gz +share/metainfo/org.freedesktop.fwupd.metainfo.xml +share/vala/vapi/fwupd.deps +share/vala/vapi/fwupd.vapi diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index 2d245743d9e7..246fee09e9a7 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fx DISTVERSION= 35.0.0 -PORTREVISION= 9 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/gcp-ops-agent/Makefile b/sysutils/gcp-ops-agent/Makefile index d82d7d48a2de..5d8299efad10 100644 --- a/sysutils/gcp-ops-agent/Makefile +++ b/sysutils/gcp-ops-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= ops-agent DISTVERSION= 2.48.0 -PORTREVISION= 9 +PORTREVISION= 11 CATEGORIES= sysutils PKGNAMEPREFIX= gcp- diff --git a/sysutils/glow/Makefile b/sysutils/glow/Makefile index 0996c89f9dbc..ddea782744a7 100644 --- a/sysutils/glow/Makefile +++ b/sysutils/glow/Makefile @@ -1,7 +1,7 @@ PORTNAME= glow DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 17 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile index 91fcd0f9427a..b12d19f96c74 100644 --- a/sysutils/go-ntfy/Makefile +++ b/sysutils/go-ntfy/Makefile @@ -1,7 +1,7 @@ PORTNAME= ntfy DISTVERSIONPREFIX= v DISTVERSION= 2.14.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ PKGNAMEPREFIX= go- diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile index e0d10e7814fa..9411c0bbeadb 100644 --- a/sysutils/go-wtf/Makefile +++ b/sysutils/go-wtf/Makefile @@ -1,7 +1,7 @@ PORTNAME= wtf PORTVERSION= 0.43.0 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 21 CATEGORIES= sysutils PKGNAMEPREFIX= go- diff --git a/sysutils/goawk/Makefile b/sysutils/goawk/Makefile index 5e3550c1fcb8..66db5a5554ee 100644 --- a/sysutils/goawk/Makefile +++ b/sysutils/goawk/Makefile @@ -1,7 +1,7 @@ PORTNAME= goawk DISTVERSIONPREFIX= v DISTVERSION= 1.29.1 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/gomi/Makefile b/sysutils/gomi/Makefile index e2f2e8f5cd1e..ff40503809f9 100644 --- a/sysutils/gomi/Makefile +++ b/sysutils/gomi/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomi DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index 4f21db40ca6b..18256a4dfd46 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v DISTVERSION= 4.3.3 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/gotop/Makefile b/sysutils/gotop/Makefile index fd60fbfe3350..ac5595a16524 100644 --- a/sysutils/gotop/Makefile +++ b/sysutils/gotop/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotop DISTVERSIONPREFIX= v DISTVERSION= 4.1.4 -PORTREVISION= 26 +PORTREVISION= 28 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/hared/Makefile b/sysutils/hared/Makefile index 59d2c431aa2a..15ead7fba5ba 100644 --- a/sysutils/hared/Makefile +++ b/sysutils/hared/Makefile @@ -1,7 +1,7 @@ PORTNAME= hared DISTVERSION= 1.0-45 DISTVERSIONSUFFIX= -g8341d8a -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index 13c40da26afb..7700a644eb81 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,6 +1,7 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v -DISTVERSION= 1.53.0 +DISTVERSION= 1.54.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org diff --git a/sysutils/hcloud/distinfo b/sysutils/hcloud/distinfo index b977276dab29..480d95c27038 100644 --- a/sysutils/hcloud/distinfo +++ b/sysutils/hcloud/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759344264 -SHA256 (go/sysutils_hcloud/hcloud-v1.53.0/v1.53.0.mod) = 7a512f72d1c3590fef192525c816b0884b33bdefa2a91be8958f0361a8b0eb6d -SIZE (go/sysutils_hcloud/hcloud-v1.53.0/v1.53.0.mod) = 2606 -SHA256 (go/sysutils_hcloud/hcloud-v1.53.0/v1.53.0.zip) = 4be439352d92265a21404d486cb5f0e4409d952f616b632eacd92d8d6b78a845 -SIZE (go/sysutils_hcloud/hcloud-v1.53.0/v1.53.0.zip) = 683990 +TIMESTAMP = 1760204269 +SHA256 (go/sysutils_hcloud/hcloud-v1.54.0/v1.54.0.mod) = 6c3fe098ce3e8d5a0b204a46ac77eac42f14d676b30077dcf83432932e7bcafb +SIZE (go/sysutils_hcloud/hcloud-v1.54.0/v1.54.0.mod) = 2647 +SHA256 (go/sysutils_hcloud/hcloud-v1.54.0/v1.54.0.zip) = 5750f2bfef18a9fe7bc76448708310f036877b92924a088746875f5924b3a654 +SIZE (go/sysutils_hcloud/hcloud-v1.54.0/v1.54.0.zip) = 771914 diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index 751e574afe87..509eb0ba25b4 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -1,6 +1,7 @@ PORTNAME= helm PORTVERSION= 3.19.0 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/helmfile/Makefile b/sysutils/helmfile/Makefile index fb4cff63928e..94cc504bad92 100644 --- a/sysutils/helmfile/Makefile +++ b/sysutils/helmfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= helmfile DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com diff --git a/sysutils/hostctl/Makefile b/sysutils/hostctl/Makefile index 423bbe221eb3..066fef43332c 100644 --- a/sysutils/hostctl/Makefile +++ b/sysutils/hostctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hostctl DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 -PORTREVISION= 17 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index f680749dfe47..f69c8f95cca4 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,6 +1,5 @@ PORTNAME= httm -DISTVERSION= 0.48.0 -PORTREVISION= 3 +DISTVERSION= 0.48.1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -19,4 +18,15 @@ GH_ACCOUNT= kimono-koans PLIST_FILES= bin/httm +OPTIONS_DEFINE= SCRIPTS +OPTIONS_DEFAULT=SCRIPTS + +SCRIPTS_DESC= Install example scripts + +SCRIPTS_RUN_DEPENDS= bash:shells/bash +SCRIPTS_PLIST_FILES= bin/bowie + +post-install-SCRIPTS-on: + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/bowie.bash ${STAGEDIR}${PREFIX}/bin/bowie + .include <bsd.port.mk> diff --git a/sysutils/httm/distinfo b/sysutils/httm/distinfo index 367b7f9054b1..9dffd03e057a 100644 --- a/sysutils/httm/distinfo +++ b/sysutils/httm/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1749129005 +TIMESTAMP = 1760454115 SHA256 (rust/crates/ahash-0.3.8.crate) = e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217 SIZE (rust/crates/ahash-0.3.8.crate) = 28650 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -327,5 +327,5 @@ SHA256 (rust/crates/yaml-rust-0.3.5.crate) = e66366e18dc58b46801afbf2ca7661a9f59 SIZE (rust/crates/yaml-rust-0.3.5.crate) = 42087 SHA256 (console-rs-indicatif-458e4dc391c1b001937e502bd450a0bfc8b4d9f6_GH0.tar.gz) = bb81cf3db2ec4a925ff6005caf34fe107be8ae347bf10d2fa07beab276d4d1bc SIZE (console-rs-indicatif-458e4dc391c1b001937e502bd450a0bfc8b4d9f6_GH0.tar.gz) = 1400364 -SHA256 (kimono-koans-httm-0.48.0_GH0.tar.gz) = 29bf964ce4776910c0ea8118122e6a6ac862f2147503445a66ef59ba5ec661dd -SIZE (kimono-koans-httm-0.48.0_GH0.tar.gz) = 138469 +SHA256 (kimono-koans-httm-0.48.1_GH0.tar.gz) = 314f11b400fb87f50d47dc341448d71f44e62d2117a7ccb2f2b948e6983f45dc +SIZE (kimono-koans-httm-0.48.1_GH0.tar.gz) = 138542 diff --git a/sysutils/hyprpolkitagent/Makefile b/sysutils/hyprpolkitagent/Makefile index 516f9f2d5d4d..8a41d67dfddc 100644 --- a/sysutils/hyprpolkitagent/Makefile +++ b/sysutils/hyprpolkitagent/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprpolkitagent DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 9b26091cddd0..043c6feeac2a 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -1,6 +1,6 @@ PORTNAME= immortal PORTVERSION= 0.24.4 -PORTREVISION= 25 +PORTREVISION= 27 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index 4ebb696a4ebb..0806b11380d4 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipfs-go-fs-repo-migrations DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index dcfb08898278..2a289b7bd5ec 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipget DISTVERSIONPREFIX= v DISTVERSION= 0.11.3 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/ipmi_exporter/Makefile b/sysutils/ipmi_exporter/Makefile index 7f2576e53ced..0622ef0eb64c 100644 --- a/sysutils/ipmi_exporter/Makefile +++ b/sysutils/ipmi_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipmi_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= meka@tilda.center diff --git a/sysutils/istio/Makefile b/sysutils/istio/Makefile index 9a69297e6a97..2c58fa4c30cc 100644 --- a/sysutils/istio/Makefile +++ b/sysutils/istio/Makefile @@ -1,6 +1,6 @@ PORTNAME= istio PORTVERSION= 1.7.4 -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index d4a51da2f2d9..78fff18e6b0e 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -1,5 +1,5 @@ PORTNAME= javaservicewrapper -PORTVERSION= 3.5.60 +PORTVERSION= 3.6.3 CATEGORIES= sysutils java MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/ DISTNAME= wrapper_${PORTVERSION}_src diff --git a/sysutils/javaservicewrapper/distinfo b/sysutils/javaservicewrapper/distinfo index bd9b8c008cbc..e0473f0e6e00 100644 --- a/sysutils/javaservicewrapper/distinfo +++ b/sysutils/javaservicewrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742215176 -SHA256 (wrapper_3.5.60_src.tar.gz) = 877896e14f375c0c881c3a50f8ee910bc6504b388fbbfe65128e79d763d08717 -SIZE (wrapper_3.5.60_src.tar.gz) = 831764 +TIMESTAMP = 1760527269 +SHA256 (wrapper_3.6.3_src.tar.gz) = 7bc5ad89ed21a39b4a4ed548dfe92fc587aed40e6c75059a71309fb8042ff580 +SIZE (wrapper_3.6.3_src.tar.gz) = 902583 diff --git a/sysutils/javaservicewrapper/pkg-message b/sysutils/javaservicewrapper/pkg-message new file mode 100644 index 000000000000..edcae7f29c15 --- /dev/null +++ b/sysutils/javaservicewrapper/pkg-message @@ -0,0 +1,14 @@ +[ +{ + type: upgrade + maximum_version: "3.6.0" + message: <<EOM +With the upgrade to version 3.6.0+ support for all properties ending with +'.stripquotes' in your wrapper.conf has been dropped and your application +won't start again. + +Read the release notes for more details: +https://wrapper.tanukisoftware.com/doc/english/release-notes.html#3.6.0 +EOM +} +] diff --git a/sysutils/javaservicewrapper/pkg-plist b/sysutils/javaservicewrapper/pkg-plist index c63c912d3815..10e4500a4d54 100644 --- a/sysutils/javaservicewrapper/pkg-plist +++ b/sysutils/javaservicewrapper/pkg-plist @@ -9,27 +9,64 @@ bin/javaservicewrapper %%DATADIR%%/lib/wrapperdemo.jar %%DATADIR%%/lib/wrappertest.jar %%DATADIR%%/lib/wrappertest2.jar +%%DATADIR%%/test/additionalproperties +%%DATADIR%%/test/additionalproperties.conf %%DATADIR%%/test/appparameterfile-01-empty %%DATADIR%%/test/appparameterfile-01-empty.conf %%DATADIR%%/test/appparameterfile-01-empty.param %%DATADIR%%/test/appparameterfile-02-1line %%DATADIR%%/test/appparameterfile-02-1line.conf %%DATADIR%%/test/appparameterfile-02-1line.param -%%DATADIR%%/test/appparameterfile-03-stripq-false -%%DATADIR%%/test/appparameterfile-03-stripq-false.conf -%%DATADIR%%/test/appparameterfile-03-stripq-false.param -%%DATADIR%%/test/appparameterfile-04-stripq-true -%%DATADIR%%/test/appparameterfile-04-stripq-true.conf -%%DATADIR%%/test/appparameterfile-04-stripq-true.param +%%DATADIR%%/test/appparameterfile-03-quotable-false +%%DATADIR%%/test/appparameterfile-03-quotable-false.conf +%%DATADIR%%/test/appparameterfile-03-quotable-false.param +%%DATADIR%%/test/appparameterfile-04-quotable-true +%%DATADIR%%/test/appparameterfile-04-quotable-true.conf +%%DATADIR%%/test/appparameterfile-04-quotable-true.param %%DATADIR%%/test/appparameterfile-05-encoding %%DATADIR%%/test/appparameterfile-05-encoding.conf %%DATADIR%%/test/appparameterfile-05-encoding.param -%%DATADIR%%/test/appparameterfile-06-multilines -%%DATADIR%%/test/appparameterfile-06-multilines.conf -%%DATADIR%%/test/appparameterfile-06-multilines.param -%%DATADIR%%/test/appparameterfile-07-envvars -%%DATADIR%%/test/appparameterfile-07-envvars.conf -%%DATADIR%%/test/appparameterfile-07-envvars.param +%%DATADIR%%/test/appparameterfile-06-multilines-quotable-false +%%DATADIR%%/test/appparameterfile-06-multilines-quotable-false.conf +%%DATADIR%%/test/appparameterfile-06-multilines-quotable-false.param +%%DATADIR%%/test/appparameterfile-07-multilines-quotable-true +%%DATADIR%%/test/appparameterfile-07-multilines-quotable-true.conf +%%DATADIR%%/test/appparameterfile-07-multilines-quotable-true.param +%%DATADIR%%/test/appparameterfile-08-envvars +%%DATADIR%%/test/appparameterfile-08-envvars.conf +%%DATADIR%%/test/appparameterfile-08-envvars.param +%%DATADIR%%/test/appproperties +%%DATADIR%%/test/appproperties.conf +%%DATADIR%%/test/apppropertyfile-01-empty +%%DATADIR%%/test/apppropertyfile-01-empty.conf +%%DATADIR%%/test/apppropertyfile-01-empty.param +%%DATADIR%%/test/apppropertyfile-02-1line +%%DATADIR%%/test/apppropertyfile-02-1line.conf +%%DATADIR%%/test/apppropertyfile-02-1line.param +%%DATADIR%%/test/apppropertyfile-03-quotable-false +%%DATADIR%%/test/apppropertyfile-03-quotable-false.conf +%%DATADIR%%/test/apppropertyfile-03-quotable-false.param +%%DATADIR%%/test/apppropertyfile-04-quotable-true +%%DATADIR%%/test/apppropertyfile-04-quotable-true.conf +%%DATADIR%%/test/apppropertyfile-04-quotable-true.param +%%DATADIR%%/test/apppropertyfile-05-encoding +%%DATADIR%%/test/apppropertyfile-05-encoding.conf +%%DATADIR%%/test/apppropertyfile-05-encoding.param +%%DATADIR%%/test/apppropertyfile-06-multilines-quotable-false +%%DATADIR%%/test/apppropertyfile-06-multilines-quotable-false.conf +%%DATADIR%%/test/apppropertyfile-06-multilines-quotable-false.param +%%DATADIR%%/test/apppropertyfile-07-multilines-quotable-true +%%DATADIR%%/test/apppropertyfile-07-multilines-quotable-true.conf +%%DATADIR%%/test/apppropertyfile-07-multilines-quotable-true.param +%%DATADIR%%/test/apppropertyfile-08-envvars +%%DATADIR%%/test/apppropertyfile-08-envvars.conf +%%DATADIR%%/test/apppropertyfile-08-envvars.param +%%DATADIR%%/test/backendparamslistener +%%DATADIR%%/test/backendparamslistener.conf +%%DATADIR%%/test/backendparamssimple +%%DATADIR%%/test/backendparamssimple.conf +%%DATADIR%%/test/backendparamsstartstop +%%DATADIR%%/test/backendparamsstartstop.conf %%DATADIR%%/test/backgroundthreads %%DATADIR%%/test/backgroundthreads.conf %%DATADIR%%/test/childwrapper @@ -39,12 +76,6 @@ bin/javaservicewrapper %%DATADIR%%/test/common/resourcelimit %%DATADIR%%/test/daemonthreads %%DATADIR%%/test/daemonthreads.conf -%%DATADIR%%/test/defaultstripquotes-01-none -%%DATADIR%%/test/defaultstripquotes-01-none.conf -%%DATADIR%%/test/defaultstripquotes-02-true -%%DATADIR%%/test/defaultstripquotes-02-true.conf -%%DATADIR%%/test/defaultstripquotes-03-false -%%DATADIR%%/test/defaultstripquotes-03-false.conf %%DATADIR%%/test/delayediorestarter %%DATADIR%%/test/delayediorestarter.conf %%DATADIR%%/test/envvars @@ -77,21 +108,36 @@ bin/javaservicewrapper %%DATADIR%%/test/javaadditionalfile-02-1line %%DATADIR%%/test/javaadditionalfile-02-1line.conf %%DATADIR%%/test/javaadditionalfile-02-1line.param -%%DATADIR%%/test/javaadditionalfile-03-stripq-false -%%DATADIR%%/test/javaadditionalfile-03-stripq-false.conf -%%DATADIR%%/test/javaadditionalfile-03-stripq-false.param -%%DATADIR%%/test/javaadditionalfile-04-stripq-true -%%DATADIR%%/test/javaadditionalfile-04-stripq-true.conf -%%DATADIR%%/test/javaadditionalfile-04-stripq-true.param +%%DATADIR%%/test/javaadditionalfile-03-quotable-false +%%DATADIR%%/test/javaadditionalfile-03-quotable-false.conf +%%DATADIR%%/test/javaadditionalfile-03-quotable-false.param +%%DATADIR%%/test/javaadditionalfile-04-quotable-true +%%DATADIR%%/test/javaadditionalfile-04-quotable-true.conf +%%DATADIR%%/test/javaadditionalfile-04-quotable-true.param %%DATADIR%%/test/javaadditionalfile-05-encoding %%DATADIR%%/test/javaadditionalfile-05-encoding.conf %%DATADIR%%/test/javaadditionalfile-05-encoding.param -%%DATADIR%%/test/javaadditionalfile-06-multilines -%%DATADIR%%/test/javaadditionalfile-06-multilines.conf -%%DATADIR%%/test/javaadditionalfile-06-multilines.param -%%DATADIR%%/test/javaadditionalfile-07-envvars -%%DATADIR%%/test/javaadditionalfile-07-envvars.conf -%%DATADIR%%/test/javaadditionalfile-07-envvars.param +%%DATADIR%%/test/javaadditionalfile-06-multilines-quotable-false +%%DATADIR%%/test/javaadditionalfile-06-multilines-quotable-false.conf +%%DATADIR%%/test/javaadditionalfile-06-multilines-quotable-false.param +%%DATADIR%%/test/javaadditionalfile-07-multilines-quotable-true +%%DATADIR%%/test/javaadditionalfile-07-multilines-quotable-true.conf +%%DATADIR%%/test/javaadditionalfile-07-multilines-quotable-true.param +%%DATADIR%%/test/javaadditionalfile-08-envvars +%%DATADIR%%/test/javaadditionalfile-08-envvars.conf +%%DATADIR%%/test/javaadditionalfile-08-envvars.param +%%DATADIR%%/test/javaadditionalscope-01-conf +%%DATADIR%%/test/javaadditionalscope-01-conf.conf +%%DATADIR%%/test/javaadditionalscope-02-file +%%DATADIR%%/test/javaadditionalscope-02-file.conf +%%DATADIR%%/test/javaadditionalscope-02-filequotableFALSE.param +%%DATADIR%%/test/javaadditionalscope-02-filequotableTRUE.param +%%DATADIR%%/test/javaadditionalsplit-01-conf +%%DATADIR%%/test/javaadditionalsplit-01-conf.conf +%%DATADIR%%/test/javaadditionalsplit-02-file +%%DATADIR%%/test/javaadditionalsplit-02-file.conf +%%DATADIR%%/test/javaadditionalsplit-02-filequotableFALSE.param +%%DATADIR%%/test/javaadditionalsplit-02-filequotableTRUE.param %%DATADIR%%/test/jvmencoding %%DATADIR%%/test/jvmencoding.conf %%DATADIR%%/test/jvmencoding2 @@ -118,6 +164,8 @@ bin/javaservicewrapper %%DATADIR%%/test/longrunningwithshutdownhook.conf %%DATADIR%%/test/memory %%DATADIR%%/test/memory.conf +%%DATADIR%%/test/module-nativeaccess +%%DATADIR%%/test/module-nativeaccess.conf %%DATADIR%%/test/module-standalone-jarapp %%DATADIR%%/test/module-standalone-jarapp-runtimeimage %%DATADIR%%/test/module-standalone-jarapp-runtimeimage.conf @@ -152,6 +200,8 @@ bin/javaservicewrapper %%DATADIR%%/test/onexit.conf %%DATADIR%%/test/outputloader %%DATADIR%%/test/outputloader.conf +%%DATADIR%%/test/parameters +%%DATADIR%%/test/parameters.conf %%DATADIR%%/test/passthrough %%DATADIR%%/test/passthrough.conf %%DATADIR%%/test/percentoutput @@ -177,6 +227,8 @@ bin/javaservicewrapper %%DATADIR%%/test/shutdownlock.conf %%DATADIR%%/test/simplewrapperlistener %%DATADIR%%/test/simplewrapperlistener.conf +%%DATADIR%%/test/slowclassinit +%%DATADIR%%/test/slowclassinit.conf %%DATADIR%%/test/slowstop %%DATADIR%%/test/slowstop.conf %%DATADIR%%/test/startstopstopandreturnwhilestarting @@ -187,8 +239,6 @@ bin/javaservicewrapper %%DATADIR%%/test/stopwhilestarting.conf %%DATADIR%%/test/stopwhilestartingforcestop %%DATADIR%%/test/stopwhilestartingforcestop.conf -%%DATADIR%%/test/systemproperty -%%DATADIR%%/test/systemproperty.conf %%DATADIR%%/test/template.conf %%DATADIR%%/test/template-module.conf %%DATADIR%%/test/timedlogoutput diff --git a/sysutils/jest/Makefile b/sysutils/jest/Makefile index cfaae0a4b068..8e674de322cd 100644 --- a/sysutils/jest/Makefile +++ b/sysutils/jest/Makefile @@ -1,6 +1,6 @@ PORTNAME= jest DISTVERSION= 3.0.16 -PORTREVISION= 31 +PORTREVISION= 33 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/k9s/Makefile b/sysutils/k9s/Makefile index af6c80fb41f8..bf6fdb437a91 100644 --- a/sysutils/k9s/Makefile +++ b/sysutils/k9s/Makefile @@ -1,6 +1,7 @@ PORTNAME= k9s DISTVERSIONPREFIX= v -DISTVERSION= 0.50.13 +DISTVERSION= 0.50.15 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com @@ -16,7 +17,7 @@ USES= go:modules GO_MODULE= github.com/derailed/k9s GO_BUILDFLAGS= -ldflags="-X github.com/derailed/k9s/cmd.version=${DISTVERSIONFULL} \ -X github.com/derailed/k9s/cmd.date=$$(date +'%Y-%m-%dT%H:%M:%SZ') \ - -X github.com/derailed/k9s/cmd.commit=1d8cb6ced0d0f1231fa6bd59f165277d7416b736" + -X github.com/derailed/k9s/cmd.commit=72ea1d48513a467ccdbff8e238396a278c3f4dd6" PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/k9s/distinfo b/sysutils/k9s/distinfo index 67bc83fc83bd..9ad8938b9547 100644 --- a/sysutils/k9s/distinfo +++ b/sysutils/k9s/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759029753 -SHA256 (go/sysutils_k9s/k9s-v0.50.13/v0.50.13.mod) = 34648f8935f492be2be4c5a5b1eccd1b988da37cf4241181a27850c9fb842db7 -SIZE (go/sysutils_k9s/k9s-v0.50.13/v0.50.13.mod) = 20660 -SHA256 (go/sysutils_k9s/k9s-v0.50.13/v0.50.13.zip) = c22409a6278fc2df5ee20a0830364b2232db061df723647717ed8a99813e22a8 -SIZE (go/sysutils_k9s/k9s-v0.50.13/v0.50.13.zip) = 7494052 +TIMESTAMP = 1760043945 +SHA256 (go/sysutils_k9s/k9s-v0.50.15/v0.50.15.mod) = a9b8c9dff78d7de94f467aa03784453904b4b9e2bb620554b85476c3e23477b4 +SIZE (go/sysutils_k9s/k9s-v0.50.15/v0.50.15.mod) = 20713 +SHA256 (go/sysutils_k9s/k9s-v0.50.15/v0.50.15.zip) = edf031e492cfc7bfbb65a8fd8f96d5c4b3e2c881450bf9a118bb4865b7030a42 +SIZE (go/sysutils_k9s/k9s-v0.50.15/v0.50.15.zip) = 7497855 diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index 5c86ab4b4885..7e90b0224b51 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,7 +1,7 @@ PORTNAME= kopia DISTVERSIONPREFIX= v DISTVERSION= 0.21.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index 7f1acbb77699..c561c8e57f46 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -1,7 +1,7 @@ PORTNAME= kops PORTVERSION= 1.33.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index 76dd51d7e847..9c32ea123f6f 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -1,6 +1,7 @@ PORTNAME= kubectl PORTVERSION= 1.34.1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/lazyssh/Makefile b/sysutils/lazyssh/Makefile index 73eb3fd21d49..704313473de3 100644 --- a/sysutils/lazyssh/Makefile +++ b/sysutils/lazyssh/Makefile @@ -1,6 +1,7 @@ PORTNAME= lazyssh DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com @@ -15,7 +16,7 @@ USES= go:modules GO_MODULE= github.com/Adembc/${PORTNAME} GO_TARGET= ./cmd:${PORTNAME} -GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONFULL} -X main.gitCommit=b7fb586" +GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONFULL} -X main.gitCommit=460bb0f" PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/lazyssh/distinfo b/sysutils/lazyssh/distinfo index 60815e5ef4c0..5949c41a5912 100644 --- a/sysutils/lazyssh/distinfo +++ b/sysutils/lazyssh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757595175 -SHA256 (go/sysutils_lazyssh/lazyssh-v0.2.1/v0.2.1.mod) = f0bb32cc6e8869a7b83188ebebc58eea5399842aabf98759991c29fb23639068 -SIZE (go/sysutils_lazyssh/lazyssh-v0.2.1/v0.2.1.mod) = 821 -SHA256 (go/sysutils_lazyssh/lazyssh-v0.2.1/v0.2.1.zip) = f98a04417f9df2378090cda9192e9a768a6c7672cfb17e2be7482d98d92735c6 -SIZE (go/sysutils_lazyssh/lazyssh-v0.2.1/v0.2.1.zip) = 1759295 +TIMESTAMP = 1760112450 +SHA256 (go/sysutils_lazyssh/lazyssh-v0.3.0/v0.3.0.mod) = f0bb32cc6e8869a7b83188ebebc58eea5399842aabf98759991c29fb23639068 +SIZE (go/sysutils_lazyssh/lazyssh-v0.3.0/v0.3.0.mod) = 821 +SHA256 (go/sysutils_lazyssh/lazyssh-v0.3.0/v0.3.0.zip) = d46692f9f36bfb77cb24b977afb071e8c2f72f2161c442f06cfb42820d897bfb +SIZE (go/sysutils_lazyssh/lazyssh-v0.3.0/v0.3.0.zip) = 1812970 diff --git a/sysutils/limine/Makefile b/sysutils/limine/Makefile index a2dd54fd477e..0ccaf6294ec1 100644 --- a/sysutils/limine/Makefile +++ b/sysutils/limine/Makefile @@ -1,5 +1,5 @@ PORTNAME= limine -DISTVERSION= 10.0.1 +DISTVERSION= 10.1.1 CATEGORIES= sysutils MASTER_SITES= https://codeberg.org/Limine/Limine/releases/download/v${DISTVERSION}/ diff --git a/sysutils/limine/distinfo b/sysutils/limine/distinfo index 434abf95875f..b2ea79eb8550 100644 --- a/sysutils/limine/distinfo +++ b/sysutils/limine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758591850 -SHA256 (limine-10.0.1.tar.gz) = ecff0dfc7a2695e4019e8697e92e55ecac17d46615218ed7914614f57a3d8e59 -SIZE (limine-10.0.1.tar.gz) = 569294 +TIMESTAMP = 1760395188 +SHA256 (limine-10.1.1.tar.gz) = a43840f0dedae5c4e8ac85bc3a00a298ec717d9dac954869dcaf9c6fc2880337 +SIZE (limine-10.1.1.tar.gz) = 569748 diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile index 452600854c9b..f5700231a576 100644 --- a/sysutils/loki/Makefile +++ b/sysutils/loki/Makefile @@ -1,7 +1,7 @@ PORTNAME= loki DISTVERSIONPREFIX= v DISTVERSION= 2.9.2 -PORTREVISION= 16 +PORTREVISION= 18 CATEGORIES= sysutils PKGNAMEPREFIX= grafana- diff --git a/sysutils/mackerel-agent/Makefile b/sysutils/mackerel-agent/Makefile index 60e0c7727457..2784ce26aa54 100644 --- a/sysutils/mackerel-agent/Makefile +++ b/sysutils/mackerel-agent/Makefile @@ -1,6 +1,7 @@ PORTNAME= mackerel-agent DISTVERSIONPREFIX= v -DISTVERSION= 0.85.1 +DISTVERSION= 0.85.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= meta@FreeBSD.org diff --git a/sysutils/mackerel-agent/distinfo b/sysutils/mackerel-agent/distinfo index 08541aa80148..bd038263ce92 100644 --- a/sysutils/mackerel-agent/distinfo +++ b/sysutils/mackerel-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1758117065 -SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.85.1/v0.85.1.mod) = 37ea7c0a4ed46cd5242af0e0a8e5833058454efa3bde291882825f9d8def60f7 -SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.85.1/v0.85.1.mod) = 1426 -SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.85.1/v0.85.1.zip) = f2e1b57cd96df7d95d168f6aec196234595682b44b7b0b747ecc8003fdb7f8cf -SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.85.1/v0.85.1.zip) = 250400 +TIMESTAMP = 1759112346 +SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.85.2/v0.85.2.mod) = 37ea7c0a4ed46cd5242af0e0a8e5833058454efa3bde291882825f9d8def60f7 +SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.85.2/v0.85.2.mod) = 1426 +SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.85.2/v0.85.2.zip) = 67c36fd61a249e997132c6be76d21c710926469edf63977b0013e1b399328d8f +SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.85.2/v0.85.2.zip) = 250636 diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile index eb7cbc7b12ae..9a4c484538c6 100644 --- a/sysutils/minikube/Makefile +++ b/sysutils/minikube/Makefile @@ -1,6 +1,7 @@ PORTNAME= minikube PORTVERSION= 1.37.0 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/minipro/Makefile b/sysutils/minipro/Makefile index 0aa350bba30f..7299898ff617 100644 --- a/sysutils/minipro/Makefile +++ b/sysutils/minipro/Makefile @@ -1,6 +1,6 @@ PORTNAME= minipro -DISTVERSION= 0.5 -PORTREVISION= 2 +DISTVERSION= 0.7.4 +PORTREVISION= 0 CATEGORIES= sysutils MAINTAINER= bofh@freebsd.org @@ -16,17 +16,17 @@ USES= compiler:c11 gmake pkgconfig USE_GITLAB= yes GL_ACCOUNT= DavidGriffith GL_PROJECT= ${PORTNAME} -GL_TAGNAME= e8244313c2558b41a390824e1f847f449ebd7fce +GL_TAGNAME= f124338492a3937dbf02f9c4bc5219892f10481e BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed PLIST_FILES= bin/minipro \ share/man/man1/minipro.1.gz \ + share/minipro/dump-alg-minipro.bash \ share/minipro/infoic.xml \ share/minipro/logicic.xml post-install: - @${GZIP_CMD} ${STAGEDIR}${PREFIX}/share/man/man1/minipro.1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/sysutils/minipro/distinfo b/sysutils/minipro/distinfo index 2177ef6c0e47..14e71c3067a5 100644 --- a/sysutils/minipro/distinfo +++ b/sysutils/minipro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704228872 -SHA256 (DavidGriffith-minipro-e8244313c2558b41a390824e1f847f449ebd7fce_GL0.tar.gz) = 674ea630d7685bf22e87b6ddaaf837191de8d9a2705f83eed7ce5cf0dd819a74 -SIZE (DavidGriffith-minipro-e8244313c2558b41a390824e1f847f449ebd7fce_GL0.tar.gz) = 495793 +TIMESTAMP = 1760215933 +SHA256 (DavidGriffith-minipro-f124338492a3937dbf02f9c4bc5219892f10481e_GL0.tar.gz) = ebefbf0f7ed1cb589b3f9a382cdbb57ef840974f4f8a3ad3a2e1396eec220ac0 +SIZE (DavidGriffith-minipro-f124338492a3937dbf02f9c4bc5219892f10481e_GL0.tar.gz) = 810891 diff --git a/sysutils/minipro/files/patch-Makefile b/sysutils/minipro/files/patch-Makefile index f0e847fb685f..06ff1ba5489c 100644 --- a/sysutils/minipro/files/patch-Makefile +++ b/sysutils/minipro/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2023-12-03 05:11:49 UTC +--- Makefile.orig 2025-09-24 21:56:36 UTC +++ Makefile @@ -1,11 +1,11 @@ # Install Configuration @@ -9,8 +9,17 @@ #CC=clang # Compiler options --CFLAGS = -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter +-CFLAGS ?= -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter +CFLAGS += -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter - CPPFLAGS = -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\"" - LDFLAGS = + CPPFLAGS += -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\"" + LDFLAGS ?= + +@@ -160,7 +160,7 @@ install: + mkdir -p $(MAN_INSTDIR) + mkdir -p $(SHARE_INSTDIR) + cp $(MINIPRO) $(BIN_INSTDIR)/ +- cp $(DUMP_ALG) $(BIN_INSTDIR)/ ++ cp $(DUMP_ALG) $(SHARE_INSTDIR)/ + cp $(INFOIC) $(SHARE_INSTDIR)/ + cp $(LOGICIC) $(SHARE_INSTDIR)/ diff --git a/sysutils/mkr/Makefile b/sysutils/mkr/Makefile index 5d936d9bf6f0..0eb393b858ae 100644 --- a/sysutils/mkr/Makefile +++ b/sysutils/mkr/Makefile @@ -1,6 +1,7 @@ PORTNAME= mkr DISTVERSIONPREFIX= v DISTVERSION= 0.62.2 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile index 4f351eba460f..9f8c061a0f01 100644 --- a/sysutils/mongodb_exporter/Makefile +++ b/sysutils/mongodb_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.45.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/moor/Makefile b/sysutils/moor/Makefile deleted file mode 100644 index 90c0335f33bc..000000000000 --- a/sysutils/moor/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= moor -DISTVERSIONPREFIX= v -DISTVERSION= 2.2.0 -CATEGORIES= sysutils - -MAINTAINER= nxjoseph@protonmail.com -COMMENT= Pager designed to do the right thing without any configuration -WWW= https://github.com/walles/moor - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= go:modules - -GO_MODULE= github.com/walles/${PORTNAME}/v2 -GO_TARGET= ./cmd/${PORTNAME} -GO_BUILDFLAGS= -ldflags="-s -w -X main.versionString=${DISTVERSIONFULL}" - -PLIST_FILES= bin/${PORTNAME} \ - share/man/man1/${PORTNAME}.1.gz -PORTEXAMPLES= * - -OPTIONS_DEFINE= EXAMPLES -OPTIONS_SUB= yes - -post-install: - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MANDIRS}/man1 - -post-install-EXAMPLES-on: - @cd ${WRKSRC}/sample-files && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/sysutils/moor/distinfo b/sysutils/moor/distinfo deleted file mode 100644 index 3dcee047a341..000000000000 --- a/sysutils/moor/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1758391546 -SHA256 (go/sysutils_moor/moor-v2.2.0/v2.2.0.mod) = 00a99435b9a18c1066acc954bb0d8140ee7d889276809627985a4e2d92e2fab2 -SIZE (go/sysutils_moor/moor-v2.2.0/v2.2.0.mod) = 582 -SHA256 (go/sysutils_moor/moor-v2.2.0/v2.2.0.zip) = 588ca012c5ffedc2164fed3651c05ea46629231ae9a07919863f5665b1c85326 -SIZE (go/sysutils_moor/moor-v2.2.0/v2.2.0.zip) = 3113312 diff --git a/sysutils/moor/pkg-descr b/sysutils/moor/pkg-descr deleted file mode 100644 index ce46a5df3be0..000000000000 --- a/sysutils/moor/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Moor is a pager that designated to just do the right thing without any -configuration. It reads and displays UTF-8 encoded text from files or pipes. - -Doing the right thing includes: - -o Syntax highlight source code by default using Chroma -o Search is incremental / find-as-you-type just like in Chrome or Emacs -o Filtering is incremental: Press & to filter the input interactively -o Search becomes case sensitive if you add any UPPER CASE characters -o Snappy UI even on slow / large input with multi-threaded search -o Supports word wrapping -o Mouse Scrolling works out of the box - -and more... diff --git a/sysutils/mstflint/Makefile b/sysutils/mstflint/Makefile index 230b6b99d00f..c189327795b9 100644 --- a/sysutils/mstflint/Makefile +++ b/sysutils/mstflint/Makefile @@ -1,6 +1,6 @@ PORTNAME= mstflint DISTVERSIONPREFIX= v -DISTVERSION= 4.33.0-1 +DISTVERSION= 4.33.0-2-GB CATEGORIES= sysutils MAINTAINER= olivier@FreeBSD.org diff --git a/sysutils/mstflint/distinfo b/sysutils/mstflint/distinfo index 966cd7f14973..eee6b2b0e9ee 100644 --- a/sysutils/mstflint/distinfo +++ b/sysutils/mstflint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755161812 -SHA256 (Mellanox-mstflint-v4.33.0-1_GH0.tar.gz) = c96e858d5104233d142e0db9d123b3c9cfc408aad0287016fbbf5bba8c4ab473 -SIZE (Mellanox-mstflint-v4.33.0-1_GH0.tar.gz) = 10276559 +TIMESTAMP = 1760170288 +SHA256 (Mellanox-mstflint-v4.33.0-2-GB_GH0.tar.gz) = 836cf8af52e4206917b4adfa7edcdd749dfe717e3e9194f3fb05c836b99b66f5 +SIZE (Mellanox-mstflint-v4.33.0-2-GB_GH0.tar.gz) = 10278072 diff --git a/sysutils/mult/Makefile b/sysutils/mult/Makefile index f51a122a4d8f..bb1b6d2113fc 100644 --- a/sysutils/mult/Makefile +++ b/sysutils/mult/Makefile @@ -1,7 +1,7 @@ PORTNAME= mult DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org diff --git a/sysutils/nginx-ui/Makefile b/sysutils/nginx-ui/Makefile index 06299629b75b..8994b5addfe7 100644 --- a/sysutils/nginx-ui/Makefile +++ b/sysutils/nginx-ui/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-ui DISTVERSIONPREFIX= v -DISTVERSION= 2.1.17 -PORTREVISION= 2 +DISTVERSION= 2.2.0-patch.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ @@ -37,13 +37,14 @@ BUILD_DATE= $$(date -u +%s) # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the NGINX UI repository to get the value of GITID. -GITID= 876213ad12449216d82520b3808b59cdaf0e1276 +GITID= 372af98307df195a061c650c43505fed42fa279b post-extract: @${MKDIR} ${WRKSRC}/vendor @cd ${WRKDIR}/${PORTNAME}-vendor && ${COPYTREE_SHARE} . ${WRKSRC}/vendor @${MKDIR} ${WRKSRC}/app/dist @cd ${WRKDIR}/${PORTNAME}-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/app/dist + @${MV} ${WRKSRC}/app/dist/dist.tar.xz ${WRKSRC}/app/dist.tar.xz post-patch: @${REINPLACE_CMD} -e 's/newLineSymbol/"\\n"/g' \ diff --git a/sysutils/nginx-ui/distinfo b/sysutils/nginx-ui/distinfo index 0bc2e4f53e63..dcbe6fdcc277 100644 --- a/sysutils/nginx-ui/distinfo +++ b/sysutils/nginx-ui/distinfo @@ -1,9 +1,7 @@ -TIMESTAMP = 1756360261 -SHA256 (nginx-ui-v2.1.17.frontend.tar.gz) = 8f93d1d2e69600ce2a0ef56c78f1913914806cc3bf524ca81e1641905ccfb23b -SIZE (nginx-ui-v2.1.17.frontend.tar.gz) = 1694681 -SHA256 (nginx-ui-v2.1.17.vendor.tar.gz) = d5da0ff0503fc8ab7468e48b9c8e5a3cfcdbd248b590bb55e934d8ef319e593b -SIZE (nginx-ui-v2.1.17.vendor.tar.gz) = 24145528 -SHA256 (2758ffc346a65bc99084e20ff3c2dee4b8ce7b58.patch) = a9d512710c21126504a2fc524bbe1f1865255c52faa84b55da4c03e2a510de84 -SIZE (2758ffc346a65bc99084e20ff3c2dee4b8ce7b58.patch) = 21707 -SHA256 (0xJacky-nginx-ui-v2.1.17_GH0.tar.gz) = da00d80d0e8b13b742597021fdb13b260662a87fdbd5b2d71fc37cac75fd3e82 -SIZE (0xJacky-nginx-ui-v2.1.17_GH0.tar.gz) = 12110923 +TIMESTAMP = 1760378187 +SHA256 (nginx-ui-v2.2.0-patch.1.frontend.tar.gz) = 5474d9bb984f5bc33e7f34891c67bff237204be4b1a4bc83160d1129b92f6c99 +SIZE (nginx-ui-v2.2.0-patch.1.frontend.tar.gz) = 4225828 +SHA256 (nginx-ui-v2.2.0-patch.1.vendor.tar.gz) = 3aacb1826b7a19049a81915af0b26bf1f1be055189d2d98cabaed6efc34817da +SIZE (nginx-ui-v2.2.0-patch.1.vendor.tar.gz) = 26954893 +SHA256 (0xJacky-nginx-ui-v2.2.0-patch.1_GH0.tar.gz) = cac18ee1ccb0c2afd4084bbe0170eb943de2bd6ff9c676a7d208d3c3190003a7 +SIZE (0xJacky-nginx-ui-v2.2.0-patch.1_GH0.tar.gz) = 13053926 diff --git a/sysutils/nginx-ui/files/nginx-ui.in b/sysutils/nginx-ui/files/nginx-ui.in index 25ab52c8bd44..d5e04d9137af 100644 --- a/sysutils/nginx-ui/files/nginx-ui.in +++ b/sysutils/nginx-ui/files/nginx-ui.in @@ -32,5 +32,6 @@ command_args="-o ${nginx_ui_log} -u ${nginx_ui_runas} -p ${pidfile} -t \"${desc} # the error "connect: connection refused" will be displayed, so the best thing to # do is to delete it before starting NGINX UI. start_precmd="rm -f /var/db/nginx-ui/nginx-ui.sock" +sig_stop="SIGQUIT" run_rc_command "$1" diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd.go deleted file mode 100644 index bfbd8adfc816..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd.go +++ /dev/null @@ -1,13 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd.go.orig 2025-08-28 06:12:56 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd.go -@@ -154,9 +154,7 @@ func parsedevstat(buf []byte) (devstat, error) { - func parsedevstat(buf []byte) (devstat, error) { - var ds devstat - br := bytes.NewReader(buf) -- // err := binary.Read(br, binary.LittleEndian, &ds) -- err := common.Read(br, binary.LittleEndian, &ds) -- if err != nil { -+ if err := binary.Read(br, binary.LittleEndian, &ds); err != nil { - return ds, err - } - diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__386.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__386.go deleted file mode 100644 index 93c140610bef..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__386.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_386.go.orig 2025-08-28 06:14:45 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_386.go -@@ -50,7 +50,7 @@ type devstat struct { - Flags uint32 - Device_type uint32 - Priority uint32 -- Id *byte -+ Id [sizeofPtr]byte - Sequence1 uint32 - } - diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__amd64.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__amd64.go deleted file mode 100644 index d5881f0968f3..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__amd64.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_amd64.go.orig 2025-08-28 06:15:24 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_amd64.go -@@ -52,7 +52,7 @@ type devstat struct { - Device_type uint32 - Priority uint32 - Pad_cgo_1 [4]byte -- ID *byte -+ ID [sizeofPtr]byte - Sequence1 uint32 - Pad_cgo_2 [4]byte - } diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm.go deleted file mode 100644 index c749c6d093d0..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm.go.orig 2025-08-28 06:15:52 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm.go -@@ -50,7 +50,7 @@ type devstat struct { - Flags uint32 - Device_type uint32 - Priority uint32 -- Id *byte -+ Id [sizeofPtr]byte - Sequence1 uint32 - } - diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm64.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm64.go deleted file mode 100644 index a6d7e0a49541..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm64.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm64.go.orig 2025-08-28 06:16:23 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm64.go -@@ -52,7 +52,7 @@ type devstat struct { - Flags uint32 - Device_type uint32 - Priority uint32 -- Id *byte -+ Id [sizeofPtr]byte - Sequence1 uint32 - Pad_cgo_0 [4]byte - } diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__bsd.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__bsd.go deleted file mode 100644 index a43bd97cd52c..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__bsd.go +++ /dev/null @@ -1,10 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/process/process_bsd.go.orig 2025-08-28 06:18:32 UTC -+++ vendor/github.com/shirou/gopsutil/v4/process/process_bsd.go -@@ -71,6 +71,6 @@ func parseKinfoProc(buf []byte) (KinfoProc, error) { - func parseKinfoProc(buf []byte) (KinfoProc, error) { - var k KinfoProc - br := bytes.NewReader(buf) -- err := common.Read(br, binary.LittleEndian, &k) -+ err := binary.Read(br, binary.LittleEndian, &k) - return k, err - } diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__freebsd.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__freebsd.go deleted file mode 100644 index 0d8403972089..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__freebsd.go +++ /dev/null @@ -1,20 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/process/process_freebsd.go.orig 2025-08-28 06:19:32 UTC -+++ vendor/github.com/shirou/gopsutil/v4/process/process_freebsd.go -@@ -79,7 +79,7 @@ func (p *Process) CwdWithContext(_ context.Context) (s - - var k kinfoFile - br := bytes.NewReader(buf) -- if err := common.Read(br, binary.LittleEndian, &k); err != nil { -+ if err := binary.Read(br, binary.LittleEndian, &k); err != nil { - return "", err - } - cwd := common.IntToString(k.Path[:]) -@@ -279,7 +279,7 @@ func (p *Process) MemoryInfoWithContext(_ context.Cont - if err != nil { - return nil, err - } -- pageSize := common.LittleEndian.Uint16([]byte(v)) -+ pageSize := binary.LittleEndian.Uint16([]byte(v)) - - return &MemoryInfoStat{ - RSS: uint64(k.Rssize) * uint64(pageSize), diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index 0c0aaa63ecd1..0fc52d9a8735 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= node_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/node_exporter/files/patch-collector_netstat__freebsd.go b/sysutils/node_exporter/files/patch-collector_netstat__freebsd.go new file mode 100644 index 000000000000..cb168270693c --- /dev/null +++ b/sysutils/node_exporter/files/patch-collector_netstat__freebsd.go @@ -0,0 +1,10 @@ +--- collector/netstat_freebsd.go.orig 2025-10-09 18:59:35 UTC ++++ collector/netstat_freebsd.go +@@ -28,6 +28,7 @@ import ( + + /* + #include <sys/types.h> ++#include <sys/queue.h> + #include <netinet/in.h> + #include <netinet/ip.h> + #include <netinet/tcp.h> diff --git a/sysutils/nomad-driver-podman/Makefile b/sysutils/nomad-driver-podman/Makefile index 019281ac9867..ae20055e7fb1 100644 --- a/sysutils/nomad-driver-podman/Makefile +++ b/sysutils/nomad-driver-podman/Makefile @@ -1,7 +1,7 @@ PORTNAME= nomad-driver-podman DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= grembo@FreeBSD.org diff --git a/sysutils/nut_exporter/Makefile b/sysutils/nut_exporter/Makefile index 46d2109a94cc..4b8023e429b1 100644 --- a/sysutils/nut_exporter/Makefile +++ b/sysutils/nut_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nut_exporter DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 17 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= bsd@j-star.org diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index 807a65d49bed..d8b23430e3bd 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -1,7 +1,7 @@ PORTNAME= oc PORTVERSION= 4.9 DISTVERSIONPREFIX= release- -PORTREVISION= 32 +PORTREVISION= 34 CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile index 329b7cddea23..9acf9e9c1845 100644 --- a/sysutils/opa/Makefile +++ b/sysutils/opa/Makefile @@ -1,7 +1,7 @@ PORTNAME= opa DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 7e7269e811bd..e7a01bdd3d3e 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,6 +1,7 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v DISTVERSION= 1.10.6 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile index ebc9b7bb1f95..60537bc6cb25 100644 --- a/sysutils/packer/Makefile +++ b/sysutils/packer/Makefile @@ -1,7 +1,7 @@ PORTNAME= packer PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 13 +PORTREVISION= 15 CATEGORIES= sysutils MAINTAINER= brad@facefault.org diff --git a/sysutils/paladin/Makefile b/sysutils/paladin/Makefile index 13ab202b6d60..1b78494f73cb 100644 --- a/sysutils/paladin/Makefile +++ b/sysutils/paladin/Makefile @@ -1,6 +1,6 @@ PORTNAME= paladin PORTVERSION= 2.0.1 -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= rwestlun@gmail.com diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile index bb2ffc20b33e..8a5e63d62cef 100644 --- a/sysutils/parallel/Makefile +++ b/sysutils/parallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= parallel -PORTVERSION= 20250822 +PORTVERSION= 20250922 CATEGORIES= sysutils MASTER_SITES= GNU diff --git a/sysutils/parallel/distinfo b/sysutils/parallel/distinfo index 76d61934cc93..eb4bdc193f64 100644 --- a/sysutils/parallel/distinfo +++ b/sysutils/parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120540 -SHA256 (parallel-20250822.tar.bz2) = 019d328722867cffe918c449364308c0df048456c69299b91451a3e6fac9167a -SIZE (parallel-20250822.tar.bz2) = 2702042 +TIMESTAMP = 1759816574 +SHA256 (parallel-20250922.tar.bz2) = ee3ddc3125ef7ddcd97dde5ba64ab7f71874faa2f5d7720acdd3e4bf5265a32b +SIZE (parallel-20250922.tar.bz2) = 2702804 diff --git a/sysutils/pipeform/Makefile b/sysutils/pipeform/Makefile index 4c2787c46861..1e73b432eb67 100644 --- a/sysutils/pipeform/Makefile +++ b/sysutils/pipeform/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipeform DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org diff --git a/sysutils/plasma6-libksysguard/Makefile b/sysutils/plasma6-libksysguard/Makefile index 4954b60c8c0a..f6de699d880e 100644 --- a/sysutils/plasma6-libksysguard/Makefile +++ b/sysutils/plasma6-libksysguard/Makefile @@ -1,5 +1,6 @@ PORTNAME= libksysguard DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/plasma6-libksysguard/files/patch-processcore_cgroup__data__model.cpp b/sysutils/plasma6-libksysguard/files/patch-processcore_cgroup__data__model.cpp new file mode 100644 index 000000000000..56b6f9119d14 --- /dev/null +++ b/sysutils/plasma6-libksysguard/files/patch-processcore_cgroup__data__model.cpp @@ -0,0 +1,20 @@ +https://invent.kde.org/plasma/libksysguard/-/merge_requests/445 + +--- processcore/cgroup_data_model.cpp.orig 2025-09-09 08:27:18 UTC ++++ processcore/cgroup_data_model.cpp +@@ -95,6 +95,7 @@ CGroupDataModel::CGroupDataModel(const QString &root, + , d(new CGroupDataModelPrivate) + { + d->m_updateTimer = new QTimer(this); ++ d->m_updateTimer->setInterval(2000); + d->m_processes = ExtendedProcesses::instance(); + + QList<ProcessAttribute *> attributes = d->m_processes->attributes(); +@@ -113,7 +114,6 @@ CGroupDataModel::CGroupDataModel(const QString &root, + connect(d->m_updateTimer, &QTimer::timeout, this, [this]() { + update(); + }); +- d->m_updateTimer->setInterval(2000); + d->m_updateTimer->start(); + + // updateAllProcesses will delete processes that no longer exist, a method that diff --git a/sysutils/plasma6-plasma-systemmonitor/Makefile b/sysutils/plasma6-plasma-systemmonitor/Makefile index 3c6c3f104d78..5e564aefdaeb 100644 --- a/sysutils/plasma6-plasma-systemmonitor/Makefile +++ b/sysutils/plasma6-plasma-systemmonitor/Makefile @@ -7,8 +7,8 @@ COMMENT= Interface for monitoring system sensors, process information and other USES= cmake gettext gl kde:6 python:run qt:6 shebangfix tar:xz xorg USE_KDE= attica config coreaddons dbusaddons globalaccel i18n \ - itemmodels kio kirigami-addons libksysguard newstuff package \ - service windowsystem \ + itemmodels kio kirigami-addons kcmutils kquickcharts libksysguard \ + newstuff package service windowsystem \ ecm:build \ ksystemstats:run USE_QT= base declarative diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index 2f3108f1790e..2c67f9455a67 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= hcloud -DISTVERSION= 2.7.0 +DISTVERSION= 2.9.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=7.5:devel/py-coverage@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} NO_ARCH= yes -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 pytest .include <bsd.port.mk> diff --git a/sysutils/py-hcloud/distinfo b/sysutils/py-hcloud/distinfo index dc142b6c1be7..8968d3eaa3bc 100644 --- a/sysutils/py-hcloud/distinfo +++ b/sysutils/py-hcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758976892 -SHA256 (hcloud-2.7.0.tar.gz) = d82343ed54f0ccf1475e24984cbd3a04ac4830b568bf3707f85540243f61434b -SIZE (hcloud-2.7.0.tar.gz) = 126459 +TIMESTAMP = 1760357834 +SHA256 (hcloud-2.9.0.tar.gz) = 32462fa2351ddb47a1a6ceb084d70c8358518224e44b4e0197f2e5c0f67ad8ef +SIZE (hcloud-2.9.0.tar.gz) = 136593 diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 2b373eb96e07..7ad91168553c 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,5 +1,5 @@ PORTNAME= psutil -PORTVERSION= 7.0.0 +PORTVERSION= 7.1.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index e912c5949ec9..00d637f56890 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739930202 -SHA256 (psutil-7.0.0.tar.gz) = 7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456 -SIZE (psutil-7.0.0.tar.gz) = 497003 +TIMESTAMP = 1759816718 +SHA256 (psutil-7.1.0.tar.gz) = 655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2 +SIZE (psutil-7.1.0.tar.gz) = 497660 diff --git a/sysutils/py-python-bareos/Makefile b/sysutils/py-python-bareos/Makefile index 4fae21872cb0..8717aab603f9 100644 --- a/sysutils/py-python-bareos/Makefile +++ b/sysutils/py-python-bareos/Makefile @@ -1,6 +1,5 @@ PORTNAME= python-bareos -PORTVERSION= 24.0.0 -PORTREVISION= 1 +PORTVERSION= 24.0.5 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-python-bareos/distinfo b/sysutils/py-python-bareos/distinfo index 6b1a4c9ffae4..727e169e93bf 100644 --- a/sysutils/py-python-bareos/distinfo +++ b/sysutils/py-python-bareos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735940424 -SHA256 (python_bareos-24.0.0.tar.gz) = fee25b9e738ba2f3762064d7834ca7c8d91d60696cd47ed8ace6f8fb5cb58587 -SIZE (python_bareos-24.0.0.tar.gz) = 37218 +TIMESTAMP = 1759978087 +SHA256 (python_bareos-24.0.5.tar.gz) = 75a55748af0390789c768ac95a12bbd0eb4e4a6c791b3e1de84ce08ade4740a5 +SIZE (python_bareos-24.0.5.tar.gz) = 37375 diff --git a/sysutils/rest-server/Makefile b/sysutils/rest-server/Makefile index ee7146dd67d5..80230a79e5b5 100644 --- a/sysutils/rest-server/Makefile +++ b/sysutils/rest-server/Makefile @@ -1,6 +1,7 @@ PORTNAME= rest-server DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index c12863fe9c61..dc1efa71d900 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,6 +1,7 @@ PORTNAME= restic DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index 2c04586393fc..fe3b15dbcacb 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -1,5 +1,5 @@ PORTNAME= rsyslog -PORTVERSION= 8.2508.0 +PORTVERSION= 8.2510.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ diff --git a/sysutils/rsyslog8/distinfo b/sysutils/rsyslog8/distinfo index 7939be646afb..e916bc089d1c 100644 --- a/sysutils/rsyslog8/distinfo +++ b/sysutils/rsyslog8/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1757077726 -SHA256 (rsyslog-8.2508.0.tar.gz) = c89b1e74d36d0ca4a95b74a1abe36ed0b1faac8b7c8be471a8415cfa776206fd -SIZE (rsyslog-8.2508.0.tar.gz) = 4344195 -SHA256 (72b8bcc05318f0a72ec828d1a5329fa98c021eb8.patch) = f3cb29a469e28678086a81906fe823045563f9132c0a6f97bf887eba7fd1d31d -SIZE (72b8bcc05318f0a72ec828d1a5329fa98c021eb8.patch) = 2585 +TIMESTAMP = 1760553860 +SHA256 (rsyslog-8.2510.0.tar.gz) = a70a9834186859539a6a4d1c7b3f68c23897e805829b764a45e92cb0cc95e66a +SIZE (rsyslog-8.2510.0.tar.gz) = 5748617 diff --git a/sysutils/rsyslog8/files/patch-runtime_netns__socket.c b/sysutils/rsyslog8/files/patch-runtime_netns__socket.c new file mode 100644 index 000000000000..cb6822bb8ee6 --- /dev/null +++ b/sysutils/rsyslog8/files/patch-runtime_netns__socket.c @@ -0,0 +1,10 @@ +--- runtime/netns_socket.c.orig 2025-10-15 19:14:52 UTC ++++ runtime/netns_socket.c +@@ -24,6 +24,7 @@ + #include <string.h> + #include <sys/socket.h> + #include <sys/types.h> ++#include <unistd.h> + + #include "rsyslog.h" + #include "debug.h" diff --git a/sysutils/rsyslog8/pkg-plist b/sysutils/rsyslog8/pkg-plist index 211630a62783..0c3d2c1c230f 100644 --- a/sysutils/rsyslog8/pkg-plist +++ b/sysutils/rsyslog8/pkg-plist @@ -19,6 +19,7 @@ lib/rsyslog/lmtcpclt.so lib/rsyslog/lmtcpsrv.so lib/rsyslog/lmzlibw.so lib/rsyslog/mmexternal.so +lib/rsyslog/mmleefparse.so lib/rsyslog/ommail.so lib/rsyslog/omprog.so lib/rsyslog/omstdout.so diff --git a/sysutils/rubygem-chef-licensing/Makefile b/sysutils/rubygem-chef-licensing/Makefile index c19d80ad1468..a016fbbfa6ee 100644 --- a/sysutils/rubygem-chef-licensing/Makefile +++ b/sysutils/rubygem-chef-licensing/Makefile @@ -1,5 +1,5 @@ PORTNAME= chef-licensing -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -13,6 +13,7 @@ RUN_DEPENDS= rubygem-activesupport72>=7.2.2.1<8:devel/rubygem-activesupport72 \ rubygem-chef-config>=15:sysutils/rubygem-chef-config \ rubygem-faraday>=1<3:www/rubygem-faraday \ rubygem-faraday-http-cache>=0:www/rubygem-faraday-http-cache \ + rubygem-mixlib-log>=3.0<4:devel/rubygem-mixlib-log \ rubygem-ostruct>=0.1.0<1:devel/rubygem-ostruct \ rubygem-tty-prompt>=0.23<1:devel/rubygem-tty-prompt \ rubygem-tty-spinner>=0.9.3<0.10:devel/rubygem-tty-spinner diff --git a/sysutils/rubygem-chef-licensing/distinfo b/sysutils/rubygem-chef-licensing/distinfo index 547a2cf8c374..950e1c4e7fd2 100644 --- a/sysutils/rubygem-chef-licensing/distinfo +++ b/sysutils/rubygem-chef-licensing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566746 -SHA256 (rubygem/chef-licensing-1.1.0.gem) = 14fe5cf31700d03dc6e91d7591f92f24c4b704f92060cbba80f3e838221a3d69 -SIZE (rubygem/chef-licensing-1.1.0.gem) = 31232 +TIMESTAMP = 1759816940 +SHA256 (rubygem/chef-licensing-1.2.0.gem) = fd4b599a774b389928698faa22b160ebee37af2f9c641adce1c144384adb0ce9 +SIZE (rubygem/chef-licensing-1.2.0.gem) = 31744 diff --git a/sysutils/rubygem-chef-licensing/files/patch-gemspec b/sysutils/rubygem-chef-licensing/files/patch-gemspec index 28014bc548a9..c51536685752 100644 --- a/sysutils/rubygem-chef-licensing/files/patch-gemspec +++ b/sysutils/rubygem-chef-licensing/files/patch-gemspec @@ -1,9 +1,15 @@ ---- chef-licensing.gemspec.orig 2025-07-15 09:54:51 UTC +--- chef-licensing.gemspec.orig 2025-10-07 15:34:32 UTC +++ chef-licensing.gemspec -@@ -28,6 +28,6 @@ Gem::Specification.new do |s| +@@ -24,11 +24,11 @@ Gem::Specification.new do |s| + + s.add_runtime_dependency(%q<chef-config>.freeze, [">= 15".freeze]) + s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.23".freeze]) +- s.add_runtime_dependency(%q<faraday>.freeze, [">= 1".freeze, "< 2".freeze]) ++ s.add_runtime_dependency(%q<faraday>.freeze, [">= 1".freeze, "< 3".freeze]) s.add_runtime_dependency(%q<faraday-http-cache>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 7.2".freeze, ">= 7.2.2.1".freeze]) s.add_runtime_dependency(%q<tty-spinner>.freeze, ["~> 0.9.3".freeze]) + s.add_runtime_dependency(%q<mixlib-log>.freeze, ["~> 3.0".freeze]) - s.add_runtime_dependency(%q<ostruct>.freeze, ["~> 0.1.0".freeze]) + s.add_runtime_dependency(%q<ostruct>.freeze, ["~> 0.1".freeze]) end diff --git a/sysutils/runj/Makefile b/sysutils/runj/Makefile index ede35b416039..b923c9899551 100644 --- a/sysutils/runj/Makefile +++ b/sysutils/runj/Makefile @@ -1,7 +1,7 @@ PORTNAME= runj DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 14 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/rush/Makefile b/sysutils/rush/Makefile index 1b5b040cce12..a9f46c0485be 100644 --- a/sysutils/rush/Makefile +++ b/sysutils/rush/Makefile @@ -1,7 +1,7 @@ PORTNAME= rush DISTVERSIONPREFIX= v DISTVERSION= 0.5.7 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils PKGNAMESUFFIX= -parallelization-tool diff --git a/sysutils/sake/Makefile b/sysutils/sake/Makefile index 6696a878923e..945143b3726a 100644 --- a/sysutils/sake/Makefile +++ b/sysutils/sake/Makefile @@ -1,7 +1,7 @@ PORTNAME= sake PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 15 +PORTREVISION= 17 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/sensu-go/Makefile b/sysutils/sensu-go/Makefile index 7c3cb4f82a0d..8f6c8dd424b5 100644 --- a/sysutils/sensu-go/Makefile +++ b/sysutils/sensu-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= sensu-go PORTVERSION= 6.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 17 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= jp+ports@supplntr.io diff --git a/sysutils/serf/Makefile b/sysutils/serf/Makefile index d4701b726190..03c1bc8d50a9 100644 --- a/sysutils/serf/Makefile +++ b/sysutils/serf/Makefile @@ -1,7 +1,7 @@ PORTNAME= serf DISTVERSIONPREFIX= v DISTVERSION= 0.10.2 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils PKGNAMEPREFIX= hashicorp- diff --git a/sysutils/siegfried/Makefile b/sysutils/siegfried/Makefile index 77906d78a4cc..2166f2efc40a 100644 --- a/sysutils/siegfried/Makefile +++ b/sysutils/siegfried/Makefile @@ -1,7 +1,7 @@ PORTNAME= siegfried DISTVERSIONPREFIX= v DISTVERSION= 1.11.2 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 85d841432579..e4cc6bc5a5a5 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -1,5 +1,6 @@ PORTNAME= smartmontools DISTVERSION= 7.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF diff --git a/sysutils/smartmontools/files/smart.in b/sysutils/smartmontools/files/smart.in index 8460df0f231a..606bd02cefa3 100644 --- a/sysutils/smartmontools/files/smart.in +++ b/sysutils/smartmontools/files/smart.in @@ -13,7 +13,7 @@ smartctl=%%PREFIX%%/sbin/smartctl case "${daily_status_smart_devices}" in # XXX AUTO mode selects only regular ad/da disks [Aa][Uu][Tt][Oo]) - daily_status_smart_devices="$(sysctl -n kern.disks | sed -E 's/[[:<:]](cd|ar|vtbd)[0-9]+//g; s/n(da|vd)/nvme/g')" + daily_status_smart_devices="$(sysctl -n kern.disks | sed -E 's/[[:<:]](cd|ar|vtbd|mfid)[0-9]+//g; s/n(da|vd)/nvme/g')" ;; *) ;; esac @@ -51,6 +51,9 @@ case "${daily_status_smart_enable}" in mrsas*) devflags="-dmegaraid,${device##mrsas[0-9]*,}" device="/dev/${device%,[0-9]*}" ;; + pass*) devflags="${device#pass[0-9]*,}" + device="/dev/${device%%,[:alpha:0-9-]*}" + ;; /*) ;; *) device="/dev/${device}" ;; diff --git a/sysutils/smartmontools/files/smartd.in b/sysutils/smartmontools/files/smartd.in index 1176089041ad..832b3bb6b2c7 100644 --- a/sysutils/smartmontools/files/smartd.in +++ b/sysutils/smartmontools/files/smartd.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: smartd -# REQUIRE: root ldconfig devfs syslogd mail +# REQUIRE: DAEMON mail # KEYWORD: shutdown nojail # # Define these smartd_* variables in one of these files: diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index 1e3c9b7b7ea9..1a34505483df 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -1,7 +1,7 @@ PORTNAME= smug DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 19 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/snmp_exporter/Makefile b/sysutils/snmp_exporter/Makefile index 5bcd22ab1fbe..bcc2fbd02c38 100644 --- a/sysutils/snmp_exporter/Makefile +++ b/sysutils/snmp_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= snmp_exporter DISTVERSIONPREFIX=v DISTVERSION= 0.29.0 -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ivy@FreeBSD.org diff --git a/sysutils/snmp_exporter20/Makefile b/sysutils/snmp_exporter20/Makefile index 6835c65f1f29..0abb4d0aa131 100644 --- a/sysutils/snmp_exporter20/Makefile +++ b/sysutils/snmp_exporter20/Makefile @@ -1,7 +1,7 @@ PORTNAME= snmp_exporter PORTVERSION= 0.20.0 DISTVERSIONPREFIX=v -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= sysutils PKGNAMESUFFIX= 20 diff --git a/sysutils/sockaddr/Makefile b/sysutils/sockaddr/Makefile index 0368e9eff444..88760a06a73d 100644 --- a/sysutils/sockaddr/Makefile +++ b/sysutils/sockaddr/Makefile @@ -1,7 +1,7 @@ PORTNAME= sockaddr DISTVERSIONPREFIX= v DISTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/stackit/Makefile b/sysutils/stackit/Makefile index c545861a94c7..be67f0bb4b4e 100644 --- a/sysutils/stackit/Makefile +++ b/sysutils/stackit/Makefile @@ -1,6 +1,6 @@ PORTNAME= stackit DISTVERSIONPREFIX= v -DISTVERSION= 0.43.0 +DISTVERSION= 0.44.1 CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com diff --git a/sysutils/stackit/distinfo b/sysutils/stackit/distinfo index 5502af87a117..dde909082fb1 100644 --- a/sysutils/stackit/distinfo +++ b/sysutils/stackit/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759058126 -SHA256 (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.mod) = b5e2ba72e5e67382caf143c9204785295e4ab905cf01f1e074826c6b605a7cd9 -SIZE (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.mod) = 13041 -SHA256 (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.zip) = 03f9f2cfdfce0275fbc137a4c686c8dfe5b5c0ae0bc38ca0de274444971f0883 -SIZE (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.zip) = 2192731 +TIMESTAMP = 1760445981 +SHA256 (go/sysutils_stackit/stackit-v0.44.1/v0.44.1.mod) = d01643fd9026430b5940e6a6847bbf6eb35e127259f932918c7d9634ef45b63e +SIZE (go/sysutils_stackit/stackit-v0.44.1/v0.44.1.mod) = 13041 +SHA256 (go/sysutils_stackit/stackit-v0.44.1/v0.44.1.zip) = 6faacd5c6196adbbf59c346db65801db09616ef83c1c792a023d87c22787779a +SIZE (go/sysutils_stackit/stackit-v0.44.1/v0.44.1.zip) = 2167853 diff --git a/sysutils/stressdisk/Makefile b/sysutils/stressdisk/Makefile index aeccbf5afd0a..b52aa5fd5f76 100644 --- a/sysutils/stressdisk/Makefile +++ b/sysutils/stressdisk/Makefile @@ -1,7 +1,7 @@ PORTNAME= stressdisk DISTVERSIONPREFIX= v DISTVERSION= 1.0.13 -PORTREVISION= 17 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/superfile/Makefile b/sysutils/superfile/Makefile index 84c753d6c7ad..f0e8b2604005 100644 --- a/sysutils/superfile/Makefile +++ b/sysutils/superfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= superfile DISTVERSIONPREFIX= v -DISTVERSION= 1.3.3 -PORTREVISION= 2 +DISTVERSION= 1.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils @@ -12,7 +12,7 @@ WWW= https://github.com/MHNightCat/superfile LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.24 +USES= go:modules,1.25 GO_MODULE= github.com/MHNightCat/superfile diff --git a/sysutils/superfile/distinfo b/sysutils/superfile/distinfo index 28a5b5664010..08d136743bc6 100644 --- a/sysutils/superfile/distinfo +++ b/sysutils/superfile/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1754049854 -SHA256 (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.mod) = 75e1e0938ca31f51c80697126aa7daae2746bf67f2c8e6defcfe0610e0fc44cc -SIZE (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.mod) = 3109 -SHA256 (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.zip) = f81af634399861cdd84b6bf45b2677df65fd344cb8989da4260d610a0ac2e13f -SIZE (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.zip) = 16518668 +TIMESTAMP = 1760099738 +SHA256 (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.mod) = 697d3c8ff9d3e81d81cc68e4950f941f31bf365ce37c26b81f450acdf0fef1a5 +SIZE (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.mod) = 3388 +SHA256 (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.zip) = a02b79bd389822482d4f368f9f1ae10dee8babf71d95416edf10254a46d72cf9 +SIZE (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.zip) = 16468262 diff --git a/sysutils/tempo/Makefile b/sysutils/tempo/Makefile index 21ff75dde28c..af3aa19db09d 100644 --- a/sysutils/tempo/Makefile +++ b/sysutils/tempo/Makefile @@ -1,7 +1,7 @@ PORTNAME= tempo DISTVERSIONPREFIX= v DISTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES+= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/${DISTVERSIONFULL}/ PKGNAMEPREFIX= grafana- diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 8645e4da32a0..8c66dc2851aa 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-docs DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= sysutils textproc MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform-provider-gridscale/Makefile b/sysutils/terraform-provider-gridscale/Makefile index 68150777bedc..8df90816338a 100644 --- a/sysutils/terraform-provider-gridscale/Makefile +++ b/sysutils/terraform-provider-gridscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-provider-gridscale PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/sysutils/terraform-provider-vultr/Makefile b/sysutils/terraform-provider-vultr/Makefile index 9d4b9ca18251..bf4e3a430392 100644 --- a/sysutils/terraform-provider-vultr/Makefile +++ b/sysutils/terraform-provider-vultr/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-provider-vultr PORTVERSION= 0.1.10 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= zachary.crownover@gmail.com diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index 1a3e99dd19c9..9d676a888005 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-switcher DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index 57d215a2b5b1..1977ff40c3db 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform DISTVERSIONPREFIX= v DISTVERSION= 1.12.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= ${DISTVERSIONFULL}${EXTRACT_SUFX} \ diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index f1aff67d4296..83e68865662f 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -1,6 +1,7 @@ PORTNAME= terragrunt DISTVERSIONPREFIX= v DISTVERSION= 0.87.1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index cdebc3b6f31f..9e1c413c05db 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,6 +1,7 @@ PORTNAME= tflint DISTVERSIONPREFIX= v DISTVERSION= 0.59.1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/treetop/Makefile b/sysutils/treetop/Makefile index e97aea6731ec..ec66031b269c 100644 --- a/sysutils/treetop/Makefile +++ b/sysutils/treetop/Makefile @@ -1,7 +1,7 @@ PORTNAME= treetop DISTVERSIONPREFIX= v DISTVERSION= ${MODVERSION:S/-/./g:R} -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= hoanga@gmail.com diff --git a/sysutils/trueos-libqt5/Makefile b/sysutils/trueos-libqt5/Makefile index ea1cf181cbf1..9ae863c74e3e 100644 --- a/sysutils/trueos-libqt5/Makefile +++ b/sysutils/trueos-libqt5/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= jt@obs-sec.com -COMMENT= TrueOS QT5 Library +COMMENT= TrueOS Qt5 Library WWW= https://github.com/trueos/trueos-libqt5 LICENSE= BSD2CLAUSE diff --git a/sysutils/trueos-libqt5/pkg-descr b/sysutils/trueos-libqt5/pkg-descr index 89d51c353776..07627d6a75fb 100644 --- a/sysutils/trueos-libqt5/pkg-descr +++ b/sysutils/trueos-libqt5/pkg-descr @@ -1 +1 @@ -TrueOS QT5 Library +TrueOS Qt5 Library diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index 31d6e41b6ece..0586e9ffe284 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttyd DISTVERSION= 1.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= nc@FreeBSD.org diff --git a/sysutils/ttyd/files/ttyd.in b/sysutils/ttyd/files/ttyd.in index 56b8188deeda..15c108eca492 100755 --- a/sysutils/ttyd/files/ttyd.in +++ b/sysutils/ttyd/files/ttyd.in @@ -19,8 +19,8 @@ load_rc_config $name : ${ttyd_enable:="NO"} : ${ttyd_acct:="nobody"} -: ${ttyd_exec:="/bin/sh"} -: ${ttyd_args:="--interface lo0 --port 7681"} +: ${ttyd_exec:="/usr/bin/login"} +: ${ttyd_args:="--interface lo0 --port 7681 -W"} procname="/usr/local/bin/${name}" diff --git a/sysutils/usacloud-core/Makefile b/sysutils/usacloud-core/Makefile index fb300de61c00..bd8c3835d7ae 100644 --- a/sysutils/usacloud-core/Makefile +++ b/sysutils/usacloud-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= usacloud -PORTREVISION= 7 +PORTREVISION= 9 #PORTREVISION= Use PORTREVISION in Makefile.version instead CATEGORIES= sysutils PKGNAMESUFFIX= -core diff --git a/sysutils/viddy/Makefile b/sysutils/viddy/Makefile index ae805518ecc0..55ccc7f784de 100644 --- a/sysutils/viddy/Makefile +++ b/sysutils/viddy/Makefile @@ -1,7 +1,7 @@ PORTNAME= viddy DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= sysutils MASTER_SITES= diff --git a/sysutils/walk/Makefile b/sysutils/walk/Makefile index 9eb4b8db2fe1..77a40a7931d1 100644 --- a/sysutils/walk/Makefile +++ b/sysutils/walk/Makefile @@ -1,7 +1,7 @@ PORTNAME= walk DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/zeitgeist/pkg-plist b/sysutils/zeitgeist/pkg-plist index 1314ca96507c..4ad940c71d2f 100644 --- a/sysutils/zeitgeist/pkg-plist +++ b/sysutils/zeitgeist/pkg-plist @@ -1,6 +1,6 @@ bin/zeitgeist-daemon -bin/zeitgeist-datahub -etc/xdg/autostart/zeitgeist-datahub.desktop +%%DATAHUB%%bin/zeitgeist-datahub +%%DATAHUB%%etc/xdg/autostart/zeitgeist-datahub.desktop include/zeitgeist-2.0/zeitgeist-datamodel.h include/zeitgeist-2.0/zeitgeist.h lib/girepository-1.0/Zeitgeist-2.0.typelib @@ -25,7 +25,7 @@ lib/libzeitgeist-2.0.so.0.0.0 @comment lib/systemd/user/zeitgeist.service libdata/pkgconfig/zeitgeist-2.0.pc share/man/man1/zeitgeist-daemon.1.gz -share/man/man1/zeitgeist-datahub.1.gz +%%DATAHUB%%share/man/man1/zeitgeist-datahub.1.gz share/bash-completion/completions/zeitgeist-daemon share/dbus-1/services/org.gnome.zeitgeist.Engine.service share/gir-1.0/Zeitgeist-2.0.gir diff --git a/sysutils/zli/Makefile b/sysutils/zli/Makefile index b8917c94b856..7225caa0736a 100644 --- a/sysutils/zli/Makefile +++ b/sysutils/zli/Makefile @@ -1,6 +1,7 @@ PORTNAME= zli DISTVERSIONPREFIX=v DISTVERSION= 2.1.8 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org diff --git a/sysutils/zot/Makefile b/sysutils/zot/Makefile index ffc4458005c7..8215ca19b25c 100644 --- a/sysutils/zot/Makefile +++ b/sysutils/zot/Makefile @@ -1,6 +1,7 @@ PORTNAME= zot DISTVERSIONPREFIX=v DISTVERSION= 2.1.8 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org |