diff options
594 files changed, 10931 insertions, 3477 deletions
diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk index 192ca386d268..6f3489b79432 100644 --- a/Mk/Uses/gstreamer.mk +++ b/Mk/Uses/gstreamer.mk @@ -10,7 +10,8 @@ # version: 1 -- default (this may be omitted since there is # currently only one supported version) # _internal: Only intended for use by multimedia/gstreamer1 to -# define specific variables so as not depend on itself +# define specific variables like _GST1_VERSION so that +# it does not depend on itself # # MAINTAINER: multimedia@FreeBSD.org @@ -41,7 +42,7 @@ _GST_VER= ${_GST_VER_DEFAULT} # When modifying _GST1_VERSION, run `make -C ${PORTSDIR}/multimedia/gstreamer1 makesum-all` # to update the distinfo files for the entire suite. -_GST1_VERSION= 1.26.6 +_GST1_VERSION= 1.26.7 _GST1_LIB_VER= 1.0 _GST1_SOVERSION= 0.${_GST1_VERSION:R:E}${${_GST1_VERSION:E} > 9:?:0}${_GST1_VERSION:E}.0 @@ -70,7 +71,7 @@ _GST1_PLUGINS_www= neon srt _GST1_PLUGINS_x11= x ximagesrc _GST1_PLUGINS_x11-toolkits= gtk pango qt5 qt6 -# == Unversioned information +#== Unversioned information # Gather all available plugins for the chosen version _GST_PLUGINS_BASE= bad core good ugly libgstreamer plugins diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index af659b76d8cc..54fff0299196 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -108,9 +108,9 @@ MASTER_SITES_PYQTWEBENGINE= ${MASTER_SITES_PYQT${_PYQT_VERSION}WEBENGINE} # below, should have a suitable epoch appended to the version. # Qt version-agnostic components -PYQTBUILDER_VERSION= 1.18.2 +PYQTBUILDER_VERSION= 1.19.0 QSCI2_VERSION= 2.14.1 -SIP_VERSION= 6.12.0 # ,1 +SIP_VERSION= 6.13.1 # ,1 # Qt 5 components PYQT5SIP_VERSION= 12.17.0 @@ -5,6 +5,42 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20251016: + AFFECTS: users of devel/nexus2-oss + AUTHOR: michaelo@FreeBSD.org + + With the upgrade to javaservicewrapper-3.6.3 Nexus won't start unless you + remove all properties ending with '.stripquotes' in your + %%ETCDIR%%/wrapper.conf. + +20251016: + AFFECTS: users of sysutils/javaservicewrapper + AUTHOR: michaelo@FreeBSD.org + + 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 + +20251015: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 4.2 of LibreSSL. + The shared library versions of the libraries have been bumped. + + After upgrading, manually update all packages that depend on any of the + libraries provided by LibreSSL (libssl, libcrypto and libtls) since the + versions of these libraries have changed. Normally, you can obtain the + list of dependent software by running the following command: + + # pkg info -r libressl + + Then you should rebuild all ports depending on libressl to avoid dangling + shared library dependencies. + 20251011: AFFECTS: users of net-im/gotosocial AUTHOR: dinoex@FreeBSD.org diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index 43766c47e031..c6f13d4a86c6 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -1,6 +1,6 @@ PORTNAME= gpsbabel DISTVERSIONPREFIX= ${PORTNAME}_ -DISTVERSION= 1_7_0 +DISTVERSION= 1_10_0 CATEGORIES= astro geography MAINTAINER= dev2@heesakkers.info @@ -10,43 +10,19 @@ WWW= https://www.gpsbabel.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gmake localbase qt:5 -USE_QT= core qmake:build - -CONFLICTS= gpsbabel14 - +USES= cmake compiler:c++20-lang qt:6 +USE_QT= 5compat base declarative serialport webchannel webengine \ + tools:build USE_GITHUB= yes -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= GUI -OPTIONS_SUB= yes - -GUI_USES= gl -GUI_USE= GL=gl \ - QT=declarative,gui,location,network,printsupport,webchannel \ - QT=webengine,widgets,xml,buildtools:build,linguisttools:build -GUI_ALL_TARGET= gui -GUI_VARS= MAKE_JOBS_UNSAFE=yes -CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" +CMAKE_ARGS= -DGPSBABEL_WITH_LIBUSB=custom \ + -DGPSBABEL_EXTRA_LINK_LIBRARIES=usb -do-build: - (cd ${WRKSRC}; ${CONFIGURE_ENV} ${CONFIGURE_CMD}; ${MAKE_ENV} ${GMAKE}) -do-build-GUI-on: - (cd ${WRKSRC}/gui; ${QMAKE} USE_GUI=qt5; ${LRELEASE} *.ts; ${GMAKE}) - -post-patch: - @${REINPLACE_CMD} '/langPath_ = / \ - s|QApplication::applicationDirPath()|"${DATADIR}"|' \ - ${WRKSRC}/gui/mainwindow.cc - @${RM} -r ${WRKSRC}/zlib/contrib/minizip +CONFLICTS= gpsbabel14 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gpsbabel ${STAGEDIR}${PREFIX}/bin/ - -do-install-GUI-on: - ${INSTALL_PROGRAM} ${WRKSRC}/gui/objects/gpsbabelfe \ + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gpsbabel ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gui/GPSBabelFE/gpsbabelfe \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/gui/gpsbabel.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @@ -55,4 +31,5 @@ do-install-GUI-on: ${INSTALL_DATA} ${WRKSRC}/gui/images/appicon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/gpsbabel.png + .include <bsd.port.mk> diff --git a/astro/gpsbabel/distinfo b/astro/gpsbabel/distinfo index b222ef3d1106..b0069dc5cb13 100644 --- a/astro/gpsbabel/distinfo +++ b/astro/gpsbabel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599906857 -SHA256 (gpsbabel-gpsbabel-gpsbabel_1_7_0_GH0.tar.gz) = 30b186631fb43db576b8177385ed5c31a5a15c02a6bc07bae1e0d7af9058a797 -SIZE (gpsbabel-gpsbabel-gpsbabel_1_7_0_GH0.tar.gz) = 16718984 +TIMESTAMP = 1760640561 +SHA256 (gpsbabel-gpsbabel-gpsbabel_1_10_0_GH0.tar.gz) = a89756fb988a54f5c5f371413845b9aecb66628a594cd83bd529c0f18382c968 +SIZE (gpsbabel-gpsbabel-gpsbabel_1_10_0_GH0.tar.gz) = 14885291 diff --git a/astro/gpsbabel/files/patch-configure b/astro/gpsbabel/files/patch-configure deleted file mode 100644 index 010dcf4283a3..000000000000 --- a/astro/gpsbabel/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig 2020-09-12 23:44:42 UTC -+++ configure -@@ -6278,13 +6278,13 @@ fi - else - - # Die if libusb-1.0 not found. This prevents link failures later. -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_init in -lusb-1.0" >&5 --$as_echo_n "checking for libusb_init in -lusb-1.0... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_init in -lusb" >&5 -+$as_echo_n "checking for libusb_init in -lusb... " >&6; } - if ${ac_cv_lib_usb_1_0_libusb_init+:} false; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lusb-1.0 $LIBS" -+LIBS="-lusb $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -6319,7 +6319,7 @@ if test "x$ac_cv_lib_usb_1_0_libusb_init" = xyes; then - #define HAVE_LIBUSB_1_0 1 - _ACEOF - -- LIBS="-lusb-1.0 $LIBS" -+ LIBS="-lusb $LIBS" - - else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 diff --git a/astro/gpsbabel/files/patch-jeeps_gpslibusb.cc b/astro/gpsbabel/files/patch-jeeps_gpslibusb.cc deleted file mode 100644 index c9e6c822082e..000000000000 --- a/astro/gpsbabel/files/patch-jeeps_gpslibusb.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- jeeps/gpslibusb.cc.orig 2020-09-12 23:57:25 UTC -+++ jeeps/gpslibusb.cc -@@ -32,7 +32,7 @@ - // We use our own libusb. - # include "mac/libusb/libusb.h" - # else --# include <libusb-1.0/libusb.h> -+# include <libusb.h> - # endif - #include "../defs.h" - #include "garminusb.h" diff --git a/astro/gpsbabel/pkg-plist b/astro/gpsbabel/pkg-plist index 461eeea22ba9..d3a795787aa4 100644 --- a/astro/gpsbabel/pkg-plist +++ b/astro/gpsbabel/pkg-plist @@ -1,10 +1,10 @@ bin/gpsbabel -%%GUI%%bin/gpsbabelfe -%%GUI%%share/applications/gpsbabel.desktop -%%GUI%%%%DATADIR%%/translations/gpsbabelfe_de.qm -%%GUI%%%%DATADIR%%/translations/gpsbabelfe_es.qm -%%GUI%%%%DATADIR%%/translations/gpsbabelfe_fr.qm -%%GUI%%%%DATADIR%%/translations/gpsbabelfe_hu.qm -%%GUI%%%%DATADIR%%/translations/gpsbabelfe_it.qm -%%GUI%%%%DATADIR%%/translations/gpsbabelfe_ru.qm -%%GUI%%share/pixmaps/gpsbabel.png +bin/gpsbabelfe +share/applications/gpsbabel.desktop +%%DATADIR%%/translations/gpsbabelfe_de.qm +%%DATADIR%%/translations/gpsbabelfe_es.qm +%%DATADIR%%/translations/gpsbabelfe_fr.qm +%%DATADIR%%/translations/gpsbabelfe_hu.qm +%%DATADIR%%/translations/gpsbabelfe_it.qm +%%DATADIR%%/translations/gpsbabelfe_ru.qm +share/pixmaps/gpsbabel.png diff --git a/astro/py-kosmorrolib/pkg-plist b/astro/py-kosmorrolib/pkg-plist index 9a67e0e35238..6af7569867e5 100644 --- a/astro/py-kosmorrolib/pkg-plist +++ b/astro/py-kosmorrolib/pkg-plist @@ -25,7 +25,7 @@ %%PYTHON_SITELIBDIR%%/kosmorrolib/events.py %%PYTHON_SITELIBDIR%%/kosmorrolib/exceptions.py %%PYTHON_SITELIBDIR%%/kosmorrolib/model.py -%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/LICENSE.md +%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/licenses/LICENSE.md %%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/METADATA %%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/RECORD %%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/WHEEL diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index f362b5ecf6b4..62bf61fd972a 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -1,6 +1,6 @@ PORTNAME= qmapshack DISTVERSIONPREFIX= V_ -DISTVERSION= 1.18.0 +DISTVERSION= 1.18.1 CATEGORIES= astro MAINTAINER= bofh@FreeBSD.org diff --git a/astro/qmapshack/distinfo b/astro/qmapshack/distinfo index 64c1a5381f60..b90cf876033c 100644 --- a/astro/qmapshack/distinfo +++ b/astro/qmapshack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751715656 -SHA256 (Maproom-qmapshack-V_1.18.0_GH0.tar.gz) = e094123f7a0e68c466cbf39473402a6a06343c7fa1e54450eb8fdcc9c95625ca -SIZE (Maproom-qmapshack-V_1.18.0_GH0.tar.gz) = 58026362 +TIMESTAMP = 1760695944 +SHA256 (Maproom-qmapshack-V_1.18.1_GH0.tar.gz) = 56cc4063b38b376c76f3dfb6ed2db079e7fd828f3f99dcdb5e27bf8eedef9b4f +SIZE (Maproom-qmapshack-V_1.18.1_GH0.tar.gz) = 58034074 diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index de1658fd029c..ef9b896de476 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -1,27 +1,39 @@ PORTNAME= baresip DISTVERSIONPREFIX= v -DISTVERSION= 4.1.0 +DISTVERSION= 4.2.0 CATEGORIES= audio -MAINTAINER= herbert@gojira.at +MAINTAINER= zarychtam@plan-b.pwste.edu.pl COMMENT= Small SIP client WWW= https://github.com/baresip LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= re>=${DISTVERSION:R}:audio/re -RUN_DEPENDS:= ${BUILD_DEPENDS} +LIB_DEPENDS= libre.so:audio/re + +FLAVORS= default nox11 +default_CONFLICTS_INSTALL= barsip-nox11 +nox11_PKGNAMESUFFIX= -nox11 +nox11_CONFLICTS_INSTALL= baresip USES= cmake pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= baresip -PORTDOCS= ChangeLog CONTRIBUTING.md THANKS +PORTDOCS= CONTRIBUTING.md ChangeLog THANKS OPTIONS_DEFINE= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS DOCS \ - EXAMPLES G711 G722 G726 GST GTK3 MQTT OPUS OPUS_MS PLC \ - PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE V4L2 \ - VPX X11 + EXAMPLES G711 G722 G726 GST GTK3 JACK MQTT OPUS OPUS_MS \ + PLC PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE \ + V4L2 VPX X11 +OPTIONS_DEFAULT= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS G711 G722 \ + G726 GST GTK3 OPUS PLC PORTAUDIO SDL SNAPSHOT SNDFILE \ + SWSCALE V4L2 VPX X11 +.if ${FLAVOR:U} == nox11 +COMMENT+= (without X11 and video calls) +OPTIONS_EXCLUDE= AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS GST GTK3 SDL \ + SNAPSHOT SWSCALE V4L2 VPX X11 +.endif OPTIONS_SUB= yes ALSA_DESC= ALSA audio driver @@ -34,6 +46,7 @@ G711_DESC= G.711 audio codec G722_DESC= G.722 audio codec G726_DESC= G.726 audio codec GST_DESC= Gstreamer audio module +JACK_DESC= JACK audio module MQTT_DESC= Message Queue Telemetry Transport (MQTT) client OPUS_MS_DESC= Opus Multistream audio codec PLC_DESC= Packet Loss Concealment @@ -46,10 +59,10 @@ VPX_DESC= VP8/VP9 video codecs X11_DESC= X11 video output _MODULES_LIST= account aubridge auconv aufile auresamp ausine cons contact \ - ctrl_tcp debug_cmd dtls_srtp echo fakevideo httpd \ - httpreq ice l16 menu mixausrc mixminus mwi natpmp netroam pcp \ - presence rtcpsummary selfview serreg srtp stdio stun syslog \ - turn uuid vidbridge vidinfo vumeter + ctrl_tcp debug_cmd dtls_srtp echo fakevideo httpd httpreq ice \ + l16 menu mixausrc mixminus mwi natpmp netroam pcp presence \ + rtcpsummary selfview serreg srtp stdio stun syslog turn uuid \ + vidbridge vidinfo vumeter ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_VARS= _MODULES_LIST+=alsa @@ -69,9 +82,13 @@ G722_VARS= _MODULES_LIST+=g722 G726_LIB_DEPENDS= libspandsp.so:comms/spandsp G726_VARS= _MODULES_LIST+=g726 GST_USES= gnome gstreamer:1 -GST_VARS= USE_GNOME+=glib20 +GST_VARS= _MODULES_LIST+=gst \ + USE_GNOME+=glib20 GTK3_USES= gnome -GTK3_VARS= USE_GNOME+=gtk30 _MODULES_LIST+=gtk +GTK3_VARS= _MODULES_LIST+=gtk \ + USE_GNOME+=gtk30 +JACK_LIB_DEPENDS= libjack.so:audio/jack +JACK_VARS= _MODULES_LIST+=jack MQTT_LIB_DEPENDS= libmosquitto.so:net/mosquitto MQTT_VARS= _MODULES_LIST+=mqtt OPUS_LIB_DEPENDS= libopus.so:audio/opus @@ -109,6 +126,10 @@ CMAKE_ARGS+= -DMODULES="$(_MODULES_LIST:ts;)" \ -DRE_INCLUDE_DIR:STRING="${LOCALBASE}/include/re" \ -DREM_INCLUDE_DIR:STRING="${LOCALBASE}/include/rem" +post-patch: + ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/cmake/FindGST.cmake + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR} diff --git a/audio/baresip/distinfo b/audio/baresip/distinfo index ceb973463746..9fe1957758f4 100644 --- a/audio/baresip/distinfo +++ b/audio/baresip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757536377 -SHA256 (baresip-baresip-v4.1.0_GH0.tar.gz) = ef8663b95caf187edd5062136230be02bd6815090da410b2fe6b7e1341312133 -SIZE (baresip-baresip-v4.1.0_GH0.tar.gz) = 1185261 +TIMESTAMP = 1760646436 +SHA256 (baresip-baresip-v4.2.0_GH0.tar.gz) = 4b9fba7c53cabec4cc702bf47fb421f078d6f31421b7bea8f3f0fdbe1a671674 +SIZE (baresip-baresip-v4.2.0_GH0.tar.gz) = 1181348 diff --git a/audio/baresip/files/patch-cmake_FindGST.cmake b/audio/baresip/files/patch-cmake_FindGST.cmake new file mode 100644 index 000000000000..51e347e884de --- /dev/null +++ b/audio/baresip/files/patch-cmake_FindGST.cmake @@ -0,0 +1,44 @@ +--- cmake/FindGST.cmake.orig 2025-10-17 17:11:22 UTC ++++ cmake/FindGST.cmake +@@ -2,14 +2,14 @@ find_path(GST_INCLUDE_DIR + NAMES gst/gst.h + HINTS + "${GST_INCLUDE_DIRS}" +- PATHS /usr/include/gstreamer-1.0 ++ PATHS %%LOCALBASE%%/include/gstreamer-1.0 + ) + + find_path(GL_INCLUDE_DIR + NAMES glib.h + HINTS + "${GL_INCLUDE_DIRS}" +- PATHS /usr/include/glib-2.0 ++ PATHS %%LOCALBASE%%/include/glib-2.0 + ) + + find_path(GLIB_INCLUDE_DIR +@@ -19,21 +19,21 @@ find_path(GLIB_INCLUDE_DIR + PATHS /usr/lib/x86_64-linux-gnu/glib-2.0 + /usr/lib/x86_64-linux-gnu/glib-2.0/include + /usr/lib64/glib-2.0 +- /usr/lib/glib-2.0 ++ %%LOCALBASE%%/lib/glib-2.0/include + ) + + find_library(GST_LIBRARY + NAMES gstreamer-1.0 + HINTS + "${GST_LIBRARY_DIRS}" +- PATHS /usr/lib/x86_64-linux-gnu ++ PATHS %%LOCALBASE%%/lib + ) + + find_library(GL_LIBRARY + NAMES glib-2.0 + HINTS + "${GL_LIBRARY_DIRS}" +- PATHS /usr/lib/x86_64-linux-gnu ++ PATHS %%LOCALBASE%%/lib + ) + + include(FindPackageHandleStandardArgs) diff --git a/audio/baresip/pkg-plist b/audio/baresip/pkg-plist index ab895ca6e1d9..23c8bc72fd46 100644 --- a/audio/baresip/pkg-plist +++ b/audio/baresip/pkg-plist @@ -22,10 +22,12 @@ lib/baresip/modules/fakevideo.so %%G711%%lib/baresip/modules/g711.so %%G722%%lib/baresip/modules/g722.so %%G726%%lib/baresip/modules/g726.so +%%GST%%lib/baresip/modules/gst.so %%GTK3%%lib/baresip/modules/gtk.so lib/baresip/modules/httpd.so lib/baresip/modules/httpreq.so lib/baresip/modules/ice.so +%%JACK%%lib/baresip/modules/jack.so lib/baresip/modules/l16.so lib/baresip/modules/menu.so lib/baresip/modules/mixausrc.so @@ -63,7 +65,7 @@ lib/baresip/modules/vumeter.so %%X11%%lib/baresip/modules/x11.so lib/libbaresip.so lib/libbaresip.so.22 -lib/libbaresip.so.22.1.0 +lib/libbaresip.so.22.2.0 libdata/pkgconfig/libbaresip.pc share/applications/com.github.baresip.desktop %%DATADIR%%/autoanswer.wav diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile index afb8670f373c..25cf42cffe30 100644 --- a/audio/cardinal/Makefile +++ b/audio/cardinal/Makefile @@ -1,8 +1,7 @@ # CAVEAT cross-compilation (ex. CPUTYPE=znver3) fails, upstream needs to fix this: https://github.com/DISTRHO/Cardinal/issues/646 PORTNAME= cardinal -DISTVERSION= 24.09 -PORTREVISION= 1 +DISTVERSION= 25.06 CATEGORIES= audio MASTER_SITES= https://github.com/DISTRHO/Cardinal/releases/download/${DISTVERSION}/ @@ -14,8 +13,6 @@ WWW= https://cardinal.kx.studio/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_13= compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726 -BROKEN_FreeBSD_15= compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726 BROKEN_armv7= compilation fails due to the variable name conflict with base header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279134 BUILD_DEPENDS= ${LOCALBASE}/include/FuzzySearchDatabase.hpp:textproc/fuzzysearchdatabase \ diff --git a/audio/cardinal/distinfo b/audio/cardinal/distinfo index f6f1f4bfb3a3..c2dd09d14a19 100644 --- a/audio/cardinal/distinfo +++ b/audio/cardinal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727482060 -SHA256 (cardinal-24.09.tar.xz) = d0dcbe623e77634b6a2f87827b3196c394863f75a09cf1b38082622afb75a038 -SIZE (cardinal-24.09.tar.xz) = 475941020 +TIMESTAMP = 1760177506 +SHA256 (cardinal-25.06.tar.xz) = 52b45b5d9be42d95b671d6a333ecafcc64d2b6a934091d4c63f016062c27d446 +SIZE (cardinal-25.06.tar.xz) = 517038140 diff --git a/audio/cardinal/files/patch-dpf_Makefile.base.mk b/audio/cardinal/files/patch-dpf_Makefile.base.mk deleted file mode 100644 index b8394c0e0b20..000000000000 --- a/audio/cardinal/files/patch-dpf_Makefile.base.mk +++ /dev/null @@ -1,14 +0,0 @@ - -- workaround for https://github.com/DISTRHO/Cardinal/issues/641 - ---- dpf/Makefile.base.mk.orig 2024-04-08 16:00:03 UTC -+++ dpf/Makefile.base.mk -@@ -373,7 +373,7 @@ endif - # --------------------------------------------------------------------------------------------------------------------- - # Check for optional libraries - --HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo true) -+HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo $(WITH_LIBLO)) - - ifneq ($(SKIP_NATIVE_AUDIO_FALLBACK),true) - ifneq ($(SKIP_RTAUDIO_FALLBACK),true) diff --git a/audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp b/audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp new file mode 100644 index 000000000000..05247b99561d --- /dev/null +++ b/audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp @@ -0,0 +1,40 @@ +- fix build error: +- /usr/include/c++/v1/__type_traits/promote.h:32:3: error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value' +- static_assert((is_arithmetic<_Args>::value && ...)); +- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- /usr/include/c++/v1/complex:1110:47: note: in instantiation of template class 'std::__promote<rack::simd::Vector<float, 4>, int>' requested here +- inline _LIBCPP_HIDE_FROM_ABI complex<typename __promote<_Tp, _Up>::type> pow(const complex<_Tp>& __x, const _Up& __y) { +- ^ +- MindMeldModular/src/MixMaster/AuxExpander.cpp:612:19: note: while substituting deduced template arguments into function template 'pow' [with _Tp = rack::simd::Vector<float, 4>, _Up = int, $2 = (no value)] +- globalSends = simd::pow<simd::float_4>(globalSends, GlobalConst::globalAuxSendScalingExponent); +- ^ + +--- plugins/MindMeldModular/src/MixMaster/AuxExpander.cpp.orig 2025-06-22 11:38:40 UTC ++++ plugins/MindMeldModular/src/MixMaster/AuxExpander.cpp +@@ -609,7 +609,7 @@ struct AuxExpander : Module { + globalSends = clamp(globalSends, 0.0f, maxAGGlobSendFader); + globalSendsWithCV = globalSends;// can put here since unused when cv disconnected + } +- globalSends = simd::pow<simd::float_4>(globalSends, GlobalConst::globalAuxSendScalingExponent); ++ globalSends = simd::pow(globalSends, GlobalConst::globalAuxSendScalingExponent); + + // Indiv mute sends (20 or 10 instances) + for (int gi = 0; gi < (N_TRK + N_GRP); gi++) { +@@ -648,7 +648,7 @@ struct AuxExpander : Module { + } + trackSendVcaGains[trk][auxi] = val; + } +- trackSendVcaGains[trk] = simd::pow<simd::float_4>(trackSendVcaGains[trk], GlobalConst::individualAuxSendScalingExponent); ++ trackSendVcaGains[trk] = simd::pow(trackSendVcaGains[trk], (float)GlobalConst::individualAuxSendScalingExponent); + trackSendVcaGains[trk] *= globalSends * simd::float_4(sendMuteSlewers[trk >> 2].out[trk & 0x3]); + } + // vca the aux send knobs with the track's sound +@@ -677,7 +677,7 @@ struct AuxExpander : Module { + groupSendVcaGains[grp][auxi] = 0.0f; + } + } +- groupSendVcaGains[grp] = simd::pow<simd::float_4>(groupSendVcaGains[grp], GlobalConst::individualAuxSendScalingExponent); ++ groupSendVcaGains[grp] = simd::pow(groupSendVcaGains[grp], (float)GlobalConst::individualAuxSendScalingExponent); + groupSendVcaGains[grp] *= globalSends * simd::float_4(sendMuteSlewers[N_TRK >> 2].out[grp]); + } + // vca the aux send knobs with the group's sound diff --git a/audio/cardinal/files/patch-src_Rack_src_system.cpp b/audio/cardinal/files/patch-src_Rack_src_system.cpp index 26cc3b7a8a38..64f2ccf4b856 100644 --- a/audio/cardinal/files/patch-src_Rack_src_system.cpp +++ b/audio/cardinal/files/patch-src_Rack_src_system.cpp @@ -1,8 +1,8 @@ - CLOCK_MONOTONIC_RAW is not available on FreeBSD ---- src/Rack/src/system.cpp.orig 2022-02-06 00:32:17 UTC +--- src/Rack/src/system.cpp.orig 2025-06-22 11:39:38 UTC +++ src/Rack/src/system.cpp -@@ -742,7 +742,11 @@ static void initTime() { +@@ -770,7 +770,11 @@ static void initTime() { #endif #if defined ARCH_LIN struct timespec ts; @@ -14,9 +14,9 @@ startTime = int64_t(ts.tv_sec) * 1000000000LL + ts.tv_nsec; #endif #if defined ARCH_MAC -@@ -763,7 +767,11 @@ double getTime() { - #endif - #if defined ARCH_LIN +@@ -790,7 +794,11 @@ double getTime() { + return (counter.QuadPart - startCounter) * counterTime; + #elif defined ARCH_LIN struct timespec ts; +#ifdef __FreeBSD__ + clock_gettime(CLOCK_MONOTONIC_PRECISE, &ts); @@ -25,4 +25,4 @@ +#endif int64_t time = int64_t(ts.tv_sec) * 1000000000LL + ts.tv_nsec; return (time - startTime) / 1e9; - #endif + #elif defined ARCH_MAC diff --git a/audio/cardinal/pkg-plist b/audio/cardinal/pkg-plist index 54cd76c6a979..d3ff70672d33 100644 --- a/audio/cardinal/pkg-plist +++ b/audio/cardinal/pkg-plist @@ -610,11 +610,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Befaco/res/components/SwitchTallVert_fg.svg %%DATADIR%%/Befaco/res/components/SwitchWideHoriz_bg.svg %%DATADIR%%/Befaco/res/components/SwitchWideHoriz_fg.svg +%%DATADIR%%/Befaco/res/components/VCVBezelBig.svg %%DATADIR%%/Befaco/res/fonts/Segment7Standard.otf %%DATADIR%%/Befaco/res/fonts/miso.otf %%DATADIR%%/Befaco/res/panels/ABC.svg %%DATADIR%%/Befaco/res/panels/ADSR.svg +%%DATADIR%%/Befaco/res/panels/Atte.svg +%%DATADIR%%/Befaco/res/panels/AxBC.svg +%%DATADIR%%/Befaco/res/panels/Bandit.svg %%DATADIR%%/Befaco/res/panels/Burst.svg +%%DATADIR%%/Befaco/res/panels/Bypass.svg %%DATADIR%%/Befaco/res/panels/ChoppingKinky.svg %%DATADIR%%/Befaco/res/panels/DualAtenuverter.svg %%DATADIR%%/Befaco/res/panels/EvenVCO.svg @@ -623,8 +628,10 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Befaco/res/panels/Mex.svg %%DATADIR%%/Befaco/res/panels/MidiThing.svg %%DATADIR%%/Befaco/res/panels/Mixer.svg +%%DATADIR%%/Befaco/res/panels/Mixer2.svg %%DATADIR%%/Befaco/res/panels/Morphader.svg %%DATADIR%%/Befaco/res/panels/MotionMTR.svg +%%DATADIR%%/Befaco/res/panels/MuDi.svg %%DATADIR%%/Befaco/res/panels/Muxlicer.svg %%DATADIR%%/Befaco/res/panels/NoisePlethora.svg %%DATADIR%%/Befaco/res/panels/Octaves.svg @@ -633,6 +640,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Befaco/res/panels/Rampage.svg %%DATADIR%%/Befaco/res/panels/STMix.svg %%DATADIR%%/Befaco/res/panels/SamplingModulator.svg +%%DATADIR%%/Befaco/res/panels/Slew.svg %%DATADIR%%/Befaco/res/panels/SlewLimiter.svg %%DATADIR%%/Befaco/res/panels/SpringReverb.svg %%DATADIR%%/Befaco/res/panels/StereoStrip.svg @@ -724,7 +732,11 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Bidoo/res/ComponentLibrary/btnorange.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/btnred.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/btnwhite.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/clockshiftBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/clockshiftBtn_1.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/design.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/divBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/divBtn_1.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/ledblue.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/leddimmedblue.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/ledgreen.svg @@ -734,6 +746,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Bidoo/res/ComponentLibrary/miniLEDButton.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/octave_0.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/octave_1.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/probBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/probBtn_1.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/pulsewidthBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/pulsewidthBtn_1.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/speedBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/speedBtn_1.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/stepBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/stepBtn_1.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/timeshiftBtn_0.svg +%%DATADIR%%/Bidoo/res/ComponentLibrary/timeshiftBtn_1.svg %%DATADIR%%/Bidoo/res/ComponentLibrary/ziNCBlueKnobBidoo.svg %%DATADIR%%/Bidoo/res/DFUZE.svg %%DATADIR%%/Bidoo/res/DIKTAT.svg @@ -765,6 +787,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Bidoo/res/PILOT.svg %%DATADIR%%/Bidoo/res/POUPRE.svg %%DATADIR%%/Bidoo/res/RABBIT.svg +%%DATADIR%%/Bidoo/res/RATEAU.svg %%DATADIR%%/Bidoo/res/REI.svg %%DATADIR%%/Bidoo/res/SIGMA.svg %%DATADIR%%/Bidoo/res/SPORE.svg @@ -1271,6 +1294,8 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/CVfunk/presets/Syncro/03_Multiples.vcvm %%DATADIR%%/CVfunk/presets/Syncro/04_Divs.vcvm %%DATADIR%%/CVfunk/presets/Syncro/05_Polyrhythms.vcvm +%%DATADIR%%/CVfunk/res/Arrange-dark.svg +%%DATADIR%%/CVfunk/res/Arrange.svg %%DATADIR%%/CVfunk/res/Collatz-dark.svg %%DATADIR%%/CVfunk/res/Collatz.svg %%DATADIR%%/CVfunk/res/Decima-dark.svg @@ -1293,18 +1318,24 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/CVfunk/res/Ouros.svg %%DATADIR%%/CVfunk/res/PentaSequencer-dark.svg %%DATADIR%%/CVfunk/res/PentaSequencer.svg +%%DATADIR%%/CVfunk/res/PreeeeeeeeeeessedDuck-dark.svg +%%DATADIR%%/CVfunk/res/PreeeeeeeeeeessedDuck.svg %%DATADIR%%/CVfunk/res/PressedDuck-dark.svg %%DATADIR%%/CVfunk/res/PressedDuck.svg %%DATADIR%%/CVfunk/res/Ranges-dark.svg %%DATADIR%%/CVfunk/res/Ranges.svg %%DATADIR%%/CVfunk/res/Signals-dark.svg %%DATADIR%%/CVfunk/res/Signals.svg +%%DATADIR%%/CVfunk/res/StepWave-dark.svg +%%DATADIR%%/CVfunk/res/StepWave.svg %%DATADIR%%/CVfunk/res/Steps-dark.svg %%DATADIR%%/CVfunk/res/Steps.svg %%DATADIR%%/CVfunk/res/Strings-dark.svg %%DATADIR%%/CVfunk/res/Strings.svg %%DATADIR%%/CVfunk/res/Syncro-dark.svg %%DATADIR%%/CVfunk/res/Syncro.svg +%%DATADIR%%/CVfunk/res/TriDelay-dark.svg +%%DATADIR%%/CVfunk/res/TriDelay.svg %%DATADIR%%/CVfunk/res/fonts/DejaVuSansMono.ttf %%DATADIR%%/Cardinal/res/AIDA-X.svg %%DATADIR%%/Cardinal/res/AudioFile.svg @@ -1854,125 +1885,6 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/DHE-Modules/svg/xylfo/thumb-switch-3-1.svg %%DATADIR%%/DHE-Modules/svg/xylfo/thumb-switch-3-2.svg %%DATADIR%%/DHE-Modules/svg/xylfo/thumb-switch-3-3.svg -%%DATADIR%%/DrumKit/res/BD9.svg -%%DATADIR%%/DrumKit/res/Baronial.svg -%%DATADIR%%/DrumKit/res/CR78.svg -%%DATADIR%%/DrumKit/res/ClosedHH.svg -%%DATADIR%%/DrumKit/res/DMX.svg -%%DATADIR%%/DrumKit/res/Gnome.svg -%%DATADIR%%/DrumKit/res/Marionette.svg -%%DATADIR%%/DrumKit/res/OpenHH.svg -%%DATADIR%%/DrumKit/res/SBD.svg -%%DATADIR%%/DrumKit/res/Sequencer.svg -%%DATADIR%%/DrumKit/res/Snare.svg -%%DATADIR%%/DrumKit/res/Tomi.svg -%%DATADIR%%/DrumKit/res/component/Knob.svg -%%DATADIR%%/DrumKit/res/component/NovaMono.ttf -%%DATADIR%%/DrumKit/res/component/Port.svg -%%DATADIR%%/DrumKit/res/component/led-down-off.svg -%%DATADIR%%/DrumKit/res/component/led-down-on.svg -%%DATADIR%%/DrumKit/res/component/led-up-off.svg -%%DATADIR%%/DrumKit/res/component/led-up-on.svg -%%DATADIR%%/DrumKit/res/component/pad-off.svg -%%DATADIR%%/DrumKit/res/component/pad-on.svg -%%DATADIR%%/DrumKit/res/component/switch_0.svg -%%DATADIR%%/DrumKit/res/component/switch_1.svg -%%DATADIR%%/DrumKit/res/samples/bd9/01.raw -%%DATADIR%%/DrumKit/res/samples/bd9/02.raw -%%DATADIR%%/DrumKit/res/samples/bd9/03.raw -%%DATADIR%%/DrumKit/res/samples/bd9/04.raw -%%DATADIR%%/DrumKit/res/samples/bd9/05.raw -%%DATADIR%%/DrumKit/res/samples/bd9/06.raw -%%DATADIR%%/DrumKit/res/samples/bd9/07.raw -%%DATADIR%%/DrumKit/res/samples/bd9/08.raw -%%DATADIR%%/DrumKit/res/samples/bd9/09.raw -%%DATADIR%%/DrumKit/res/samples/bd9/10.raw -%%DATADIR%%/DrumKit/res/samples/bd9/11.raw -%%DATADIR%%/DrumKit/res/samples/bd9/12.raw -%%DATADIR%%/DrumKit/res/samples/bd9/13.raw -%%DATADIR%%/DrumKit/res/samples/bd9/14.raw -%%DATADIR%%/DrumKit/res/samples/bd9/15.raw -%%DATADIR%%/DrumKit/res/samples/bd9/16.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/01.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/02.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/03.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/04.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/05.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/06.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/07.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/08.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/09.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/10.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/11.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/12.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/13.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/14.raw -%%DATADIR%%/DrumKit/res/samples/closedhh/15.raw -%%DATADIR%%/DrumKit/res/samples/cr78/01.raw -%%DATADIR%%/DrumKit/res/samples/cr78/02.raw -%%DATADIR%%/DrumKit/res/samples/cr78/03.raw -%%DATADIR%%/DrumKit/res/samples/cr78/04.raw -%%DATADIR%%/DrumKit/res/samples/cr78/05.raw -%%DATADIR%%/DrumKit/res/samples/cr78/06.raw -%%DATADIR%%/DrumKit/res/samples/cr78/07.raw -%%DATADIR%%/DrumKit/res/samples/dmx/01.raw -%%DATADIR%%/DrumKit/res/samples/dmx/02.raw -%%DATADIR%%/DrumKit/res/samples/dmx/03.raw -%%DATADIR%%/DrumKit/res/samples/dmx/04.raw -%%DATADIR%%/DrumKit/res/samples/dmx/05.raw -%%DATADIR%%/DrumKit/res/samples/dmx/06.raw -%%DATADIR%%/DrumKit/res/samples/dmx/07.raw -%%DATADIR%%/DrumKit/res/samples/dmx/08.raw -%%DATADIR%%/DrumKit/res/samples/dmx/09.raw -%%DATADIR%%/DrumKit/res/samples/dmx/10.raw -%%DATADIR%%/DrumKit/res/samples/dmx/11.raw -%%DATADIR%%/DrumKit/res/samples/dmx/12.raw -%%DATADIR%%/DrumKit/res/samples/kick/01.raw -%%DATADIR%%/DrumKit/res/samples/kick/02.raw -%%DATADIR%%/DrumKit/res/samples/openhh/01.raw -%%DATADIR%%/DrumKit/res/samples/openhh/02.raw -%%DATADIR%%/DrumKit/res/samples/openhh/03.raw -%%DATADIR%%/DrumKit/res/samples/openhh/04.raw -%%DATADIR%%/DrumKit/res/samples/openhh/05.raw -%%DATADIR%%/DrumKit/res/samples/openhh/06.raw -%%DATADIR%%/DrumKit/res/samples/openhh/07.raw -%%DATADIR%%/DrumKit/res/samples/openhh/08.raw -%%DATADIR%%/DrumKit/res/samples/openhh/09.raw -%%DATADIR%%/DrumKit/res/samples/openhh/10.raw -%%DATADIR%%/DrumKit/res/samples/openhh/11.raw -%%DATADIR%%/DrumKit/res/samples/openhh/12.raw -%%DATADIR%%/DrumKit/res/samples/openhh/13.raw -%%DATADIR%%/DrumKit/res/samples/openhh/14.raw -%%DATADIR%%/DrumKit/res/samples/snare/01.raw -%%DATADIR%%/DrumKit/res/samples/snare/02.raw -%%DATADIR%%/DrumKit/res/samples/snare/03.raw -%%DATADIR%%/DrumKit/res/samples/snare/04.raw -%%DATADIR%%/DrumKit/res/samples/snare/05.raw -%%DATADIR%%/DrumKit/res/samples/snare/06.raw -%%DATADIR%%/DrumKit/res/samples/snare/07.raw -%%DATADIR%%/DrumKit/res/samples/snare/08.raw -%%DATADIR%%/DrumKit/res/samples/snare/09.raw -%%DATADIR%%/DrumKit/res/samples/snare/10.raw -%%DATADIR%%/DrumKit/res/samples/snare/11.raw -%%DATADIR%%/DrumKit/res/samples/snare/12.raw -%%DATADIR%%/DrumKit/res/samples/snare/13.raw -%%DATADIR%%/DrumKit/res/samples/snare/14.raw -%%DATADIR%%/DrumKit/res/samples/snare/15.raw -%%DATADIR%%/DrumKit/res/samples/snare/16.raw -%%DATADIR%%/DrumKit/res/samples/tomi/01.raw -%%DATADIR%%/DrumKit/res/samples/tomi/02.raw -%%DATADIR%%/DrumKit/res/samples/tomi/03.raw -%%DATADIR%%/DrumKit/res/samples/tomi/04.raw -%%DATADIR%%/DrumKit/res/samples/tomi/05.raw -%%DATADIR%%/DrumKit/res/samples/tomi/06.raw -%%DATADIR%%/DrumKit/res/samples/tomi/07.raw -%%DATADIR%%/DrumKit/res/samples/tomi/08.raw -%%DATADIR%%/DrumKit/res/samples/tomi/09.raw -%%DATADIR%%/DrumKit/res/samples/tomi/10.raw -%%DATADIR%%/DrumKit/res/samples/tomi/11.raw -%%DATADIR%%/DrumKit/res/samples/tomi/12.raw -%%DATADIR%%/DrumKit/res/samples/tomi/13.raw -%%DATADIR%%/DrumKit/res/samples/tomi/14.raw %%DATADIR%%/ESeries/res/E340.svg %%DATADIR%%/EnigmaCurry/res/10hp.svg %%DATADIR%%/EnigmaCurry/res/3hp.svg @@ -2317,6 +2229,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/HetrickCV/res/2To4.svg %%DATADIR%%/HetrickCV/res/ASR.svg %%DATADIR%%/HetrickCV/res/AnalogToDigital.svg +%%DATADIR%%/HetrickCV/res/BinaryCounter.svg %%DATADIR%%/HetrickCV/res/BinaryGate.svg %%DATADIR%%/HetrickCV/res/BinaryNoise.svg %%DATADIR%%/HetrickCV/res/Bitshift.svg @@ -2363,6 +2276,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/HetrickCV/res/PhasorBurstGen.svg %%DATADIR%%/HetrickCV/res/PhasorDivMult.svg %%DATADIR%%/HetrickCV/res/PhasorEuclidean.svg +%%DATADIR%%/HetrickCV/res/PhasorFreezer.svg %%DATADIR%%/HetrickCV/res/PhasorGates.svg %%DATADIR%%/HetrickCV/res/PhasorGates32.svg %%DATADIR%%/HetrickCV/res/PhasorGates64.svg @@ -2372,6 +2286,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/HetrickCV/res/PhasorHumanizer.svg %%DATADIR%%/HetrickCV/res/PhasorMixer.svg %%DATADIR%%/HetrickCV/res/PhasorOctature.svg +%%DATADIR%%/HetrickCV/res/PhasorProbability.svg %%DATADIR%%/HetrickCV/res/PhasorQuadrature.svg %%DATADIR%%/HetrickCV/res/PhasorRandom.svg %%DATADIR%%/HetrickCV/res/PhasorRanger.svg @@ -2379,6 +2294,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/HetrickCV/res/PhasorRhythmGroup.svg %%DATADIR%%/HetrickCV/res/PhasorShape.svg %%DATADIR%%/HetrickCV/res/PhasorShift.svg +%%DATADIR%%/HetrickCV/res/PhasorSplitter.svg %%DATADIR%%/HetrickCV/res/PhasorStutter.svg %%DATADIR%%/HetrickCV/res/PhasorSubstepShape.svg %%DATADIR%%/HetrickCV/res/PhasorSwing.svg @@ -2443,7 +2359,9 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/ImpromptuModular/res/panels/Variations.svg %%DATADIR%%/ImpromptuModular/res/panels/WriteSeq32.svg %%DATADIR%%/ImpromptuModular/res/panels/WriteSeq64.svg +%%DATADIR%%/JW-Modules/res/AbcdSeq.svg %%DATADIR%%/JW-Modules/res/Add5.svg +%%DATADIR%%/JW-Modules/res/Arrange.svg %%DATADIR%%/JW-Modules/res/BlankPanel1hp.svg %%DATADIR%%/JW-Modules/res/BlankPanelLarge.svg %%DATADIR%%/JW-Modules/res/BlankPanelMedium.svg @@ -2460,6 +2378,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/JW-Modules/res/DownButton.svg %%DATADIR%%/JW-Modules/res/DownButtonDown.svg %%DATADIR%%/JW-Modules/res/EightSeq.svg +%%DATADIR%%/JW-Modules/res/FullScope.svg %%DATADIR%%/JW-Modules/res/GridSeq.svg %%DATADIR%%/JW-Modules/res/Hairball.svg %%DATADIR%%/JW-Modules/res/LeftButton.svg @@ -2472,6 +2391,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/JW-Modules/res/PT.svg %%DATADIR%%/JW-Modules/res/Patterns.svg %%DATADIR%%/JW-Modules/res/Pres1t.svg +%%DATADIR%%/JW-Modules/res/Quantizer.svg %%DATADIR%%/JW-Modules/res/RepButton.svg %%DATADIR%%/JW-Modules/res/RepButtonDown.svg %%DATADIR%%/JW-Modules/res/RightButton.svg @@ -2480,6 +2400,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/JW-Modules/res/RndButtonDown.svg %%DATADIR%%/JW-Modules/res/Screw_J.svg %%DATADIR%%/JW-Modules/res/Screw_W.svg +%%DATADIR%%/JW-Modules/res/SimpleClock.svg %%DATADIR%%/JW-Modules/res/SmallButtonDown.svg %%DATADIR%%/JW-Modules/res/SmallButtonUp.svg %%DATADIR%%/JW-Modules/res/SmallWhiteKnob.svg @@ -2489,6 +2410,8 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/JW-Modules/res/Switch_Horizontal_1.svg %%DATADIR%%/JW-Modules/res/Switch_Vertical_0.svg %%DATADIR%%/JW-Modules/res/Switch_Vertical_1.svg +%%DATADIR%%/JW-Modules/res/ThingThing.svg +%%DATADIR%%/JW-Modules/res/Timer.svg %%DATADIR%%/JW-Modules/res/TinyButtonDown.svg %%DATADIR%%/JW-Modules/res/TinyButtonUp.svg %%DATADIR%%/JW-Modules/res/TinyPJ301M.svg @@ -2499,12 +2422,88 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/JW-Modules/res/TinyPJ301M_yellow.svg %%DATADIR%%/JW-Modules/res/TinyWhiteGrayKnob.svg %%DATADIR%%/JW-Modules/res/TinyWhiteKnob.svg +%%DATADIR%%/JW-Modules/res/Tree.svg %%DATADIR%%/JW-Modules/res/Trigs.svg %%DATADIR%%/JW-Modules/res/UpButton.svg %%DATADIR%%/JW-Modules/res/UpButtonDown.svg %%DATADIR%%/JW-Modules/res/WavHeadPanel.svg %%DATADIR%%/JW-Modules/res/WavHeadSmall.svg %%DATADIR%%/JW-Modules/res/XYPad.svg +%%DATADIR%%/JW-Modules/res/dark/AbcdSeq.svg +%%DATADIR%%/JW-Modules/res/dark/Add5.svg +%%DATADIR%%/JW-Modules/res/dark/Arrange.svg +%%DATADIR%%/JW-Modules/res/dark/BlankPanel1hp.svg +%%DATADIR%%/JW-Modules/res/dark/BlankPanelLarge.svg +%%DATADIR%%/JW-Modules/res/dark/BlankPanelMedium.svg +%%DATADIR%%/JW-Modules/res/dark/BlankPanelSmall.svg +%%DATADIR%%/JW-Modules/res/dark/BouncyBalls.svg +%%DATADIR%%/JW-Modules/res/dark/Bowl-food.svg +%%DATADIR%%/JW-Modules/res/dark/Bowl-no-food.svg +%%DATADIR%%/JW-Modules/res/dark/CDM.svg +%%DATADIR%%/JW-Modules/res/dark/Cat.svg +%%DATADIR%%/JW-Modules/res/dark/CoolBreeze.svg +%%DATADIR%%/JW-Modules/res/dark/D1v1de.svg +%%DATADIR%%/JW-Modules/res/dark/DivSeq-blue.svg +%%DATADIR%%/JW-Modules/res/dark/DivSeq.svg +%%DATADIR%%/JW-Modules/res/dark/DownButton.svg +%%DATADIR%%/JW-Modules/res/dark/DownButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/EightSeq-blue.svg +%%DATADIR%%/JW-Modules/res/dark/EightSeq.svg +%%DATADIR%%/JW-Modules/res/dark/GridSeq-blue.svg +%%DATADIR%%/JW-Modules/res/dark/GridSeq.svg +%%DATADIR%%/JW-Modules/res/dark/Hairball.svg +%%DATADIR%%/JW-Modules/res/dark/LeftButton.svg +%%DATADIR%%/JW-Modules/res/dark/LeftButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/MinMax.svg +%%DATADIR%%/JW-Modules/res/dark/NoteSeq.svg +%%DATADIR%%/JW-Modules/res/dark/NoteSeq16-colored.svg +%%DATADIR%%/JW-Modules/res/dark/NoteSeq16.svg +%%DATADIR%%/JW-Modules/res/dark/NoteSeqFu.svg +%%DATADIR%%/JW-Modules/res/dark/OnePattern.svg +%%DATADIR%%/JW-Modules/res/dark/PT.svg +%%DATADIR%%/JW-Modules/res/dark/Patterns-colored.svg +%%DATADIR%%/JW-Modules/res/dark/Patterns.svg +%%DATADIR%%/JW-Modules/res/dark/Pres1t.svg +%%DATADIR%%/JW-Modules/res/dark/Quantizer.svg +%%DATADIR%%/JW-Modules/res/dark/RepButton.svg +%%DATADIR%%/JW-Modules/res/dark/RepButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/RightButton.svg +%%DATADIR%%/JW-Modules/res/dark/RightButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/RndButton.svg +%%DATADIR%%/JW-Modules/res/dark/RndButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/Screw_J.svg +%%DATADIR%%/JW-Modules/res/dark/Screw_W.svg +%%DATADIR%%/JW-Modules/res/dark/SimpleClock.svg +%%DATADIR%%/JW-Modules/res/dark/SmallButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/SmallButtonUp.svg +%%DATADIR%%/JW-Modules/res/dark/SmallWhiteKnob.svg +%%DATADIR%%/JW-Modules/res/dark/SnowFlake.svg +%%DATADIR%%/JW-Modules/res/dark/Str1ker.svg +%%DATADIR%%/JW-Modules/res/dark/Switch_Horizontal_0.svg +%%DATADIR%%/JW-Modules/res/dark/Switch_Horizontal_1.svg +%%DATADIR%%/JW-Modules/res/dark/Switch_Vertical_0.svg +%%DATADIR%%/JW-Modules/res/dark/Switch_Vertical_1.svg +%%DATADIR%%/JW-Modules/res/dark/Timer.svg +%%DATADIR%%/JW-Modules/res/dark/TinyButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/TinyButtonUp.svg +%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M.svg +%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_blue.svg +%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_orange.svg +%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_purple.svg +%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_white.svg +%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_yellow.svg +%%DATADIR%%/JW-Modules/res/dark/TinyWhiteGrayKnob.svg +%%DATADIR%%/JW-Modules/res/dark/TinyWhiteKnob.svg +%%DATADIR%%/JW-Modules/res/dark/Trigs-colored.svg +%%DATADIR%%/JW-Modules/res/dark/Trigs.svg +%%DATADIR%%/JW-Modules/res/dark/UpButton.svg +%%DATADIR%%/JW-Modules/res/dark/UpButtonDown.svg +%%DATADIR%%/JW-Modules/res/dark/WavHeadPanel.svg +%%DATADIR%%/JW-Modules/res/dark/WavHeadSmall.svg +%%DATADIR%%/JW-Modules/res/dark/XYPad.svg +%%DATADIR%%/JW-Modules/res/fader.svg +%%DATADIR%%/JW-Modules/res/faderbg.svg +%%DATADIR%%/JW-Modules/res/fonts/ShareTechMono-Regular.ttf %%DATADIR%%/LifeFormModular/res/AdditiveVibration.svg %%DATADIR%%/LifeFormModular/res/BurstIntegrator.svg %%DATADIR%%/LifeFormModular/res/ComplexOsc.svg @@ -2574,11 +2573,13 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/LyraeModules/presets/Vega/60bpm.vcvm %%DATADIR%%/LyraeModules/res/BD383238.svg %%DATADIR%%/LyraeModules/res/BD383238gen.svg +%%DATADIR%%/LyraeModules/res/Beta.svg %%DATADIR%%/LyraeModules/res/Bolt.svg %%DATADIR%%/LyraeModules/res/Gamma.svg %%DATADIR%%/LyraeModules/res/HexKnob.svg %%DATADIR%%/LyraeModules/res/Jack.svg %%DATADIR%%/LyraeModules/res/MedHexKnob.svg +%%DATADIR%%/LyraeModules/res/Sheliak.svg %%DATADIR%%/LyraeModules/res/SmallHexKnob.svg %%DATADIR%%/LyraeModules/res/SmallHexKnobInverted.svg %%DATADIR%%/LyraeModules/res/Sulafat.svg @@ -2791,6 +2792,59 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/MSM/res/Switch/VioMSwitchVert_1.svg %%DATADIR%%/MSM/res/Switch/VioMSwitch_0.svg %%DATADIR%%/MSM/res/Switch/VioMSwitch_1.svg +%%DATADIR%%/MUS-X/presets/Synth/Band Pass Sweep.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Bass.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Birds at the beach.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Brass Pad.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Dynamic envelopes, mod wheel morph.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Everything.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Evolving Pad.vcvm +%%DATADIR%%/MUS-X/presets/Synth/FM Bells.vcvm +%%DATADIR%%/MUS-X/presets/Synth/FM E-Piano.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Flanger.vcvm +%%DATADIR%%/MUS-X/presets/Synth/INIT Best Quality.vcvm +%%DATADIR%%/MUS-X/presets/Synth/INIT Low CPU.vcvm +%%DATADIR%%/MUS-X/presets/Synth/INIT Serial Filters.vcvm +%%DATADIR%%/MUS-X/presets/Synth/INIT.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Karplus Harpsichord.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Karplus Violin.vcvm +%%DATADIR%%/MUS-X/presets/Synth/LFO as envelope.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Laser.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Leslie Transistor Organ.vcvm +%%DATADIR%%/MUS-X/presets/Synth/LoFi.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Mini Lead.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Pad.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Sine like.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Stereo Pad.vcvm +%%DATADIR%%/MUS-X/presets/Synth/Sync.vcvm +%%DATADIR%%/MUS-X/presets/Synth/The HX.vcvm +%%DATADIR%%/MUS-X/presets/Synth/template.vcvm +%%DATADIR%%/MUS-X/res/ADSR-dark.svg +%%DATADIR%%/MUS-X/res/ADSR.svg +%%DATADIR%%/MUS-X/res/Delay-dark.svg +%%DATADIR%%/MUS-X/res/Delay.svg +%%DATADIR%%/MUS-X/res/Drift-dark.svg +%%DATADIR%%/MUS-X/res/Drift.svg +%%DATADIR%%/MUS-X/res/Filter-dark.svg +%%DATADIR%%/MUS-X/res/Filter.svg +%%DATADIR%%/MUS-X/res/LFO-dark.svg +%%DATADIR%%/MUS-X/res/LFO.svg +%%DATADIR%%/MUS-X/res/Last-dark.svg +%%DATADIR%%/MUS-X/res/Last.svg +%%DATADIR%%/MUS-X/res/ModMatrix-dark.svg +%%DATADIR%%/MUS-X/res/ModMatrix.svg +%%DATADIR%%/MUS-X/res/OnePole-dark.svg +%%DATADIR%%/MUS-X/res/OnePole.svg +%%DATADIR%%/MUS-X/res/OnePoleLP-dark.svg +%%DATADIR%%/MUS-X/res/OnePoleLP.svg +%%DATADIR%%/MUS-X/res/Oscillators-dark.svg +%%DATADIR%%/MUS-X/res/Oscillators.svg +%%DATADIR%%/MUS-X/res/SplitStack-dark.svg +%%DATADIR%%/MUS-X/res/SplitStack.svg +%%DATADIR%%/MUS-X/res/Synth-dark.svg +%%DATADIR%%/MUS-X/res/Synth.svg +%%DATADIR%%/MUS-X/res/Tuner-dark.svg +%%DATADIR%%/MUS-X/res/Tuner.svg %%DATADIR%%/Meander/res/Bravura.otf %%DATADIR%%/Meander/res/DejaVu-LICENSE.txt %%DATADIR%%/Meander/res/DejaVuSansMono.ttf @@ -2801,6 +2855,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Meander/res/Meander-light.svg %%DATADIR%%/Meander/res/Meander.png %%DATADIR%%/Meander/res/Meander.svg +%%DATADIR%%/Meander/res/ModeScaleProgressions-dark.png +%%DATADIR%%/Meander/res/ModeScaleProgressions-dark.svg +%%DATADIR%%/Meander/res/ModeScaleProgressions-light.png +%%DATADIR%%/Meander/res/ModeScaleProgressions-light.svg +%%DATADIR%%/Meander/res/ModeScaleProgressions.png +%%DATADIR%%/Meander/res/ModeScaleQuant-dark.png +%%DATADIR%%/Meander/res/ModeScaleQuant-dark.svg +%%DATADIR%%/Meander/res/ModeScaleQuant-light.png +%%DATADIR%%/Meander/res/ModeScaleQuant-light.svg +%%DATADIR%%/Meander/res/ModeScaleQuant.png %%DATADIR%%/Meander/res/OFL.txt %%DATADIR%%/Meander/res/Progression-Edit-Panel-Help.png %%DATADIR%%/Meander/res/TinyPJ301M.svg @@ -4046,7 +4110,6 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/PluginManifests/ChowDSP.json %%DATADIR%%/PluginManifests/Computerscare.json %%DATADIR%%/PluginManifests/DHE-Modules.json -%%DATADIR%%/PluginManifests/DrumKit.json %%DATADIR%%/PluginManifests/ESeries.json %%DATADIR%%/PluginManifests/EnigmaCurry.json %%DATADIR%%/PluginManifests/ExpertSleepers-Encoders.json @@ -4067,6 +4130,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/PluginManifests/LyraeModules.json %%DATADIR%%/PluginManifests/ML_modules.json %%DATADIR%%/PluginManifests/MSM.json +%%DATADIR%%/PluginManifests/MUS-X.json %%DATADIR%%/PluginManifests/Meander.json %%DATADIR%%/PluginManifests/MindMeldModular.json %%DATADIR%%/PluginManifests/MockbaModular.json @@ -4081,13 +4145,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/PluginManifests/Sapphire.json %%DATADIR%%/PluginManifests/StarlingVia.json %%DATADIR%%/PluginManifests/ValleyAudio.json +%%DATADIR%%/PluginManifests/WSTD-Drums.json %%DATADIR%%/PluginManifests/WhatTheRack.json %%DATADIR%%/PluginManifests/ZZC.json %%DATADIR%%/PluginManifests/ZamAudio.json %%DATADIR%%/PluginManifests/ZetaCarinaeModules.json +%%DATADIR%%/PluginManifests/admiral.json %%DATADIR%%/PluginManifests/alefsbits.json %%DATADIR%%/PluginManifests/cf.json %%DATADIR%%/PluginManifests/dBiz.json +%%DATADIR%%/PluginManifests/eightfold.json %%DATADIR%%/PluginManifests/forsitan-modulare.json %%DATADIR%%/PluginManifests/h4n4-modules.json %%DATADIR%%/PluginManifests/ihtsyn.json @@ -4157,14 +4224,53 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/RebelTech/res/panels/Stoicheia_drk.svg %%DATADIR%%/RebelTech/res/panels/Tonic.svg %%DATADIR%%/RebelTech/res/panels/Tonic_drk.svg +%%DATADIR%%/Sapphire/res/chaops.svg +%%DATADIR%%/Sapphire/res/clock_button_0.svg +%%DATADIR%%/Sapphire/res/clock_button_1.svg +%%DATADIR%%/Sapphire/res/echo.svg +%%DATADIR%%/Sapphire/res/echo_clock.svg +%%DATADIR%%/Sapphire/res/echo_clock_sel.svg +%%DATADIR%%/Sapphire/res/echo_dck.svg +%%DATADIR%%/Sapphire/res/echo_dck_sel.svg +%%DATADIR%%/Sapphire/res/echo_env.svg +%%DATADIR%%/Sapphire/res/echo_env_sel.svg +%%DATADIR%%/Sapphire/res/echo_flp.svg +%%DATADIR%%/Sapphire/res/echo_flp_sel.svg +%%DATADIR%%/Sapphire/res/echo_rev.svg +%%DATADIR%%/Sapphire/res/echo_rev_sel.svg +%%DATADIR%%/Sapphire/res/echo_voct.svg +%%DATADIR%%/Sapphire/res/echo_voct_sel.svg +%%DATADIR%%/Sapphire/res/echoout.svg +%%DATADIR%%/Sapphire/res/echotap.svg +%%DATADIR%%/Sapphire/res/echotap_dck.svg +%%DATADIR%%/Sapphire/res/echotap_dck_sel.svg +%%DATADIR%%/Sapphire/res/echotap_env.svg +%%DATADIR%%/Sapphire/res/echotap_env_sel.svg +%%DATADIR%%/Sapphire/res/echotap_flp.svg +%%DATADIR%%/Sapphire/res/echotap_flp_sel.svg +%%DATADIR%%/Sapphire/res/echotap_rev.svg +%%DATADIR%%/Sapphire/res/echotap_rev_sel.svg %%DATADIR%%/Sapphire/res/elastika.svg +%%DATADIR%%/Sapphire/res/elastika_in_l2.svg +%%DATADIR%%/Sapphire/res/elastika_in_lr.svg +%%DATADIR%%/Sapphire/res/elastika_in_r2.svg +%%DATADIR%%/Sapphire/res/elastika_out_2.svg +%%DATADIR%%/Sapphire/res/elastika_out_lr.svg +%%DATADIR%%/Sapphire/res/env.svg +%%DATADIR%%/Sapphire/res/extender_button.svg %%DATADIR%%/Sapphire/res/frolic.svg %%DATADIR%%/Sapphire/res/galaxy.svg %%DATADIR%%/Sapphire/res/glee.svg +%%DATADIR%%/Sapphire/res/gravy.svg %%DATADIR%%/Sapphire/res/hiss.svg +%%DATADIR%%/Sapphire/res/interval_button_0.svg +%%DATADIR%%/Sapphire/res/interval_button_1.svg +%%DATADIR%%/Sapphire/res/lark.svg %%DATADIR%%/Sapphire/res/moots.svg %%DATADIR%%/Sapphire/res/moots_label_gate.svg %%DATADIR%%/Sapphire/res/moots_label_trigger.svg +%%DATADIR%%/Sapphire/res/mute_button_0.svg +%%DATADIR%%/Sapphire/res/mute_button_1.svg %%DATADIR%%/Sapphire/res/nucleus.svg %%DATADIR%%/Sapphire/res/nucleus_label_audio.svg %%DATADIR%%/Sapphire/res/nucleus_label_control.svg @@ -4174,8 +4280,15 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/Sapphire/res/polynucleus_label_control.svg %%DATADIR%%/Sapphire/res/pop.svg %%DATADIR%%/Sapphire/res/port.svg +%%DATADIR%%/Sapphire/res/remove_button.svg %%DATADIR%%/Sapphire/res/rotini.svg %%DATADIR%%/Sapphire/res/sam.svg +%%DATADIR%%/Sapphire/res/sauce.svg +%%DATADIR%%/Sapphire/res/stereo_in_l2.svg +%%DATADIR%%/Sapphire/res/stereo_in_lr.svg +%%DATADIR%%/Sapphire/res/stereo_in_r2.svg +%%DATADIR%%/Sapphire/res/stereo_out_2.svg +%%DATADIR%%/Sapphire/res/stereo_out_lr.svg %%DATADIR%%/Sapphire/res/tin.svg %%DATADIR%%/Sapphire/res/tout.svg %%DATADIR%%/Sapphire/res/tricorder.svg @@ -4356,6 +4469,125 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/ValleyAudio/res/v2/Small/Rogan1PSYellowSmall-fg.svg %%DATADIR%%/ValleyAudio/res/v2/Small/Rogan1PSYellowSmall.svg %%DATADIR%%/ValleyAudio/res/valleySliderBackground.svg +%%DATADIR%%/WSTD-Drums/res/BD9.svg +%%DATADIR%%/WSTD-Drums/res/Baronial.svg +%%DATADIR%%/WSTD-Drums/res/CR78.svg +%%DATADIR%%/WSTD-Drums/res/ClosedHH.svg +%%DATADIR%%/WSTD-Drums/res/DMX.svg +%%DATADIR%%/WSTD-Drums/res/Gnome.svg +%%DATADIR%%/WSTD-Drums/res/Marionette.svg +%%DATADIR%%/WSTD-Drums/res/OpenHH.svg +%%DATADIR%%/WSTD-Drums/res/SBD.svg +%%DATADIR%%/WSTD-Drums/res/Sequencer.svg +%%DATADIR%%/WSTD-Drums/res/Snare.svg +%%DATADIR%%/WSTD-Drums/res/Tomi.svg +%%DATADIR%%/WSTD-Drums/res/component/Knob.svg +%%DATADIR%%/WSTD-Drums/res/component/NovaMono.ttf +%%DATADIR%%/WSTD-Drums/res/component/Port.svg +%%DATADIR%%/WSTD-Drums/res/component/led-down-off.svg +%%DATADIR%%/WSTD-Drums/res/component/led-down-on.svg +%%DATADIR%%/WSTD-Drums/res/component/led-up-off.svg +%%DATADIR%%/WSTD-Drums/res/component/led-up-on.svg +%%DATADIR%%/WSTD-Drums/res/component/pad-off.svg +%%DATADIR%%/WSTD-Drums/res/component/pad-on.svg +%%DATADIR%%/WSTD-Drums/res/component/switch_0.svg +%%DATADIR%%/WSTD-Drums/res/component/switch_1.svg +%%DATADIR%%/WSTD-Drums/res/samples/bd9/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/08.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/09.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/10.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/11.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/12.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/13.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/14.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/15.raw +%%DATADIR%%/WSTD-Drums/res/samples/bd9/16.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/08.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/09.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/10.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/11.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/12.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/13.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/14.raw +%%DATADIR%%/WSTD-Drums/res/samples/closedhh/15.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/cr78/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/08.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/09.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/10.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/11.raw +%%DATADIR%%/WSTD-Drums/res/samples/dmx/12.raw +%%DATADIR%%/WSTD-Drums/res/samples/kick/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/kick/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/08.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/09.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/10.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/11.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/12.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/13.raw +%%DATADIR%%/WSTD-Drums/res/samples/openhh/14.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/08.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/09.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/10.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/11.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/12.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/13.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/14.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/15.raw +%%DATADIR%%/WSTD-Drums/res/samples/snare/16.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/01.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/02.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/03.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/04.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/05.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/06.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/07.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/08.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/09.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/10.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/11.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/12.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/13.raw +%%DATADIR%%/WSTD-Drums/res/samples/tomi/14.raw %%DATADIR%%/WhatTheRack/res/BoomButton/question_bw.svg %%DATADIR%%/WhatTheRack/res/BoomButton/question_color.svg %%DATADIR%%/WhatTheRack/res/WhatTheJack.svg @@ -4444,6 +4676,13 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/ZetaCarinaeModules/res/RosenchancePlate.svg %%DATADIR%%/ZetaCarinaeModules/res/RosslerRustlerPlate.svg %%DATADIR%%/ZetaCarinaeModules/res/WarblerPlate.svg +%%DATADIR%%/admiral/res/ComponentLibrary/HorizontalBefacoSwitch_0.svg +%%DATADIR%%/admiral/res/ComponentLibrary/HorizontalBefacoSwitch_1.svg +%%DATADIR%%/admiral/res/ComponentLibrary/HorizontalBefacoSwitch_2.svg +%%DATADIR%%/admiral/res/Divisions.svg +%%DATADIR%%/admiral/res/Shifts.svg +%%DATADIR%%/admiral/res/Tables.svg +%%DATADIR%%/admiral/res/Watches.svg %%DATADIR%%/alefsbits/res/blank6hp.svg %%DATADIR%%/alefsbits/res/fibb.svg %%DATADIR%%/alefsbits/res/logic.svg @@ -4667,6 +4906,27 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/dBiz/res/component/VerboXS-bg.svg %%DATADIR%%/dBiz/res/component/VerboXS-cap.svg %%DATADIR%%/dBiz/res/component/VerboXS.svg +%%DATADIR%%/eightfold/res/SDComparator.svg +%%DATADIR%%/eightfold/res/SDFormation.svg +%%DATADIR%%/eightfold/res/SDLines.svg +%%DATADIR%%/eightfold/res/SDOrcasHeartV2.svg +%%DATADIR%%/eightfold/res/SDTransgate.svg +%%DATADIR%%/eightfold/res/shared/SDMediumKnob.svg +%%DATADIR%%/eightfold/res/shared/SDMonoPort.svg +%%DATADIR%%/eightfold/res/shared/SDPolyPort.svg +%%DATADIR%%/eightfold/res/shared/SDScaleButton_off.svg +%%DATADIR%%/eightfold/res/shared/SDScaleButton_on.svg +%%DATADIR%%/eightfold/res/shared/SDScaleKnob.svg +%%DATADIR%%/eightfold/res/shared/SDScalePort.svg +%%DATADIR%%/eightfold/res/shared/SDSmallKnob.svg +%%DATADIR%%/eightfold/res/shared/SDSmallScaleButton_off.svg +%%DATADIR%%/eightfold/res/shared/SDSmallScaleButton_on.svg +%%DATADIR%%/eightfold/res/shared/SDSmallestKnob.svg +%%DATADIR%%/eightfold/res/shared/SDThreeSwitch1.svg +%%DATADIR%%/eightfold/res/shared/SDThreeSwitch2.svg +%%DATADIR%%/eightfold/res/shared/SDThreeSwitch3.svg +%%DATADIR%%/eightfold/res/shared/SDTwoSwitch1.svg +%%DATADIR%%/eightfold/res/shared/SDTwoSwitch2.svg %%DATADIR%%/fonts/DSEG7ClassicMini-Bold.ttf %%DATADIR%%/fonts/DSEG7ClassicMini-BoldItalic.ttf %%DATADIR%%/fonts/DSEG7ClassicMini-Italic.ttf @@ -4700,6 +4960,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/ihtsyn/res/nyTapperUp12.svg %%DATADIR%%/ihtsyn/res/nyTapperUp16.svg %%DATADIR%%/kocmoc/res/DDLY.svg +%%DATADIR%%/kocmoc/res/DIOD.svg %%DATADIR%%/kocmoc/res/LADR.svg %%DATADIR%%/kocmoc/res/MUL.svg %%DATADIR%%/kocmoc/res/OP.svg @@ -4707,6 +4968,8 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/kocmoc/res/SKF.svg %%DATADIR%%/kocmoc/res/SVF.svg %%DATADIR%%/kocmoc/res/TRG.svg +%%DATADIR%%/kocmoc/res/uLADR.svg +%%DATADIR%%/kocmoc/res/uSVF.svg %%DATADIR%%/mscHack/res/ARP700.svg %%DATADIR%%/mscHack/res/ASAF8.svg %%DATADIR%%/mscHack/res/Alienz.svg @@ -4770,47 +5033,49 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/myth-modules/res/Mavka.svg %%DATADIR%%/myth-modules/res/Molphar.svg %%DATADIR%%/myth-modules/res/Template.svg +%%DATADIR%%/nonlinearcircuits/res/1050MixSeq.afdesign +%%DATADIR%%/nonlinearcircuits/res/1050MixSeq.svg +%%DATADIR%%/nonlinearcircuits/res/32to1.afdesign +%%DATADIR%%/nonlinearcircuits/res/32to1.svg +%%DATADIR%%/nonlinearcircuits/res/4seq.afdesign +%%DATADIR%%/nonlinearcircuits/res/4seq.svg +%%DATADIR%%/nonlinearcircuits/res/8BitCipher.afdesign +%%DATADIR%%/nonlinearcircuits/res/8BitCipher.svg %%DATADIR%%/nonlinearcircuits/res/Audiowide-Regular.ttf %%DATADIR%%/nonlinearcircuits/res/BOOLs.afdesign %%DATADIR%%/nonlinearcircuits/res/BOOLs.svg -%%DATADIR%%/nonlinearcircuits/res/BOOLs2.svg +%%DATADIR%%/nonlinearcircuits/res/BOOLsOld.svg +%%DATADIR%%/nonlinearcircuits/res/DivideConquer.afdesign +%%DATADIR%%/nonlinearcircuits/res/DivideConquer.svg +%%DATADIR%%/nonlinearcircuits/res/DivideConquerNoCircles.afdesign +%%DATADIR%%/nonlinearcircuits/res/DivineCMOS.afdesign +%%DATADIR%%/nonlinearcircuits/res/DivineCMOS.svg +%%DATADIR%%/nonlinearcircuits/res/DoubleNeuron.svg %%DATADIR%%/nonlinearcircuits/res/DoubleNeuronBright.svg %%DATADIR%%/nonlinearcircuits/res/DoubleNeuronDark.svg -%%DATADIR%%/nonlinearcircuits/res/DoubleNeuronRef.svg +%%DATADIR%%/nonlinearcircuits/res/GENiE.afdesign +%%DATADIR%%/nonlinearcircuits/res/GENiE.svg %%DATADIR%%/nonlinearcircuits/res/LetsSplosh.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - 1050 MIXER SEQUENCER.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - 1050 MIXER SEQUENCER.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - 32to1.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - 32to1.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - 4seq.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - 4seq.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - 8 BIT CIPHER.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - 8 BIT CIPHER.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - DIVIDE & CONQUER.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - DIVIDE & CONQUER.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - DIVIDE & CONQUERNoCircles.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - DIVINE CMOS.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - DIVINE CMOS.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - GENiE.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - GENiE.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - NEURON.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - NEURON.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - NUMBERWANG.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - NUMBERWANG.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - ROUTER.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - ROUTER.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - SEGUE.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - SEGUE.svg -%%DATADIR%%/nonlinearcircuits/res/NLC - STATUES.afdesign -%%DATADIR%%/nonlinearcircuits/res/NLC - STATUES.svg +%%DATADIR%%/nonlinearcircuits/res/Neuron.afdesign +%%DATADIR%%/nonlinearcircuits/res/Neuron.svg +%%DATADIR%%/nonlinearcircuits/res/Numberwang.afdesign +%%DATADIR%%/nonlinearcircuits/res/Numberwang.svg +%%DATADIR%%/nonlinearcircuits/res/Router.afdesign +%%DATADIR%%/nonlinearcircuits/res/Router.svg +%%DATADIR%%/nonlinearcircuits/res/Segue.afdesign +%%DATADIR%%/nonlinearcircuits/res/Segue.svg %%DATADIR%%/nonlinearcircuits/res/SlothApathy.svg %%DATADIR%%/nonlinearcircuits/res/SlothInertia.svg %%DATADIR%%/nonlinearcircuits/res/SlothTorpor.svg +%%DATADIR%%/nonlinearcircuits/res/Splish.afdesign +%%DATADIR%%/nonlinearcircuits/res/Splish.svg +%%DATADIR%%/nonlinearcircuits/res/SquidAxon.svg +%%DATADIR%%/nonlinearcircuits/res/Statues.afdesign +%%DATADIR%%/nonlinearcircuits/res/Statues.svg %%DATADIR%%/nonlinearcircuits/res/TripleSloth.svg %%DATADIR%%/nonlinearcircuits/res/squid-axon-original-panel.svg %%DATADIR%%/nonlinearcircuits/res/squid-axon-papernoise-panel.afdesign %%DATADIR%%/nonlinearcircuits/res/squid-axon-papernoise-panel.svg -%%DATADIR%%/nonlinearcircuits/res/squid-axon-papernoise-panel2.svg %%DATADIR%%/patches/examples/DRMR_-_BassGrowl.vcv %%DATADIR%%/patches/examples/DRMR_-_Etherpad.vcv %%DATADIR%%/patches/examples/DRMR_-_Gabberswing.vcv @@ -4819,6 +5084,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so %%DATADIR%%/patches/examples/SpotlightKid_-_Classic-Polysynth.vcv %%DATADIR%%/patches/examples/VT_-_Jupiter_Ascent.vcv %%DATADIR%%/patches/examples/falkTX_-_Divide-no-Conquer.vcv +%%DATADIR%%/patches/examples/falkTX_-_Mini-Arp-Seq.vcv %%DATADIR%%/patches/examples/falkTX_-_Random-Progress-Pluck-Rev.vcv %%DATADIR%%/patches/examples/falkTX_-_Salomonis-MonoRegen.vcv %%DATADIR%%/patches/mini/falkTX_-_Moogy.vcv diff --git a/audio/ganv/Makefile b/audio/ganv/Makefile index d306d35b91e3..a19b223c2324 100644 --- a/audio/ganv/Makefile +++ b/audio/ganv/Makefile @@ -1,6 +1,6 @@ PORTNAME= ganv DISTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://download.drobilla.net/ diff --git a/audio/re/Makefile b/audio/re/Makefile index f97b9a3f13cd..7aad8c3e29b8 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,9 +1,9 @@ PORTNAME= re DISTVERSIONPREFIX= v -DISTVERSION= 4.1.0 +DISTVERSION= 4.2.0 CATEGORIES= audio devel -MAINTAINER= herbert@gojira.at +MAINTAINER= zarychtam@plan-b.pwste.edu.pl COMMENT= Library for real-time comms with async IO support WWW= https://github.com/baresip/re diff --git a/audio/re/distinfo b/audio/re/distinfo index 38a3c364eb49..40c84618d97d 100644 --- a/audio/re/distinfo +++ b/audio/re/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757535159 -SHA256 (baresip-re-v4.1.0_GH0.tar.gz) = 96fe5776d14aad6a4801bad8052e2cee8911d8498cac9c455b0f303210449e0a -SIZE (baresip-re-v4.1.0_GH0.tar.gz) = 625614 +TIMESTAMP = 1760646660 +SHA256 (baresip-re-v4.2.0_GH0.tar.gz) = db60a89641c39092269c77fdb6340bb8f6292c3a2f807a1446a694fd16cdd81d +SIZE (baresip-re-v4.2.0_GH0.tar.gz) = 626620 diff --git a/audio/re/pkg-plist b/audio/re/pkg-plist index 5a69137e5653..23557cac532b 100644 --- a/audio/re/pkg-plist +++ b/audio/re/pkg-plist @@ -88,6 +88,6 @@ lib/cmake/libre/libre-targets.cmake lib/cmake/re/re-config.cmake lib/libre.a lib/libre.so -lib/libre.so.37 -lib/libre.so.37.1.0 +lib/libre.so.38 +lib/libre.so.38.2.0 libdata/pkgconfig/libre.pc diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile index 3b4048de61be..698df4470c0d 100644 --- a/audio/schismtracker/Makefile +++ b/audio/schismtracker/Makefile @@ -1,5 +1,5 @@ PORTNAME= schismtracker -DISTVERSION= 20250825 +DISTVERSION= 20251014 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo index 7a4d7d376645..0b9bd1c0b294 100644 --- a/audio/schismtracker/distinfo +++ b/audio/schismtracker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757176147 -SHA256 (schismtracker-schismtracker-20250825_GH0.tar.gz) = 67d1217ca00081bd28da2c130ccfd383310226c2864b94ccd3c4ffaf5ea83978 -SIZE (schismtracker-schismtracker-20250825_GH0.tar.gz) = 1347120 +TIMESTAMP = 1760594907 +SHA256 (schismtracker-schismtracker-20251014_GH0.tar.gz) = 84e9977770a131f3bbc699c2d6cae8b3471e44a4ae1e62024f697caa6bf19d96 +SIZE (schismtracker-schismtracker-20251014_GH0.tar.gz) = 1368830 diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index da96df2c503c..da3c4cc8d3fe 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-alpha.26.0.13 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index acfa4759a88c..c55c56ed183d 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -1,9 +1,8 @@ PORTNAME= libimobiledevice -DISTVERSION= 1.3.0-300 +DISTVERSION= 1.4.0 PORTREVISION?= 0 -DISTVERSIONSUFFIX= -gcb34a17 CATEGORIES?= comms -#MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Library to communicate with Apple iOS devices @@ -12,23 +11,35 @@ WWW= https://www.libimobiledevice.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES+= autoreconf cpe libtool localbase:ldflags pkgconfig \ - readline ssl -USE_GITHUB= yes +LIB_DEPENDS= libplist-2.0.so:devel/libplist + +USES= cpe libtool localbase:ldflags pkgconfig \ + readline ssl tar:bz2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \ +CONFIGURE_ARGS= openssl_CFLAGS="-I${OPENSSLINC}" \ openssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" INSTALL_TARGET= install-strip CFLAGS+= -Wno-error=int-conversion -SLAVE_PORT?= no +.if defined(_LIMD_BINDING) && ${_LIMD_BINDING} == "py" +LIB_DEPENDS+= libimobiledevice-1.0.so:${MASTER_PORT} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}libplist>=2.2.0:devel/py-libplist@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}libplist>=2.2.0:devel/py-libplist@${PY_FLAVOR} + +USES+= python +USE_PYTHON= cython3 flavors + +CONFIGURE_ENV+= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" -.if ${SLAVE_PORT} == no +BINARY_ALIAS= cython=cython-${PYTHON_VER} \ + python=${PYTHON_VERSION} -LIB_DEPENDS= libplist-2.0.so:devel/libplist \ - libimobiledevice-glue-1.0.so:comms/libimobiledevice-glue \ +BUILD_WRKSRC= ${WRKSRC}/cython +INSTALL_WRKSRC= ${BUILD_WRKSRC} +.else # parent port +LIB_DEPENDS+= libimobiledevice-glue-1.0.so:comms/libimobiledevice-glue \ libusbmuxd-2.0.so:comms/libusbmuxd \ libtatsu.so:security/libtatsu @@ -39,16 +50,26 @@ CONFIGURE_ARGS+=--without-cython PORTDOCS= AUTHORS NEWS README.md OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.endif # ${SLAVE_PORT} == no +.endif post-patch: @${REINPLACE_CMD} -e 's| *@ssl_requires@||' \ ${WRKSRC}/src/${PORTNAME}*.pc.in - @echo "${DISTVERSIONFULL}" > ${WRKSRC}/.tarball-version +.if defined(_LIMD_BINDING) + @${REINPLACE_CMD} \ + -e 's|$$(top_builddir)/src/libimobiledevice-1.0.la|-limobiledevice-1.0|' \ + -e 's|$$(imobiledevice_la_DEPENDENCIES)||' \ + ${BUILD_WRKSRC}/Makefile.in +.endif + +post-install: +.if defined(_LIMD_BINDING) && ${_LIMD_BINDING} == "py" + @${MKDIR} ${STAGEDIR}${PREFIX}/include/imobiledevice/cython + ${INSTALL_DATA} ${INSTALL_WRKSRC}/imobiledevice.pxd \ + ${STAGEDIR}${PREFIX}/include/imobiledevice/cython +.else # parent port + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +.endif .include <bsd.port.mk> diff --git a/comms/libimobiledevice/distinfo b/comms/libimobiledevice/distinfo index 8ec9aee3f8a7..4ec7114043a0 100644 --- a/comms/libimobiledevice/distinfo +++ b/comms/libimobiledevice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751600582 -SHA256 (libimobiledevice-libimobiledevice-1.3.0-300-gcb34a17_GH0.tar.gz) = a3bd75332a403855e46458606fb8bccc166e54c4755c7481bb5ddae275394069 -SIZE (libimobiledevice-libimobiledevice-1.3.0-300-gcb34a17_GH0.tar.gz) = 420171 +TIMESTAMP = 1760586833 +SHA256 (libimobiledevice-1.4.0.tar.bz2) = 23cc0077e221c7d991bd0eb02150a0d49199bcca1ddf059edccee9ffd914939d +SIZE (libimobiledevice-1.4.0.tar.bz2) = 714628 diff --git a/comms/libimobiledevice/files/patch-configure b/comms/libimobiledevice/files/patch-configure new file mode 100644 index 000000000000..50c2e684e9dd --- /dev/null +++ b/comms/libimobiledevice/files/patch-configure @@ -0,0 +1,13 @@ +Remove bash-ism from configure script + +--- configure.orig 2025-10-07 03:17:25 UTC ++++ configure +@@ -22303,7 +22303,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b + + if test "X$flag_ok" = Xyes ; then + +- CYTHON_CFLAGS+=" -Wno-cast-function-type" ++ CYTHON_CFLAGS="$CYTHON_CFLAGS -Wno-cast-function-type" + + + diff --git a/comms/libimobiledevice/files/patch-configure.ac b/comms/libimobiledevice/files/patch-configure.ac deleted file mode 100644 index b9595b147b48..000000000000 --- a/comms/libimobiledevice/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ -Remove bash-ism from configure script - ---- configure.ac.orig 2024-07-01 16:27:27 UTC -+++ configure.ac -@@ -139,7 +139,7 @@ if test "$build_cython" = "true"; then - AM_PATH_PYTHON([3.0], [ - CYTHON_PYTHON - AS_COMPILER_FLAG([-Wno-cast-function-type -Werror], [ -- CYTHON_CFLAGS+=" -Wno-cast-function-type" -+ CYTHON_CFLAGS="$CYTHON_CFLAGS -Wno-cast-function-type" - AC_SUBST([CYTHON_CFLAGS]) - ], []) - ]) diff --git a/comms/libimobiledevice/pkg-plist b/comms/libimobiledevice/pkg-plist index 5d80ce566f8f..0e173a86acc7 100644 --- a/comms/libimobiledevice/pkg-plist +++ b/comms/libimobiledevice/pkg-plist @@ -20,6 +20,7 @@ bin/idevicescreenshot bin/idevicesetlocation bin/idevicesyslog include/libimobiledevice/afc.h +include/libimobiledevice/bt_packet_logger.h include/libimobiledevice/companion_proxy.h include/libimobiledevice/debugserver.h include/libimobiledevice/diagnostics_relay.h @@ -49,7 +50,7 @@ include/libimobiledevice/webinspector.h lib/libimobiledevice-1.0.a lib/libimobiledevice-1.0.so lib/libimobiledevice-1.0.so.6 -lib/libimobiledevice-1.0.so.6.0.0 +lib/libimobiledevice-1.0.so.6.1.0 libdata/pkgconfig/libimobiledevice-1.0.pc share/man/man1/afcclient.1.gz share/man/man1/idevice_id.1.gz diff --git a/comms/py-libimobiledevice/Makefile b/comms/py-libimobiledevice/Makefile index 4b2a98ec349a..baff82aad8af 100644 --- a/comms/py-libimobiledevice/Makefile +++ b/comms/py-libimobiledevice/Makefile @@ -1,45 +1,18 @@ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jhale@FreeBSD.org COMMENT= Python bindings for libimobiledevice -LIB_DEPENDS= libimobiledevice-1.0.so:${MASTER_PORT} \ - libplist-2.0.so:devel/libplist -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libplist>=2.2.0:devel/py-libplist@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libplist>=2.2.0:devel/py-libplist@${PY_FLAVOR} - -USES+= python -USE_PYTHON= cython3 flavors - -CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" - -BINARY_ALIAS= cython=cython-${PYTHON_VER} MASTERDIR= ${.CURDIR:H:H}/comms/libimobiledevice PORTSCOUT= ignore:1 -BUILD_WRKSRC= ${WRKSRC}/cython -INSTALL_WRKSRC= ${BUILD_WRKSRC} - PLIST= ${.CURDIR}/pkg-plist PLIST_FILES= include/imobiledevice/cython/imobiledevice.pxd \ ${PYTHONPREFIX_SITELIBDIR:S|^${PREFIX}/||}/imobiledevice.a \ ${PYTHONPREFIX_SITELIBDIR:S|^${PREFIX}/||}/imobiledevice.so -_USES_configure+= 471:post-autoreconf - -SLAVE_PORT= yes - -post-autoreconf: - @${REINPLACE_CMD} \ - -e 's|$$(top_builddir)/src/libimobiledevice-1.0.la|-limobiledevice-1.0|' \ - -e 's|$$(imobiledevice_la_DEPENDENCIES)||' \ - ${BUILD_WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/imobiledevice/cython - ${INSTALL_DATA} ${INSTALL_WRKSRC}/imobiledevice.pxd \ - ${STAGEDIR}${PREFIX}/include/imobiledevice/cython +_LIMD_BINDING= py .include "${MASTERDIR}/Makefile" diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 9c35697731fe..51a3a226618a 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,10 +1,10 @@ PORTNAME= freetds -DISTVERSION= 1.5.118 +DISTVERSION= 1.5.121 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-dev.${PORTVERSION} +DISTNAME= ${PORTNAME}-dev.${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Sybase/Microsoft TDS protocol library - nightly snapshot diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index b5d00f3ff8ad..9143c8ebcb0c 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757678431 -SHA256 (freetds-dev.1.5.118.tar.bz2) = ac708a9d9e180a01546e99d38ac43dbb7150060648617cba90b969d38f188cab -SIZE (freetds-dev.1.5.118.tar.bz2) = 2454591 +TIMESTAMP = 1760696173 +SHA256 (freetds-dev.1.5.121.tar.bz2) = ae6db6c7428d9d96b062c06e45484ddc5af48d9861d8dd1d732a539e1ab68dfa +SIZE (freetds-dev.1.5.121.tar.bz2) = 2455024 diff --git a/databases/kuzu/Makefile b/databases/kuzu/Makefile index 50ffb7b0ef08..b3c1ae1598db 100644 --- a/databases/kuzu/Makefile +++ b/databases/kuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= kuzu DISTVERSIONPREFIX= v -DISTVERSION= 0.11.2 +DISTVERSION= 0.11.3 CATEGORIES= databases MAINTAINER= mahlon@martini.nu @@ -10,12 +10,15 @@ WWW= https://kuzudb.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream repository archived on Oct 11, 2025 + USES= cmake ninja:build python:3.9+,build -USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= kuzudb +USE_LDCONFIG= yes + PLIST_SUB= VERSION=${DISTVERSION} post-install: diff --git a/databases/kuzu/distinfo b/databases/kuzu/distinfo index 70beeba78004..c1727e9297e8 100644 --- a/databases/kuzu/distinfo +++ b/databases/kuzu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755753617 -SHA256 (kuzudb-kuzu-v0.11.2_GH0.tar.gz) = 9340f1151ea6c9f35c007f122d6e08ec119b5c1db743f0303d40ac8a8e2a5d55 -SIZE (kuzudb-kuzu-v0.11.2_GH0.tar.gz) = 154124558 +TIMESTAMP = 1760306415 +SHA256 (kuzudb-kuzu-v0.11.3_GH0.tar.gz) = f6456fa290879e4c13db49b8918258c4422d78a57fdc6d8925d4aef23e7a0b3c +SIZE (kuzudb-kuzu-v0.11.3_GH0.tar.gz) = 153734456 diff --git a/databases/pg_qualstats/Makefile b/databases/pg_qualstats/Makefile index c5eedf2c777f..723964aece79 100644 --- a/databases/pg_qualstats/Makefile +++ b/databases/pg_qualstats/Makefile @@ -1,5 +1,5 @@ PORTNAME= pg_qualstats -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org diff --git a/databases/pg_qualstats/distinfo b/databases/pg_qualstats/distinfo index b672fa43aa93..f263db7573f6 100644 --- a/databases/pg_qualstats/distinfo +++ b/databases/pg_qualstats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754324093 -SHA256 (powa-team-pg_qualstats-2.1.2_GH0.tar.gz) = dc373950d5d1a8c16411c04c9853eddecd46dadd38b343f88d07ac3c8894dae7 -SIZE (powa-team-pg_qualstats-2.1.2_GH0.tar.gz) = 46286 +TIMESTAMP = 1760695793 +SHA256 (powa-team-pg_qualstats-2.1.3_GH0.tar.gz) = 0eeb94b9eeb6cd8a61f6fd33e8a6daf5f1d9dded2ee52820621a11f1742a5d91 +SIZE (powa-team-pg_qualstats-2.1.3_GH0.tar.gz) = 46993 diff --git a/databases/pg_qualstats/pkg-plist b/databases/pg_qualstats/pkg-plist index b71cdc7b0c01..d3fbba3af412 100644 --- a/databases/pg_qualstats/pkg-plist +++ b/databases/pg_qualstats/pkg-plist @@ -5,6 +5,8 @@ share/postgresql/extension/pg_qualstats--2.1.0--2.1.1.sql share/postgresql/extension/pg_qualstats--2.1.0.sql share/postgresql/extension/pg_qualstats--2.1.1--2.1.2.sql share/postgresql/extension/pg_qualstats--2.1.1.sql +share/postgresql/extension/pg_qualstats--2.1.2--2.1.3.sql share/postgresql/extension/pg_qualstats--2.1.2.sql +share/postgresql/extension/pg_qualstats--2.1.3.sql share/postgresql/extension/pg_qualstats.control share/doc/postgresql/extension/pg_qualstats-README.md diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index 067341c6a5e5..b610c179af33 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -1,6 +1,6 @@ PORTNAME= barman DISTVERSIONPREFIX= release/ -DISTVERSION= 3.16.0 +DISTVERSION= 3.16.1 CATEGORIES= databases PKGNAMEPREFIX= pg PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo index 601714594609..8c74c0a356d2 100644 --- a/databases/pgbarman/distinfo +++ b/databases/pgbarman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759574506 -SHA256 (EnterpriseDB-barman-release-3.16.0_GH0.tar.gz) = 083f65f8d75cb0ae65b075aedfe59bb13e5388be6e3f096def1e5b0a86965d9a -SIZE (EnterpriseDB-barman-release-3.16.0_GH0.tar.gz) = 1959681 +TIMESTAMP = 1760787827 +SHA256 (EnterpriseDB-barman-release-3.16.1_GH0.tar.gz) = 54574d27b7149298f949feed5475d14c0d61649431b484b62da9b729a6fec923 +SIZE (EnterpriseDB-barman-release-3.16.1_GH0.tar.gz) = 1959902 diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index c3102a9b2ba5..86cc03355d11 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -1,5 +1,5 @@ PORTNAME= libpqxx -DISTVERSION= 7.10.1 +DISTVERSION= 7.10.3 CATEGORIES= databases PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql diff --git a/databases/postgresql-libpqxx/distinfo b/databases/postgresql-libpqxx/distinfo index dfa41ebbbadb..ce4cd72ec8de 100644 --- a/databases/postgresql-libpqxx/distinfo +++ b/databases/postgresql-libpqxx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743719004 -SHA256 (postgresql/jtv-libpqxx-7.10.1_GH0.tar.gz) = cfbbb1d93a0a3d81319ec71d9a3db80447bb033c4f6cee088554a88862fd77d7 -SIZE (postgresql/jtv-libpqxx-7.10.1_GH0.tar.gz) = 783904 +TIMESTAMP = 1760705981 +SHA256 (postgresql/jtv-libpqxx-7.10.3_GH0.tar.gz) = c5ba455e4f28901297c18a76e533c466cbe8908d4b2ff6313235954bb37cef25 +SIZE (postgresql/jtv-libpqxx-7.10.3_GH0.tar.gz) = 787055 diff --git a/databases/py-duckdb_engine/Makefile b/databases/py-duckdb_engine/Makefile index 46b22371a12b..84ec88929138 100644 --- a/databases/py-duckdb_engine/Makefile +++ b/databases/py-duckdb_engine/Makefile @@ -1,5 +1,5 @@ PORTNAME= duckdb_engine -DISTVERSION= 0.13.6 +DISTVERSION= 0.17.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-duckdb_engine/distinfo b/databases/py-duckdb_engine/distinfo index 141ee185c233..abdd25b2f3f7 100644 --- a/databases/py-duckdb_engine/distinfo +++ b/databases/py-duckdb_engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733298978 -SHA256 (duckdb_engine-0.13.6.tar.gz) = 221ec7759e157fd8d4fcb0bd64f603c5a4b1889186f30d805a91b10a73f8c59a -SIZE (duckdb_engine-0.13.6.tar.gz) = 47745 +TIMESTAMP = 1760765121 +SHA256 (duckdb_engine-0.17.0.tar.gz) = 396b23869754e536aa80881a92622b8b488015cf711c5a40032d05d2cf08f3cf +SIZE (duckdb_engine-0.17.0.tar.gz) = 48054 diff --git a/databases/py-mariadb/Makefile b/databases/py-mariadb/Makefile index 4fce1165dfc7..7ad2f62c4cd5 100644 --- a/databases/py-mariadb/Makefile +++ b/databases/py-mariadb/Makefile @@ -1,5 +1,5 @@ PORTNAME= mariadb -DISTVERSION= 1.1.13 +DISTVERSION= 1.1.14 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-mariadb/distinfo b/databases/py-mariadb/distinfo index 91ecdd893ebb..4a7bcc3cd296 100644 --- a/databases/py-mariadb/distinfo +++ b/databases/py-mariadb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752424737 -SHA256 (mariadb-1.1.13.tar.gz) = 3a0fd24fae2b9990dc13a0a427a43d4a5434cc2a8c3b260a27f40b7824719037 -SIZE (mariadb-1.1.13.tar.gz) = 111126 +TIMESTAMP = 1760651482 +SHA256 (mariadb-1.1.14.tar.gz) = e6d702a53eccf20922e47f2f45cfb5c7a0c2c6c0a46e4ee2d8a80d0ff4a52f34 +SIZE (mariadb-1.1.14.tar.gz) = 111715 diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index e91dafcc1be8..adf0d9c1b927 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,5 +1,5 @@ PORTNAME= calibre -PORTVERSION= 8.12.0 +PORTVERSION= 8.13.0 CATEGORIES= deskutils python MASTER_SITES= https://download.calibre-ebook.com/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -66,8 +66,8 @@ USES= desktop-file-utils gettext-runtime:build gl localbase:ldflags \ pkgconfig pyqt:6 python:3.11+ qt:6 shared-mime-info shebangfix sqlite ssl \ tar:xz xorg USE_GITHUB= nodefault -GH_TUPLE= kovidgoyal:calibre-translations:cb1bd28:translations \ - LibreOffice:dictionaries:f092998:hypenation +GH_TUPLE= kovidgoyal:calibre-translations:aa4daed:translations \ + LibreOffice:dictionaries:8aae2c2:hypenation USE_GL= opengl USE_PYQT= pyqt6 pysip webengine qtbuilder:build sip:build USE_QT= base diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 220265ed0bcf..d61e18903bb1 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1759353938 -SHA256 (calibre/calibre-8.12.0.tar.xz) = 658ec55e9242589df8f7948f5b73f1fe836de4291f7ccce609bf10b75d9d96ec -SIZE (calibre/calibre-8.12.0.tar.xz) = 45586400 -SHA256 (calibre/kovidgoyal-calibre-translations-cb1bd28_GH0.tar.gz) = 8f7d6cf4d76f5bda2f51de61f856ff47439d6ed6b107e4f5153c43e1b41565ec -SIZE (calibre/kovidgoyal-calibre-translations-cb1bd28_GH0.tar.gz) = 75887824 -SHA256 (calibre/LibreOffice-dictionaries-f092998_GH0.tar.gz) = fb1e77a49ba926346834e66775e6694c083e94db00b6765a8cdcd69cd3b8b465 -SIZE (calibre/LibreOffice-dictionaries-f092998_GH0.tar.gz) = 117698670 +TIMESTAMP = 1760730964 +SHA256 (calibre/calibre-8.13.0.tar.xz) = df5085a159175e4b3535d78f34ebc59257c9153dfa9262cbe2fb200e74da5f24 +SIZE (calibre/calibre-8.13.0.tar.xz) = 45661380 +SHA256 (calibre/kovidgoyal-calibre-translations-aa4daed_GH0.tar.gz) = 87e8c5f628bcb400a3d1d349b775088533af798047f1bc7d508656044b0bb27e +SIZE (calibre/kovidgoyal-calibre-translations-aa4daed_GH0.tar.gz) = 75923653 +SHA256 (calibre/LibreOffice-dictionaries-8aae2c2_GH0.tar.gz) = 4fc53481dada936a719e0cba85b672193145734a6a939bafe26f6a4e86486b04 +SIZE (calibre/LibreOffice-dictionaries-8aae2c2_GH0.tar.gz) = 117697179 diff --git a/deskutils/calibre/files/user-agent-data.json b/deskutils/calibre/files/user-agent-data.json index 3f6422da4fa8..b35a7463bbe4 100644 --- a/deskutils/calibre/files/user-agent-data.json +++ b/deskutils/calibre/files/user-agent-data.json @@ -13,18 +13,18 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36", @@ -33,8 +33,8 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", @@ -42,73 +42,73 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15" + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" ], "desktop_platforms": [ + "Windows NT 10.0; WOW64", "Windows NT 10.0", - "Macintosh; Intel Mac OS X 10_15_7", "Windows NT 10.0; Microsoft Windows 10.0.19044; en-US", - "Windows NT 10.0; Win64; x64", + "Macintosh; Intel Mac OS X 10_15_7", "Windows NT 6.1; Win64; x64", - "Macintosh; Intel Mac OS X 10.15", - "Windows NT 10.0; WOW64" + "Windows NT 10.0; Win64; x64", + "Macintosh; Intel Mac OS X 10.15" ], - "timestamp": "2025-10-01T21:40:41.952050+00:00", + "timestamp": "2025-10-17T19:58:44.609558+00:00", "user_agents_popularity": { - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18781, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14246, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 165546, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 9119, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 105319, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 7850, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 13787, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 45655, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 10204, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 36079, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 55009, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 70375, - "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 21822, - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 9330, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 38318, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 19118, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 18171, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 14299, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 27364, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 11294, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16867, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 19853, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 8032, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20771, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 558758, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 287058, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18783, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14249, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 169283, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 9394, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 105380, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 14204, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 47093, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 10298, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 36203, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 55147, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 70717, + "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 23003, + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 9935, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 39666, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 20472, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 18323, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 14793, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 28225, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36": 8205, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 11741, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16870, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 20108, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20776, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 559264, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 287305, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36": 225959, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 255895, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 139374, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 286301, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 149374, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 332202, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 139750, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 304385, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 101131, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 234987, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 168625, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36": 404566, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36": 211822, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36": 69654, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 31694, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177541, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136968, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 174489, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 131653, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 166030, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 101177, - "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 19091, - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 10048 + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 257679, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 139472, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 286612, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 149515, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 332938, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 139983, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 305201, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 101415, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 235710, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 169607, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36": 406947, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36": 216124, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36": 149121, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36": 13799, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 32201, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177635, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 137023, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 174648, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 131844, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 166147, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 101326, + "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 20036, + "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 10500 } } diff --git a/deskutils/podman-desktop/Makefile b/deskutils/podman-desktop/Makefile index 02f1cfb46d45..f8971faf626f 100644 --- a/deskutils/podman-desktop/Makefile +++ b/deskutils/podman-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= podman-desktop PORTVERSION= 1.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= https://github.com/arrowd/podman-desktop/releases/download/v${PORTVERSION}/ \ https://raw.githubusercontent.com/podman-desktop/podman-desktop/refs/tags/v${PORTVERSION}/buildResources/:icon diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 5cfa4f3b9416..403a9d9856c7 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,5 +1,5 @@ PORTNAME= treesheets -DISTVERSION= 2595 +DISTVERSION= 2665 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org diff --git a/deskutils/treesheets/distinfo b/deskutils/treesheets/distinfo index 4967876dd849..1799fde53d76 100644 --- a/deskutils/treesheets/distinfo +++ b/deskutils/treesheets/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759586198 -SHA256 (aardappel-treesheets-2595_GH0.tar.gz) = 7085e317c8dd702c995f3498a97bfa4df8c7b71b90061364ac03fef42cb93810 -SIZE (aardappel-treesheets-2595_GH0.tar.gz) = 2360032 +TIMESTAMP = 1760652811 +SHA256 (aardappel-treesheets-2665_GH0.tar.gz) = b1a0da4ad6a9e5f84661db99014401ca387b310996db85209bd5c05116a3bf6f +SIZE (aardappel-treesheets-2665_GH0.tar.gz) = 2361548 SHA256 (aardappel-lobster-v2025.3_GH0.tar.gz) = 8eef481d779f9c1d53e860341e582d54732cbec997b5a05c0f4628107fc1e12d SIZE (aardappel-lobster-v2025.3_GH0.tar.gz) = 26681905 diff --git a/devel/Makefile b/devel/Makefile index a56fabd6c81c..ffcc8706a1d5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4775,6 +4775,7 @@ SUBDIR += py-daemon-runner SUBDIR += py-daemonize SUBDIR += py-daemons + SUBDIR += py-daiquiri SUBDIR += py-dal SUBDIR += py-darts.util.lru SUBDIR += py-dask @@ -5077,6 +5078,7 @@ SUBDIR += py-inline-snapshot SUBDIR += py-inotify-simple SUBDIR += py-inotifyrecursive + SUBDIR += py-inquirer SUBDIR += py-installer SUBDIR += py-intbitset SUBDIR += py-intelhex @@ -5157,6 +5159,7 @@ SUBDIR += py-jsonschema-specifications SUBDIR += py-jsonschema3 SUBDIR += py-jsonsir + SUBDIR += py-jstyleson SUBDIR += py-junitparser SUBDIR += py-jupyter SUBDIR += py-jupyter-client @@ -5935,6 +5938,7 @@ SUBDIR += py-ruamel.yaml.clib SUBDIR += py-rubymarshal SUBDIR += py-ruff + SUBDIR += py-runs SUBDIR += py-rush SUBDIR += py-rx SUBDIR += py-rx1 @@ -6254,6 +6258,7 @@ SUBDIR += py-xdoctest SUBDIR += py-xerox SUBDIR += py-xmltodict + SUBDIR += py-xmod SUBDIR += py-xsdata SUBDIR += py-xsdata-attrs SUBDIR += py-xsdata-plantuml diff --git a/devel/R-cran-hms/Makefile b/devel/R-cran-hms/Makefile index 7a370ed1804f..69daf67922e5 100644 --- a/devel/R-cran-hms/Makefile +++ b/devel/R-cran-hms/Makefile @@ -1,5 +1,5 @@ PORTNAME= hms -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,12 +9,10 @@ WWW= https://cran.r-project.org/web/packages/hms/ LICENSE= MIT -CRAN_DEPENDS= R-cran-lifecycle>0:devel/R-cran-lifecycle \ +RUN_DEPENDS= R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-pkgconfig>0:devel/R-cran-pkgconfig \ R-cran-rlang>=1.0.2:devel/R-cran-rlang \ R-cran-vctrs>=0.3.8:devel/R-cran-vctrs -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/devel/R-cran-hms/distinfo b/devel/R-cran-hms/distinfo index 105b6f2ae3ed..9de9772dde0a 100644 --- a/devel/R-cran-hms/distinfo +++ b/devel/R-cran-hms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683910473 -SHA256 (hms_1.1.3.tar.gz) = e626f4c60af46efd53ea631b316a103e089470d8fd63c0e0c0efb99364990282 -SIZE (hms_1.1.3.tar.gz) = 43379 +TIMESTAMP = 1760767161 +SHA256 (hms_1.1.4.tar.gz) = efc525f797b62b3740d06c6fa8202593ab5aa4fc1edeefb76b6eb9be89e87b94 +SIZE (hms_1.1.4.tar.gz) = 44793 diff --git a/devel/R-cran-progressr/Makefile b/devel/R-cran-progressr/Makefile index da49f2d7956c..ec3716f1f691 100644 --- a/devel/R-cran-progressr/Makefile +++ b/devel/R-cran-progressr/Makefile @@ -1,5 +1,5 @@ PORTNAME= progressr -DISTVERSION= 0.16.0 +DISTVERSION= 0.17.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-progressr/distinfo b/devel/R-cran-progressr/distinfo index beecaa06dde3..6d8cdbddecb6 100644 --- a/devel/R-cran-progressr/distinfo +++ b/devel/R-cran-progressr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758386238 -SHA256 (progressr_0.16.0.tar.gz) = 310eaeb29b409c0bedfb526e48cdbca0db65797285ac3a2c24ed2d910de7ba60 -SIZE (progressr_0.16.0.tar.gz) = 216481 +TIMESTAMP = 1760648951 +SHA256 (progressr_0.17.0.tar.gz) = 971a91d13a07e7f06c2a99074028660e14468c9f6f2eb56965a226b6cf9235e1 +SIZE (progressr_0.17.0.tar.gz) = 223911 diff --git a/devel/aws-c-http/Makefile b/devel/aws-c-http/Makefile index 1182419c90e2..8c81a3622ae8 100644 --- a/devel/aws-c-http/Makefile +++ b/devel/aws-c-http/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-http DISTVERSIONPREFIX= v -DISTVERSION= 0.10.4 +DISTVERSION= 0.10.5 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-http/distinfo b/devel/aws-c-http/distinfo index fe334eed3cce..805e2751971b 100644 --- a/devel/aws-c-http/distinfo +++ b/devel/aws-c-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753133355 -SHA256 (awslabs-aws-c-http-v0.10.4_GH0.tar.gz) = dfeeeaa2e84ccda4c8cb0c29f412298df80a57a27003e716f2d3df9794956fc1 -SIZE (awslabs-aws-c-http-v0.10.4_GH0.tar.gz) = 496121 +TIMESTAMP = 1760738990 +SHA256 (awslabs-aws-c-http-v0.10.5_GH0.tar.gz) = 02e8e67f5f03fa6458f8921232dc7a9076792d2822ad86f19c3f984fc1a073a8 +SIZE (awslabs-aws-c-http-v0.10.5_GH0.tar.gz) = 496217 diff --git a/devel/aws-c-io/Makefile b/devel/aws-c-io/Makefile index 01aa1b105dc4..cefa0a1e1159 100644 --- a/devel/aws-c-io/Makefile +++ b/devel/aws-c-io/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-io DISTVERSIONPREFIX= v -DISTVERSION= 0.23.1 +DISTVERSION= 0.23.2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-io/distinfo b/devel/aws-c-io/distinfo index 7eac15e1c23c..c7a795d46ed4 100644 --- a/devel/aws-c-io/distinfo +++ b/devel/aws-c-io/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759862620 -SHA256 (awslabs-aws-c-io-v0.23.1_GH0.tar.gz) = 95dd09c53773fb094973c4df3d89ab376a7f2d490c1b45bba41734079355d891 -SIZE (awslabs-aws-c-io-v0.23.1_GH0.tar.gz) = 754265 +TIMESTAMP = 1760574533 +SHA256 (awslabs-aws-c-io-v0.23.2_GH0.tar.gz) = 3a335b812411c30bcc64072f148ddf6cd632d8261799cd04e54051b44506feb9 +SIZE (awslabs-aws-c-io-v0.23.2_GH0.tar.gz) = 754263 diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile index 2443fcb525ca..324a9e28001f 100644 --- a/devel/aws-crt-cpp/Makefile +++ b/devel/aws-crt-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-crt-cpp DISTVERSIONPREFIX= v -DISTVERSION= 0.34.5 +DISTVERSION= 0.35.0 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo index 123cf1a497f8..0caaf1dd18ce 100644 --- a/devel/aws-crt-cpp/distinfo +++ b/devel/aws-crt-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758913693 -SHA256 (awslabs-aws-crt-cpp-v0.34.5_GH0.tar.gz) = 914865ec5852dff46bbca6e679ebb2473e0d06d84d0462041dcd126881e47c02 -SIZE (awslabs-aws-crt-cpp-v0.34.5_GH0.tar.gz) = 376819 +TIMESTAMP = 1760739122 +SHA256 (awslabs-aws-crt-cpp-v0.35.0_GH0.tar.gz) = 33a4538b68c2cb58f6132fda943f83fd993f2402b57cf506deb33e99268d8e34 +SIZE (awslabs-aws-crt-cpp-v0.35.0_GH0.tar.gz) = 376825 diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index 3181fcf6be4c..cb43a132138c 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cpp -DISTVERSION= 1.11.665 +DISTVERSION= 1.11.672 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-sdk-cpp/distinfo b/devel/aws-sdk-cpp/distinfo index 7581a0d8eb3d..806359a32d59 100644 --- a/devel/aws-sdk-cpp/distinfo +++ b/devel/aws-sdk-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759957234 -SHA256 (aws-aws-sdk-cpp-1.11.665_GH0.tar.gz) = 17137cbfb98a18f6ed196e38da748e57ba040a8d55511de0003875d319dae79b -SIZE (aws-aws-sdk-cpp-1.11.665_GH0.tar.gz) = 77157751 +TIMESTAMP = 1760739421 +SHA256 (aws-aws-sdk-cpp-1.11.672_GH0.tar.gz) = 7248c6f6d1e27445a803ecdf4de0684d153da06212869d2fb46d1540eed131de +SIZE (aws-aws-sdk-cpp-1.11.672_GH0.tar.gz) = 77398810 diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 6ccde31dfe8a..0c3bbdafef92 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= cdk -DISTVERSION= 5.0-20251001 +DISTVERSION= 5.0-20251014 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/ \ @@ -27,8 +27,8 @@ PORTEXAMPLES= cli demos examples OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${REINPLACE_CMD} -e 's|gcc|$$(CC)| ; \ - /^CDKREADME/s| COPYING||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^CDKREADME/s| COPYING||' \ + ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdk*.so diff --git a/devel/cdk/distinfo b/devel/cdk/distinfo index ade0e7425aee..6d8fb26c7139 100644 --- a/devel/cdk/distinfo +++ b/devel/cdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759952799 -SHA256 (cdk-5.0-20251001.tgz) = 18b196e601a65533d0dff32626fbb887514d8688e783d7f6098b4b4ebc64d853 -SIZE (cdk-5.0-20251001.tgz) = 550774 +TIMESTAMP = 1760650956 +SHA256 (cdk-5.0-20251014.tgz) = 0ed46949c680a5f42e342cc48a2ce60bcfc2cc8b9eebb176877b5a91f829435c +SIZE (cdk-5.0-20251014.tgz) = 551916 diff --git a/devel/courier-unicode/Makefile b/devel/courier-unicode/Makefile index 774bc075db69..11a5002aeb61 100644 --- a/devel/courier-unicode/Makefile +++ b/devel/courier-unicode/Makefile @@ -1,5 +1,5 @@ PORTNAME= courier-unicode -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.0 CATEGORIES= devel mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/devel/courier-unicode/distinfo b/devel/courier-unicode/distinfo index c4f765431ebb..f27b8da192d9 100644 --- a/devel/courier-unicode/distinfo +++ b/devel/courier-unicode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744019636 -SHA256 (courier-unicode-2.3.2.tar.bz2) = b645d2f00aabbc682320ede696ca50201266f710a1bcec4ac5042695c99e7f69 -SIZE (courier-unicode-2.3.2.tar.bz2) = 658384 +TIMESTAMP = 1760732629 +SHA256 (courier-unicode-2.4.0.tar.bz2) = e80cbcf0e3a6cc2e7a67ec1a1830d6c4e8aa0ff697732ec1d11e544e0e64570f +SIZE (courier-unicode-2.4.0.tar.bz2) = 695923 diff --git a/devel/courier-unicode/pkg-plist b/devel/courier-unicode/pkg-plist index e0006c83c822..2c845f7df779 100644 --- a/devel/courier-unicode/pkg-plist +++ b/devel/courier-unicode/pkg-plist @@ -3,8 +3,8 @@ include/courier-unicode-script-tab.h include/courier-unicode.h lib/libcourier-unicode.a lib/libcourier-unicode.so -lib/libcourier-unicode.so.8 -lib/libcourier-unicode.so.8.0.0 +lib/libcourier-unicode.so.10 +lib/libcourier-unicode.so.10.0.0 share/man/man3/unicode::bidi.3.gz share/man/man3/unicode::bidi_calc.3.gz share/man/man3/unicode::bidi_calc_types.3.gz @@ -33,6 +33,7 @@ share/man/man3/unicode::linebreak_iter.3.gz share/man/man3/unicode::linebreakc_callback_base.3.gz share/man/man3/unicode::linebreakc_iter.3.gz share/man/man3/unicode::tolower.3.gz +share/man/man3/unicode::totitle.3.gz share/man/man3/unicode::toupper.3.gz share/man/man3/unicode::ucs_2.3.gz share/man/man3/unicode::ucs_4.3.gz @@ -150,7 +151,8 @@ share/man/man3/unicode_wb_next_cnt.3.gz share/man/man3/unicode_wbscan_end.3.gz share/man/man3/unicode_wbscan_init.3.gz share/man/man3/unicode_wbscan_next.3.gz +share/man/man3/unicode_wcwidth.3.gz +share/man/man3/unicode_wcwidth_str.3.gz share/man/man3/unicode_word_break.3.gz share/man/man7/courier-unicode.7.gz share/aclocal/courier-unicode-version.m4 -share/aclocal/courier-unicode.m4 diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index b4456d7279e0..b111e36a99e6 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -1,5 +1,5 @@ PORTNAME= cppcheck -DISTVERSION= 2.18.0 +DISTVERSION= 2.18.3 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo index 9c1081c68a98..ba7d9ce32dae 100644 --- a/devel/cppcheck/distinfo +++ b/devel/cppcheck/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753039627 -SHA256 (danmar-cppcheck-2.18.0_GH0.tar.gz) = dc74e300ac59f2ef9f9c05c21d48ae4c8dd1ce17f08914dd30c738ff482e748f -SIZE (danmar-cppcheck-2.18.0_GH0.tar.gz) = 3928107 +TIMESTAMP = 1760555891 +SHA256 (danmar-cppcheck-2.18.3_GH0.tar.gz) = e37c94e190cdddc65682649b02b72939761585bddd8ada595f922e190a26a2be +SIZE (danmar-cppcheck-2.18.3_GH0.tar.gz) = 3930770 diff --git a/devel/cppcheck/files/patch-CMakeLists.txt b/devel/cppcheck/files/patch-CMakeLists.txt index 52f20832d3cd..d368f189b7a2 100644 --- a/devel/cppcheck/files/patch-CMakeLists.txt +++ b/devel/cppcheck/files/patch-CMakeLists.txt @@ -2,8 +2,8 @@ +++ CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13) --project(Cppcheck VERSION 2.18.0 LANGUAGES CXX) -+project(cppcheck VERSION 2.18.0 LANGUAGES CXX) +-project(Cppcheck VERSION 2.18.3 LANGUAGES CXX) ++project(cppcheck VERSION 2.18.3 LANGUAGES CXX) include(cmake/options.cmake) diff --git a/devel/efivar/Makefile b/devel/efivar/Makefile index 5e30a4f9a215..f8dcfa0620f3 100644 --- a/devel/efivar/Makefile +++ b/devel/efivar/Makefile @@ -1,53 +1,28 @@ PORTNAME= efivar -PORTVERSION= 0.15 -PORTREVISION= 9 +PORTVERSION= 39 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org -COMMENT= Tools and library to manipulate EFI variables +MAINTAINER= decke@FreeBSD.org +COMMENT= Tools and libraries to work with EFI variables WWW= https://github.com/rhboot/efivar LICENSE= LGPL21 NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe NOT_FOR_ARCHS_REASON= specification only supports little-endian processors +BROKEN_FreeBSD_13= requires at least FreeBSD 14 +BUILD_DEPENDS= gsed:textproc/gsed LIB_DEPENDS= libpopt.so:devel/popt -CFLAGS+= -fpermissive +USES= gmake pkgconfig python -USES= gmake localbase pkgconfig USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= rhboot USE_LDCONFIG= yes +BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/efivar.pc.in - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/efivar ${STAGEDIR}${PREFIX}/bin - ${INSTALL_LIB} ${WRKSRC}/src/libefivar.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/src/libefivar.so.0 ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/src/efivar.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/src/efivar-guids.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/src/efivar.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig - ${INSTALL_MAN} ${WRKSRC}/docs/efivar.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_append_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_del_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_next_variable_name.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable_attributes.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_get_variable_size.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_name.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_str.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_guid_to_symbol.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_name_to_guid.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_set_variable.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_str_to_guid.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_symbol_to_guid.3 ${STAGEDIR}${PREFIX}/share/man/man3 - ${INSTALL_MAN} ${WRKSRC}/docs/efi_variables_supported.3 ${STAGEDIR}${PREFIX}/share/man/man3 - -.include <bsd.port.post.mk> +MAKE_ARGS+= CC="${CC}" LIBDIR="${PREFIX}/lib" + +.include <bsd.port.mk> diff --git a/devel/efivar/distinfo b/devel/efivar/distinfo index 4d6a04753aca..77a79246775d 100644 --- a/devel/efivar/distinfo +++ b/devel/efivar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544125008 -SHA256 (rhboot-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f -SIZE (rhboot-efivar-0.15_GH0.tar.gz) = 30064 +TIMESTAMP = 1730568659 +SHA256 (rhboot-efivar-39_GH0.tar.gz) = c9edd15f2eeeea63232f3e669a48e992c7be9aff57ee22672ac31f5eca1609a6 +SIZE (rhboot-efivar-39_GH0.tar.gz) = 463349 diff --git a/devel/efivar/files/patch-Make.rules b/devel/efivar/files/patch-Make.rules deleted file mode 100644 index 24d302516477..000000000000 --- a/devel/efivar/files/patch-Make.rules +++ /dev/null @@ -1,15 +0,0 @@ ---- Make.rules.orig 2014-10-15 13:48:49 UTC -+++ Make.rules -@@ -2,10 +2,10 @@ - $(AR) -cvqs $@ $^ - - % : %.o -- $(CCLD) $(ccldflags) -o $@ $^ $(foreach lib,$(LIBS),-l$(lib)) -+ $(CCLD) $(ccldflags) -o $@ $^ $(LIBS) - - %.so.$(SONAME_VERSION) : -- $(CCLD) $(cflags) -Wl,-soname,$(SONAME) $(ccldflags) $(LIBFLAGS) $^ -o $@ $(foreach lib,$(LIBS),-l$(lib)) -+ $(CCLD) $(cflags) -Wl,-soname,$(SONAME) $(ccldflags) $(LIBFLAGS) $^ -o $@ $(LIBS) - - %.so : %.so.$(SONAME_VERSION) - ln -sf $^ $@ diff --git a/devel/efivar/files/patch-src-Makefile b/devel/efivar/files/patch-src-Makefile deleted file mode 100644 index f0fdf02e6ac4..000000000000 --- a/devel/efivar/files/patch-src-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- src/Makefile.orig 2014-10-15 13:48:49 UTC -+++ src/Makefile -@@ -15,14 +15,13 @@ all : $(LIBTARGETS) $(PCTARGETS) $(BINTA - OBJECTS = lib.o vars.o efivarfs.o guid.o guidlist.o guid-symbols.o - DEPS = .lib.c.P .efivar.c.P .efivar.h.P .vars.c.P .lib.h.P \ - .generics.h.P .guid.h.P .guid.c.P --LIBS = dl - - libefivar.a :: $(OBJECTS) - - libefivar.so.$(SONAME_VERSION) :: $(OBJECTS) - - efivar : efivar.o libefivar.so -- $(CCLD) $(ccldflags) -L. -lefivar -o $@ $^ -lpopt $(foreach lib,$(LIBS),-l$(lib)) -+ $(CCLD) $(ccldflags) -L. -lefivar -o $@ $^ -lpopt $(LIBS) - - efivar.pc : efivar.pc.in - sed -e "s,@@VERSION@@,$(VERSION),g" \ diff --git a/devel/efivar/files/patch-src-efivar.c b/devel/efivar/files/patch-src-efivar.c deleted file mode 100644 index a06dddab8713..000000000000 --- a/devel/efivar/files/patch-src-efivar.c +++ /dev/null @@ -1,51 +0,0 @@ ---- src/efivar.c.orig 2014-10-15 15:48:49.000000000 +0200 -+++ src/efivar.c 2015-01-19 15:41:34.000000000 +0100 -@@ -16,11 +16,11 @@ - * along with this library. If not, see <http://www.gnu.org/licenses/>. - */ - --#include <ctype.h> - #include <fcntl.h> - #include <popt.h> - #include <stdio.h> - #include <stdlib.h> -+#include <sys/endian.h> - #include <sys/mman.h> - #include <sys/types.h> - #include <sys/stat.h> -@@ -53,7 +53,7 @@ list_all_variables(void) - int rc; - while ((rc = efi_get_next_variable_name(&guid, &name)) > 0) - printf(GUID_FORMAT "-%s\n", -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5], name); - -@@ -142,7 +142,7 @@ show_variable(char *guid_name) - } - - printf("GUID: "GUID_FORMAT "\n", -- guid.a, guid.b, guid.c, bswap_16(guid.d), -+ guid.a, guid.b, guid.c, bswap16(guid.d), - guid.e[0], guid.e[1], guid.e[2], guid.e[3], - guid.e[4], guid.e[5]); - printf("Name: \"%s\"\n", name); -@@ -240,7 +240,7 @@ prepare_data(const char *filename, void - goto err; - - buflen = statbuf.st_size; -- buf = mmap(NULL, buflen, PROT_READ, MAP_PRIVATE|MAP_POPULATE, fd, 0); -+ buf = mmap(NULL, buflen, PROT_READ, MAP_PRIVATE, fd, 0); - if (!buf) - goto err; - -@@ -338,7 +338,7 @@ int main(int argc, char *argv[]) - { - printf("{"GUID_FORMAT"} {%s} %s %s\n", - guid->guid.a, guid->guid.b, -- guid->guid.c, bswap_16(guid->guid.d), -+ guid->guid.c, bswap16(guid->guid.d), - guid->guid.e[0], guid->guid.e[1], - guid->guid.e[2], guid->guid.e[3], - guid->guid.e[4], guid->guid.e[5], diff --git a/devel/efivar/files/patch-src-efivar.h b/devel/efivar/files/patch-src-efivar.h deleted file mode 100644 index 80c6a8ccbd57..000000000000 --- a/devel/efivar/files/patch-src-efivar.h +++ /dev/null @@ -1,28 +0,0 @@ ---- src/efivar.h.orig 2014-10-15 15:48:49.000000000 +0200 -+++ src/efivar.h 2015-01-19 15:32:22.000000000 +0100 -@@ -25,7 +25,6 @@ - #include <sys/stat.h> - #include <sys/types.h> - #include <unistd.h> --#include <byteswap.h> - - typedef struct { - uint32_t a; -@@ -40,7 +39,7 @@ typedef struct { - #endif - - #define EFI_GUID(a,b,c,d,e0,e1,e2,e3,e4,e5) \ --((efi_guid_t) {(a), (b), (c), bswap_16(d), { (e0), (e1), (e2), (e3), (e4), (e5) }}) -+((efi_guid_t) {(a), (b), (c), bswap16(d), { (e0), (e1), (e2), (e3), (e4), (e5) }}) - - #define EFI_GLOBAL_GUID EFI_GUID(0x8be4df61,0x93ca,0x11d2,0xaa0d,0x00,0xe0,0x98,0x03,0x2b,0x8c) - -@@ -85,7 +84,7 @@ efi_set_variable(efi_guid_t guid, const - return -1; - } - -- if (__va_arg_pack_len() == 0) -+ if (__builtin_va_arg_pack_len() == 0) - return _efi_set_variable(guid, name, data, data_size, - attributes, 0644); - diff --git a/devel/efivar/files/patch-src-efivar.pc.in b/devel/efivar/files/patch-src-efivar.pc.in deleted file mode 100644 index 1220e37ce7df..000000000000 --- a/devel/efivar/files/patch-src-efivar.pc.in +++ /dev/null @@ -1,19 +0,0 @@ ---- src/efivar.pc.in.orig 2014-10-15 15:48:49.000000000 +0200 -+++ src/efivar.pc.in 2015-01-19 16:23:12.000000000 +0100 -@@ -1,10 +1,11 @@ --prefix=/usr --exec_prefix=/usr --libdir=@@LIBDIR@@ --includedir=/usr/include -+prefix=%%PREFIX%% -+exec_prefix=${prefix} -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include - - Name: efivar - Description: UEFI Variable Management - Version: @@VERSION@@ - Requires: --Libs: -L${libdir} -lefivar -ldl -+Libs: -L${libdir} -lefivar -+Cflags: -I${includedir} diff --git a/devel/efivar/files/patch-src-efivarfs.c b/devel/efivar/files/patch-src-efivarfs.c deleted file mode 100644 index f28f06f61598..000000000000 --- a/devel/efivar/files/patch-src-efivarfs.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/efivarfs.c.orig 2015-01-19 15:38:34.000000000 +0100 -+++ src/efivarfs.c 2015-01-19 15:40:15.000000000 +0100 -@@ -18,15 +18,15 @@ - - #include <errno.h> - #include <fcntl.h> --#include <linux/magic.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> - #include <sys/mman.h> -+#include <sys/mount.h> - #include <sys/types.h> -+#include <sys/param.h> - #include <sys/stat.h> - #include <sys/uio.h> --#include <sys/vfs.h> - #include <unistd.h> - - #include "lib.h" -@@ -66,7 +66,7 @@ efivarfs_probe(void) - #define make_efivarfs_path(str, guid, name) ({ \ - asprintf(str, EFIVARS_PATH "%s-" GUID_FORMAT, \ - name, (guid).a, (guid).b, (guid).c, \ -- bswap_16((guid).d), \ -+ bswap16((guid).d), \ - (guid).e[0], (guid).e[1], (guid).e[2], \ - (guid).e[3], (guid).e[4], (guid).e[5]); \ - }) diff --git a/devel/efivar/files/patch-src-guid.c b/devel/efivar/files/patch-src-guid.c deleted file mode 100644 index 314601d34995..000000000000 --- a/devel/efivar/files/patch-src-guid.c +++ /dev/null @@ -1,44 +0,0 @@ ---- src/guid.c.orig 2015-01-19 15:37:01.000000000 +0100 -+++ src/guid.c 2015-01-19 15:37:10.000000000 +0100 -@@ -41,17 +41,17 @@ efi_guid_to_str(const efi_guid_t *guid, - - if (!sp) { - return snprintf(NULL, 0, GUID_FORMAT, -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5]); - } else if (sp && *sp) { - return snprintf(*sp, GUID_LENGTH_WITH_NUL, GUID_FORMAT, -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5]); - } else { - rc = asprintf(&ret, GUID_FORMAT, -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5]); - if (rc >= 0) -@@ -161,17 +161,17 @@ efi_guid_to_id_guid(const efi_guid_t *gu - } - if (!sp) { - return snprintf(NULL, 0, "{"GUID_FORMAT"}", -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5]); - } else if (sp && *sp) { - return snprintf(*sp, GUID_LENGTH_WITH_NUL+2, "{"GUID_FORMAT"}", -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5]); - } - rc = asprintf(&ret, "{"GUID_FORMAT"}", -- guid->a, guid->b, guid->c, bswap_16(guid->d), -+ guid->a, guid->b, guid->c, bswap16(guid->d), - guid->e[0], guid->e[1], guid->e[2], guid->e[3], - guid->e[4], guid->e[5]); - if (rc >= 0) diff --git a/devel/efivar/files/patch-src-guid.h b/devel/efivar/files/patch-src-guid.h deleted file mode 100644 index 006318f755f9..000000000000 --- a/devel/efivar/files/patch-src-guid.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/guid.h.orig 2014-10-15 15:48:49.000000000 +0200 -+++ src/guid.h 2015-01-19 15:34:12.000000000 +0100 -@@ -19,7 +19,7 @@ - #ifndef LIBEFIVAR_GUID_H - #define LIBEFIVAR_GUID_H 1 - --#include <endian.h> -+#include <sys/endian.h> - #include <errno.h> - #include <limits.h> - #include <stdlib.h> -@@ -111,7 +111,7 @@ text_to_guid(const char *text, efi_guid_ - strncpy(fourbytes, text+19, 4); - if (check_segment_sanity(fourbytes, 4) < 0) - return -1; -- guid->d = bswap_16((uint16_t)strtoul(fourbytes, NULL, 16)); -+ guid->d = bswap16((uint16_t)strtoul(fourbytes, NULL, 16)); - - /* 84be9c3e-8a32-42c0-891c-4cd3b072becc - * ^ */ diff --git a/devel/efivar/files/patch-src-test-Makefile b/devel/efivar/files/patch-src-test-Makefile deleted file mode 100644 index 22c70f7c9a73..000000000000 --- a/devel/efivar/files/patch-src-test-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/test/Makefile.orig 2014-10-15 13:48:49 UTC -+++ src/test/Makefile -@@ -4,7 +4,7 @@ TOPDIR = $(realpath $(SRCDIR)/../..) - include $(TOPDIR)/Make.defaults - - ccldflags += -L$(TOPDIR)/src/ -Wl,-rpath=$(TOPDIR)/src/ --LIBS=efivar -+LIBS = -lefivar - - all : tester - diff --git a/devel/efivar/files/patch-src-test-tester.c b/devel/efivar/files/patch-src-test-tester.c deleted file mode 100644 index fabd2c8bf30c..000000000000 --- a/devel/efivar/files/patch-src-test-tester.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/test/tester.c.orig 2015-01-19 15:43:11.000000000 +0100 -+++ src/test/tester.c 2015-01-19 15:43:31.000000000 +0100 -@@ -1,10 +1,10 @@ --#include <alloca.h> - #include <errno.h> - #include <fcntl.h> - #include <stdarg.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/endian.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <unistd.h> diff --git a/devel/efivar/files/patch-src-vars.c b/devel/efivar/files/patch-src-vars.c deleted file mode 100644 index fd9a2c6593f3..000000000000 --- a/devel/efivar/files/patch-src-vars.c +++ /dev/null @@ -1,47 +0,0 @@ ---- src/vars.c.orig 2015-01-19 15:36:23.000000000 +0100 -+++ src/vars.c 2015-01-19 15:36:36.000000000 +0100 -@@ -94,7 +94,7 @@ vars_get_variable_size(efi_guid_t guid, - - char *path = NULL; - int rc = asprintf(&path, VARS_PATH "%s-"GUID_FORMAT"/size", -- name, guid.a, guid.b, guid.c, bswap_16(guid.d), -+ name, guid.a, guid.b, guid.c, bswap16(guid.d), - guid.e[0], guid.e[1], guid.e[2], guid.e[3], - guid.e[4], guid.e[5]); - if (rc < 0) -@@ -146,7 +146,7 @@ vars_get_variable(efi_guid_t guid, const - size_t bufsize = -1; - char *path; - int rc = asprintf(&path, VARS_PATH "%s-" GUID_FORMAT "/raw_var", -- name, guid.a, guid.b, guid.c, bswap_16(guid.d), -+ name, guid.a, guid.b, guid.c, bswap16(guid.d), - guid.e[0], guid.e[1], guid.e[2], - guid.e[3], guid.e[4], guid.e[5]); - if (rc < 0) -@@ -193,7 +193,7 @@ vars_del_variable(efi_guid_t guid, const - int ret = -1; - char *path; - int rc = asprintf(&path, VARS_PATH "%s-" GUID_FORMAT "/raw_var", -- name, guid.a, guid.b, guid.c, bswap_16(guid.d), -+ name, guid.a, guid.b, guid.c, bswap16(guid.d), - guid.e[0], guid.e[1], guid.e[2], - guid.e[3], guid.e[4], guid.e[5]); - if (rc < 0) -@@ -280,7 +280,7 @@ vars_chmod_variable(efi_guid_t guid, con - - char *path; - int rc = asprintf(&path, VARS_PATH "%s-" GUID_FORMAT, -- name, guid.a, guid.b, guid.c, bswap_16(guid.d), -+ name, guid.a, guid.b, guid.c, bswap16(guid.d), - guid.e[0], guid.e[1], guid.e[2], guid.e[3], - guid.e[4], guid.e[5]); - if (rc < 0) -@@ -312,7 +312,7 @@ vars_set_variable(efi_guid_t guid, const - - char *path; - int rc = asprintf(&path, VARS_PATH "%s-" GUID_FORMAT "/data", -- name, guid.a, guid.b, guid.c, bswap_16(guid.d), -+ name, guid.a, guid.b, guid.c, bswap16(guid.d), - guid.e[0], guid.e[1], guid.e[2], guid.e[3], - guid.e[4], guid.e[5]); - if (rc < 0) diff --git a/devel/efivar/files/patch-src_compiler.h b/devel/efivar/files/patch-src_compiler.h new file mode 100644 index 000000000000..ad398379bffa --- /dev/null +++ b/devel/efivar/files/patch-src_compiler.h @@ -0,0 +1,13 @@ +--- src/compiler.h.orig 2024-01-31 20:08:46 UTC ++++ src/compiler.h +@@ -74,7 +74,9 @@ + + #define __ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) + #define __ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a) - 1) +-#define ALIGN(x, a) __ALIGN((x), (a)) ++#if !defined(ALIGN) ++# define ALIGN(x, a) __ALIGN((x), (a)) ++#endif + #define ALIGN_DOWN(x, a) __ALIGN((x) - ((a) - 1), (a)) + + #define ALIGNMENT_PADDING(value, align) ((align - (value % align)) % align) diff --git a/devel/efivar/files/patch-src_creator.c b/devel/efivar/files/patch-src_creator.c new file mode 100644 index 000000000000..21c7feb2106f --- /dev/null +++ b/devel/efivar/files/patch-src_creator.c @@ -0,0 +1,26 @@ +--- src/creator.c.orig 2024-01-31 20:08:46 UTC ++++ src/creator.c +@@ -9,16 +9,22 @@ + #include <fcntl.h> + #include <inttypes.h> + #include <limits.h> ++#if defined(__linux__) + #include <mntent.h> ++#endif ++#include <sys/types.h> + #include <netinet/in.h> + #include <netinet/ip.h> + #include <stdlib.h> + #include <stdio.h> +-#include <sys/types.h> + #include <sys/stat.h> + #include <sys/socket.h> + + #include "efiboot.h" ++ ++#if defined(__FreeBSD__) ++# include "mntent.h" ++#endif + + static int NONNULL(1, 2, 3) + find_file(const char * const filepath, char **devicep, char **relpathp) diff --git a/devel/efivar/files/patch-src_disk.c b/devel/efivar/files/patch-src_disk.c new file mode 100644 index 000000000000..796a0904ed29 --- /dev/null +++ b/devel/efivar/files/patch-src_disk.c @@ -0,0 +1,32 @@ +--- src/disk.c.orig 2024-01-31 20:08:46 UTC ++++ src/disk.c +@@ -14,6 +14,10 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#ifdef __FreeBSD__ ++# include <sys/disk.h> ++# undef LIST_HEAD ++#endif + #include <sys/ioctl.h> + #include <sys/mount.h> + #include <sys/stat.h> +@@ -158,8 +162,18 @@ msdos_disk_get_partition_info (int fd, int write_signa + } else if (num == 0) { + /* Whole disk */ + *start = 0; ++#if defined(__linux__) + ioctl(fd, BLKGETSIZE, &disk_size); + *size = disk_size; ++#elif defined(__FreeBSD__) ++ long sector_size=0; ++ ioctl(fd, DIOCGMEDIASIZE, &disk_size); ++ ioctl(fd, DIOCGSECTORSIZE, §or_size); ++ *size = disk_size / sector_size; ++#else ++ efi_error("could not get disk size (not implemented on your OS)"); ++ return -1; ++#endif + } else if (num >= 1 && num <= 4) { + /* Primary partition */ + *start = mbr->partition[num-1].starting_lba; diff --git a/devel/efivar/files/patch-src_dp.h b/devel/efivar/files/patch-src_dp.h new file mode 100644 index 000000000000..27a3cc282b2b --- /dev/null +++ b/devel/efivar/files/patch-src_dp.h @@ -0,0 +1,13 @@ +--- src/dp.h.orig 2024-01-31 20:08:46 UTC ++++ src/dp.h +@@ -6,7 +6,9 @@ + #ifndef _EFIVAR_INTERNAL_DP_H + #define _EFIVAR_INTERNAL_DP_H + +-#include <alloca.h> ++#if defined(__linux__) ++# include <alloca.h> ++#endif + #include <stdarg.h> + #include <stdio.h> + #include <stdlib.h> diff --git a/devel/efivar/files/patch-src_efisecdb.c b/devel/efivar/files/patch-src_efisecdb.c new file mode 100644 index 000000000000..dd61da8d2eb3 --- /dev/null +++ b/devel/efivar/files/patch-src_efisecdb.c @@ -0,0 +1,38 @@ +--- src/efisecdb.c.orig 2024-01-31 20:08:46 UTC ++++ src/efisecdb.c +@@ -93,7 +93,7 @@ secdb_warnx(const char * const fmt, ...) + int errnum = errno; + + fflush(stdout); +- fprintf(stderr, "%s: ", program_invocation_short_name); ++ fprintf(stderr, "%s: ", getprogname()); + va_start(ap, fmt); + vfprintf(stderr, fmt, ap); + va_end(ap); +@@ -109,7 +109,7 @@ secdb_err(int status, const char * const fmt, ...) + int errnum = errno; + + fflush(stdout); +- fprintf(stderr, "%s: ", program_invocation_short_name); ++ fprintf(stderr, "%s: ", getprogname()); + va_start(ap, fmt); + vfprintf(stderr, fmt, ap); + va_end(ap); +@@ -126,7 +126,7 @@ secdb_errx(int status, const char * const fmt, ...) + int errnum = errno; + + fflush(stdout); +- fprintf(stderr, "%s: ", program_invocation_short_name); ++ fprintf(stderr, "%s: ", getprogname()); + va_start(ap, fmt); + errno = errnum; + vfprintf(stderr, fmt, ap); +@@ -149,7 +149,7 @@ usage(int status) + " -t, --type=<hash-type> hash type to add (\"help\" lists options)\n" + " -c, --certificate=<file> certificate file to add\n" + " -L, --list-guids list well known guids\n", +- program_invocation_short_name); ++ getprogname()); + exit(status); + } + diff --git a/devel/efivar/files/patch-src_efivar.c b/devel/efivar/files/patch-src_efivar.c new file mode 100644 index 000000000000..5a419a603b42 --- /dev/null +++ b/devel/efivar/files/patch-src_efivar.c @@ -0,0 +1,31 @@ +--- src/efivar.c.orig 2024-01-31 20:08:46 UTC ++++ src/efivar.c +@@ -20,6 +20,10 @@ + #include <string.h> + #include <limits.h> + ++#if defined(__FreeBSD__) ++# undef LIST_HEAD ++#endif ++ + extern char *optarg; + extern int optind, opterr, optopt; + +@@ -408,7 +412,7 @@ prepare_data(const char *filename, uint8_t **data, siz + goto err; + + buflen = statbuf.st_size; +- buf = mmap(NULL, buflen, PROT_READ, MAP_PRIVATE|MAP_POPULATE, fd, 0); ++ buf = mmap(NULL, buflen, PROT_READ, MAP_PRIVATE, fd, 0); + if (buf == MAP_FAILED) + goto err; + +@@ -447,7 +451,7 @@ usage(int ret) + "Help options:\n" + " -?, --help Show this help message\n" + " --usage Display brief usage message\n", +- program_invocation_short_name); ++ getprogname()); + exit(ret); + } + diff --git a/devel/efivar/files/patch-src_efivarfs.c b/devel/efivar/files/patch-src_efivarfs.c new file mode 100644 index 000000000000..1ca8a549aba8 --- /dev/null +++ b/devel/efivar/files/patch-src_efivarfs.c @@ -0,0 +1,162 @@ +--- src/efivarfs.c.orig 2024-01-31 20:08:46 UTC ++++ src/efivarfs.c +@@ -9,20 +9,32 @@ + #include <err.h> + #include <errno.h> + #include <fcntl.h> +-#include <linux/magic.h> ++#if defined(__linux__) ++# include <linux/magic.h> ++#endif + #include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include <sys/mman.h> + #include <sys/types.h> ++#include <sys/param.h> ++#include <sys/mount.h> + #include <sys/stat.h> + #include <sys/uio.h> +-#include <sys/vfs.h> ++#if defined(__linux__) ++# include <sys/vfs.h> ++#endif + #include <unistd.h> + ++#if defined(__FreeBSD__) ++# undef LIST_HEAD ++#endif ++ + #include "efivar.h" + +-#include <linux/fs.h> ++#if defined(__linux__) ++# include <linux/fs.h> ++#endif + + #ifndef EFIVARFS_MAGIC + # define EFIVARFS_MAGIC 0xde5e81e4 +@@ -102,6 +114,7 @@ efivarfs_set_fd_immutable(int fd, int immutable) + static int + efivarfs_set_fd_immutable(int fd, int immutable) + { ++#if defined(__linux__) + unsigned int flags; + int rc = 0; + +@@ -124,11 +137,42 @@ efivarfs_set_fd_immutable(int fd, int immutable) + } + + return rc; ++#elif defined(__FreeBSD__) ++ struct stat sb; ++ int rc = 0; ++ unsigned long flags; ++ ++ if (fstat(fd, &sb) == -1) { ++ if (errno == EBADF) ++ rc = 0; ++ else ++ efi_error("fstat(%d) failed", fd); ++ return rc; ++ } ++ ++ flags = sb.st_flags; ++ ++ if ((immutable && !(flags & UF_IMMUTABLE)) || ++ (!immutable && (flags & UF_IMMUTABLE))) { ++ if (immutable) ++ flags |= UF_IMMUTABLE; ++ else ++ flags &= ~UF_IMMUTABLE; ++ ++ if (chflagsat(fd, "", flags, AT_EMPTY_PATH) == -1) { ++ efi_error("chflagsat(%d) failed\n", fd); ++ rc = -1; ++ } ++ } ++ ++ return rc; ++#endif + } + + static int + efivarfs_make_fd_mutable(int fd, unsigned long *orig_attrs) + { ++#if defined(__linux__) + unsigned long mutable_attrs = 0; + + *orig_attrs = 0; +@@ -145,6 +189,26 @@ efivarfs_make_fd_mutable(int fd, unsigned long *orig_a + return -1; + + return 0; ++#elif defined(__FreeBSD__) ++ struct stat sb; ++ ++ *orig_attrs = 0; ++ ++ if (fstat(fd, &sb) == -1) ++ return -1; ++ ++ *orig_attrs = sb.st_flags; ++ ++ // if the file is not immutable, nothing to do ++ if ((sb.st_flags & UF_IMMUTABLE) == 0) ++ return 0; ++ ++ // remove user immutable flag ++ if (chflagsat(fd, "", sb.st_flags & ~UF_IMMUTABLE, AT_EMPTY_PATH) == -1) ++ return -1; ++ ++ return 0; ++#endif + } + + static int +@@ -375,10 +439,17 @@ efivarfs_set_variable(efi_guid_t guid, const char *nam + goto err; + } + ++#if defined(__linux__) + /* if the file is indeed immutable, clear and remember it */ + if (efivarfs_make_fd_mutable(rfd, &orig_attrs) == 0 && + (orig_attrs & FS_IMMUTABLE_FL)) + restore_immutable_fd = rfd; ++#elif defined(__FreeBSD__) ++ /* if the file is indeed immutable, clear and remember it */ ++ if (efivarfs_make_fd_mutable(rfd, &orig_attrs) == 0 && ++ (orig_attrs & UF_IMMUTABLE)) ++ restore_immutable_fd = rfd; ++#endif + } + + /* +@@ -414,9 +485,15 @@ efivarfs_set_variable(efi_guid_t guid, const char *nam + * immediately, and the write() below would fail otherwise. + */ + if (rfd == -1) { ++#if defined(__linux__) + if (efivarfs_make_fd_mutable(wfd, &orig_attrs) == 0 && + (orig_attrs & FS_IMMUTABLE_FL)) + restore_immutable_fd = wfd; ++#elif defined(__FreeBSD__) ++ if (efivarfs_make_fd_mutable(wfd, &orig_attrs) == 0 && ++ (orig_attrs & UF_IMMUTABLE)) ++ restore_immutable_fd = wfd; ++#endif + } else { + /* make sure rfd and wfd refer to the same file */ + struct stat wfd_stat; +@@ -452,7 +529,11 @@ err: + if (ret == -1 && rfd == -1 && wfd != -1 && unlink(path) == -1) + efi_error("failed to unlink %s", path); + ++#if defined(__linux__) + ioctl(restore_immutable_fd, FS_IOC_SETFLAGS, &orig_attrs); ++#elif defined(__FreeBSD__) ++ chflagsat(restore_immutable_fd, "", orig_attrs, AT_EMPTY_PATH); ++#endif + + if (wfd >= 0) + close(wfd); diff --git a/devel/efivar/files/patch-src_gpt.c b/devel/efivar/files/patch-src_gpt.c new file mode 100644 index 000000000000..87d6d523d72a --- /dev/null +++ b/devel/efivar/files/patch-src_gpt.c @@ -0,0 +1,59 @@ +--- src/gpt.c.orig 2024-01-31 20:08:46 UTC ++++ src/gpt.c +@@ -16,6 +16,11 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#if defined(__FreeBSD__) ++# include <sys/disk.h> ++# undef LIST_HEAD ++#endif ++#include <sys/ioctl.h> + #include <sys/mount.h> + #include <sys/param.h> + #include <sys/stat.h> +@@ -60,6 +65,7 @@ is_pmbr_valid(legacy_mbr *mbr) + return (magic && found); + } + ++#if defined(__linux__) + /** + * kernel_has_blkgetsize64() + * +@@ -92,6 +98,7 @@ kernel_has_blkgetsize64(void) + return 0; + return 1; + } ++#endif + + /************************************************************ + * _get_num_sectors +@@ -114,6 +121,8 @@ _get_num_sectors(int filedes) + unsigned long sectors=0; + uint64_t bytes=0; + int rc; ++ ++#if defined(__linux__) + if (kernel_has_blkgetsize64()) { + rc = ioctl(filedes, BLKGETSIZE64, &bytes); + if (!rc) +@@ -125,6 +134,19 @@ _get_num_sectors(int filedes) + return 0; + + return sectors; ++#elif defined(__FreeBSD__) ++ rc = ioctl(filedes, DIOCGMEDIASIZE, &bytes); ++ if (rc == -1) ++ return 0; ++ ++ rc = ioctl(filedes, DIOCGSECTORSIZE, §ors); ++ if (rc == -1) ++ return 0; ++ ++ return bytes / sectors; ++#else ++ return 0; ++#endif + } + + /************************************************************ diff --git a/devel/efivar/files/patch-src_include_defaults.mk b/devel/efivar/files/patch-src_include_defaults.mk new file mode 100644 index 000000000000..9c56eb219471 --- /dev/null +++ b/devel/efivar/files/patch-src_include_defaults.mk @@ -0,0 +1,26 @@ +--- src/include/defaults.mk.orig 2024-01-31 20:08:46 UTC ++++ src/include/defaults.mk +@@ -43,7 +43,6 @@ override CFLAGS = $(_CFLAGS) \ + override CFLAGS = $(_CFLAGS) \ + -std=gnu11 \ + -funsigned-char \ +- -fvisibility=hidden \ + $(call family,CFLAGS) \ + $(call pkg-config-cflags) + LDFLAGS_CLANG ?= -rtlib=compiler-rt +@@ -53,7 +52,6 @@ override LDFLAGS = $(CFLAGS) -L. $(_LDFLAGS) $(_CCLDFL + override _LDFLAGS := $(LDFLAGS) + override LDFLAGS = $(CFLAGS) -L. $(_LDFLAGS) $(_CCLDFLAGS) \ + -Wl,--build-id \ +- -Wl,--no-allow-shlib-undefined \ + -Wl,--no-undefined-version \ + -Wl,-z,now \ + -Wl,-z,muldefs \ +@@ -99,7 +97,6 @@ override HOST_LDFLAGS = $(HOST_CFLAGS) -L. \ + override HOST_LDFLAGS = $(HOST_CFLAGS) -L. \ + $(_HOST_LDFLAGS) $(_HOST_CCLDFLAGS) \ + -Wl,--build-id \ +- -Wl,--no-allow-shlib-undefined \ + -Wl,-z,now \ + -Wl,-z,muldefs \ + $(call family,HOST_LDFLAGS) \ diff --git a/devel/efivar/files/patch-src_include_gcc.specs b/devel/efivar/files/patch-src_include_gcc.specs new file mode 100644 index 000000000000..388f3d9e22cd --- /dev/null +++ b/devel/efivar/files/patch-src_include_gcc.specs @@ -0,0 +1,8 @@ +--- src/include/gcc.specs.orig 2024-01-31 20:08:46 UTC ++++ src/include/gcc.specs +@@ -5,4 +5,4 @@ + %{!shared:%{!static:%{!r:-pie}}} %{static:-Wl,-no-fa + + %{!shared:%{!static:%{!r:-pie}}} %{static:-Wl,-no-fatal-warnings -Wl,-static -static -Wl,-z,relro,-z,now} -grecord-gcc-switches + + *link: +-+ %{!static:--fatal-warnings} --no-undefined-version --no-allow-shlib-undefined -z now --build-id %{!static:%{!shared:-pie}} %{shared:-z relro} %{static:%<pie} +++ %{!static:--fatal-warnings} --no-undefined-version -z now --build-id %{!static:%{!shared:-pie}} %{shared:-z relro} %{static:%<pie} diff --git a/devel/efivar/files/patch-src_linux.c b/devel/efivar/files/patch-src_linux.c new file mode 100644 index 000000000000..1948fba2d92b --- /dev/null +++ b/devel/efivar/files/patch-src_linux.c @@ -0,0 +1,108 @@ +--- src/linux.c.orig 2024-01-31 20:08:46 UTC ++++ src/linux.c +@@ -12,17 +12,30 @@ + #include <fcntl.h> + #include <inttypes.h> + #include <limits.h> +-#include <linux/ethtool.h> +-#include <linux/version.h> +-#include <linux/sockios.h> ++#if defined(__linux__) ++# include <linux/ethtool.h> ++# include <linux/version.h> ++# include <linux/sockios.h> ++#elif defined(__FreeBSD__) ++# include <net/if.h> ++# include <net/if_dl.h> ++#endif + #include <net/if.h> +-#include <scsi/scsi.h> ++#if defined(__linux__) ++# include <scsi/scsi.h> ++#endif + #include <stdbool.h> + #include <stdio.h> ++#if defined(__FreeBSD__) ++# include <sys/disk.h> ++# undef LIST_HEAD ++#endif + #include <sys/ioctl.h> + #include <sys/mount.h> + #include <sys/socket.h> +-#include <sys/sysmacros.h> ++#if defined(__linux__) ++# include <sys/sysmacros.h> ++#endif + #include <sys/types.h> + #include <sys/param.h> + #include <sys/stat.h> +@@ -630,6 +643,7 @@ make_blockdev_path(uint8_t *buf, ssize_t size, struct + return off; + } + ++#if defined(__linux__) + ssize_t HIDDEN + make_mac_path(uint8_t *buf, ssize_t size, const char * const ifname) + { +@@ -693,7 +707,48 @@ err: + close(fd); + return ret; + } ++#elif defined(__FreeBSD__) ++ssize_t HIDDEN ++make_mac_path(uint8_t *buf, ssize_t size, const char * const ifname) ++{ ++ int fd; ++ struct ifreq ifr; ++ struct sockaddr_dl *sdl; ++ ssize_t ret = -1; + ++ if (!buf || !ifname) ++ return -1; ++ ++ fd = socket(AF_INET, SOCK_DGRAM, 0); ++ if (fd < 0) ++ return -1; ++ ++ memset(&ifr, 0, sizeof(ifr)); ++ strncpy(ifr.ifr_name, ifname, IFNAMSIZ-1); ++ ifr.ifr_name[IFNAMSIZ-1] = '\0'; ++ ++ if (ioctl(fd, SIOCGIFADDR, &ifr) < 0) { ++ close(fd); ++ return -1; ++ } ++ ++ // For MAC, use AF_LINK (sockaddr_dl) ++ if (ioctl(fd, SIOCGIFCONF, &ifr) < 0) { ++ close(fd); ++ return -1; ++ } ++ ++ sdl = (struct sockaddr_dl *)&ifr.ifr_addr; ++ if (sdl->sdl_alen > 0 && sdl->sdl_alen <= size) { ++ memcpy(buf, LLADDR(sdl), sdl->sdl_alen); ++ ret = sdl->sdl_alen; ++ } ++ ++ close(fd); ++ return ret; ++} ++#endif ++ + /************************************************************ + * get_sector_size + * Requires: +@@ -707,7 +762,12 @@ get_sector_size(int filedes) + { + int rc, sector_size = 512; + ++ (void)filedes; ++#if defined(__linux__) + rc = ioctl(filedes, BLKSSZGET, §or_size); ++#elif defined(__FreeBSD__) ++ rc = ioctl(filedes, DIOCGSECTORSIZE, §or_size); ++#endif + if (rc) + sector_size = 512; + return sector_size; diff --git a/devel/efivar/files/patch-src_mntent.h b/devel/efivar/files/patch-src_mntent.h new file mode 100644 index 000000000000..f4cf03ef4d55 --- /dev/null +++ b/devel/efivar/files/patch-src_mntent.h @@ -0,0 +1,192 @@ +--- src/mntent.h.orig 2025-10-12 11:00:40 UTC ++++ src/mntent.h +@@ -0,0 +1,189 @@ ++/* ++ * mntent ++ * mntent.h - compatibility header for FreeBSD ++ * ++ * Copyright (c) 2001 David Rufino <daverufino@btinternet.com> ++ * All rights reserved. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ */ ++ ++#ifndef VIFM__UTILS__MNTENT_H__ ++#define VIFM__UTILS__MNTENT_H__ ++ ++#include <stddef.h> ++#include <stdio.h> ++ ++#define MOUNTED "dummy" ++ ++#define MNTTYPE_NFS "nfs" ++ ++struct mntent ++{ ++ char *mnt_fsname; ++ char *mnt_dir; ++ char *mnt_type; ++ char *mnt_opts; ++ int mnt_freq; ++ int mnt_passno; ++}; ++ ++#define setmntent(x,y) ((FILE *)0x1) ++struct mntent * getmntent(FILE *fp); ++char * hasmntopt(const struct mntent *mnt, const char option[]); ++#define endmntent(x) ((int)1) ++ ++#endif /* VIFM__UTILS__MNTENT_H__ */ ++ ++#include <sys/param.h> ++#include <sys/ucred.h> ++#include <sys/mount.h> ++ ++#include <stdlib.h> ++#include <string.h> ++ ++#ifdef __NetBSD__ ++#define statfs statvfs ++#define f_flags f_flag ++#endif ++ ++static struct mntent * statfs_to_mntent(struct statfs *mntbuf); ++static char * flags2opts(int flags); ++static char * catopt(char s0[], const char s1[]); ++ ++char * ++hasmntopt(const struct mntent *mnt, const char option[]) ++{ ++ char *opt, *optbuf; ++ ++ optbuf = strdup(mnt->mnt_opts); ++ for(opt = optbuf; (opt = strtok(opt, " ")) != NULL; opt = NULL) ++ { ++ if(!strcasecmp(opt, option)) ++ { ++ opt = opt - optbuf + mnt->mnt_opts; ++ free(optbuf); ++ return (opt); ++ } ++ } ++ free(optbuf); ++ return NULL; ++} ++ ++struct mntent * ++getmntent(FILE *fp) ++{ ++ static int pos = -1; ++ static int mntsize = -1; ++ ++ static struct statfs *mntbuf; ++ ++ (void)fp; ++ ++ if(pos == -1 || mntsize == -1) ++ { ++ mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); ++ } ++ ++ pos++; ++ if(pos == mntsize) ++ { ++ pos = mntsize = -1; ++ return NULL; ++ } ++ ++ return statfs_to_mntent(&mntbuf[pos]); ++} ++ ++static struct mntent * ++statfs_to_mntent(struct statfs *mntbuf) ++{ ++ static struct mntent _mntent; ++ static char opts_buf[40], *tmp; ++ ++ _mntent.mnt_fsname = mntbuf->f_mntfromname; ++ _mntent.mnt_dir = mntbuf->f_mntonname; ++ _mntent.mnt_type = mntbuf->f_fstypename; ++ tmp = flags2opts (mntbuf->f_flags); ++ if(tmp != NULL) ++ { ++ opts_buf[sizeof(opts_buf) - 1] = '\0'; ++ strncpy(opts_buf, tmp, sizeof(opts_buf) - 1); ++ free(tmp); ++ } ++ else ++ { ++ *opts_buf = '\0'; ++ } ++ _mntent.mnt_opts = opts_buf; ++ _mntent.mnt_freq = _mntent.mnt_passno = 0; ++ return &_mntent; ++} ++ ++static char * ++flags2opts(int flags) ++{ ++ char *res = catopt(NULL, (flags & MNT_RDONLY) ? "ro" : "rw"); ++ if(flags & MNT_SYNCHRONOUS) res = catopt(res, "sync"); ++ if(flags & MNT_NOEXEC) res = catopt(res, "noexec"); ++ if(flags & MNT_NOSUID) res = catopt(res, "nosuid"); ++#ifndef __OpenBSD__ ++ if(flags & MNT_UNION) res = catopt(res, "union"); ++#endif ++ if(flags & MNT_ASYNC) res = catopt(res, "async"); ++ if(flags & MNT_NOATIME) res = catopt(res, "noatime"); ++#if !defined(__APPLE__) && !defined(__OpenBSD__) && !defined(__NetBSD__) ++ if(flags & MNT_NOCLUSTERR) res = catopt(res, "noclusterr"); ++ if(flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); ++ if(flags & MNT_NOSYMFOLLOW) res = catopt(res, "nosymfollow"); ++ if(flags & MNT_SUIDDIR) res = catopt(res, "suiddir"); ++#endif ++ ++ return res; ++} ++ ++static char * ++catopt(char s0[], const char s1[]) ++{ ++ char *cp; ++ ++ if(s1 == NULL || *s1 == '\0') ++ { ++ return s0; ++ } ++ if(s0 && *s0) ++ { ++ const size_t i = strlen(s0) + strlen(s1) + 1 + 1; ++ if((cp = malloc(i)) == NULL) ++ { ++ return NULL; ++ } ++ (void)snprintf(cp, i, "%s %s", s0, s1); ++ } ++ else ++ { ++ cp = strdup(s1); ++ } ++ ++ free(s0); ++ return cp; ++} diff --git a/devel/efivar/files/patch-src_test_tester.c b/devel/efivar/files/patch-src_test_tester.c new file mode 100644 index 000000000000..d93bb2d6456c --- /dev/null +++ b/devel/efivar/files/patch-src_test_tester.c @@ -0,0 +1,13 @@ +--- src/test/tester.c.orig 2024-01-31 20:08:46 UTC ++++ src/test/tester.c +@@ -5,7 +5,9 @@ + * Copyright 2012-2018 Peter M. Jones <pjones@redhat.com> + */ + +-#include <alloca.h> ++#if defined(__linux__) ++# include <alloca.h> ++#endif + #include <errno.h> + #include <fcntl.h> + #include <stdarg.h> diff --git a/devel/efivar/files/patch-src_thread-test.c b/devel/efivar/files/patch-src_thread-test.c new file mode 100644 index 000000000000..b46bf0bb4ead --- /dev/null +++ b/devel/efivar/files/patch-src_thread-test.c @@ -0,0 +1,22 @@ +--- src/thread-test.c.orig 2024-01-31 20:08:46 UTC ++++ src/thread-test.c +@@ -6,7 +6,9 @@ + + #include "fix_coverity.h" + +-#include <alloca.h> ++#if defined(__linux__) ++# include <alloca.h> ++#endif + #include <efivar.h> + #include <err.h> + #include <errno.h> +@@ -125,7 +127,7 @@ usage(int ret) + "Help options:\n" + " -?, --help Show this help message\n" + " --usage Display brief usage message\n", +- program_invocation_short_name); ++ getprogname()); + exit(ret); + } + diff --git a/devel/efivar/files/patch-src_time.c b/devel/efivar/files/patch-src_time.c new file mode 100644 index 000000000000..4a7edf743ef4 --- /dev/null +++ b/devel/efivar/files/patch-src_time.c @@ -0,0 +1,20 @@ +--- src/time.c.orig 2024-01-31 20:08:46 UTC ++++ src/time.c +@@ -52,7 +52,17 @@ tm_to_efi_time(const struct tm * const s, efi_time_t * + + if (tzadj) { + tzset(); ++ ++#if defined(__FreeBSD__) ++ time_t t = time(NULL); ++ struct tm lt = {0}; ++ ++ localtime_r(&t, <); ++ ++ d->timezone = lt.tm_gmtoff / 60; ++#else + d->timezone = timezone / 60; ++#endif + } + + return 0; diff --git a/devel/efivar/files/patch-src_util.h b/devel/efivar/files/patch-src_util.h new file mode 100644 index 000000000000..7c47def1ebf9 --- /dev/null +++ b/devel/efivar/files/patch-src_util.h @@ -0,0 +1,13 @@ +--- src/util.h.orig 2024-01-31 20:08:46 UTC ++++ src/util.h +@@ -8,7 +8,9 @@ + #ifndef EFIVAR_UTIL_H + #define EFIVAR_UTIL_H 1 + +-#include <alloca.h> ++#if defined(__linux__) ++# include <alloca.h> ++#endif + #include <ctype.h> + #include <endian.h> + #include <err.h> diff --git a/devel/efivar/pkg-descr b/devel/efivar/pkg-descr index 37d65fa5d927..6016e8495d1a 100644 --- a/devel/efivar/pkg-descr +++ b/devel/efivar/pkg-descr @@ -1 +1 @@ -Tools and library to manipulate EFI variables. +Tools and libraries to work with EFI variables. diff --git a/devel/efivar/pkg-plist b/devel/efivar/pkg-plist index bf135b272c8f..d95e99c0eb2e 100644 --- a/devel/efivar/pkg-plist +++ b/devel/efivar/pkg-plist @@ -1,9 +1,29 @@ +bin/efisecdb bin/efivar -include/efivar-guids.h -include/efivar.h +include/efivar/efiboot-creator.h +include/efivar/efiboot-loadopt.h +include/efivar/efiboot.h +include/efivar/efisec-secdb.h +include/efivar/efisec-types.h +include/efivar/efisec.h +include/efivar/efivar-dp.h +include/efivar/efivar-guids.h +include/efivar/efivar-time.h +include/efivar/efivar-types.h +include/efivar/efivar.h +lib/libefiboot.so +lib/libefiboot.so.1 +lib/libefiboot.so.1.39 +lib/libefisec.so +lib/libefisec.so.1 +lib/libefisec.so.1.39 lib/libefivar.so -lib/libefivar.so.0 +lib/libefivar.so.1 +lib/libefivar.so.1.39 +libdata/pkgconfig/efiboot.pc +libdata/pkgconfig/efisec.pc libdata/pkgconfig/efivar.pc +share/man/man1/efisecdb.1.gz share/man/man1/efivar.1.gz share/man/man3/efi_append_variable.3.gz share/man/man3/efi_del_variable.3.gz @@ -11,6 +31,7 @@ share/man/man3/efi_get_next_variable_name.3.gz share/man/man3/efi_get_variable.3.gz share/man/man3/efi_get_variable_attributes.3.gz share/man/man3/efi_get_variable_size.3.gz +share/man/man3/efi_guid_to_id_guid.3.gz share/man/man3/efi_guid_to_name.3.gz share/man/man3/efi_guid_to_str.3.gz share/man/man3/efi_guid_to_symbol.3.gz @@ -18,4 +39,18 @@ share/man/man3/efi_name_to_guid.3.gz share/man/man3/efi_set_variable.3.gz share/man/man3/efi_str_to_guid.3.gz share/man/man3/efi_symbol_to_guid.3.gz +share/man/man3/efi_variable_alloc.3.gz +share/man/man3/efi_variable_export.3.gz +share/man/man3/efi_variable_free.3.gz +share/man/man3/efi_variable_get_attributes.3.gz +share/man/man3/efi_variable_get_data.3.gz +share/man/man3/efi_variable_get_guid.3.gz +share/man/man3/efi_variable_get_name.3.gz +share/man/man3/efi_variable_import.3.gz +share/man/man3/efi_variable_realize.3.gz +share/man/man3/efi_variable_set_attributes.3.gz +share/man/man3/efi_variable_set_data.3.gz +share/man/man3/efi_variable_set_guid.3.gz +share/man/man3/efi_variable_set_name.3.gz +share/man/man3/efi_variable_t.3.gz share/man/man3/efi_variables_supported.3.gz diff --git a/devel/electron36/Makefile.version b/devel/electron36/Makefile.version index 3c6b270a47c8..004a0d15ed5e 100644 --- a/devel/electron36/Makefile.version +++ b/devel/electron36/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 36.9.4 +ELECTRON_VER= 36.9.5 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron36/distinfo b/devel/electron36/distinfo index 02d66418afad..f35e446ec562 100644 --- a/devel/electron36/distinfo +++ b/devel/electron36/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1760018491 +TIMESTAMP = 1760566532 SHA256 (electron/chromium-136.0.7103.177.tar.xz.0) = 75e7a4c47e9a958aae70a026c8d005c07b76b02bf315071f209070fddaaa7665 SIZE (electron/chromium-136.0.7103.177.tar.xz.0) = 2000000000 SHA256 (electron/chromium-136.0.7103.177.tar.xz.1) = a86bdf58829129e0ef42a1bc6e5864701fba4572456631660c04c20e6d5bcee3 @@ -7,10 +7,10 @@ SHA256 (electron/chromium-136.0.7103.177.tar.xz.2) = 81a0db12277369bfae95002de9b SIZE (electron/chromium-136.0.7103.177.tar.xz.2) = 248456988 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-36.9.4.tar.xz) = 34a44bb3ceaa38384ab57905ac82eb29f3cb66db5f731479d67b306211916e3d -SIZE (electron/electron-yarn-cache-36.9.4.tar.xz) = 30531168 -SHA256 (electron/electron-electron-v36.9.4_GH0.tar.gz) = eeee3745bb6eeaa357b42ff78143421c8d124830e0d327ec64ef0d16a523b9ca -SIZE (electron/electron-electron-v36.9.4_GH0.tar.gz) = 15830187 +SHA256 (electron/electron-yarn-cache-36.9.5.tar.xz) = 34a44bb3ceaa38384ab57905ac82eb29f3cb66db5f731479d67b306211916e3d +SIZE (electron/electron-yarn-cache-36.9.5.tar.xz) = 30531168 +SHA256 (electron/electron-electron-v36.9.5_GH0.tar.gz) = 0fa7119b32c2585670eaa580af2ad6be396a1216223788c932d787b5efd09cef +SIZE (electron/electron-electron-v36.9.5_GH0.tar.gz) = 15830239 SHA256 (electron/nodejs-node-v22.19.0_GH0.tar.gz) = 8f28e6635c2fe9d1ea29347606df81128c52bc3a2b820aca5851bd6b89c96aa4 SIZE (electron/nodejs-node-v22.19.0_GH0.tar.gz) = 123089614 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb diff --git a/devel/electron37/Makefile b/devel/electron37/Makefile index 546825e4cc48..37125353aec4 100644 --- a/devel/electron37/Makefile +++ b/devel/electron37/Makefile @@ -226,7 +226,7 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER CHROMIUM_VER= 138.0.7204.251 # See ${WRKSRC}/electron/DEPS for NODE_VER -NODE_VER= 22.19.0 +NODE_VER= 22.20.0 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= e14bdcd1f72d62bca1d541b66da43130384ec213 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER diff --git a/devel/electron37/Makefile.version b/devel/electron37/Makefile.version index a5fc7db763a9..9003ef0454cb 100644 --- a/devel/electron37/Makefile.version +++ b/devel/electron37/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 37.6.1 +ELECTRON_VER= 37.7.0 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron37/distinfo b/devel/electron37/distinfo index c470c7767abb..329efe063cc4 100644 --- a/devel/electron37/distinfo +++ b/devel/electron37/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1760042725 +TIMESTAMP = 1760649499 SHA256 (electron/chromium-138.0.7204.251.tar.xz.0) = 23057c15fd77b6653b01a34e08782f05cc80ecddddaf6f0b87390beb32810151 SIZE (electron/chromium-138.0.7204.251.tar.xz.0) = 2000000000 SHA256 (electron/chromium-138.0.7204.251.tar.xz.1) = 784a8bcb5eff8c204557c5cb7c4a223efd3c472303dd79a8b7be97e3d5d0982a @@ -7,12 +7,12 @@ SHA256 (electron/chromium-138.0.7204.251.tar.xz.2) = 3d7af9e06a90102b41de19d4635 SIZE (electron/chromium-138.0.7204.251.tar.xz.2) = 273864084 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-37.6.1.tar.xz) = 34a44bb3ceaa38384ab57905ac82eb29f3cb66db5f731479d67b306211916e3d -SIZE (electron/electron-yarn-cache-37.6.1.tar.xz) = 30531168 -SHA256 (electron/electron-electron-v37.6.1_GH0.tar.gz) = a98a0bdb4d1b303ac2923420fd7b0dbcf9c0f4158317b7bc9a931cc1a7514f57 -SIZE (electron/electron-electron-v37.6.1_GH0.tar.gz) = 15843969 -SHA256 (electron/nodejs-node-v22.19.0_GH0.tar.gz) = 8f28e6635c2fe9d1ea29347606df81128c52bc3a2b820aca5851bd6b89c96aa4 -SIZE (electron/nodejs-node-v22.19.0_GH0.tar.gz) = 123089614 +SHA256 (electron/electron-yarn-cache-37.7.0.tar.xz) = 34a44bb3ceaa38384ab57905ac82eb29f3cb66db5f731479d67b306211916e3d +SIZE (electron/electron-yarn-cache-37.7.0.tar.xz) = 30531168 +SHA256 (electron/electron-electron-v37.7.0_GH0.tar.gz) = c80607ccc93f9329a6cf4864196172c4a03aaec4b2db16b81ee81d35b81be0fb +SIZE (electron/electron-electron-v37.7.0_GH0.tar.gz) = 15848245 +SHA256 (electron/nodejs-node-v22.20.0_GH0.tar.gz) = 5c2e4ecc6583c5d49f9a9a4473fc267402762fc8e8a7835465919dacd6fdd5d8 +SIZE (electron/nodejs-node-v22.20.0_GH0.tar.gz) = 129356712 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 diff --git a/devel/electron38/Makefile b/devel/electron38/Makefile index c67cc8896646..d821e8142ad3 100644 --- a/devel/electron38/Makefile +++ b/devel/electron38/Makefile @@ -4,13 +4,16 @@ DISTVERSION= ${ELECTRON_VER} PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel -MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/:chromium \ +MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v38.3.0/:chromium \ https://freedesktop.org/software/pulseaudio/releases/:pulseaudio PKGNAMESUFFIX= ${ELECTRON_VER_MAJOR} -DISTFILES= chromium-${CHROMIUM_VER}${EXTRACT_SUFX}:chromium \ +DISTFILES= chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.0:chromium \ + chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.1:chromium \ + chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.2:chromium \ pulseaudio-${PULSEV}.tar.gz:pulseaudio \ electron-yarn-cache-${ELECTRON_VER}${EXTRACT_SUFX}:prefetch DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= ${DISTFILES:C/:[^:]+$//:C/chromium-${CHROMIUM_VER}${EXTRACT_SUFX}\.[0-9]//} MAINTAINER= tagattie@FreeBSD.org COMMENT= Build cross-platform desktop apps with JavaScript, HTML, and CSS @@ -220,9 +223,9 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER -CHROMIUM_VER= 140.0.7339.133 +CHROMIUM_VER= 140.0.7339.240 # See ${WRKSRC}/electron/DEPS for NODE_VER -NODE_VER= 22.19.0 +NODE_VER= 22.20.0 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= e14bdcd1f72d62bca1d541b66da43130384ec213 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER @@ -320,6 +323,15 @@ pre-fetch: ${RM} -r ${WRKDIR}; \ fi +pre-extract: +# Chromium source tarball is splitted into multiple fragments. Concatenate them +# into a single one and manually extract it into WRKDIR. + @${CAT} ${DISTDIR}/${DIST_SUBDIR}/chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.? > \ + ${WRKSRC:H}/chromium-${CHROMIUM_VER}${EXTRACT_SUFX} + @cd ${WRKSRC:H} && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + chromium-${CHROMIUM_VER}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} + post-extract: # Move extracted sources to appropriate locations ${MV} ${WRKSRC:H}/chromium-${CHROMIUM_VER} ${WRKSRC} diff --git a/devel/electron38/Makefile.version b/devel/electron38/Makefile.version index 5a69f2dc7425..d29981805f5c 100644 --- a/devel/electron38/Makefile.version +++ b/devel/electron38/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 38.2.2 +ELECTRON_VER= 38.3.0 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron38/distinfo b/devel/electron38/distinfo index 3bda2e0f4ffb..2daf584173b1 100644 --- a/devel/electron38/distinfo +++ b/devel/electron38/distinfo @@ -1,14 +1,18 @@ -TIMESTAMP = 1760094237 -SHA256 (electron/chromium-140.0.7339.133.tar.xz) = 0592f933166d422c42d47b494973ebb8a1cb55493523b6ea901247b883d8d130 -SIZE (electron/chromium-140.0.7339.133.tar.xz) = 7424804784 +TIMESTAMP = 1760689434 +SHA256 (electron/chromium-140.0.7339.240.tar.xz.0) = 6f4a5a20ca144367ea2eca94239a6abaceae75a476da69a77fe56003dba226f8 +SIZE (electron/chromium-140.0.7339.240.tar.xz.0) = 2000000000 +SHA256 (electron/chromium-140.0.7339.240.tar.xz.1) = 20981168d3a0b42735617c5070134e62fcd598d099a902efc1fa79295de96044 +SIZE (electron/chromium-140.0.7339.240.tar.xz.1) = 2000000000 +SHA256 (electron/chromium-140.0.7339.240.tar.xz.2) = ae902a045d7429e57ceb135001f8ed9325b65fff9bc4dba23add9506a0e216cc +SIZE (electron/chromium-140.0.7339.240.tar.xz.2) = 331887040 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-38.2.2.tar.xz) = 7ed6fedc372c5bd23b38ed252c12ace0f0fbce096b5442add4501a965282eb04 -SIZE (electron/electron-yarn-cache-38.2.2.tar.xz) = 30044356 -SHA256 (electron/electron-electron-v38.2.2_GH0.tar.gz) = 56fd61d1c151e8f7ac14c712c4b8ca431bb2c75e2136720aaae89cd9da153e2d -SIZE (electron/electron-electron-v38.2.2_GH0.tar.gz) = 15862299 -SHA256 (electron/nodejs-node-v22.19.0_GH0.tar.gz) = 8f28e6635c2fe9d1ea29347606df81128c52bc3a2b820aca5851bd6b89c96aa4 -SIZE (electron/nodejs-node-v22.19.0_GH0.tar.gz) = 123089614 +SHA256 (electron/electron-yarn-cache-38.3.0.tar.xz) = 7ed6fedc372c5bd23b38ed252c12ace0f0fbce096b5442add4501a965282eb04 +SIZE (electron/electron-yarn-cache-38.3.0.tar.xz) = 30044356 +SHA256 (electron/electron-electron-v38.3.0_GH0.tar.gz) = 0a71805f5498a4cef0a2d1cd66dcb90d662b6d4348c38b3ddf033031586870f5 +SIZE (electron/electron-electron-v38.3.0_GH0.tar.gz) = 15863168 +SHA256 (electron/nodejs-node-v22.20.0_GH0.tar.gz) = 5c2e4ecc6583c5d49f9a9a4473fc267402762fc8e8a7835465919dacd6fdd5d8 +SIZE (electron/nodejs-node-v22.20.0_GH0.tar.gz) = 129356712 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 diff --git a/devel/electron38/files/patch-chrome_browser_about__flags.cc b/devel/electron38/files/patch-chrome_browser_about__flags.cc index 3bcef711e30e..9c7d22a1ab42 100644 --- a/devel/electron38/files/patch-chrome_browser_about__flags.cc +++ b/devel/electron38/files/patch-chrome_browser_about__flags.cc @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2025-08-26 20:49:50 UTC +--- chrome/browser/about_flags.cc.orig 2025-10-06 20:22:27 UTC +++ chrome/browser/about_flags.cc -@@ -328,12 +328,12 @@ +@@ -329,12 +329,12 @@ #include "components/stylus_handwriting/win/features.h" #endif @@ -15,7 +15,7 @@ #include "chrome/browser/contextual_cueing/contextual_cueing_features.h" // nogncheck #include "chrome/browser/enterprise/profile_management/profile_management_features.h" #include "chrome/browser/enterprise/webstore/features.h" -@@ -904,6 +904,26 @@ const FeatureEntry::FeatureVariation +@@ -905,6 +905,26 @@ const FeatureEntry::FeatureVariation std::size(kWebIdentityDigitalIdentityCredentialHighRiskDialogParam), nullptr}}; @@ -42,7 +42,7 @@ const FeatureEntry::FeatureParam kClipboardMaximumAge60Seconds[] = { {"UIClipboardMaximumAge", "60"}}; const FeatureEntry::FeatureParam kClipboardMaximumAge90Seconds[] = { -@@ -1284,7 +1304,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada +@@ -1285,7 +1305,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -51,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3920,7 +3940,7 @@ const FeatureEntry::FeatureVariation +@@ -3921,7 +3941,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -60,7 +60,7 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -4216,7 +4236,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -4217,7 +4237,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -69,7 +69,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4257,7 +4277,7 @@ const FeatureEntry::FeatureVariation +@@ -4258,7 +4278,7 @@ const FeatureEntry::FeatureVariation 1, nullptr}, }; @@ -78,7 +78,7 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -5468,7 +5488,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5469,7 +5489,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -87,7 +87,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -5767,7 +5787,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5768,7 +5788,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -96,7 +96,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -5981,7 +6001,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5982,7 +6002,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -105,7 +105,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -6014,6 +6034,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6015,6 +6035,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -122,7 +122,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -6915,7 +6945,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6916,7 +6946,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -131,7 +131,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7314,7 +7344,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7320,7 +7350,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -140,7 +140,7 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, -@@ -7819,7 +7849,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7825,7 +7855,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -149,7 +149,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8780,7 +8810,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8786,7 +8816,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -158,7 +158,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9407,7 +9437,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9413,7 +9443,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ash::features::kWallpaperGooglePhotosSharedAlbums)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -167,7 +167,7 @@ {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(blink::features::kGetAllScreensMedia)}, -@@ -9432,7 +9462,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9438,7 +9468,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -176,7 +176,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9888,7 +9918,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9894,7 +9924,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -185,7 +185,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10074,7 +10104,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10080,7 +10110,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -194,7 +194,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10573,7 +10603,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10579,7 +10609,7 @@ const FeatureEntry kFeatureEntries[] = { kOsDesktop | kOsAndroid, FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)}, @@ -203,7 +203,7 @@ {"camera-mic-effects", flag_descriptions::kCameraMicEffectsName, flag_descriptions::kCameraMicEffectsDescription, static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux), -@@ -10696,7 +10726,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10702,7 +10732,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, @@ -212,7 +212,7 @@ {"third-party-profile-management", flag_descriptions::kThirdPartyProfileManagementName, flag_descriptions::kThirdPartyProfileManagementDescription, -@@ -10725,7 +10755,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10731,7 +10761,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -221,7 +221,7 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11290,7 +11320,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11296,7 +11326,7 @@ const FeatureEntry kFeatureEntries[] = { PLATFORM_FEATURE_NAME_TYPE("CrOSLateBootGravedigger")}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -230,7 +230,7 @@ {"replace-sync-promos-with-sign-in-promos-desktop", flag_descriptions::kReplaceSyncPromosWithSignInPromosName, flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, -@@ -11449,7 +11479,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11455,7 +11485,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kCanvasHibernationDescription, kOsAll, FEATURE_VALUE_TYPE(blink::features::kCanvas2DHibernation)}, @@ -239,7 +239,7 @@ {"enable-history-sync-optin", flag_descriptions::kEnableHistorySyncOptinName, flag_descriptions::kEnableHistorySyncOptinDescription, -@@ -11552,7 +11582,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11558,7 +11588,7 @@ const FeatureEntry kFeatureEntries[] = { "HistoryOptInEducationalTipVariations")}, #endif // BUILDFLAG(IS_ANDROID) @@ -248,7 +248,7 @@ {"supervised-user-local-web-approvals", flag_descriptions::kSupervisedUserLocalWebApprovalsName, flag_descriptions::kSupervisedUserLocalWebApprovalsDescription, -@@ -11778,7 +11808,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11784,7 +11814,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -257,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, kOsDesktop, -@@ -11877,7 +11907,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11883,7 +11913,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -266,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11911,7 +11941,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11917,7 +11947,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -275,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12241,7 +12271,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12247,7 +12277,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -284,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12285,7 +12315,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12291,7 +12321,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -293,7 +293,7 @@ {"autofill-enable-amount-extraction-desktop", flag_descriptions::kAutofillEnableAmountExtractionDesktopName, flag_descriptions::kAutofillEnableAmountExtractionDesktopDescription, -@@ -12305,7 +12335,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12311,7 +12341,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(blink::features::kClipboardChangeEvent)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -302,7 +302,7 @@ {"autofill-enable-amount-extraction-allowlist-desktop", flag_descriptions::kAutofillEnableAmountExtractionAllowlistDesktopName, flag_descriptions:: -@@ -12437,7 +12467,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12443,7 +12473,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -311,7 +311,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12473,7 +12503,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12479,7 +12509,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -320,7 +320,7 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12488,7 +12518,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12494,7 +12524,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, @@ -329,7 +329,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12739,7 +12769,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12745,7 +12775,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -338,7 +338,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12825,7 +12855,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12831,7 +12861,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -347,7 +347,7 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -12948,7 +12978,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12954,7 +12984,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -356,7 +356,7 @@ {"lens-search-side-panel-default-width-change", flag_descriptions::kLensSearchSidePanelDefaultWidthChangeName, flag_descriptions::kLensSearchSidePanelDefaultWidthChangeDescription, -@@ -12972,7 +13002,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12978,7 +13008,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -365,7 +365,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -13010,7 +13040,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13016,7 +13046,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillEnableDownstreamCardAwarenessIph)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -374,7 +374,7 @@ {"enable-lens-overlay-back-to-page", flag_descriptions::kLensOverlayBackToPageName, flag_descriptions::kLensOverlayBackToPageDescription, kOsDesktop, -@@ -13059,7 +13089,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13065,7 +13095,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/devel/electron38/files/patch-chrome_browser_flag__descriptions.cc b/devel/electron38/files/patch-chrome_browser_flag__descriptions.cc index 5c820cb057f7..937fec919191 100644 --- a/devel/electron38/files/patch-chrome_browser_flag__descriptions.cc +++ b/devel/electron38/files/patch-chrome_browser_flag__descriptions.cc @@ -1,6 +1,6 @@ ---- chrome/browser/flag_descriptions.cc.orig 2025-08-26 20:49:50 UTC +--- chrome/browser/flag_descriptions.cc.orig 2025-10-06 20:22:27 UTC +++ chrome/browser/flag_descriptions.cc -@@ -667,7 +667,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB +@@ -671,7 +671,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB "Autofill suggestions on the allowlisted merchant websites."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const char kAutofillEnableAmountExtractionAllowlistDesktopName[] = "Enable loading and querying the checkout amount extraction allowlist on " "Chrome Desktop"; -@@ -685,7 +685,7 @@ const char kAutofillEnableAmountExtractionDesktopDescr +@@ -689,7 +689,7 @@ const char kAutofillEnableAmountExtractionDesktopDescr // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ const char kAutofillEnableAmountExtractionTestingName[] = "Enable amount extraction testing on Chrome desktop and Clank"; const char kAutofillEnableAmountExtractionTestingDescription[] = -@@ -696,7 +696,7 @@ const char kAutofillEnableAmountExtractionTestingDescr +@@ -700,7 +700,7 @@ const char kAutofillEnableAmountExtractionTestingDescr // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ const char kAutofillEnableBuyNowPayLaterName[] = "Enable buy now pay later on Autofill"; const char kAutofillEnableBuyNowPayLaterDescription[] = -@@ -1189,7 +1189,7 @@ const char kDevicePostureDescription[] = +@@ -1193,7 +1193,7 @@ const char kDevicePostureDescription[] = "Enables Device Posture API (foldable devices)"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -36,7 +36,7 @@ const char kDocumentPictureInPictureAnimateResizeName[] = "Document Picture-in-Picture Animate Resize"; const char kDocumentPictureInPictureAnimateResizeDescription[] = -@@ -1335,7 +1335,7 @@ const char kContextMenuEmptySpaceDescription[] = +@@ -1339,7 +1339,7 @@ const char kContextMenuEmptySpaceDescription[] = "space, a context menu containing page-related items will be shown."; #endif // BUILDFLAG(IS_ANDROID) @@ -45,7 +45,7 @@ const char kContextualCueingName[] = "Contextual cueing"; const char kContextualCueingDescription[] = "Enables the contextual cueing system to support showing actions."; -@@ -1686,7 +1686,7 @@ const char kEnableIsolatedWebAppDevModeDescription[] = +@@ -1690,7 +1690,7 @@ const char kEnableIsolatedWebAppDevModeDescription[] = const char kEnableIsolatedWebAppDevModeDescription[] = "Enables the installation of unverified Isolated Web Apps"; @@ -54,7 +54,7 @@ const char kEnableIwaKeyDistributionComponentName[] = "Enable the Iwa Key Distribution component"; const char kEnableIwaKeyDistributionComponentDescription[] = -@@ -3621,14 +3621,14 @@ const char kReduceTransferSizeUpdatedIPCDescription[] +@@ -3625,14 +3625,14 @@ const char kReduceTransferSizeUpdatedIPCDescription[] "When enabled, the network service will send TransferSizeUpdatedIPC IPC " "only when DevTools is attached or the request is for an ad request."; @@ -71,7 +71,7 @@ const char kReplaceSyncPromosWithSignInPromosName[] = "Replace all sync-related UI with sign-in ones"; const char kReplaceSyncPromosWithSignInPromosDescription[] = -@@ -3666,7 +3666,7 @@ const char kRobustWindowManagementDescription[] = +@@ -3670,7 +3670,7 @@ const char kRobustWindowManagementDescription[] = "experiencing predictable and reliable window behavior similar to desktop " "browsers."; @@ -80,7 +80,7 @@ const char kRootScrollbarFollowsTheme[] = "Make scrollbar follow theme"; const char kRootScrollbarFollowsThemeDescription[] = "If enabled makes the root scrollbar follow the browser's theme color."; -@@ -3916,7 +3916,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = +@@ -3920,7 +3920,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = "SiteInstance."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -89,7 +89,7 @@ const char kPwaNavigationCapturingName[] = "Desktop PWA Link Capturing"; const char kPwaNavigationCapturingDescription[] = "Enables opening links from Chrome in an installed PWA. Currently under " -@@ -4189,7 +4189,7 @@ const char kTouchTextEditingRedesignDescription[] = +@@ -4193,7 +4193,7 @@ const char kTouchTextEditingRedesignDescription[] = const char kTouchTextEditingRedesignDescription[] = "Enables new touch text editing features."; @@ -98,7 +98,7 @@ const char kEnableHistorySyncOptinName[] = "History Sync Opt-in"; const char kEnableHistorySyncOptinDescription[] = "Enables the History Sync Opt-in screen on Desktop platforms. The screen " -@@ -7759,7 +7759,7 @@ const char kTetheringExperimentalFunctionalityDescript +@@ -7763,7 +7763,7 @@ const char kTetheringExperimentalFunctionalityDescript #endif // BUILDFLAG(IS_CHROMEOS) @@ -107,7 +107,7 @@ const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; const char kGetAllScreensMediaDescription[] = "When enabled, the getAllScreensMedia API for capturing multiple screens " -@@ -7986,7 +7986,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b +@@ -7990,7 +7990,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b // Linux ----------------------------------------------------------------------- @@ -116,7 +116,7 @@ const char kPulseaudioLoopbackForCastName[] = -@@ -8024,6 +8024,18 @@ const char kWaylandUiScalingDescription[] = +@@ -8028,6 +8028,18 @@ const char kWaylandUiScalingDescription[] = "Enable experimental support for text scaling in the Wayland backend " "backed by full UI scaling. Requires #wayland-per-window-scaling to be " "enabled too."; @@ -135,7 +135,7 @@ #endif // BUILDFLAG(IS_LINUX) // Random platform combinations ----------------------------------------------- -@@ -8073,7 +8085,7 @@ const char kGroupPromoPrototypeCpaDescription[] = +@@ -8077,7 +8089,7 @@ const char kGroupPromoPrototypeCpaDescription[] = "Enables contextual toolbar button for group promo prototype."; #endif // BUILDFLAG(IS_ANDROID) @@ -144,7 +144,7 @@ const char kEnableNetworkServiceSandboxName[] = "Enable the network service sandbox."; const char kEnableNetworkServiceSandboxDescription[] = -@@ -8094,7 +8106,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti +@@ -8098,7 +8110,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti "Bluetooth"; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) @@ -153,7 +153,7 @@ const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; const char kCupsIppPrintingBackendDescription[] = "Use the CUPS IPP printing backend instead of the original CUPS backend " -@@ -8230,7 +8242,7 @@ const char kElementCaptureDescription[] = +@@ -8234,7 +8246,7 @@ const char kElementCaptureDescription[] = "media track into a track capturing just a specific DOM element."; #endif // !BUILDFLAG(IS_ANDROID) @@ -162,7 +162,7 @@ const char kUIDebugToolsName[] = "Debugging tools for UI"; const char kUIDebugToolsDescription[] = "Enables additional keyboard shortcuts to help debugging."; -@@ -8267,7 +8279,7 @@ const char kThirdPartyDisableChromeAutofillSettingsScr +@@ -8271,7 +8283,7 @@ const char kThirdPartyDisableChromeAutofillSettingsScr "Chrome's Address and Payments Autofill are disabled in third party mode."; #endif // IS_ANDROID @@ -171,7 +171,7 @@ const char kThirdPartyProfileManagementName[] = "Third party profile management"; const char kThirdPartyProfileManagementDescription[] = -@@ -8390,7 +8402,7 @@ const char kSupervisedUserBlockInterstitialV3Descripti +@@ -8394,7 +8406,7 @@ const char kSupervisedUserBlockInterstitialV3Descripti const char kSupervisedUserBlockInterstitialV3Description[] = "Enables URL filter interstitial V3 for Family Link users."; diff --git a/devel/electron38/files/patch-chrome_browser_flag__descriptions.h b/devel/electron38/files/patch-chrome_browser_flag__descriptions.h index 321a3cc69264..8a5fb0ec96e5 100644 --- a/devel/electron38/files/patch-chrome_browser_flag__descriptions.h +++ b/devel/electron38/files/patch-chrome_browser_flag__descriptions.h @@ -1,6 +1,6 @@ ---- chrome/browser/flag_descriptions.h.orig 2025-08-26 20:49:50 UTC +--- chrome/browser/flag_descriptions.h.orig 2025-10-06 20:22:27 UTC +++ chrome/browser/flag_descriptions.h -@@ -435,7 +435,7 @@ extern const char +@@ -438,7 +438,7 @@ extern const char kAutofillEnableAllowlistForBmoCardCategoryBenefitsDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ extern const char kAutofillEnableAmountExtractionAllowlistDesktopName[]; extern const char kAutofillEnableAmountExtractionAllowlistDesktopDescription[]; extern const char kAutofillEnableAmountExtractionDesktopName[]; -@@ -444,14 +444,14 @@ extern const char kAutofillEnableAmountExtractionDeskt +@@ -447,14 +447,14 @@ extern const char kAutofillEnableAmountExtractionDeskt // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -26,7 +26,7 @@ extern const char kAutofillEnableBuyNowPayLaterName[]; extern const char kAutofillEnableBuyNowPayLaterDescription[]; -@@ -714,7 +714,7 @@ extern const char kContextMenuEmptySpaceDescription[]; +@@ -717,7 +717,7 @@ extern const char kContextMenuEmptySpaceDescription[]; extern const char kContextMenuEmptySpaceDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -35,7 +35,7 @@ extern const char kContextualCueingName[]; extern const char kContextualCueingDescription[]; extern const char kGlicActorName[]; -@@ -885,7 +885,7 @@ extern const char kDocumentPatchingDescription[]; +@@ -888,7 +888,7 @@ extern const char kDocumentPatchingDescription[]; extern const char kDocumentPatchingDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -44,7 +44,7 @@ extern const char kDocumentPictureInPictureAnimateResizeName[]; extern const char kDocumentPictureInPictureAnimateResizeDescription[]; -@@ -1054,7 +1054,7 @@ extern const char kEnableIsolatedWebAppDevModeDescript +@@ -1057,7 +1057,7 @@ extern const char kEnableIsolatedWebAppDevModeDescript extern const char kEnableIsolatedWebAppDevModeName[]; extern const char kEnableIsolatedWebAppDevModeDescription[]; @@ -53,7 +53,7 @@ extern const char kEnableIwaKeyDistributionComponentName[]; extern const char kEnableIwaKeyDistributionComponentDescription[]; #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2061,7 +2061,7 @@ extern const char kReduceIPAddressChangeNotificationDe +@@ -2064,7 +2064,7 @@ extern const char kReduceIPAddressChangeNotificationDe #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -62,7 +62,7 @@ extern const char kReplaceSyncPromosWithSignInPromosName[]; extern const char kReplaceSyncPromosWithSignInPromosDescription[]; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -2075,7 +2075,7 @@ extern const char kRobustWindowManagementDescription[] +@@ -2078,7 +2078,7 @@ extern const char kRobustWindowManagementDescription[] extern const char kRobustWindowManagementName[]; extern const char kRobustWindowManagementDescription[]; @@ -71,7 +71,7 @@ extern const char kRootScrollbarFollowsTheme[]; extern const char kRootScrollbarFollowsThemeDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -2216,7 +2216,7 @@ extern const char kDefaultSiteInstanceGroupsDescriptio +@@ -2219,7 +2219,7 @@ extern const char kDefaultSiteInstanceGroupsDescriptio extern const char kDefaultSiteInstanceGroupsDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -80,7 +80,7 @@ extern const char kPwaNavigationCapturingName[]; extern const char kPwaNavigationCapturingDescription[]; #endif -@@ -2392,7 +2392,7 @@ extern const char kTouchTextEditingRedesignDescription +@@ -2395,7 +2395,7 @@ extern const char kTouchTextEditingRedesignDescription extern const char kTouchTextEditingRedesignName[]; extern const char kTouchTextEditingRedesignDescription[]; @@ -89,7 +89,7 @@ extern const char kEnableHistorySyncOptinName[]; extern const char kEnableHistorySyncOptinDescription[]; -@@ -2662,7 +2662,7 @@ extern const char kReduceTransferSizeUpdatedIPCDescrip +@@ -2665,7 +2665,7 @@ extern const char kReduceTransferSizeUpdatedIPCDescrip extern const char kReduceTransferSizeUpdatedIPCName[]; extern const char kReduceTransferSizeUpdatedIPCDescription[]; @@ -98,7 +98,7 @@ extern const char kReduceUserAgentDataLinuxPlatformVersionName[]; extern const char kReduceUserAgentDataLinuxPlatformVersionDescription[]; #endif // #if BUILDFLAG(IS_LINUX) -@@ -4478,7 +4478,7 @@ extern const char kTetheringExperimentalFunctionalityD +@@ -4481,7 +4481,7 @@ extern const char kTetheringExperimentalFunctionalityD #endif // #if BUILDFLAG(IS_CHROMEOS) @@ -107,7 +107,7 @@ extern const char kGetAllScreensMediaName[]; extern const char kGetAllScreensMediaDescription[]; #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -4610,7 +4610,7 @@ extern const char kEnableArmHwdrmDescription[]; +@@ -4613,7 +4613,7 @@ extern const char kEnableArmHwdrmDescription[]; // Linux --------------------------------------------------------------------- @@ -116,7 +116,7 @@ extern const char kPulseaudioLoopbackForCastName[]; -@@ -4632,6 +4632,9 @@ extern const char kWaylandUiScalingDescription[]; +@@ -4635,6 +4635,9 @@ extern const char kWaylandUiScalingDescription[]; extern const char kWaylandUiScalingName[]; extern const char kWaylandUiScalingDescription[]; @@ -126,7 +126,7 @@ #endif // BUILDFLAG(IS_LINUX) // Random platform combinations ----------------------------------------------- -@@ -4646,7 +4649,7 @@ extern const char kWebBluetoothConfirmPairingSupportDe +@@ -4649,7 +4652,7 @@ extern const char kWebBluetoothConfirmPairingSupportDe extern const char kWebBluetoothConfirmPairingSupportDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) @@ -135,7 +135,7 @@ extern const char kCupsIppPrintingBackendName[]; extern const char kCupsIppPrintingBackendDescription[]; #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -@@ -4670,7 +4673,7 @@ extern const char kTaskManagerDesktopRefreshDescriptio +@@ -4673,7 +4676,7 @@ extern const char kTaskManagerDesktopRefreshDescriptio extern const char kTaskManagerDesktopRefreshDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -144,7 +144,7 @@ extern const char kEnableNetworkServiceSandboxName[]; extern const char kEnableNetworkServiceSandboxDescription[]; -@@ -4753,7 +4756,7 @@ extern const char kElementCaptureDescription[]; +@@ -4756,7 +4759,7 @@ extern const char kElementCaptureDescription[]; extern const char kElementCaptureDescription[]; #endif // !BUILDFLAG(IS_ANDROID) @@ -153,7 +153,7 @@ extern const char kUIDebugToolsName[]; extern const char kUIDebugToolsDescription[]; #endif -@@ -4781,7 +4784,7 @@ extern const char kThirdPartyDisableChromeAutofillSett +@@ -4784,7 +4787,7 @@ extern const char kThirdPartyDisableChromeAutofillSett extern const char kThirdPartyDisableChromeAutofillSettingsScreenDescription[]; #endif // IS_ANDROID @@ -162,7 +162,7 @@ extern const char kThirdPartyProfileManagementName[]; extern const char kThirdPartyProfileManagementDescription[]; -@@ -4857,7 +4860,7 @@ extern const char kSupervisedUserBlockInterstitialV3De +@@ -4860,7 +4863,7 @@ extern const char kSupervisedUserBlockInterstitialV3De extern const char kSupervisedUserBlockInterstitialV3Name[]; extern const char kSupervisedUserBlockInterstitialV3Description[]; diff --git a/devel/electron38/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/devel/electron38/files/patch-chrome_browser_ui_views_frame_browser__view.cc index d7ab277b1149..71a4fbac0e48 100644 --- a/devel/electron38/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/devel/electron38/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-08-26 20:49:50 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-10-06 20:22:27 UTC +++ chrome/browser/ui/views/frame/browser_view.cc @@ -2476,7 +2476,7 @@ void BrowserView::TabDraggingStatusChanged(bool is_dra } @@ -9,7 +9,7 @@ std::vector<ContentsWebView*> contents_web_views = GetAllVisibleContentsWebViews(); -@@ -5961,7 +5961,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn +@@ -5972,7 +5972,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { diff --git a/devel/electron38/files/patch-chrome_browser_ui_views_tabs_tab.cc b/devel/electron38/files/patch-chrome_browser_ui_views_tabs_tab.cc index 86aabbfaed7b..4d6c38e93ea4 100644 --- a/devel/electron38/files/patch-chrome_browser_ui_views_tabs_tab.cc +++ b/devel/electron38/files/patch-chrome_browser_ui_views_tabs_tab.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab.cc.orig 2025-08-26 20:49:50 UTC +--- chrome/browser/ui/views/tabs/tab.cc.orig 2025-10-06 20:22:27 UTC +++ chrome/browser/ui/views/tabs/tab.cc -@@ -670,7 +670,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& +@@ -677,7 +677,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& return; } diff --git a/devel/electron38/files/patch-components_enterprise_browser_reporting_report__util.cc b/devel/electron38/files/patch-components_enterprise_browser_reporting_report__util.cc index 82e91e8736e8..20b8a362cf39 100644 --- a/devel/electron38/files/patch-components_enterprise_browser_reporting_report__util.cc +++ b/devel/electron38/files/patch-components_enterprise_browser_reporting_report__util.cc @@ -1,6 +1,6 @@ ---- components/enterprise/browser/reporting/report_util.cc.orig 2025-08-26 20:49:50 UTC +--- components/enterprise/browser/reporting/report_util.cc.orig 2025-10-06 20:22:27 UTC +++ components/enterprise/browser/reporting/report_util.cc -@@ -199,7 +199,7 @@ std::string GetSecuritySignalsInReport( +@@ -197,7 +197,7 @@ std::string GetSecuritySignalsInReport( signals_dict.Set("antivirus_info", std::move(anti_virus_list)); signals_dict.Set("hotfixes", RepeatedFieldptrToList(os_report.hotfixes())); diff --git a/devel/electron38/files/patch-electron_shell_browser_native__window__views.cc b/devel/electron38/files/patch-electron_shell_browser_native__window__views.cc index fc0e80f6bb35..834d7d6d54c9 100644 --- a/devel/electron38/files/patch-electron_shell_browser_native__window__views.cc +++ b/devel/electron38/files/patch-electron_shell_browser_native__window__views.cc @@ -1,4 +1,4 @@ ---- electron/shell/browser/native_window_views.cc.orig 2025-09-02 20:56:04 UTC +--- electron/shell/browser/native_window_views.cc.orig 2025-10-14 04:39:39 UTC +++ electron/shell/browser/native_window_views.cc @@ -53,7 +53,7 @@ #include "ui/wm/core/shadow_types.h" @@ -89,8 +89,8 @@ +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // On Linux and Windows the minimum and maximum size should be updated with // window size when window is not resizable. - if (!resizable_) { -@@ -1122,7 +1122,7 @@ bool NativeWindowViews::IsClosable() const { + if (!CanResize()) { +@@ -1125,7 +1125,7 @@ bool NativeWindowViews::IsClosable() const { return false; } return !(info.fState & MFS_DISABLED); @@ -99,7 +99,7 @@ return true; #endif } -@@ -1162,7 +1162,7 @@ void NativeWindowViews::Center() { +@@ -1165,7 +1165,7 @@ void NativeWindowViews::Center() { // for now to avoid breaking API contract, but should consider the long // term plan for this aligning with upstream. void NativeWindowViews::Center() { @@ -108,7 +108,7 @@ auto display = display::Screen::GetScreen()->GetDisplayNearestWindow(GetNativeWindow()); gfx::Rect window_bounds_in_screen = display.work_area(); -@@ -1378,7 +1378,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men +@@ -1381,7 +1381,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men } void NativeWindowViews::SetMenu(ElectronMenuModel* menu_model) { @@ -117,7 +117,7 @@ // Remove global menu bar. if (global_menu_bar_ && menu_model == nullptr) { global_menu_bar_.reset(); -@@ -1434,7 +1434,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow* +@@ -1437,7 +1437,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow* void NativeWindowViews::SetParentWindow(NativeWindow* parent) { NativeWindow::SetParentWindow(parent); @@ -126,7 +126,7 @@ if (x11_util::IsX11()) { auto* connection = x11::Connection::Get(); connection->SetProperty( -@@ -1480,7 +1480,7 @@ void NativeWindowViews::SetProgressBar(double progress +@@ -1483,7 +1483,7 @@ void NativeWindowViews::SetProgressBar(double progress NativeWindow::ProgressState state) { #if BUILDFLAG(IS_WIN) taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, state); @@ -135,7 +135,7 @@ if (unity::IsRunning()) { unity::SetProgressFraction(progress); } -@@ -1606,7 +1606,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM +@@ -1609,7 +1609,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM #if BUILDFLAG(IS_WIN) window_handle = reinterpret_cast<content::DesktopMediaID::Id>(accelerated_widget); @@ -144,7 +144,7 @@ window_handle = static_cast<uint32_t>(accelerated_widget); #endif aura::WindowTreeHost* const host = -@@ -1704,7 +1704,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC +@@ -1707,7 +1707,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC SendMessage(hwnd, WM_SETICON, ICON_BIG, reinterpret_cast<LPARAM>(app_icon_.get())); } @@ -153,7 +153,7 @@ void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) { auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget( GetAcceleratedWidget()); -@@ -1825,7 +1825,7 @@ bool NativeWindowViews::CanMinimize() const { +@@ -1828,7 +1828,7 @@ bool NativeWindowViews::CanMinimize() const { bool NativeWindowViews::CanMinimize() const { #if BUILDFLAG(IS_WIN) return minimizable_; @@ -162,7 +162,7 @@ return true; #endif } -@@ -1867,7 +1867,7 @@ NativeWindowViews::CreateNonClientFrameView(views::Wid +@@ -1870,7 +1870,7 @@ NativeWindowViews::CreateNonClientFrameView(views::Wid #endif } @@ -171,7 +171,7 @@ electron::ClientFrameViewLinux* NativeWindowViews::GetClientFrameViewLinux() { // Check to make sure this window's non-client frame view is a // ClientFrameViewLinux. If either has_frame() or has_client_frame() -@@ -1890,7 +1890,7 @@ void NativeWindowViews::HandleKeyboardEvent( +@@ -1893,7 +1893,7 @@ void NativeWindowViews::HandleKeyboardEvent( if (widget_destroyed_) return; @@ -180,7 +180,7 @@ if (event.windows_key_code == ui::VKEY_BROWSER_BACK) NotifyWindowExecuteAppCommand(kBrowserBackward); else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD) -@@ -1909,7 +1909,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e +@@ -1912,7 +1912,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e // Alt+Click should not toggle menu bar. root_view_.ResetAltState(); diff --git a/devel/electron38/files/patch-electron_shell_browser_native__window__views.h b/devel/electron38/files/patch-electron_shell_browser_native__window__views.h index b7457cd5f788..6e925ff258b2 100644 --- a/devel/electron38/files/patch-electron_shell_browser_native__window__views.h +++ b/devel/electron38/files/patch-electron_shell_browser_native__window__views.h @@ -1,4 +1,4 @@ ---- electron/shell/browser/native_window_views.h.orig 2025-09-02 20:56:04 UTC +--- electron/shell/browser/native_window_views.h.orig 2025-10-14 04:39:39 UTC +++ electron/shell/browser/native_window_views.h @@ -30,7 +30,7 @@ namespace electron { @@ -9,7 +9,7 @@ class ClientFrameViewLinux; class GlobalMenuBarX11; #endif -@@ -171,7 +171,7 @@ class NativeWindowViews : public NativeWindow, +@@ -172,7 +172,7 @@ class NativeWindowViews : public NativeWindow, LPARAM l_param, LRESULT* result); void SetIcon(HICON small_icon, HICON app_icon); @@ -18,7 +18,7 @@ void SetIcon(const gfx::ImageSkia& icon); #endif -@@ -188,7 +188,7 @@ class NativeWindowViews : public NativeWindow, +@@ -189,7 +189,7 @@ class NativeWindowViews : public NativeWindow, SkColor overlay_button_color() const { return overlay_button_color_; } SkColor overlay_symbol_color() const { return overlay_symbol_color_; } @@ -27,7 +27,7 @@ // returns the ClientFrameViewLinux iff that is our NonClientFrameView type, // nullptr otherwise. ClientFrameViewLinux* GetClientFrameViewLinux(); -@@ -266,7 +266,7 @@ class NativeWindowViews : public NativeWindow, +@@ -267,7 +267,7 @@ class NativeWindowViews : public NativeWindow, // events from resizing the window. extensions::SizeConstraints old_size_constraints_; diff --git a/devel/electron38/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc b/devel/electron38/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc index 97b7c2e43dd8..4a330aa2b463 100644 --- a/devel/electron38/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc +++ b/devel/electron38/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc @@ -1,4 +1,4 @@ ---- ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc.orig 2025-07-04 05:17:06 UTC +--- ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc.orig 2025-10-17 08:45:58 UTC +++ ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc @@ -12,7 +12,7 @@ #include "ui/base/accelerators/accelerator.h" @@ -8,8 +8,8 @@ +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) #include "base/environment.h" #include "base/feature_list.h" - #include "build/branding_buildflags.h" -@@ -22,7 +22,7 @@ namespace { + #include "base/nix/xdg_util.h" +@@ -23,7 +23,7 @@ namespace { using content::BrowserThread; namespace { @@ -18,12 +18,12 @@ BASE_FEATURE(kGlobalShortcutsPortal, "GlobalShortcutsPortal", base::FEATURE_ENABLED_BY_DEFAULT); -@@ -74,7 +74,7 @@ GlobalAcceleratorListener* GlobalAcceleratorListener:: +@@ -75,7 +75,7 @@ GlobalAcceleratorListener* GlobalAcceleratorListener:: return instance->get(); } -#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) - if (base::FeatureList::IsEnabled(kGlobalShortcutsPortal)) { - static GlobalAcceleratorListenerLinux* const linux_instance = - new GlobalAcceleratorListenerLinux(nullptr, GetSessionName()); + // ListShortcuts on GNOME will return an empty list when the session is + // created, making this class incorrectly believe it must rebind all + // shortcuts, leading to a dialog shown on every browser start. diff --git a/devel/gh/Makefile b/devel/gh/Makefile index 83a45f0acafc..bb42c69618ec 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -1,7 +1,6 @@ PORTNAME= gh DISTVERSIONPREFIX= v -DISTVERSION= 2.79.0 -PORTREVISION= 2 +DISTVERSION= 2.81.0 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/gh/distinfo b/devel/gh/distinfo index 975b442e49e5..20dfcdeaa3b3 100644 --- a/devel/gh/distinfo +++ b/devel/gh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757700385 -SHA256 (go/devel_gh/gh-v2.79.0/v2.79.0.mod) = 8424dae144988c0fb202380c9b1b1224320a0d37207e82f9fbede1c8d509c01f -SIZE (go/devel_gh/gh-v2.79.0/v2.79.0.mod) = 11873 -SHA256 (go/devel_gh/gh-v2.79.0/v2.79.0.zip) = 0909ce0e58b4e41550d26e7d59c9695e83bcd90c34e2219982cd9d57a20f0c32 -SIZE (go/devel_gh/gh-v2.79.0/v2.79.0.zip) = 15542088 +TIMESTAMP = 1760501107 +SHA256 (go/devel_gh/gh-v2.81.0/v2.81.0.mod) = 3588c064bc1ff6c0aaaa00b75a01127e1513383ad4091492e8d62ec52116b0d1 +SIZE (go/devel_gh/gh-v2.81.0/v2.81.0.mod) = 11971 +SHA256 (go/devel_gh/gh-v2.81.0/v2.81.0.zip) = f23434421b0934f9af0b2e60924f15e2339178f4b4559719d7842ad0a171934e +SIZE (go/devel_gh/gh-v2.81.0/v2.81.0.zip) = 15622855 diff --git a/devel/gh/pkg-plist b/devel/gh/pkg-plist index 82029f922e05..00c60ba62cac 100644 --- a/devel/gh/pkg-plist +++ b/devel/gh/pkg-plist @@ -1,3 +1,7 @@ +%%MANPAGES%%share/man/man1/gh-agent-task.1.gz +%%MANPAGES%%share/man/man1/gh-agent-task-create.1.gz +%%MANPAGES%%share/man/man1/gh-agent-task-list.1.gz +%%MANPAGES%%share/man/man1/gh-agent-task-view.1.gz %%MANPAGES%%share/man/man1/gh-alias-delete.1.gz %%MANPAGES%%share/man/man1/gh-alias-import.1.gz %%MANPAGES%%share/man/man1/gh-alias-list.1.gz @@ -134,6 +138,8 @@ %%MANPAGES%%share/man/man1/gh-release-edit.1.gz %%MANPAGES%%share/man/man1/gh-release-list.1.gz %%MANPAGES%%share/man/man1/gh-release-upload.1.gz +%%MANPAGES%%share/man/man1/gh-release-verify.1.gz +%%MANPAGES%%share/man/man1/gh-release-verify-asset.1.gz %%MANPAGES%%share/man/man1/gh-release-view.1.gz %%MANPAGES%%share/man/man1/gh-release.1.gz %%MANPAGES%%share/man/man1/gh-repo-autolink-create.1.gz diff --git a/devel/git/Makefile b/devel/git/Makefile index be4423fe4fd3..595d3df56ef0 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,5 +1,5 @@ PORTNAME= git -DISTVERSION= 2.51.0 +DISTVERSION= 2.51.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/devel/git/distinfo b/devel/git/distinfo index 97d9bc2835ce..9b5362e4a4e9 100644 --- a/devel/git/distinfo +++ b/devel/git/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1755609765 -SHA256 (git-2.51.0.tar.xz) = 60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62 -SIZE (git-2.51.0.tar.xz) = 7857228 -SHA256 (git-manpages-2.51.0.tar.xz) = c10aea63316865ace762078a6e67fc3cf117b11a5c9d4a2a52cb3762ae22ed35 -SIZE (git-manpages-2.51.0.tar.xz) = 602200 -SHA256 (git-htmldocs-2.51.0.tar.xz) = dd33897c676ea140d57a652758e458756fa93582801cfd1d7e1f62acd5fa7580 -SIZE (git-htmldocs-2.51.0.tar.xz) = 1627664 +TIMESTAMP = 1760727055 +SHA256 (git-2.51.1.tar.xz) = a83fd9ffaed7eee679ed92ceb06f75b4615ebf66d3ac4fbdbfbc9567dc533f4a +SIZE (git-2.51.1.tar.xz) = 7865216 +SHA256 (git-manpages-2.51.1.tar.xz) = 07a3fd7d3f9c305643b60d7899807d9c0474dc96f7d2a73c7887f327c258f22e +SIZE (git-manpages-2.51.1.tar.xz) = 602552 +SHA256 (git-htmldocs-2.51.1.tar.xz) = 524122af16a2c816dc6298f0cea1b761a840d76977e74de2bfffcdbdabc9dc0d +SIZE (git-htmldocs-2.51.1.tar.xz) = 1629412 diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index de0df5fd2882..072d56484620 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -918,6 +918,7 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/RelNotes/2.50.0.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.50.1.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.51.0.adoc +%%DOCS%%%%DOCSDIR%%/RelNotes/2.51.1.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.5.0.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.5.1.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.5.2.adoc diff --git a/devel/gnu-efi/Makefile b/devel/gnu-efi/Makefile index 6484fba93b19..0b16359eebd1 100644 --- a/devel/gnu-efi/Makefile +++ b/devel/gnu-efi/Makefile @@ -7,7 +7,7 @@ MAINTAINER= egypcio@FreeBSD.org COMMENT= SDK for EFI applications WWW= https://gnu-efi.sourceforge.net/ -LICENSE= GPLv2 +LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64 i386 diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 604805b6e2a0..195dd0265ee7 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,7 +1,6 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 -PORTREVISION= 3 +DISTVERSION= 2.5.0 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo index a3e2aadeaf85..6d5534dcbf22 100644 --- a/devel/golangci-lint/distinfo +++ b/devel/golangci-lint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756595488 -SHA256 (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.mod) = 932eec519a8abe11111e4746f1675c8bd2120691b3893a4e6081ee4333c8fd55 -SIZE (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.mod) = 9682 -SHA256 (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.zip) = 89bdc80bd2c577a08749210d07c0867210c0bffa29352c7d63411de22468f5c3 -SIZE (go/devel_golangci-lint/golangci-lint-v2.4.0/v2.4.0.zip) = 1803634 +TIMESTAMP = 1760539161 +SHA256 (go/devel_golangci-lint/golangci-lint-v2.5.0/v2.5.0.mod) = 41e79ad6d4d78115005c2c70526c1b41b158031756be8baa8e3dc39c429b1152 +SIZE (go/devel_golangci-lint/golangci-lint-v2.5.0/v2.5.0.mod) = 9800 +SHA256 (go/devel_golangci-lint/golangci-lint-v2.5.0/v2.5.0.zip) = 94b66aa801f66ce99ff117b7c409b398bd4e94ccbc7821cda3ddf10a21e9035f +SIZE (go/devel_golangci-lint/golangci-lint-v2.5.0/v2.5.0.zip) = 1820419 diff --git a/devel/gstreamer1-devtools/distinfo b/devel/gstreamer1-devtools/distinfo index 509072a49c7e..6ff81be75073 100644 --- a/devel/gstreamer1-devtools/distinfo +++ b/devel/gstreamer1-devtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228169 -SHA256 (gst-devtools-1.26.6.tar.xz) = dec8fc56d578d65c498e65e56efe44994c5d3f4e85dbbdff0242b441b32e19b2 -SIZE (gst-devtools-1.26.6.tar.xz) = 1616708 +TIMESTAMP = 1760597516 +SHA256 (gst-devtools-1.26.7.tar.xz) = 6912330ecfaf4f4f1329defbe97b9daf92e9aeaf8375e327a0dd30524d79f0a0 +SIZE (gst-devtools-1.26.7.tar.xz) = 1618504 diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index 84c2617f3a4c..a33bcc5afff0 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -1,8 +1,8 @@ PORTNAME= gwenhywfar -PORTVERSION= 5.12.2 +PORTVERSION= 5.13.0 PORTREVISION?= 0 CATEGORIES= devel net security -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/539/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/550/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications @@ -64,7 +64,6 @@ INSTALL_WRKSRC= ${WRKSRC}/gui/${_GWEN_GUI} LIB_DEPENDS+= libFOX-1.6.so:x11-toolkits/fox16 CONFIGURE_ARGS+=--with-fox-includes=${LOCALBASE}/include/fox-1.6 \ --with-fox-libs=${LOCALBASE}/lib -CXXFLAGS+= -Dregister= . elif ${_GWEN_GUI} == "gtk2" LIB_DEPENDS+= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ diff --git a/devel/gwenhywfar/distinfo b/devel/gwenhywfar/distinfo index fa5d582a9fb3..6ca803486e9b 100644 --- a/devel/gwenhywfar/distinfo +++ b/devel/gwenhywfar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758418544 -SHA256 (gwenhywfar-5.12.2.tar.gz) = 4351ac71d22b6819238d62e71f1f40be835c0ac239c9e59174aed5db6a1e8b58 -SIZE (gwenhywfar-5.12.2.tar.gz) = 2747208 +TIMESTAMP = 1760581211 +SHA256 (gwenhywfar-5.13.0.tar.gz) = 26513d4b032eb8108ff2b6bf234b7d60c710fd16059fb80077acd79c250824b9 +SIZE (gwenhywfar-5.13.0.tar.gz) = 2748050 diff --git a/devel/hs-ShellCheck/Makefile b/devel/hs-ShellCheck/Makefile index d1fbeae5f836..8e4c6834d71a 100644 --- a/devel/hs-ShellCheck/Makefile +++ b/devel/hs-ShellCheck/Makefile @@ -1,5 +1,5 @@ PORTNAME= ShellCheck -DISTVERSION= 0.10.0 +DISTVERSION= 0.11.0 CATEGORIES= devel haskell MAINTAINER= ashish@FreeBSD.org @@ -11,50 +11,58 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cabal -USE_CABAL= Diff-0.5_1 \ - OneTuple-0.4.1.1_1 \ - QuickCheck-2.14.3 \ +USE_CABAL= Diff-1.0.2 \ + OneTuple-0.4.2_1 \ + QuickCheck-2.16.0.0 \ StateVar-1.2.2 \ - aeson-2.2.1.0_1 \ - assoc-1.1_1 \ - base-orphans-0.9.1 \ - bifunctors-5.6.2 \ - comonad-5.0.8_2 \ + aeson-2.2.3.0_4 \ + ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ + assoc-1.1.1_1 \ + base-orphans-0.9.3 \ + bifunctors-5.6.2_2 \ + character-ps-0.1 \ + colour-2.3.6 \ + comonad-5.0.9_1 \ contravariant-1.5.5 \ - data-fix-0.3.2_5 \ + data-fix-0.3.4_1 \ distributive-0.6.2.1_1 \ - dlist-1.0_1 \ - fgl-5.8.2.0 \ - generically-0.1.1_2 \ - hashable-1.4.4.0_1 \ - indexed-traversable-0.1.3 \ - indexed-traversable-instances-0.1.1.2_2 \ - integer-conversion-0.1.0.1_1 \ - integer-logarithms-1.0.3.1_6 \ + dlist-1.0_2 \ + fgl-5.8.3.0_1 \ + generically-0.1.1_4 \ + hashable-1.5.0.0_1 \ + indexed-traversable-0.1.4_1 \ + indexed-traversable-instances-0.1.2_1 \ + integer-conversion-0.1.1_1 \ + integer-logarithms-1.0.4 \ network-uri-2.6.4.2_1 \ - os-string-2.0.2 \ - primitive-0.9.0.0_1 \ - random-1.2.1.2 \ - regex-base-0.94.0.2_4 \ - regex-tdfa-1.3.2.2_2 \ - scientific-0.3.7.0_7 \ - semialign-1.3_1 \ - semigroupoids-6.0.0.1_1 \ - splitmix-0.1.0.5_1 \ - strict-0.5_1 \ - tagged-0.8.8_1 \ - text-iso8601-0.1_1 \ - text-short-0.1.5_3 \ - th-abstraction-0.6.0.0_2 \ - th-compat-0.1.5 \ - these-1.2_1 \ - time-compat-1.9.6.1_6 \ + optparse-applicative-0.19.0.0 \ + os-string-2.0.8 \ + prettyprinter-1.7.1 \ + prettyprinter-ansi-terminal-1.1.3 \ + primitive-0.9.1.0 \ + random-1.3.1 \ + regex-base-0.94.0.3 \ + regex-tdfa-1.3.2.5 \ + scientific-0.3.8.0_2 \ + semialign-1.3.1_2 \ + semigroupoids-6.0.1_2 \ + splitmix-0.1.3.1 \ + strict-0.5.1_1 \ + tagged-0.8.9 \ + tasty-1.5.3_2 \ + text-iso8601-0.1.1_2 \ + text-short-0.1.6_3 \ + th-abstraction-0.7.1.0_1 \ + th-compat-0.1.6 \ + these-1.2.1_2 \ + time-compat-1.9.8 \ transformers-compat-0.7.2 \ - unordered-containers-0.2.20_1 \ - uuid-types-1.0.5.1 \ - vector-0.13.1.0_1 \ - vector-stream-0.1.0.1_1 \ - witherable-0.4.2_4 + unordered-containers-0.2.20.1 \ + uuid-types-1.0.6_3 \ + vector-0.13.2.0_2 \ + vector-stream-0.1.0.1_4 \ + witherable-0.5_1 CABAL_EXECUTABLES= shellcheck diff --git a/devel/hs-ShellCheck/distinfo b/devel/hs-ShellCheck/distinfo index 370bb8c6b938..d9e1942f5f2a 100644 --- a/devel/hs-ShellCheck/distinfo +++ b/devel/hs-ShellCheck/distinfo @@ -1,155 +1,163 @@ -TIMESTAMP = 1713103449 -SHA256 (cabal/ShellCheck-0.10.0/ShellCheck-0.10.0.tar.gz) = 4d08db432d75a34486a55f6fff9d3e3340ce56125c7804b7f8fd14421b936d21 -SIZE (cabal/ShellCheck-0.10.0/ShellCheck-0.10.0.tar.gz) = 234856 -SHA256 (cabal/Diff-0.5/Diff-0.5.tar.gz) = 03cc84dedfb18fa693f0b0b7054d65e92c388d0657cf45ad5e9fbe3fe8b54551 -SIZE (cabal/Diff-0.5/Diff-0.5.tar.gz) = 9122 -SHA256 (cabal/Diff-0.5/revision/1.cabal) = 9c8a972eead9e079b90c6581fa8ef5755662c10dd075951b32b801145704afbb -SIZE (cabal/Diff-0.5/revision/1.cabal) = 1814 -SHA256 (cabal/OneTuple-0.4.1.1/OneTuple-0.4.1.1.tar.gz) = c9e764d4ee1e57cad8341bd5d0de33ba3a52b6793fc1309679f2bf60c030bb2b -SIZE (cabal/OneTuple-0.4.1.1/OneTuple-0.4.1.1.tar.gz) = 5601 -SHA256 (cabal/OneTuple-0.4.1.1/revision/1.cabal) = 632dfded172086fb9f0e26d3578bcfffa3fb6d135ea5a8de17b7a33ff6e6e682 -SIZE (cabal/OneTuple-0.4.1.1/revision/1.cabal) = 2575 -SHA256 (cabal/QuickCheck-2.14.3/QuickCheck-2.14.3.tar.gz) = 5c0f22b36b28a1a8fa110b3819818d3f29494a3b0dedbae299f064123ca70501 -SIZE (cabal/QuickCheck-2.14.3/QuickCheck-2.14.3.tar.gz) = 76849 +TIMESTAMP = 1759428607 +SHA256 (cabal/ShellCheck-0.11.0/ShellCheck-0.11.0.tar.gz) = 81a72e9c195788301f38e4b2e250ab916cf3778993d428786bfb2fac2a847400 +SIZE (cabal/ShellCheck-0.11.0/ShellCheck-0.11.0.tar.gz) = 239314 +SHA256 (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = cd7e26d3d5ebf7f2c1a7525aebe251fbcbffee2a6362db634b4be23b9e354d85 +SIZE (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = 10936 +SHA256 (cabal/OneTuple-0.4.2/OneTuple-0.4.2.tar.gz) = 174da8a0f4004d17b08182cb25b0e045fce5de1fdeae84e9d75fdea2867aab55 +SIZE (cabal/OneTuple-0.4.2/OneTuple-0.4.2.tar.gz) = 5207 +SHA256 (cabal/OneTuple-0.4.2/revision/1.cabal) = dd7266f983da2970e5662168add810dabadabb3a4bb9b137181eafc0ac7ea4d4 +SIZE (cabal/OneTuple-0.4.2/revision/1.cabal) = 2013 +SHA256 (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 0b563fa6ea11653d76d57e96625f4a476e02b9fdaeba9c05d2ccc10d8da802c0 +SIZE (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 83903 SHA256 (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5e4b39da395656a59827b0280508aafdc70335798b50e5d6fd52596026251825 SIZE (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5048 -SHA256 (cabal/aeson-2.2.1.0/aeson-2.2.1.0.tar.gz) = 914eefd0e80d12db5c721daa2cbab427acee39795f125c5460c1fe48cf9a5d7f -SIZE (cabal/aeson-2.2.1.0/aeson-2.2.1.0.tar.gz) = 341038 -SHA256 (cabal/aeson-2.2.1.0/revision/1.cabal) = a23a61aada8233e10573e1612c0b2efe5a1aba0d59b05dbe2f63301822f136cb -SIZE (cabal/aeson-2.2.1.0/revision/1.cabal) = 6582 -SHA256 (cabal/assoc-1.1/assoc-1.1.tar.gz) = 7aa2e6548b3d9d49a286ac20639479aaf6c47a1446113ed784d98737c5f60df4 -SIZE (cabal/assoc-1.1/assoc-1.1.tar.gz) = 3193 -SHA256 (cabal/assoc-1.1/revision/1.cabal) = 56d0fd1c17aaf6268e81bf19ba5afe186128d7f88126bd546d5b3151ab692652 -SIZE (cabal/assoc-1.1/revision/1.cabal) = 1617 -SHA256 (cabal/base-orphans-0.9.1/base-orphans-0.9.1.tar.gz) = 5bbf2da382c5b212d6a8be2f8c49edee0eba30f272a15fd32c13e6e4091ef172 -SIZE (cabal/base-orphans-0.9.1/base-orphans-0.9.1.tar.gz) = 26418 +SHA256 (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = daa25cf428256ad05d21f2bfa44077c1b14d6c784b7930a202ee901f11cc6baa +SIZE (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = 340855 +SHA256 (cabal/aeson-2.2.3.0/revision/4.cabal) = 7d48c2395ef168d2c2070fdb02c7998384be27d31a03bb35d1740af4a19a857b +SIZE (cabal/aeson-2.2.3.0/revision/4.cabal) = 6368 +SHA256 (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 88d11a165cd709bfd603b4bc36afd5b39d3e9eec69ee466ca4359441d468c092 +SIZE (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 32633 +SHA256 (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 9fc9ce2157f1889bd99a4d22c9f1c64589590be0f797c3efe71c8fa17a11a689 +SIZE (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 8791 +SHA256 (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 231149b7fef09f5dd95af51228615e3b296dbd0faadeca053e0644a4b13b0ff6 +SIZE (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 3158 +SHA256 (cabal/assoc-1.1.1/revision/1.cabal) = 0ab39b4d1feb4caca95ac6e314f48782b27a86a6b8d1f5e8dc4be9fbed11185f +SIZE (cabal/assoc-1.1.1/revision/1.cabal) = 1420 +SHA256 (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 17a35079c8719014560c028d9805ec1301b900972adf212e00af23fe3ebfabd8 +SIZE (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 19923 SHA256 (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 1086a9285061eed0c2c5d3cb65aa223defd52fca6d0515bb69ddf2dbc3d9697a SIZE (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 38193 -SHA256 (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13 -SIZE (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = 15227 -SHA256 (cabal/comonad-5.0.8/revision/2.cabal) = 4a4dbfbd03fb4963987710fca994e8b5624bd05a33e5f95b7581b26f8229c5e3 -SIZE (cabal/comonad-5.0.8/revision/2.cabal) = 3631 +SHA256 (cabal/bifunctors-5.6.2/revision/2.cabal) = 115a621c4eaaabb07834f9e4dd3371e21f39d034305062f4bd5cd72c2f8880d2 +SIZE (cabal/bifunctors-5.6.2/revision/2.cabal) = 3332 +SHA256 (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 22de71fde38b236d3e9168a832b5e1e75d1fb4f4028667bdf747b3b4c8c1529c +SIZE (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 8192 +SHA256 (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 2cd35dcd6944a5abc9f108a5eb5ee564b6b1fa98a9ec79cefcc20b588991f871 +SIZE (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 20675 +SHA256 (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 69fb0eb49a80055a9b76d31d0a5648777c4050ac8dbf56a9344b862ed878a789 +SIZE (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 14455 +SHA256 (cabal/comonad-5.0.9/revision/1.cabal) = 75aded79bf583c908e4e4687c0ae067f256e2507536b75f58ffba7748767c353 +SIZE (cabal/comonad-5.0.9/revision/1.cabal) = 3587 SHA256 (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa SIZE (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 13815 -SHA256 (cabal/data-fix-0.3.2/data-fix-0.3.2.tar.gz) = 3a172d3bc0639c327345e965f9d9023e099425814b28dcdb7b60ff66d66219cc -SIZE (cabal/data-fix-0.3.2/data-fix-0.3.2.tar.gz) = 5842 -SHA256 (cabal/data-fix-0.3.2/revision/5.cabal) = cd7d6ff8b68aca3b51d8116870fc8ccdbc557989562cd3d5c941e4f0b7bc5af1 -SIZE (cabal/data-fix-0.3.2/revision/5.cabal) = 1734 +SHA256 (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 8df052d18c047ab9e9200536a8799b5af3997ebecbbb091a7384b6be8416ab37 +SIZE (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 5992 +SHA256 (cabal/data-fix-0.3.4/revision/1.cabal) = ee78be6168ca0878d670fede957195d3debf4a37a806d13d72182b274901261b +SIZE (cabal/data-fix-0.3.4/revision/1.cabal) = 1406 SHA256 (cabal/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz) = d7351392e078f58caa46630a4b9c643e1e2e9dddee45848c5c8358e7b1316b91 SIZE (cabal/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz) = 8140 SHA256 (cabal/distributive-0.6.2.1/revision/1.cabal) = 0f99f5541cca04acf89b64432b03422b6408e830a8dff30e6c4334ef1a48680c SIZE (cabal/distributive-0.6.2.1/revision/1.cabal) = 2996 SHA256 (cabal/dlist-1.0/dlist-1.0.tar.gz) = 173d637328bb173fcc365f30d29ff4a94292a1e0e5558aeb3dfc11de81510115 SIZE (cabal/dlist-1.0/dlist-1.0.tar.gz) = 18667 -SHA256 (cabal/dlist-1.0/revision/1.cabal) = 55ff69d20ce638fc7727342ee67f2f868da61d3dcf3763f790bf9aa0b145e568 -SIZE (cabal/dlist-1.0/revision/1.cabal) = 3812 -SHA256 (cabal/fgl-5.8.2.0/fgl-5.8.2.0.tar.gz) = 44cf0cf720f1d3fb31689cab219adf9b1a5367b3fbf4bd6678f4d156f3e8c3b6 -SIZE (cabal/fgl-5.8.2.0/fgl-5.8.2.0.tar.gz) = 57401 +SHA256 (cabal/dlist-1.0/revision/2.cabal) = 854727594c5a816ab3d10f15b1bc4fedaf9e3f7d1ef517a2bb9011f29ba261d2 +SIZE (cabal/dlist-1.0/revision/2.cabal) = 3942 +SHA256 (cabal/fgl-5.8.3.0/fgl-5.8.3.0.tar.gz) = a4ca15b162068a6cd8fd8685e2c1231ace4a24d56b2424b8e3f8988ff1ab63c1 +SIZE (cabal/fgl-5.8.3.0/fgl-5.8.3.0.tar.gz) = 57723 +SHA256 (cabal/fgl-5.8.3.0/revision/1.cabal) = 507f764d5096605759d8639d3a0113f596db08b197a54899e6b2559e113cd68f +SIZE (cabal/fgl-5.8.3.0/revision/1.cabal) = 3949 SHA256 (cabal/generically-0.1.1/generically-0.1.1.tar.gz) = 04c5a436bec4b041f71a733f56a1bd7f435f63dde8d3eb5c1f48d55b4dbc43cf SIZE (cabal/generically-0.1.1/generically-0.1.1.tar.gz) = 2870 -SHA256 (cabal/generically-0.1.1/revision/2.cabal) = 378ec049bc2853b8011df116647fbd34bb9f00edce9840e4957f98abc097597c -SIZE (cabal/generically-0.1.1/revision/2.cabal) = 1169 -SHA256 (cabal/hashable-1.4.4.0/hashable-1.4.4.0.tar.gz) = 1fa3d64548440942b2b38b99c76d8dcaa94fa2ea3912cd7a6354ea4ec4af4758 -SIZE (cabal/hashable-1.4.4.0/hashable-1.4.4.0.tar.gz) = 26197 -SHA256 (cabal/hashable-1.4.4.0/revision/1.cabal) = ae22238274c572aa91e90c6c353e7206386708912ac5e6dc40ac61d1dcc553db -SIZE (cabal/hashable-1.4.4.0/revision/1.cabal) = 5216 -SHA256 (cabal/indexed-traversable-0.1.3/indexed-traversable-0.1.3.tar.gz) = 1d32925fb6f78e3a52a849b29fc4360df51c97be95ba8ac642517d3ff01a53d9 -SIZE (cabal/indexed-traversable-0.1.3/indexed-traversable-0.1.3.tar.gz) = 9824 -SHA256 (cabal/indexed-traversable-instances-0.1.1.2/indexed-traversable-instances-0.1.1.2.tar.gz) = 0f9b4e895ccc819f74d15f913c93613cc74cab74dbb05d7e305aa387bdbe374a -SIZE (cabal/indexed-traversable-instances-0.1.1.2/indexed-traversable-instances-0.1.1.2.tar.gz) = 3769 -SHA256 (cabal/indexed-traversable-instances-0.1.1.2/revision/2.cabal) = 00d5e3e149e2bee0f7a547e0093294c306d4276e73a619abe7d8e69f7ce03c7b -SIZE (cabal/indexed-traversable-instances-0.1.1.2/revision/2.cabal) = 2550 -SHA256 (cabal/integer-conversion-0.1.0.1/integer-conversion-0.1.0.1.tar.gz) = 20ac70cf1cb65458bba2c562c209a8930e45bdb89886182d644d0a457fc46f39 -SIZE (cabal/integer-conversion-0.1.0.1/integer-conversion-0.1.0.1.tar.gz) = 6166 -SHA256 (cabal/integer-conversion-0.1.0.1/revision/1.cabal) = 0e57a82635323f015b5d6c242bcfbbeeaa9854fe9c8058e57052254dbb24bb14 -SIZE (cabal/integer-conversion-0.1.0.1/revision/1.cabal) = 2250 -SHA256 (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f -SIZE (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9023 -SHA256 (cabal/integer-logarithms-1.0.3.1/revision/6.cabal) = 0595a16d458c9c5caa425dc8ebbeb5d9adffb0c8daf4720c1d93dfcfc31dd690 -SIZE (cabal/integer-logarithms-1.0.3.1/revision/6.cabal) = 3295 +SHA256 (cabal/generically-0.1.1/revision/4.cabal) = 3f64278f5c582dd7c6963967b1290079bcd03b8348989f909ac9bd972ddc452e +SIZE (cabal/generically-0.1.1/revision/4.cabal) = 1203 +SHA256 (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = e58b3a8e18da5f6cd7e937e5fd683e500bb1f8276b3768269759119ca0cddb6a +SIZE (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = 89062 +SHA256 (cabal/hashable-1.5.0.0/revision/1.cabal) = 2f23146cbe0325029927b221647695a4c7d6e97548ff731110979e34361f58ef +SIZE (cabal/hashable-1.5.0.0/revision/1.cabal) = 5914 +SHA256 (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 58be09afdf3ad5a25c2aa0d2a7df80d602df09f4e76d3abf2b7cdb0e75d03b22 +SIZE (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 9465 +SHA256 (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 42d9e84a65a0c17c248233cab98ada872ff6140dfa24d109d6eb285204d07e7d +SIZE (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 2098 +SHA256 (cabal/indexed-traversable-instances-0.1.2/indexed-traversable-instances-0.1.2.tar.gz) = 3c2bb62fba141d6696177070d63b88bc56b194bc60f6b73d2263b0244e2fc7c1 +SIZE (cabal/indexed-traversable-instances-0.1.2/indexed-traversable-instances-0.1.2.tar.gz) = 3673 +SHA256 (cabal/indexed-traversable-instances-0.1.2/revision/1.cabal) = 68df0fc8070ae2c15f9e6febf1449fee364c131a6d1e93cac45e7895ba86dd89 +SIZE (cabal/indexed-traversable-instances-0.1.2/revision/1.cabal) = 2401 +SHA256 (cabal/integer-conversion-0.1.1/integer-conversion-0.1.1.tar.gz) = c18164a048073310f6353ebc64c9037b52a4b8299963ce05e027bcf60e22155a +SIZE (cabal/integer-conversion-0.1.1/integer-conversion-0.1.1.tar.gz) = 6179 +SHA256 (cabal/integer-conversion-0.1.1/revision/1.cabal) = 941d4ae16e2124cbff5defe2abedb49efc8e03a594f817035bf231a317e6c1c9 +SIZE (cabal/integer-conversion-0.1.1/revision/1.cabal) = 2256 +SHA256 (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 6a93c76c2518cbe2d72ab17da6ae46d8cae93cbfb7c5a5ad5783f903c1448f45 +SIZE (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 8948 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 SIZE (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 31309 SHA256 (cabal/network-uri-2.6.4.2/revision/1.cabal) = 6fffb57373962b5651a2db8b0af732098b3bf029a7ced76a9855615de2026588 SIZE (cabal/network-uri-2.6.4.2/revision/1.cabal) = 3217 -SHA256 (cabal/os-string-2.0.2/os-string-2.0.2.tar.gz) = 0953126e962966719753c98d71f596f5fea07e100bce191b7453735a1ff2caa1 -SIZE (cabal/os-string-2.0.2/os-string-2.0.2.tar.gz) = 42919 -SHA256 (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 696d4bd291c94d736142d6182117dca4258d3ef28bfefdb649ac8b5ecd0999c7 -SIZE (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 60580 -SHA256 (cabal/primitive-0.9.0.0/revision/1.cabal) = 2e08c5409e3559c7f1669ef50e9a0d9a397e68ecf51110d5e2cedf05cdd7d93c -SIZE (cabal/primitive-0.9.0.0/revision/1.cabal) = 3171 -SHA256 (cabal/random-1.2.1.2/random-1.2.1.2.tar.gz) = 790f4dc2d2327c453ff6aac7bf15399fd123d55e927935f68f84b5df42d9a4b4 -SIZE (cabal/random-1.2.1.2/random-1.2.1.2.tar.gz) = 47229 -SHA256 (cabal/regex-base-0.94.0.2/regex-base-0.94.0.2.tar.gz) = 7b99408f580f5bb67a1c413e0bc735886608251331ad36322020f2169aea2ef1 -SIZE (cabal/regex-base-0.94.0.2/regex-base-0.94.0.2.tar.gz) = 10488 -SHA256 (cabal/regex-base-0.94.0.2/revision/4.cabal) = 0322b2fcd1358f3355e0c8608efa60d27b14d1c9d476451dbcb9181363bd8b27 -SIZE (cabal/regex-base-0.94.0.2/revision/4.cabal) = 2601 -SHA256 (cabal/regex-tdfa-1.3.2.2/regex-tdfa-1.3.2.2.tar.gz) = 933ed5c54246bb50e335d86b884ffb70bc252b5f776fb291f162a80a27bd75b7 -SIZE (cabal/regex-tdfa-1.3.2.2/regex-tdfa-1.3.2.2.tar.gz) = 83016 -SHA256 (cabal/regex-tdfa-1.3.2.2/revision/2.cabal) = 92afd144189801dff0fa2544b55c7b6c7c7e556c10dddfb61f2d75909f68af98 -SIZE (cabal/regex-tdfa-1.3.2.2/revision/2.cabal) = 6997 -SHA256 (cabal/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz) = a3a121c4b3d68fb8b9f8c709ab012e48f090ed553609247a805ad070d6b343a9 -SIZE (cabal/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz) = 24723 -SHA256 (cabal/scientific-0.3.7.0/revision/7.cabal) = 909755ab19b453169ff85281323da1488407776b2360bd9f7afdd219fd306ef2 -SIZE (cabal/scientific-0.3.7.0/revision/7.cabal) = 4869 -SHA256 (cabal/semialign-1.3/semialign-1.3.tar.gz) = 628e43319f584a8dd46c124ee0685cac586e0f6f877c5ceff37c3dbb2e3cc56c -SIZE (cabal/semialign-1.3/semialign-1.3.tar.gz) = 10543 -SHA256 (cabal/semialign-1.3/revision/1.cabal) = 7be9ef5ca1d6b052991f68c053aab68b9d1ab3b1938c9557ac84c97937815223 -SIZE (cabal/semialign-1.3/revision/1.cabal) = 2888 -SHA256 (cabal/semigroupoids-6.0.0.1/semigroupoids-6.0.0.1.tar.gz) = 7da38a9891bdf8205fd6522cdb712956b8c0bf5c52983da60295c8e057d77934 -SIZE (cabal/semigroupoids-6.0.0.1/semigroupoids-6.0.0.1.tar.gz) = 36222 -SHA256 (cabal/semigroupoids-6.0.0.1/revision/1.cabal) = 47a23b451c114e65361e713e8fe36828fca3a84285325e8f444254b2ab0c43c5 -SIZE (cabal/semigroupoids-6.0.0.1/revision/1.cabal) = 7465 -SHA256 (cabal/splitmix-0.1.0.5/splitmix-0.1.0.5.tar.gz) = 9df07a9611ef45f1b1258a0b412f4d02c920248f69d2e2ce8ccda328f7e13002 -SIZE (cabal/splitmix-0.1.0.5/splitmix-0.1.0.5.tar.gz) = 22399 -SHA256 (cabal/splitmix-0.1.0.5/revision/1.cabal) = caa9b4a92abf1496c7f6a3c0f4e357426a54880077cb9f04e260a8bfa034b77b -SIZE (cabal/splitmix-0.1.0.5/revision/1.cabal) = 6596 -SHA256 (cabal/strict-0.5/strict-0.5.tar.gz) = 3f4f0995dec2d520d0e321542f71412dac023658fdab603db04364d75269a0fd -SIZE (cabal/strict-0.5/strict-0.5.tar.gz) = 12564 -SHA256 (cabal/strict-0.5/revision/1.cabal) = bd57d7b3655951dfaa7d1e1374d7352dfe83f82a9c98309bf3a6587ef8cbd87d -SIZE (cabal/strict-0.5/revision/1.cabal) = 4120 -SHA256 (cabal/tagged-0.8.8/tagged-0.8.8.tar.gz) = a083fa7835516203c168433a1c8dfc0290a94b05fedab566ad0640fc9137a6a7 -SIZE (cabal/tagged-0.8.8/tagged-0.8.8.tar.gz) = 10094 -SHA256 (cabal/tagged-0.8.8/revision/1.cabal) = 9193defbde3dda997236ccc11a1db3e073cc531fe523e13e9659df776feb0b32 -SIZE (cabal/tagged-0.8.8/revision/1.cabal) = 2732 -SHA256 (cabal/text-iso8601-0.1/text-iso8601-0.1.tar.gz) = f58e7a46f951f1f13d2929e0a2f84f6db7894d55a641169aaf300aea9ada5fcf -SIZE (cabal/text-iso8601-0.1/text-iso8601-0.1.tar.gz) = 9578 -SHA256 (cabal/text-iso8601-0.1/revision/1.cabal) = ac86f2500ca751db3c0de029dd7e7826bef7366d59dc0085b00fc695c43b9f76 -SIZE (cabal/text-iso8601-0.1/revision/1.cabal) = 2407 -SHA256 (cabal/text-short-0.1.5/text-short-0.1.5.tar.gz) = a35ec6cde2ada084c1a050dc5885be5ab01f851b93d744cf0facbc1c18002dda -SIZE (cabal/text-short-0.1.5/text-short-0.1.5.tar.gz) = 25113 -SHA256 (cabal/text-short-0.1.5/revision/3.cabal) = 9c73c9c9182ca69ee92ce3758f515b1c078cd167d882ccc8c46f92f68c65e190 -SIZE (cabal/text-short-0.1.5/revision/3.cabal) = 3216 -SHA256 (cabal/th-abstraction-0.6.0.0/th-abstraction-0.6.0.0.tar.gz) = 69ea6eca1f0c00b6e1e1f8329c908ec76e73855e2ce6e91ace2f8bbf92c51a30 -SIZE (cabal/th-abstraction-0.6.0.0/th-abstraction-0.6.0.0.tar.gz) = 43152 -SHA256 (cabal/th-abstraction-0.6.0.0/revision/2.cabal) = 313760d630851a0eba6bdcb1a1eb543c4c9c583072d704067fa3248a5252a8ae -SIZE (cabal/th-abstraction-0.6.0.0/revision/2.cabal) = 2303 -SHA256 (cabal/th-compat-0.1.5/th-compat-0.1.5.tar.gz) = 81f55fafc7afad7763c09cb8b7b4165ca3765edcf70ffa42c7393043a1382a1e -SIZE (cabal/th-compat-0.1.5/th-compat-0.1.5.tar.gz) = 14893 -SHA256 (cabal/these-1.2/these-1.2.tar.gz) = a8ed7174b7f790764360f48aab72fea382a6093ed369c7bc6881fae1abacd4b8 -SIZE (cabal/these-1.2/these-1.2.tar.gz) = 10606 -SHA256 (cabal/these-1.2/revision/1.cabal) = 011e22f6891ca028f87c04ea48796696c92d593313a9c699f7ff4f9ffd7aec6e -SIZE (cabal/these-1.2/revision/1.cabal) = 2882 -SHA256 (cabal/time-compat-1.9.6.1/time-compat-1.9.6.1.tar.gz) = ad07bb00eb9678c2136d3680752b00acc4cbc522654bb3199bf31c61ef1e6b80 -SIZE (cabal/time-compat-1.9.6.1/time-compat-1.9.6.1.tar.gz) = 59964 -SHA256 (cabal/time-compat-1.9.6.1/revision/6.cabal) = 17631ef01a03a6f55fbe131690f87f6dee9a1572acc99b6c06f04882470ffb52 -SIZE (cabal/time-compat-1.9.6.1/revision/6.cabal) = 5076 +SHA256 (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = cf16aeefd821730c7738447fa7c6b7ada7ca1c9cc25400d64ef283294d345871 +SIZE (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = 67629 +SHA256 (cabal/os-string-2.0.8/os-string-2.0.8.tar.gz) = 02794279dd30282e7b0d45a860dda50ee26a92b1461f5da4545f62dab4172686 +SIZE (cabal/os-string-2.0.8/os-string-2.0.8.tar.gz) = 44896 +SHA256 (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 5e6ea6903114fa118fcc359633dfb7ecddecb92c06c853d02a77b72b251f0b45 +SIZE (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 56907 +SHA256 (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 813739308ad6050620578994effe21058a170a341716acf52573fae42b5b1db3 +SIZE (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 8879 +SHA256 (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 44b4de41813c7bc5db8a57f87c3612a069b65086946268ba165097252ebd3d76 +SIZE (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 61724 +SHA256 (cabal/random-1.3.1/random-1.3.1.tar.gz) = d840ac83f265b0cfa2a678f8ec78627eb50cf9be2f067c52c8a4239c29b71a35 +SIZE (cabal/random-1.3.1/random-1.3.1.tar.gz) = 63846 +SHA256 (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = e8ca2dee598c790dd1c1c4359bdd1e495d9b881f5aa1f539c22f0dd5563747bf +SIZE (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = 10550 +SHA256 (cabal/regex-tdfa-1.3.2.5/regex-tdfa-1.3.2.5.tar.gz) = 2e3dfb449a548484f7d3b4e2a1b1040b39be26c4f3182a47004dc5eddf028a78 +SIZE (cabal/regex-tdfa-1.3.2.5/regex-tdfa-1.3.2.5.tar.gz) = 83371 +SHA256 (cabal/scientific-0.3.8.0/scientific-0.3.8.0.tar.gz) = 13b343bca8aa26d7718e52e622e5a118056653edafcbc7ccc5333be7217218cf +SIZE (cabal/scientific-0.3.8.0/scientific-0.3.8.0.tar.gz) = 24314 +SHA256 (cabal/scientific-0.3.8.0/revision/2.cabal) = ba83a6701dd0110138443757aca4a42786afa94272b73045ef878fd860d1732e +SIZE (cabal/scientific-0.3.8.0/revision/2.cabal) = 4397 +SHA256 (cabal/semialign-1.3.1/semialign-1.3.1.tar.gz) = 66e87bc254ffec2ee908bf625c42d3b7363238d6ab1cfba8934bbee7590c9df7 +SIZE (cabal/semialign-1.3.1/semialign-1.3.1.tar.gz) = 10117 +SHA256 (cabal/semialign-1.3.1/revision/2.cabal) = dfe515a9e43230f5308564a649a04ea1538499ed98b944644b77bed5394b9deb +SIZE (cabal/semialign-1.3.1/revision/2.cabal) = 2224 +SHA256 (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 1d532030862414f5d4f2f6f001783f77aa14e5f05ee8e3c4a2d2129fca29cc1f +SIZE (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 36372 +SHA256 (cabal/semigroupoids-6.0.1/revision/2.cabal) = bfee06a6d88038a88ddd10fc21c230bf5ee3a14d0584dc6ab7ad54a9252c2c21 +SIZE (cabal/semigroupoids-6.0.1/revision/2.cabal) = 7539 +SHA256 (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = b6bcd0d79bd4fe40975c8ebe803be2f3bfbf6006069a59745a325a0df3f86270 +SIZE (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = 21955 +SHA256 (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 77719280c2a86312e748227bfa732eeaae0e7df48d57acc3c2e5b7b07afe2f8b +SIZE (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 11798 +SHA256 (cabal/strict-0.5.1/revision/1.cabal) = 58c373b7c7748cbb4a5a6c8c15073f99a1c10a9a9bb6894ac33f43a5cdb901f2 +SIZE (cabal/strict-0.5.1/revision/1.cabal) = 3557 +SHA256 (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 6daad88ebb414ba6a556d2898d2cbe7650e4276010e3a6eed939daf54b956784 +SIZE (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 8151 +SHA256 (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 54a0c7b644813af871a3726ac8771b5e17b5158c792a7acf8f9e2d3ae9360780 +SIZE (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 66548 +SHA256 (cabal/tasty-1.5.3/revision/2.cabal) = 6b5dda3f16db1274a0b3e6c4073ac57172a1e96b1dca05666c5cbd1183639412 +SIZE (cabal/tasty-1.5.3/revision/2.cabal) = 2923 +SHA256 (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9dead2b7ceeae40fe0fc060bd54795c32e9926c9d1aebae8f9b9a621fba88202 +SIZE (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9599 +SHA256 (cabal/text-iso8601-0.1.1/revision/2.cabal) = e07a625eef969338992bf9bba8e5dc73f07ac65f991ba636b8f1175890d15849 +SIZE (cabal/text-iso8601-0.1.1/revision/2.cabal) = 2411 +SHA256 (cabal/text-short-0.1.6/text-short-0.1.6.tar.gz) = 8173ea138d7dc398747b636012bf6e79e17186560b8a7a7fc9e6456d78556eab +SIZE (cabal/text-short-0.1.6/text-short-0.1.6.tar.gz) = 24691 +SHA256 (cabal/text-short-0.1.6/revision/3.cabal) = 41be94ccd3f6646ab69b0b05c5130ea3c7911a4598ab9b9192f21ad25a69163a +SIZE (cabal/text-short-0.1.6/revision/3.cabal) = 2827 +SHA256 (cabal/th-abstraction-0.7.1.0/th-abstraction-0.7.1.0.tar.gz) = f9b6184aba4c6b61dd0d96f7dad41a4c9db0a01d3cdbf993a7d860488f1c04c5 +SIZE (cabal/th-abstraction-0.7.1.0/th-abstraction-0.7.1.0.tar.gz) = 45428 +SHA256 (cabal/th-abstraction-0.7.1.0/revision/1.cabal) = 3011403d85b0070630e33d66b9370535ccd1e0e672ae58f847550b2b15bb4fd8 +SIZE (cabal/th-abstraction-0.7.1.0/revision/1.cabal) = 2268 +SHA256 (cabal/th-compat-0.1.6/th-compat-0.1.6.tar.gz) = b781a0c059872bc95406d00e98f6fa7d9e81e744730f75186583cb4dcea0a4eb +SIZE (cabal/th-compat-0.1.6/th-compat-0.1.6.tar.gz) = 14622 +SHA256 (cabal/these-1.2.1/these-1.2.1.tar.gz) = 17d6d933365edabf801a16842c1403bdd37cc5300faa2fcca980decdab22e4de +SIZE (cabal/these-1.2.1/these-1.2.1.tar.gz) = 9906 +SHA256 (cabal/these-1.2.1/revision/2.cabal) = 35c57aede96c15ea1fed559ac287b1168eb2b2869d79e62ed8c845780b7ea136 +SIZE (cabal/these-1.2.1/revision/2.cabal) = 2294 +SHA256 (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 502ef8694a5b131b47c0e5df2e9053d005a3b345b30f5225af04f081d3ef5cf0 +SIZE (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 63414 SHA256 (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = b62c7304c9f3cbc9463d0739aa85cb9489f217ea092b9d625d417514fbcc9d6a SIZE (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = 46485 -SHA256 (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = d9cfb287cf00592d39dc9c3cac8b99627ea08f2c01798e70130fc39f7c90f11d -SIZE (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = 59823 -SHA256 (cabal/unordered-containers-0.2.20/revision/1.cabal) = 746c32b23f93cb13e52309e54e82d69e4315105f9815b1fcac25a57071505cff -SIZE (cabal/unordered-containers-0.2.20/revision/1.cabal) = 3921 -SHA256 (cabal/uuid-types-1.0.5.1/uuid-types-1.0.5.1.tar.gz) = 0bec6d6982b3c92bfa5eab1d213be2d4b6696b9a2c3a1f1f05812dc3762dca2c -SIZE (cabal/uuid-types-1.0.5.1/uuid-types-1.0.5.1.tar.gz) = 11965 -SHA256 (cabal/vector-0.13.1.0/vector-0.13.1.0.tar.gz) = 63f272279eab8ab9411a0fffb1252ac309b297313f8e33be9ebbc2f981edecee -SIZE (cabal/vector-0.13.1.0/vector-0.13.1.0.tar.gz) = 156855 -SHA256 (cabal/vector-0.13.1.0/revision/1.cabal) = bc032ccfb51d775eb6f4082c5fc02f5416b0ea0d6644a60d87677a6937f2d70d -SIZE (cabal/vector-0.13.1.0/revision/1.cabal) = 9015 +SHA256 (cabal/unordered-containers-0.2.20.1/unordered-containers-0.2.20.1.tar.gz) = 708a60513d6da61e09b60b9a486106af703a889b5b43472a27c3b60bf35246ab +SIZE (cabal/unordered-containers-0.2.20.1/unordered-containers-0.2.20.1.tar.gz) = 60625 +SHA256 (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 7e0dd953483d6fd3ca49bcaed6b11f9e3c2787213479b2581e07747836b8357e +SIZE (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 11222 +SHA256 (cabal/uuid-types-1.0.6/revision/3.cabal) = 5ac2b681a8d7676f6a51ac1b113bfdcf18dd7fdbb313034850ed6493eef96da0 +SIZE (cabal/uuid-types-1.0.6/revision/3.cabal) = 2619 +SHA256 (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 28f203c786cbf8ac6dc3fea3378ec36f34173d505fb4a1dd60fc8418ad91c423 +SIZE (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 185739 +SHA256 (cabal/vector-0.13.2.0/revision/2.cabal) = 9ac338c8da52d8a37db08434ca4480fef2cea4f9aac240f4f994bb467f5275b4 +SIZE (cabal/vector-0.13.2.0/revision/2.cabal) = 8804 SHA256 (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = d0f507334bdea5431a2f07f525a97f29e76522c32210f5de6d5a2b4f1d42bf7c SIZE (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = 12577 -SHA256 (cabal/vector-stream-0.1.0.1/revision/1.cabal) = 16a69e2ed71d7b35e16860fac520f94fa4da120eb973d9f8fbf0aa3a703d4a9f -SIZE (cabal/vector-stream-0.1.0.1/revision/1.cabal) = 1583 -SHA256 (cabal/witherable-0.4.2/witherable-0.4.2.tar.gz) = 790d2bb274283419173bd89104439860675a9410f70f21912973ecd9098b4104 -SIZE (cabal/witherable-0.4.2/witherable-0.4.2.tar.gz) = 11876 -SHA256 (cabal/witherable-0.4.2/revision/4.cabal) = cec516b35df0ff53ab0068e70a912a0ba7b65c672fbc554727183faa195ad3b8 -SIZE (cabal/witherable-0.4.2/revision/4.cabal) = 2342 +SHA256 (cabal/vector-stream-0.1.0.1/revision/4.cabal) = 483be6df13c72169a917640589666f9fece7bea9fa13fcd41d052dab37ea289e +SIZE (cabal/vector-stream-0.1.0.1/revision/4.cabal) = 1642 +SHA256 (cabal/witherable-0.5/witherable-0.5.tar.gz) = 48434cc1e465b13cbc0133a90c3ec0d827c93b77ce95807fe0a38b65f4918cd1 +SIZE (cabal/witherable-0.5/witherable-0.5.tar.gz) = 10819 +SHA256 (cabal/witherable-0.5/revision/1.cabal) = 85bab588ebca37996fc3171b9d8b2e065eb0536c9f44224bcf037c0849a881de +SIZE (cabal/witherable-0.5/revision/1.cabal) = 2343 diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile index b22b9cc23ed9..3f0306954642 100644 --- a/devel/jenkins-lts/Makefile +++ b/devel/jenkins-lts/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.516.3 +PORTVERSION= 2.528.1 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts diff --git a/devel/jenkins-lts/distinfo b/devel/jenkins-lts/distinfo index 61567c35d05f..48fc3b48f1d9 100644 --- a/devel/jenkins-lts/distinfo +++ b/devel/jenkins-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758133479 -SHA256 (jenkins/2.516.3/jenkins.war) = 81b3abcc0f24cea48e74effe152f69dc5f0d880edc0c2737c61446b3c5992c00 -SIZE (jenkins/2.516.3/jenkins.war) = 87500304 +TIMESTAMP = 1760543849 +SHA256 (jenkins/2.528.1/jenkins.war) = d630dca265f75a8d581f127a9234f1679d4b0800a8f370d03ad4a154ceb7295b +SIZE (jenkins/2.528.1/jenkins.war) = 95450898 diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index ae4cf97e9ef1..d8a627526577 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ LIB_DEPENDS= libapr-1.so:devel/apr1 \ libsvn_client-1.so:devel/subversion \ libkomparediff2.so:textproc/libkomparediff2 -RUN_DEPENDS= gmake:devel/gmake +RUN_DEPENDS= gmake:devel/gmake \ + lldb-mi:devel/lldb-mi USES= cmake compiler:c++17-lang desktop-file-utils gettext-tools gl \ kde:6 llvm:build,run,noexport pkgconfig qt:6 shared-mime-info \ diff --git a/devel/libr3/Makefile b/devel/libr3/Makefile index eb62cca1b073..b8edc0bba066 100644 --- a/devel/libr3/Makefile +++ b/devel/libr3/Makefile @@ -1,6 +1,6 @@ PORTNAME= libr3 PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com diff --git a/devel/llvm-devel/Makefile.COMMANDS b/devel/llvm-devel/Makefile.COMMANDS index 2b2600bfeb6f..93b56ac5db45 100644 --- a/devel/llvm-devel/Makefile.COMMANDS +++ b/devel/llvm-devel/Makefile.COMMANDS @@ -142,7 +142,9 @@ LLDB_COMMANDS= \ lldb-dap \ lldb-instr \ lldb-mcp \ - lldb-server + lldb-server \ + lldb-tblgen \ + yaml2macho-core MLIR_COMMANDS= \ mlir-cat \ diff --git a/devel/llvm-devel/Makefile.snapshot b/devel/llvm-devel/Makefile.snapshot index 2ce515f2a183..97d56d002ba5 100644 --- a/devel/llvm-devel/Makefile.snapshot +++ b/devel/llvm-devel/Makefile.snapshot @@ -4,6 +4,6 @@ # LLVM_MAJOR= 22 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20250904 +SNAPDATE= 20251007 -LLVM_PROJECT_COMMIT= 13f97f013adbe7ad0ef2bf3634d14b6fccfae90d +LLVM_PROJECT_COMMIT= cce7cfbf53f9e9b0927fb2edd464a8889abb8155 diff --git a/devel/llvm-devel/distinfo b/devel/llvm-devel/distinfo index afbcd1c105c2..95432a792625 100644 --- a/devel/llvm-devel/distinfo +++ b/devel/llvm-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756990631 -SHA256 (llvm-llvm-project-22.0.d20250904-13f97f013adbe7ad0ef2bf3634d14b6fccfae90d_GH0.tar.gz) = 8bf3fbe1de1ef1fd6cfcba7bf7486b868e3f3086c6f2a6e887e4c831c3e0d51e -SIZE (llvm-llvm-project-22.0.d20250904-13f97f013adbe7ad0ef2bf3634d14b6fccfae90d_GH0.tar.gz) = 247160057 +TIMESTAMP = 1759834561 +SHA256 (llvm-llvm-project-22.0.d20251007-cce7cfbf53f9e9b0927fb2edd464a8889abb8155_GH0.tar.gz) = d46b58adebf5c6bd57f80ed213d444dde6047bd5cc40a2e5f170c733ea3ee033 +SIZE (llvm-llvm-project-22.0.d20251007-cce7cfbf53f9e9b0927fb2edd464a8889abb8155_GH0.tar.gz) = 248714842 diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist index 9a5845a29f81..b88c767bc2cb 100644 --- a/devel/llvm-devel/pkg-plist +++ b/devel/llvm-devel/pkg-plist @@ -129,6 +129,8 @@ bin/offload-arch-devel %%LLDB%%bin/lldb-instr-devel %%LLDB%%bin/lldb-mcp-devel %%LLDB%%bin/lldb-server-devel +%%LLDB%%bin/lldb-tblgen-devel +bin/yaml2macho-core-devel %%MLIR%%bin/mlir-cat-devel %%MLIR%%bin/mlir-lsp-server-devel %%MLIR%%bin/mlir-minimal-opt-devel @@ -231,6 +233,7 @@ llvm-devel/bin/llc %%LLDB%%llvm-devel/bin/lldb-instr %%LLDB%%llvm-devel/bin/lldb-mcp %%LLDB%%llvm-devel/bin/lldb-server +%%LLDB%%llvm-devel/bin/lldb-tblgen llvm-devel/bin/lli llvm-devel/bin/llvm-addr2line llvm-devel/bin/llvm-ar @@ -336,6 +339,7 @@ llvm-devel/bin/sanstats %%FLANG%%llvm-devel/bin/tco llvm-devel/bin/verify-uselistorder %%LLD%%llvm-devel/bin/wasm-ld +llvm-devel/bin/yaml2macho-core %%CLANG%%llvm-devel/include/clang-c/BuildSystem.h %%CLANG%%llvm-devel/include/clang-c/CXCompilationDatabase.h %%CLANG%%llvm-devel/include/clang-c/CXDiagnostic.h @@ -415,10 +419,12 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/CastingThroughVoidCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/ChainedComparisonCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/CommandProcessorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/ComparePointerToMemberVirtualFunctionCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/CopyConstructorInitCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/CrtpConstructorAccessibilityCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/DanglingHandleCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/DerivedMethodShadowingBaseMethodCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/DynamicStaticInitializersCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/EasilySwappableParametersCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/EmptyCatchCheck.h @@ -484,8 +490,10 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/TaggedUnionMemberCountCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/TerminatingContinueCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/ThrowKeywordMissingCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/ThrowingStaticInitializationCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/TooSmallLoopVariableCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UncheckedOptionalAccessCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UncheckedStringToNumberConversionCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UndelegatedConstructorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.h @@ -498,7 +506,6 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UnusedReturnValueCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/UseAfterMoveCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/VirtualNearMissCheck.h -%%EXTRAS%%llvm-devel/include/clang-tidy/cert/CommandProcessorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/DontModifyStdNamespaceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/FloatLoopCounter.h @@ -506,11 +513,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/cert/MutatingCopyCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.h -%%EXTRAS%%llvm-devel/include/clang-tidy/cert/SetLongJmpCheck.h -%%EXTRAS%%llvm-devel/include/clang-tidy/cert/StaticObjectExceptionCheck.h -%%EXTRAS%%llvm-devel/include/clang-tidy/cert/StrToNumCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/ThrownExceptionTypeCheck.h -%%EXTRAS%%llvm-devel/include/clang-tidy/cert/VariadicFunctionDefCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/concurrency/MtUnsafeCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/AvoidCapturingLambdaCoroutinesCheck.h @@ -544,6 +547,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/UseEnumClassCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/custom/QueryCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/darwin/AvoidSpinlockCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/darwin/DispatchOnceNonstaticCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.h @@ -560,6 +564,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/google/DefaultArgumentsCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/google/ExplicitConstructorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/google/ExplicitMakePairCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/google/FloatTypesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/google/FunctionNamingCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/google/GlobalNamesInHeadersCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/google/GlobalVariableDeclarationCheck.h @@ -582,6 +587,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/llvm/PreferStaticOverAnonymousNamespaceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/llvm/TwineLocalCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/llvm/UseNewMLIROpBuilderCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/llvm/UseRangesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/llvmlibc/CalleeNamespaceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h @@ -613,6 +619,8 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/misc/UseInternalLinkageCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/AvoidBindCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/AvoidCArraysCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/modernize/AvoidSetjmpLongjmpCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/modernize/AvoidVariadicFunctionsCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/ConcatNestedNamespacesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/DeprecatedHeadersCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.h @@ -734,6 +742,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantInlineSpecifierCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantMemberInitCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantParenthesesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantPreprocessorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantSmartptrGetCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/readability/RedundantStringCStrCheck.h @@ -874,6 +883,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/AST/ExternalASTSource.h %%CLANG%%llvm-devel/include/clang/AST/FormatString.h %%CLANG%%llvm-devel/include/clang/AST/GlobalDecl.h +%%CLANG%%llvm-devel/include/clang/AST/HLSLResource.h %%CLANG%%llvm-devel/include/clang/AST/IgnoreExpr.h %%CLANG%%llvm-devel/include/clang/AST/JSONNodeDumper.h %%CLANG%%llvm-devel/include/clang/AST/LambdaCapture.h @@ -947,6 +957,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Dominators.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/IntervalPartition.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/LifetimeAnnotations.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/LifetimeSafety.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/LiveVariables.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/PostOrderCFGView.h @@ -1393,7 +1404,6 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Interpreter/CodeCompletion.h %%CLANG%%llvm-devel/include/clang/Interpreter/Interpreter.h %%CLANG%%llvm-devel/include/clang/Interpreter/PartialTranslationUnit.h -%%CLANG%%llvm-devel/include/clang/Interpreter/RemoteJITUtils.h %%CLANG%%llvm-devel/include/clang/Interpreter/Value.h %%CLANG%%llvm-devel/include/clang/Lex/CodeCompletionHandler.h %%CLANG%%llvm-devel/include/clang/Lex/DependencyDirectivesScanner.h @@ -2375,6 +2385,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Interpreter/CommandReturnObject.h %%LLDB%%llvm-devel/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h %%LLDB%%llvm-devel/include/lldb/Interpreter/Interfaces/ScriptedBreakpointInterface.h +%%LLDB%%llvm-devel/include/lldb/Interpreter/Interfaces/ScriptedFrameInterface.h %%LLDB%%llvm-devel/include/lldb/Interpreter/Interfaces/ScriptedInterface.h %%LLDB%%llvm-devel/include/lldb/Interpreter/Interfaces/ScriptedInterfaceUsages.h %%LLDB%%llvm-devel/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h @@ -2428,6 +2439,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Protocol/MCP/Resource.h %%LLDB%%llvm-devel/include/lldb/Protocol/MCP/Server.h %%LLDB%%llvm-devel/include/lldb/Protocol/MCP/Tool.h +%%LLDB%%llvm-devel/include/lldb/Protocol/MCP/Transport.h %%LLDB%%llvm-devel/include/lldb/Symbol/ArmUnwindInfo.h %%LLDB%%llvm-devel/include/lldb/Symbol/Block.h %%LLDB%%llvm-devel/include/lldb/Symbol/CallFrameInfo.h @@ -2860,6 +2872,7 @@ llvm-devel/include/llvm/Analysis/InstSimplifyFolder.h llvm-devel/include/llvm/Analysis/InstructionPrecedenceTracking.h llvm-devel/include/llvm/Analysis/InstructionSimplify.h llvm-devel/include/llvm/Analysis/InteractiveModelRunner.h +llvm-devel/include/llvm/Analysis/InterestingMemoryOperand.h llvm-devel/include/llvm/Analysis/IteratedDominanceFrontier.h llvm-devel/include/llvm/Analysis/KernelInfo.h llvm-devel/include/llvm/Analysis/LastRunTrackingAnalysis.h @@ -3017,7 +3030,11 @@ llvm-devel/include/llvm/CAS/BuiltinCASContext.h llvm-devel/include/llvm/CAS/BuiltinObjectHasher.h llvm-devel/include/llvm/CAS/CASID.h llvm-devel/include/llvm/CAS/CASReference.h +llvm-devel/include/llvm/CAS/FileOffset.h +llvm-devel/include/llvm/CAS/MappedFileRegionArena.h llvm-devel/include/llvm/CAS/ObjectStore.h +llvm-devel/include/llvm/CAS/OnDiskDataAllocator.h +llvm-devel/include/llvm/CAS/OnDiskTrieRawHashMap.h llvm-devel/include/llvm/CGData/CGDataPatchItem.h llvm-devel/include/llvm/CGData/CodeGenData.h llvm-devel/include/llvm/CGData/CodeGenData.inc @@ -3695,6 +3712,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +llvm-devel/include/llvm/ExecutionEngine/Orc/ExecutorResolutionGenerator.h llvm-devel/include/llvm/ExecutionEngine/Orc/GetDylibInterface.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h @@ -3749,6 +3767,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/Speculation.h llvm-devel/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorResolver.h llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h @@ -3904,6 +3923,7 @@ llvm-devel/include/llvm/IR/IntrinsicsRISCV.h llvm-devel/include/llvm/IR/IntrinsicsRISCV.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXAndes.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXCV.td +llvm-devel/include/llvm/IR/IntrinsicsRISCVXMIPS.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXTHead.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXsf.td llvm-devel/include/llvm/IR/IntrinsicsS390.h @@ -4239,7 +4259,6 @@ llvm-devel/include/llvm/ProfileData/SampleProfReader.h llvm-devel/include/llvm/ProfileData/SampleProfWriter.h llvm-devel/include/llvm/ProfileData/SymbolRemappingReader.h llvm-devel/include/llvm/Remarks/BitstreamRemarkContainer.h -llvm-devel/include/llvm/Remarks/BitstreamRemarkParser.h llvm-devel/include/llvm/Remarks/BitstreamRemarkSerializer.h llvm-devel/include/llvm/Remarks/HotnessThresholdParser.h llvm-devel/include/llvm/Remarks/Remark.h @@ -4372,17 +4391,22 @@ llvm-devel/include/llvm/Support/GenericLoopInfoImpl.h llvm-devel/include/llvm/Support/GlobPattern.h llvm-devel/include/llvm/Support/GraphWriter.h llvm-devel/include/llvm/Support/HashBuilder.h +llvm-devel/include/llvm/Support/HashingOutputBackend.h llvm-devel/include/llvm/Support/HexagonAttributeParser.h llvm-devel/include/llvm/Support/HexagonAttributes.h llvm-devel/include/llvm/Support/InitLLVM.h llvm-devel/include/llvm/Support/InstructionCost.h llvm-devel/include/llvm/Support/InterleavedRange.h llvm-devel/include/llvm/Support/JSON.h +llvm-devel/include/llvm/Support/Jobserver.h llvm-devel/include/llvm/Support/KnownBits.h llvm-devel/include/llvm/Support/KnownFPClass.h llvm-devel/include/llvm/Support/LEB128.h llvm-devel/include/llvm/Support/LICENSE.TXT llvm-devel/include/llvm/Support/LLVMDriver.h +llvm-devel/include/llvm/Support/LSP/Logging.h +llvm-devel/include/llvm/Support/LSP/Protocol.h +llvm-devel/include/llvm/Support/LSP/Transport.h llvm-devel/include/llvm/Support/LineIterator.h llvm-devel/include/llvm/Support/Locale.h llvm-devel/include/llvm/Support/LockFileManager.h @@ -4467,6 +4491,12 @@ llvm-devel/include/llvm/Support/VCSRevision.h llvm-devel/include/llvm/Support/Valgrind.h llvm-devel/include/llvm/Support/VersionTuple.h llvm-devel/include/llvm/Support/VirtualFileSystem.h +llvm-devel/include/llvm/Support/VirtualOutputBackend.h +llvm-devel/include/llvm/Support/VirtualOutputBackends.h +llvm-devel/include/llvm/Support/VirtualOutputConfig.def +llvm-devel/include/llvm/Support/VirtualOutputConfig.h +llvm-devel/include/llvm/Support/VirtualOutputError.h +llvm-devel/include/llvm/Support/VirtualOutputFile.h llvm-devel/include/llvm/Support/Watchdog.h llvm-devel/include/llvm/Support/Win64EH.h llvm-devel/include/llvm/Support/Windows/WindowsSupport.h @@ -4488,6 +4518,7 @@ llvm-devel/include/llvm/Support/type_traits.h llvm-devel/include/llvm/Support/xxhash.h llvm-devel/include/llvm/TableGen/AArch64ImmCheck.h llvm-devel/include/llvm/TableGen/Automaton.td +llvm-devel/include/llvm/TableGen/CodeGenHelpers.h llvm-devel/include/llvm/TableGen/DirectiveEmitter.h llvm-devel/include/llvm/TableGen/Error.h llvm-devel/include/llvm/TableGen/Main.h @@ -4674,6 +4705,7 @@ llvm-devel/include/llvm/Transforms/Scalar/DCE.h llvm-devel/include/llvm/Transforms/Scalar/DFAJumpThreading.h llvm-devel/include/llvm/Transforms/Scalar/DeadStoreElimination.h llvm-devel/include/llvm/Transforms/Scalar/DivRemPairs.h +llvm-devel/include/llvm/Transforms/Scalar/DropUnnecessaryAssumes.h llvm-devel/include/llvm/Transforms/Scalar/EarlyCSE.h llvm-devel/include/llvm/Transforms/Scalar/FlattenCFG.h llvm-devel/include/llvm/Transforms/Scalar/Float2Int.h @@ -4761,6 +4793,7 @@ llvm-devel/include/llvm/Transforms/Utils/ControlFlowUtils.h llvm-devel/include/llvm/Transforms/Utils/CountVisits.h llvm-devel/include/llvm/Transforms/Utils/CtorUtils.h llvm-devel/include/llvm/Transforms/Utils/DXILUpgrade.h +llvm-devel/include/llvm/Transforms/Utils/DebugSSAUpdater.h llvm-devel/include/llvm/Transforms/Utils/Debugify.h llvm-devel/include/llvm/Transforms/Utils/DeclareRuntimeLibcalls.h llvm-devel/include/llvm/Transforms/Utils/EntryExitInstrumenter.h @@ -4833,7 +4866,6 @@ llvm-devel/include/llvm/Transforms/Utils/UnifyLoopExits.h llvm-devel/include/llvm/Transforms/Utils/UnrollLoop.h llvm-devel/include/llvm/Transforms/Utils/VNCoercion.h llvm-devel/include/llvm/Transforms/Utils/ValueMapper.h -llvm-devel/include/llvm/Transforms/Vectorize/EVLIndVarSimplify.h llvm-devel/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h llvm-devel/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h llvm-devel/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h @@ -4971,7 +5003,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Bindings/Python/IRTypes.h %%MLIR%%llvm-devel/include/mlir/Bindings/Python/Nanobind.h %%MLIR%%llvm-devel/include/mlir/Bindings/Python/NanobindAdaptors.h -%%MLIR%%llvm-devel/include/mlir/Bindings/Python/PybindAdaptors.h %%MLIR%%llvm-devel/include/mlir/Bytecode/BytecodeImplementation.h %%MLIR%%llvm-devel/include/mlir/Bytecode/BytecodeOpInterface.cpp.inc %%MLIR%%llvm-devel/include/mlir/Bytecode/BytecodeOpInterface.h @@ -6156,8 +6187,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Transforms/Passes.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Transforms/PassesEnums.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Transforms/PassesEnums.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Utils/ConversionUtils.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Utils/QuantUtils.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tosa/Utils/ShapeUtils.h @@ -6215,6 +6244,11 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/PDLExtension/PDLExtensionOps.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/PDLExtension/PDLExtensionOps.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/PDLExtension/PDLExtensionOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/SMTExtension/SMTExtension.h +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/SMTExtension/SMTExtensionOps.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/SMTExtension/SMTExtensionOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/SMTExtension/SMTExtensionOps.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/SMTExtension/SMTExtensionOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/Transforms/Passes.td @@ -6485,10 +6519,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Interfaces/ControlFlowInterfaces.h %%MLIR%%llvm-devel/include/mlir/Interfaces/ControlFlowInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/ControlFlowInterfaces.td -%%MLIR%%llvm-devel/include/mlir/Interfaces/CopyOpInterface.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Interfaces/CopyOpInterface.h -%%MLIR%%llvm-devel/include/mlir/Interfaces/CopyOpInterface.h.inc -%%MLIR%%llvm-devel/include/mlir/Interfaces/CopyOpInterface.td %%MLIR%%llvm-devel/include/mlir/Interfaces/DataLayoutAttrInterface.cpp.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/DataLayoutAttrInterface.h.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/DataLayoutInterfaces.h @@ -6527,6 +6557,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Interfaces/LoopLikeInterface.h %%MLIR%%llvm-devel/include/mlir/Interfaces/LoopLikeInterface.h.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/LoopLikeInterface.td +%%MLIR%%llvm-devel/include/mlir/Interfaces/MemOpInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Interfaces/MemOpInterfaces.h +%%MLIR%%llvm-devel/include/mlir/Interfaces/MemOpInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Interfaces/MemOpInterfaces.td %%MLIR%%llvm-devel/include/mlir/Interfaces/MemorySlotInterfaces.h %%MLIR%%llvm-devel/include/mlir/Interfaces/MemorySlotInterfaces.td %%MLIR%%llvm-devel/include/mlir/Interfaces/MemorySlotOpInterfaces.cpp.inc @@ -6703,10 +6737,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Tools/Plugins/DialectPlugin.h %%MLIR%%llvm-devel/include/mlir/Tools/Plugins/PassPlugin.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/CompilationDatabase.h -%%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Logging.h -%%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Protocol.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/SourceMgrUtils.h -%%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Transport.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-lsp-server/MlirLspRegistryFunction.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-lsp-server/MlirLspServerMain.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-opt/MlirOptMain.h @@ -6717,6 +6748,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-translate/MlirTranslateMain.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-translate/Translation.h %%MLIR%%llvm-devel/include/mlir/Tools/tblgen-lsp-server/TableGenLspServerMain.h +%%MLIR%%llvm-devel/include/mlir/Transforms/BubbleDownMemorySpaceCasts.h %%MLIR%%llvm-devel/include/mlir/Transforms/CFGToSCF.h %%MLIR%%llvm-devel/include/mlir/Transforms/CSE.h %%MLIR%%llvm-devel/include/mlir/Transforms/CommutativityUtils.h @@ -7074,6 +7106,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_bitmanip.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_corev_alu.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_crypto.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_mips.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_nds.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_ntlh.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/riscv_vector.h @@ -7392,6 +7425,7 @@ llvm-devel/lib/libLLVM.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%llvm-devel/lib/libLLVMSparcDisassembler.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMSparcInfo.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMSupport.a +%%STATIC_LIBS%%llvm-devel/lib/libLLVMSupportLSP.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMSymbolize.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMSystemZAsmParser.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMSystemZCodeGen.a @@ -7548,7 +7582,6 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToEmitC.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToLLVMInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToLLVMPass.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCopyOpInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRDLTIDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRDLTITestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRDLTITransformOps.a @@ -7632,6 +7665,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMathToROCDL.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMathToSPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMathTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMemOpInterfaces.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMemRefDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMemRefTestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRMemRefToEmitC.a @@ -7799,6 +7833,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransformDialectUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransformLoopExtension.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransformPDLExtension.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransformSMTExtension.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransformTuneExtension.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransformUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTransforms.a @@ -7900,6 +7935,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyCERTModule.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyConcurrencyModule.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyCppCoreGuidelinesModule.a +%%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyCustomModule.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyDarwinModule.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyFuchsiaModule.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangTidyGoogleModule.a @@ -8060,6 +8096,7 @@ llvm-devel/share/opt-viewer/style.css %%CLANG%%llvm-devel/share/scan-view/bugcatcher.ico %%CLANG%%llvm-devel/share/scan-view/startfile.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/BooleanExpression.py +%%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/DiffUpdater.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/LitConfig.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/LitTestCase.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/ProgressBar.py @@ -8071,6 +8108,7 @@ llvm-devel/share/opt-viewer/style.css %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/TestingConfig.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/__init__.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/builtin_commands/__init__.py +%%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/builtin_commands/_launch_with_limit.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/builtin_commands/cat.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/builtin_commands/diff.py %%LIT%%%%PYTHON_SITELIBDIR%%/%%LIT_MOD_NAME%%/cl_arguments.py diff --git a/devel/llvm21/Makefile b/devel/llvm21/Makefile index 5a46adcd39d6..7ee0cde6e127 100644 --- a/devel/llvm21/Makefile +++ b/devel/llvm21/Makefile @@ -1,5 +1,5 @@ PORTNAME= llvm -DISTVERSION= 21.1.2 +DISTVERSION= 21.1.3 PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION}/ diff --git a/devel/llvm21/distinfo b/devel/llvm21/distinfo index 273b6b3bbbc9..6916a92c4509 100644 --- a/devel/llvm21/distinfo +++ b/devel/llvm21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758722928 -SHA256 (llvm-project-21.1.2.src.tar.xz) = 1a417d1c8faf8d93e73fec1cbb76d393ed3218974c2283c7bac9672d3d47c54b -SIZE (llvm-project-21.1.2.src.tar.xz) = 158926856 +TIMESTAMP = 1759927782 +SHA256 (llvm-project-21.1.3.src.tar.xz) = 9c9db50d8046f668156d83f6b594631b4ca79a0d96e4f19bed9dc019b022e58f +SIZE (llvm-project-21.1.3.src.tar.xz) = 158943752 diff --git a/devel/nexus2-oss/Makefile b/devel/nexus2-oss/Makefile index cfc7930010d4..911529f867f9 100644 --- a/devel/nexus2-oss/Makefile +++ b/devel/nexus2-oss/Makefile @@ -1,5 +1,6 @@ PORTNAME= nexus2 PORTVERSION= 2.15.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= https://download.sonatype.com/nexus/oss/ diff --git a/devel/nexus2-oss/files/patch-conf_wrapper.conf b/devel/nexus2-oss/files/patch-conf_wrapper.conf index 5175add7a8e8..3493ce233214 100644 --- a/devel/nexus2-oss/files/patch-conf_wrapper.conf +++ b/devel/nexus2-oss/files/patch-conf_wrapper.conf @@ -1,6 +1,6 @@ --- conf/wrapper.conf 2022-03-23 19:24:46.000000000 +0100 +++ conf/wrapper.conf 2022-04-06 21:10:27.448234000 +0200 -@@ -8,38 +8,34 @@ +@@ -8,38 +8,33 @@ # keywords. # Set the JSW working directory (used as base for resolving relative paths) @@ -40,7 +40,6 @@ -#wrapper.java.additional.9=-XX:+HeapDumpOnOutOfMemoryError +wrapper.java.additional.3=-Djava.util.prefs.userRoot=%%WORKDIR%% +wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl" -+wrapper.java.additional.4.stripquotes=TRUE +wrapper.java.additional.5=-Djdk.tls.ephemeralDHKeySize=2048 -wrapper.app.parameter.1=./conf/jetty.xml diff --git a/devel/nexus2-oss/files/pkg-message.in b/devel/nexus2-oss/files/pkg-message.in index 57ee0ab302aa..612378f0211e 100644 --- a/devel/nexus2-oss/files/pkg-message.in +++ b/devel/nexus2-oss/files/pkg-message.in @@ -32,6 +32,15 @@ Further documentation can be found at: https://help.sonatype.com/repomanager2 EOM }, +{ + type: upgrade + maximum_version: "2.15.1_1" + message: <<EOM +With the upgrade to javaservicewrapper-3.6.3 Nexus won't start unless you +remove all properties ending with '.stripquotes' in your +%%ETCDIR%%/wrapper.conf. +EOM +}, { type: remove message: <<EOM Consider deleting %%ETCDIR%%, %%RUNDIR%%, %%LOGDIR%% and %%WORKDIR%% manually!" diff --git a/devel/osc/Makefile b/devel/osc/Makefile index 42218f0e8c68..49d4a7c8586a 100644 --- a/devel/osc/Makefile +++ b/devel/osc/Makefile @@ -1,5 +1,5 @@ PORTNAME= osc -PORTVERSION= 1.19.1 +PORTVERSION= 1.21.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/osc/distinfo b/devel/osc/distinfo index c737062647c4..aa3b819c8baa 100644 --- a/devel/osc/distinfo +++ b/devel/osc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754493053 -SHA256 (openSUSE-osc-1.19.1_GH0.tar.gz) = 548b15d4b04c86f606cf6d7621aedbf120739df845e3bab79502f96d7aa94f82 -SIZE (openSUSE-osc-1.19.1_GH0.tar.gz) = 456644 +TIMESTAMP = 1760555652 +SHA256 (openSUSE-osc-1.21.0_GH0.tar.gz) = 6579381095a8a6675a6ffca4c894a2e5706fe19c45f2e9a18631d75e00bed051 +SIZE (openSUSE-osc-1.21.0_GH0.tar.gz) = 472661 diff --git a/devel/please/Makefile b/devel/please/Makefile index 6a9388f40d4c..38168ca54fbc 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,7 +1,6 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 17.21.0 -PORTREVISION= 1 +DISTVERSION= 17.22.0 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod diff --git a/devel/please/distinfo b/devel/please/distinfo index 0fa122beb150..8d840337b17e 100644 --- a/devel/please/distinfo +++ b/devel/please/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760256724 -SHA256 (go/devel_please/thought-machine-please-v17.21.0_GH0/go.mod) = f0f612115a5d26718a91d6f4cf2a153360db691cfc5a24f5049f043f0b45dbda -SIZE (go/devel_please/thought-machine-please-v17.21.0_GH0/go.mod) = 5379 -SHA256 (go/devel_please/thought-machine-please-v17.21.0_GH0/thought-machine-please-v17.21.0_GH0.tar.gz) = 3a7236699dd3ff0866553299a65afe4d94b8d8af7aaab943a9b50c3465e6899b -SIZE (go/devel_please/thought-machine-please-v17.21.0_GH0/thought-machine-please-v17.21.0_GH0.tar.gz) = 2072758 +TIMESTAMP = 1760696528 +SHA256 (go/devel_please/thought-machine-please-v17.22.0_GH0/go.mod) = f0f612115a5d26718a91d6f4cf2a153360db691cfc5a24f5049f043f0b45dbda +SIZE (go/devel_please/thought-machine-please-v17.22.0_GH0/go.mod) = 5379 +SHA256 (go/devel_please/thought-machine-please-v17.22.0_GH0/thought-machine-please-v17.22.0_GH0.tar.gz) = c66df6aa0238342fd861b51acf6637fbbef2aa90eb757d91d30cf64d607c733e +SIZE (go/devel_please/thought-machine-please-v17.22.0_GH0/thought-machine-please-v17.22.0_GH0.tar.gz) = 2075066 diff --git a/devel/protobuf-java/Makefile b/devel/protobuf-java/Makefile index 9ba9516cd217..67b6b21a9fd4 100644 --- a/devel/protobuf-java/Makefile +++ b/devel/protobuf-java/Makefile @@ -1,5 +1,5 @@ PORTNAME= protobuf-java -DISTVERSION= 4.32.1 +DISTVERSION= 4.33.0 CATEGORIES= devel java MASTER_SITES= https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/${DISTVERSION}/ EXTRACT_SUFX= .jar diff --git a/devel/protobuf-java/distinfo b/devel/protobuf-java/distinfo index c1f5043b70cf..356d0895e692 100644 --- a/devel/protobuf-java/distinfo +++ b/devel/protobuf-java/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758721616 -SHA256 (protobuf-java-4.32.1.jar) = 8c99e4d971338bafb0b0b1d1cea9b1bbb3dc9630eb9c25109e4c7c27bca832cb -SIZE (protobuf-java-4.32.1.jar) = 1883046 +TIMESTAMP = 1760637793 +SHA256 (protobuf-java-4.33.0.jar) = 6c50b4323a101dfd7b8aea209337ac49ecf5d8e33e0b210b196fc654291ed2cc +SIZE (protobuf-java-4.33.0.jar) = 1886258 diff --git a/devel/py-daiquiri/Makefile b/devel/py-daiquiri/Makefile new file mode 100644 index 000000000000..4b7f39c2ad94 --- /dev/null +++ b/devel/py-daiquiri/Makefile @@ -0,0 +1,28 @@ +PORTNAME= daiquiri +DISTVERSION= 3.4.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library to configure Python logging easily +WWW= https://github.com/Mergifyio/daiquiri + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-json-logger>=3:devel/py-python-json-logger@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist concurrent pytest + +TEST_WRKSRC= ${WRKSRC}/daiquiri/tests + +NO_ARCH= yes + +# tests as of 3.4.0: 21 passed, 1 warning in 3.83s + +.include <bsd.port.mk> diff --git a/devel/py-daiquiri/distinfo b/devel/py-daiquiri/distinfo new file mode 100644 index 000000000000..b4022acdf59c --- /dev/null +++ b/devel/py-daiquiri/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760469552 +SHA256 (daiquiri-3.4.0.tar.gz) = ca1d32c2c0a06f3614ff803a87ac1d50d628db34d0bf7ed97df0ca576332054f +SIZE (daiquiri-3.4.0.tar.gz) = 19527 diff --git a/devel/py-daiquiri/files/patch-pyproject.toml b/devel/py-daiquiri/files/patch-pyproject.toml new file mode 100644 index 000000000000..dc5f5b7219af --- /dev/null +++ b/devel/py-daiquiri/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2024-09-04 01:30:43 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64", "setuptools_scm>=8"] ++requires = ["setuptools>=63", "setuptools_scm>=8"] + build-backend = "setuptools.build_meta" + + [project] diff --git a/devel/py-daiquiri/pkg-descr b/devel/py-daiquiri/pkg-descr new file mode 100644 index 000000000000..16f4e7a9417d --- /dev/null +++ b/devel/py-daiquiri/pkg-descr @@ -0,0 +1,15 @@ +Daiquiri is a Python library that simplifies the configuration and usage of +Python's built-in logging module. It provides an easy-to-use interface for +setting up basic logging functionalities, often with a single call to +`daiquiri.setup()`. + +Key features include: +- Flexible output options: logs to stderr (with colored output), syslog, systemd + journal, or files. +- Custom formatters: supports plain text and structured JSON logs. +- Enhanced logger: allows passing keyword arguments to logging methods, which + become part of the log record. +- Warning handling: overrides Python's default warning behavior to log warnings + via the logging system. +- Exception handling: integrates with `sys.excepthook` to automatically log + uncaught exceptions. diff --git a/devel/py-inquirer/Makefile b/devel/py-inquirer/Makefile new file mode 100644 index 000000000000..a0ad41b89807 --- /dev/null +++ b/devel/py-inquirer/Makefile @@ -0,0 +1,24 @@ +PORTNAME= inquirer +DISTVERSION= 3.4.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collection of common interactive command line user interfaces +WWW= https://github.com/magmax/python-inquirer + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessed>=1.19.0:devel/py-blessed@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}editor>=1.6.0:editors/py-editor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}readchar>=4.2.0:textproc/py-readchar@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-inquirer/distinfo b/devel/py-inquirer/distinfo new file mode 100644 index 000000000000..06e23d01a315 --- /dev/null +++ b/devel/py-inquirer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760642640 +SHA256 (inquirer-3.4.1.tar.gz) = 60d169fddffe297e2f8ad54ab33698249ccfc3fc377dafb1e5cf01a0efb9cbe5 +SIZE (inquirer-3.4.1.tar.gz) = 14069 diff --git a/devel/py-inquirer/pkg-descr b/devel/py-inquirer/pkg-descr new file mode 100644 index 000000000000..d87967f319c7 --- /dev/null +++ b/devel/py-inquirer/pkg-descr @@ -0,0 +1,7 @@ +python-inquirer is a library that provides a collection of common +interactive command-line user interfaces. It allows developers to +easily ask end-users questions, parse and validate answers, manage +hierarchical prompts, and provide error feedback. + +python-inquirer is based on Inquirer.js and supports various input +types like text, editor, lists, checkboxes, and paths. diff --git a/devel/py-jaxtyping/Makefile b/devel/py-jaxtyping/Makefile index 4c738146b14a..37cd558b46f5 100644 --- a/devel/py-jaxtyping/Makefile +++ b/devel/py-jaxtyping/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaxtyping -DISTVERSION= 0.2.35 +DISTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jaxtyping/distinfo b/devel/py-jaxtyping/distinfo index 9b641405fa54..12ee6fb0ab53 100644 --- a/devel/py-jaxtyping/distinfo +++ b/devel/py-jaxtyping/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731996713 -SHA256 (jaxtyping-0.2.35.tar.gz) = 86095171e33cb76290f704706ffc70297934ec1759422a7bc8e5918ad9072fb6 -SIZE (jaxtyping-0.2.35.tar.gz) = 45112 +TIMESTAMP = 1760686702 +SHA256 (jaxtyping-0.3.3.tar.gz) = 8003cfd16ba2ad9b47fdda1d982a575299a81ddfc7997ad0e917c87a0897ea86 +SIZE (jaxtyping-0.3.3.tar.gz) = 45484 diff --git a/devel/py-jstyleson/Makefile b/devel/py-jstyleson/Makefile new file mode 100644 index 000000000000..f1aa5ff82ebe --- /dev/null +++ b/devel/py-jstyleson/Makefile @@ -0,0 +1,18 @@ +PORTNAME= jstyleson +DISTVERSION= 0.0.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library to parse JSON with js-style comments +WWW= https://github.com/linjackson78/jstyleson + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-jstyleson/distinfo b/devel/py-jstyleson/distinfo new file mode 100644 index 000000000000..9600fc582c45 --- /dev/null +++ b/devel/py-jstyleson/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760676101 +SHA256 (jstyleson-0.0.2.tar.gz) = 680003f3b15a2959e4e6a351f3b858e3c07dd3e073a0d54954e34d8ea5e1308e +SIZE (jstyleson-0.0.2.tar.gz) = 2004 diff --git a/devel/py-jstyleson/pkg-descr b/devel/py-jstyleson/pkg-descr new file mode 100644 index 000000000000..62e776de1342 --- /dev/null +++ b/devel/py-jstyleson/pkg-descr @@ -0,0 +1,7 @@ +jstyleson is a Python library designed to parse JSON data that includes +JavaScript-style comments (single-line and multi-line) and trailing commas. +Standard JSON does not permit these features, and the default Python json +module cannot handle them. This library preprocesses such JSON strings to +remove comments and trailing commas, making them compatible with the standard +json module. It provides wrapper functions around the standard json module +for convenience. diff --git a/devel/py-mashumaro/Makefile b/devel/py-mashumaro/Makefile index 092600a37af5..138c85c9bdd8 100644 --- a/devel/py-mashumaro/Makefile +++ b/devel/py-mashumaro/Makefile @@ -1,6 +1,5 @@ PORTNAME= mashumaro -DISTVERSION= 3.15 -PORTREVISION= 1 +DISTVERSION= 3.17 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,12 @@ WWW= https://github.com/Fatal1ty/mashumaro LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-mashumaro/distinfo b/devel/py-mashumaro/distinfo index e28fe82671ec..f80bd06615af 100644 --- a/devel/py-mashumaro/distinfo +++ b/devel/py-mashumaro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733297859 -SHA256 (mashumaro-3.15.tar.gz) = 32a2a38a1e942a07f2cbf9c3061cb2a247714ee53e36a5958548b66bd116d0a9 -SIZE (mashumaro-3.15.tar.gz) = 188646 +TIMESTAMP = 1760769315 +SHA256 (mashumaro-3.17.tar.gz) = de1d8b1faffee58969c7f97e35963a92480a38d4c9858e92e0721efec12258ed +SIZE (mashumaro-3.17.tar.gz) = 189877 diff --git a/devel/py-mashumaro/files/patch-pyproject.toml b/devel/py-mashumaro/files/patch-pyproject.toml new file mode 100644 index 000000000000..6e00a48f3215 --- /dev/null +++ b/devel/py-mashumaro/files/patch-pyproject.toml @@ -0,0 +1,16 @@ +--- pyproject.toml.orig 2025-10-18 07:21:09 UTC ++++ pyproject.toml +@@ -1,11 +1,11 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=77.0"] ++requires = ["setuptools>=63.0"] + + [project] + name = "mashumaro" + version = "3.17" +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + description = "Fast and well tested serialization library" + readme = "README.md" + authors = [{ name = "Alexander Tikhonov", email = "random.gauss@gmail.com" }] diff --git a/devel/py-mdv/Makefile b/devel/py-mdv/Makefile index 91ac172b529c..c1a605b6195d 100644 --- a/devel/py-mdv/Makefile +++ b/devel/py-mdv/Makefile @@ -1,6 +1,6 @@ PORTNAME= mdv PORTVERSION= 1.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-mdv/files/patch-setup.py b/devel/py-mdv/files/patch-setup.py new file mode 100644 index 000000000000..466a25d78d3f --- /dev/null +++ b/devel/py-mdv/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-06-18 00:34:33 UTC ++++ setup.py +@@ -26,7 +26,7 @@ setup( + setup( + name='mdv', + version=version, +- packages=find_packages(), ++ packages=find_packages(exclude=("tests", "tests.*")), + author='Axiros GmbH', + author_email='gk@axiros.com', + description='Terminal Markdown Viewer', diff --git a/devel/py-odoo-addon-openupgrade-scripts16/Makefile b/devel/py-odoo-addon-openupgrade-scripts16/Makefile index 2ac0694e550b..c89304c9e349 100644 --- a/devel/py-odoo-addon-openupgrade-scripts16/Makefile +++ b/devel/py-odoo-addon-openupgrade-scripts16/Makefile @@ -1,5 +1,5 @@ PORTNAME= odoo-addon-openupgrade-scripts16 -DISTVERSION= 16.0.1.0.5.9 +DISTVERSION= 16.0.1.0.5.11 CATEGORIES= devel python MASTER_SITES= PYPI/py${PYTHON_MAJOR_VER}/o/odoo-addon-openupgrade-scripts/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-odoo-addon-openupgrade-scripts16/distinfo b/devel/py-odoo-addon-openupgrade-scripts16/distinfo index c0c4a0dadba6..ff7ffc85333b 100644 --- a/devel/py-odoo-addon-openupgrade-scripts16/distinfo +++ b/devel/py-odoo-addon-openupgrade-scripts16/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758848498 -SHA256 (odoo_addon_openupgrade_scripts-16.0.1.0.5.9-py3-none-any.whl) = 7c66acf6eb67ad30fc27ac3806a81ec39c87f096aa0a03453947ac8148416228 -SIZE (odoo_addon_openupgrade_scripts-16.0.1.0.5.9-py3-none-any.whl) = 654441 +TIMESTAMP = 1760653677 +SHA256 (odoo_addon_openupgrade_scripts-16.0.1.0.5.11-py3-none-any.whl) = 689fd534b9eaee97a8232cded4d846fd349051c8df2e81c2fc8368918b4ce30d +SIZE (odoo_addon_openupgrade_scripts-16.0.1.0.5.11-py3-none-any.whl) = 654474 diff --git a/devel/py-odoo-addon-openupgrade-scripts16/pkg-plist b/devel/py-odoo-addon-openupgrade-scripts16/pkg-plist index 72e40550d2b4..7b3727dfab2f 100644 --- a/devel/py-odoo-addon-openupgrade-scripts16/pkg-plist +++ b/devel/py-odoo-addon-openupgrade-scripts16/pkg-plist @@ -917,7 +917,7 @@ %%PYTHON_SITELIBDIR%%/odoo/addons/openupgrade_scripts/static/description/banner.png %%PYTHON_SITELIBDIR%%/odoo/addons/openupgrade_scripts/static/description/icon.png %%PYTHON_SITELIBDIR%%/odoo/addons/openupgrade_scripts/static/description/index.html -%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.9.dist-info/METADATA -%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.9.dist-info/RECORD -%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.9.dist-info/WHEEL -%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.9.dist-info/top_level.txt +%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.11.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.11.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.11.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/odoo_addon_openupgrade_scripts-16.0.1.0.5.11.dist-info/top_level.txt diff --git a/devel/py-qtbuilder/distinfo b/devel/py-qtbuilder/distinfo index 9a8493998a63..ffea305e9c51 100644 --- a/devel/py-qtbuilder/distinfo +++ b/devel/py-qtbuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749201539 -SHA256 (pyqt_builder-1.18.2.tar.gz) = 56dfea461484a87a8f0c8b0229190defc436d7ec5de71102e20b35e5639180bc -SIZE (pyqt_builder-1.18.2.tar.gz) = 3671864 +TIMESTAMP = 1760611296 +SHA256 (pyqt_builder-1.19.0.tar.gz) = 79540e001c476bc050180db00fffcb1e9fa74544d95c148e48ad6117e49d6ea2 +SIZE (pyqt_builder-1.19.0.tar.gz) = 3672333 diff --git a/devel/py-runs/Makefile b/devel/py-runs/Makefile new file mode 100644 index 000000000000..58bfddebd764 --- /dev/null +++ b/devel/py-runs/Makefile @@ -0,0 +1,22 @@ +PORTNAME= runs +DISTVERSION= 1.2.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Run a block of text as a subprocess +WWW= https://github.com/rec/runs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmod>0:devel/py-xmod@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-runs/distinfo b/devel/py-runs/distinfo new file mode 100644 index 000000000000..2a73e2a186d9 --- /dev/null +++ b/devel/py-runs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760642595 +SHA256 (runs-1.2.2.tar.gz) = 9dc1815e2895cfb3a48317b173b9f1eac9ba5549b36a847b5cc60c3bf82ecef1 +SIZE (runs-1.2.2.tar.gz) = 5474 diff --git a/devel/py-runs/pkg-descr b/devel/py-runs/pkg-descr new file mode 100644 index 000000000000..fd10eab6116e --- /dev/null +++ b/devel/py-runs/pkg-descr @@ -0,0 +1,6 @@ +The runs Python library provides enhanced versions of the subprocess +module's functions, such as call(), check_call(), check_output(), and +run(). It allows users to execute blocks of text as a sequence of +subprocess calls, handling multiple commands, line continuations, and +comments. The library also offers features like optional logging, +error handling and lazy evaluation. diff --git a/devel/py-shandy-sqlfmt/Makefile b/devel/py-shandy-sqlfmt/Makefile index 69721eb98171..252fc8eca7b0 100644 --- a/devel/py-shandy-sqlfmt/Makefile +++ b/devel/py-shandy-sqlfmt/Makefile @@ -1,5 +1,5 @@ PORTNAME= shandy-sqlfmt -PORTVERSION= 0.27.0 +PORTVERSION= 0.28.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ WWW= https://sqlfmt.com \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.0<9.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0<4.0:devel/py-Jinja2@${PY_FLAVOR} \ diff --git a/devel/py-shandy-sqlfmt/distinfo b/devel/py-shandy-sqlfmt/distinfo index bca831404a84..5ffaafc565cd 100644 --- a/devel/py-shandy-sqlfmt/distinfo +++ b/devel/py-shandy-sqlfmt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756832504 -SHA256 (shandy_sqlfmt-0.27.0.tar.gz) = 1c9ac6beb5f17f66e7b87b4c70be586e87db538cd7d72f42dedb85132e8b3a96 -SIZE (shandy_sqlfmt-0.27.0.tar.gz) = 62380 +TIMESTAMP = 1760775697 +SHA256 (shandy_sqlfmt-0.28.0.tar.gz) = 7ae40c42a3c2c3cd0d53c6ab238f71ce47c5116b8320373d353777e0dd6c077c +SIZE (shandy_sqlfmt-0.28.0.tar.gz) = 70541 diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo index 51e974ff34b5..a061b395dac8 100644 --- a/devel/py-sip/distinfo +++ b/devel/py-sip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749201576 -SHA256 (sip-6.12.0.tar.gz) = 083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6 -SIZE (sip-6.12.0.tar.gz) = 2348425 +TIMESTAMP = 1760611241 +SHA256 (sip-6.13.1.tar.gz) = d065b74eca996f29f1f0831ad321efaecf9906759b09466edc45349df7be6cd0 +SIZE (sip-6.13.1.tar.gz) = 2349037 diff --git a/devel/py-tdworkflow/Makefile b/devel/py-tdworkflow/Makefile index 21bf15d409dd..ffb4cd427dca 100644 --- a/devel/py-tdworkflow/Makefile +++ b/devel/py-tdworkflow/Makefile @@ -1,6 +1,6 @@ PORTNAME= tdworkflow DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,13 @@ WWW= https://pypi.org/project/tdworkflow/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0:devel/py-mypy_extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/devel/py-tdworkflow/files/patch-pyproject.toml b/devel/py-tdworkflow/files/patch-pyproject.toml new file mode 100644 index 000000000000..5bf7c89cbb8d --- /dev/null +++ b/devel/py-tdworkflow/files/patch-pyproject.toml @@ -0,0 +1,21 @@ +--- pyproject.toml.orig 2024-04-20 19:20:01 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64", "setuptools_scm>=8"] ++requires = ["setuptools>=63", "setuptools_scm>=8"] + build-backend = "setuptools.build_meta" + + [project] +@@ -53,8 +53,9 @@ doc = [ + "Bug Reports" = "https://github.com/chezou/tdworkflow/issues" + "Funding" = "https://github.com/sponsors/chezou" + +-[tool.setuptools.packages] +-find = {} ++[tool.setuptools.packages.find] ++include = ["tdworkflow*"] ++exclude = ["tests*", "docs*"] + + [tool.setuptools_scm] + diff --git a/devel/py-xmod/Makefile b/devel/py-xmod/Makefile new file mode 100644 index 000000000000..c3d07862469a --- /dev/null +++ b/devel/py-xmod/Makefile @@ -0,0 +1,21 @@ +PORTNAME= xmod +DISTVERSION= 1.8.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Turn any object into a module +WWW= https://github.com/rec/xmod + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-xmod/distinfo b/devel/py-xmod/distinfo new file mode 100644 index 000000000000..f39a79ee9ae8 --- /dev/null +++ b/devel/py-xmod/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760642450 +SHA256 (xmod-1.8.1.tar.gz) = 38c76486b9d672c546d57d8035df0beb7f4a9b088bc3fb2de5431ae821444377 +SIZE (xmod-1.8.1.tar.gz) = 3988 diff --git a/devel/py-xmod/pkg-descr b/devel/py-xmod/pkg-descr new file mode 100644 index 000000000000..3e877b2ea966 --- /dev/null +++ b/devel/py-xmod/pkg-descr @@ -0,0 +1,6 @@ +xmod is a Python library that allows you to give modules attributes of +other Python objects. A module can be made callable, or it can be +indexed like a list, or it can have a __str__() method that gets +called when you print it. + +xmod can be used as a decorator or as a simple function. diff --git a/devel/pyenv/Makefile b/devel/pyenv/Makefile index d881793d0912..4324c1d2e3ab 100644 --- a/devel/pyenv/Makefile +++ b/devel/pyenv/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyenv DISTVERSIONPREFIX= v -DISTVERSION= 2.6.10 +DISTVERSION= 2.6.11 CATEGORIES= devel python MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/pyenv/distinfo b/devel/pyenv/distinfo index 253c3289a72e..0e015ff905fb 100644 --- a/devel/pyenv/distinfo +++ b/devel/pyenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760173805 -SHA256 (pyenv-pyenv-v2.6.10_GH0.tar.gz) = 3a45027e61a348b6a621cbdd28e1aa76aa09addbcda83f7c776aea206b3f4994 -SIZE (pyenv-pyenv-v2.6.10_GH0.tar.gz) = 1360131 +TIMESTAMP = 1760592439 +SHA256 (pyenv-pyenv-v2.6.11_GH0.tar.gz) = cfd4c1a21a0095a4adb53da5c374b98295c355c2532527c06ce83a103b7ddad8 +SIZE (pyenv-pyenv-v2.6.11_GH0.tar.gz) = 1360562 diff --git a/devel/pyenv/pkg-plist b/devel/pyenv/pkg-plist index f6b10a6e0cb7..4165cce482e1 100644 --- a/devel/pyenv/pkg-plist +++ b/devel/pyenv/pkg-plist @@ -275,12 +275,16 @@ libexec/pyenv-plugins/python-build/share/python-build/3.13.7 libexec/pyenv-plugins/python-build/share/python-build/3.13.7t libexec/pyenv-plugins/python-build/share/python-build/3.13.8 libexec/pyenv-plugins/python-build/share/python-build/3.13.8t +libexec/pyenv-plugins/python-build/share/python-build/3.13.9 +libexec/pyenv-plugins/python-build/share/python-build/3.13.9t libexec/pyenv-plugins/python-build/share/python-build/3.14t-dev libexec/pyenv-plugins/python-build/share/python-build/3.14-dev libexec/pyenv-plugins/python-build/share/python-build/3.14.0 libexec/pyenv-plugins/python-build/share/python-build/3.14.0t libexec/pyenv-plugins/python-build/share/python-build/3.15t-dev libexec/pyenv-plugins/python-build/share/python-build/3.15-dev +libexec/pyenv-plugins/python-build/share/python-build/3.15.0a1 +libexec/pyenv-plugins/python-build/share/python-build/3.15.0a1t libexec/pyenv-plugins/python-build/share/python-build/activepython-2.7.14 libexec/pyenv-plugins/python-build/share/python-build/activepython-3.5.4 libexec/pyenv-plugins/python-build/share/python-build/activepython-3.6.0 diff --git a/devel/terraform-ls/Makefile b/devel/terraform-ls/Makefile index 62f4e1fda033..3fb3ccc5dfb6 100644 --- a/devel/terraform-ls/Makefile +++ b/devel/terraform-ls/Makefile @@ -1,7 +1,6 @@ PORTNAME= terraform-ls DISTVERSIONPREFIX= v -DISTVERSION= 0.37.0 -PORTREVISION= 2 +DISTVERSION= 0.38.2 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/terraform-ls/distinfo b/devel/terraform-ls/distinfo index beff1db2dbd3..b16f7255e4b9 100644 --- a/devel/terraform-ls/distinfo +++ b/devel/terraform-ls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757539496 -SHA256 (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.mod) = e4b047450a7fadb828986014ddeb9d61afebe62b105f4f1b37aa843c29b77259 -SIZE (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.mod) = 4900 -SHA256 (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.zip) = 21e680d561cf094864a048bf0ba8e6ac97e32c75a7c6d50510f03d00fe874817 -SIZE (go/devel_terraform-ls/terraform-ls-v0.37.0/v0.37.0.zip) = 2757919 +TIMESTAMP = 1760539693 +SHA256 (go/devel_terraform-ls/terraform-ls-v0.38.2/v0.38.2.mod) = aaec55c2bbfafe1c50e9cd0476c017f2f2bc80683ce89f1cd0edb4090df738b4 +SIZE (go/devel_terraform-ls/terraform-ls-v0.38.2/v0.38.2.mod) = 4902 +SHA256 (go/devel_terraform-ls/terraform-ls-v0.38.2/v0.38.2.zip) = 297d835bac66116505fc5d88db634276ca6e3256fc96c915192a350c402482b0 +SIZE (go/devel_terraform-ls/terraform-ls-v0.38.2/v0.38.2.zip) = 2759361 diff --git a/devel/wasi-compiler-rt21/Makefile b/devel/wasi-compiler-rt21/Makefile index aee5a9e49300..161a5c8b3891 100644 --- a/devel/wasi-compiler-rt21/Makefile +++ b/devel/wasi-compiler-rt21/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.2 +DISTVERSION= 21.1.3 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx21/Makefile b/devel/wasi-libcxx21/Makefile index e6578b60023b..69fcd63238b7 100644 --- a/devel/wasi-libcxx21/Makefile +++ b/devel/wasi-libcxx21/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.2 +DISTVERSION= 21.1.3 MASTERDIR= ${.CURDIR}/../wasi-libcxx diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index ef48e458178e..c9f7446edd7b 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,7 +1,6 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v -DISTVERSION= 4.25.0 -PORTREVISION= 2 +DISTVERSION= 4.26.0 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org diff --git a/dns/dnscontrol/distinfo b/dns/dnscontrol/distinfo index cef539532021..b4d737003c3f 100644 --- a/dns/dnscontrol/distinfo +++ b/dns/dnscontrol/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1758621544 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.25.0/v4.25.0.mod) = 187c4544894940bee4ffaf8169721041c2476aaab267b35e414070628c8bd2c0 -SIZE (go/dns_dnscontrol/dnscontrol-v4.25.0/v4.25.0.mod) = 7706 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.25.0/v4.25.0.zip) = f8ef4ee86115e168be244948f103730614f0544f8153c940b198f8adfd0e9478 -SIZE (go/dns_dnscontrol/dnscontrol-v4.25.0/v4.25.0.zip) = 5562087 +TIMESTAMP = 1760811744 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.26.0/v4.26.0.mod) = f8dad80352fe33cfc3096da70dfacf12f24186bb17c9327309e59b1562424c55 +SIZE (go/dns_dnscontrol/dnscontrol-v4.26.0/v4.26.0.mod) = 7708 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.26.0/v4.26.0.zip) = bc8325bb7d61b92ffd87fbf3f7d6990bb979d17a5a3ff067b66f161ca78504bb +SIZE (go/dns_dnscontrol/dnscontrol-v4.26.0/v4.26.0.zip) = 5568898 diff --git a/editors/Makefile b/editors/Makefile index 2315d902a115..5deb6ca781ea 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -240,6 +240,7 @@ SUBDIR += psgml SUBDIR += puff SUBDIR += py-babi + SUBDIR += py-editor SUBDIR += py-editorconfig SUBDIR += py-pynvim SUBDIR += py-vim-bridge diff --git a/editors/editorconfig-core-c/Makefile b/editors/editorconfig-core-c/Makefile index 79c85ad4661f..8d01f6b5a4c6 100644 --- a/editors/editorconfig-core-c/Makefile +++ b/editors/editorconfig-core-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= editorconfig-core-c -PORTVERSION= 0.12.9 +PORTVERSION= 0.12.10 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/editorconfig-core-c/distinfo b/editors/editorconfig-core-c/distinfo index 56b7bb62a905..80ce6e098cd0 100644 --- a/editors/editorconfig-core-c/distinfo +++ b/editors/editorconfig-core-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719035039 -SHA256 (editorconfig-editorconfig-core-c-v0.12.9_GH0.tar.gz) = 4aaa4e3883332aac7ec19c169dcf128f5f0f963f61d09beb299eb2bce5944e2c -SIZE (editorconfig-editorconfig-core-c-v0.12.9_GH0.tar.gz) = 77696 +TIMESTAMP = 1760622740 +SHA256 (editorconfig-editorconfig-core-c-v0.12.10_GH0.tar.gz) = ab9f897a90fb36cfc34e5b67221e55ab0e3119b3512de8e31029d376c6bab870 +SIZE (editorconfig-editorconfig-core-c-v0.12.10_GH0.tar.gz) = 77716 diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 7e5c9bb78690..23e4ce2a34a1 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= emacs -DISTVERSION= 31.0.50.20250930 +DISTVERSION= 31.0.50.20251015 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -24,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= ca704a67dc7 +GH_TAGNAME= eeaa9421479 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 7c9e8f3408a9..96f05e1728a2 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759227161 -SHA256 (emacs-mirror-emacs-31.0.50.20250930-ca704a67dc7_GH0.tar.gz) = 90b4c4fa6394300925300f541dec8ac3a10e499b664842cf794387485b1e33e7 -SIZE (emacs-mirror-emacs-31.0.50.20250930-ca704a67dc7_GH0.tar.gz) = 52355096 +TIMESTAMP = 1760534929 +SHA256 (emacs-mirror-emacs-31.0.50.20251015-eeaa9421479_GH0.tar.gz) = 9c06f7b15d6dbc473760b9588feef9d7d31424f9a23a658809cc32fd986af2ca +SIZE (emacs-mirror-emacs-31.0.50.20251015-eeaa9421479_GH0.tar.gz) = 52404925 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index 0c579f295735..3eb279ac51ac 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -1699,6 +1699,8 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elisp-scope.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elisp-scope.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-font-lock.el.gz diff --git a/editors/py-editor/Makefile b/editors/py-editor/Makefile new file mode 100644 index 000000000000..80cd5febd672 --- /dev/null +++ b/editors/py-editor/Makefile @@ -0,0 +1,23 @@ +PORTNAME= editor +DISTVERSION= 1.6.6 +CATEGORIES= editors python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Open the default text editor +WWW= https://github.com/rec/editor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}runs>0:devel/py-runs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmod>0:devel/py-xmod@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/editors/py-editor/distinfo b/editors/py-editor/distinfo new file mode 100644 index 000000000000..19c2b320202f --- /dev/null +++ b/editors/py-editor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760642616 +SHA256 (editor-1.6.6.tar.gz) = bb6989e872638cd119db9a4fce284cd8e13c553886a1c044c6b8d8a160c871f8 +SIZE (editor-1.6.6.tar.gz) = 3197 diff --git a/editors/py-editor/pkg-descr b/editors/py-editor/pkg-descr new file mode 100644 index 000000000000..6f0a0b679076 --- /dev/null +++ b/editors/py-editor/pkg-descr @@ -0,0 +1,8 @@ +The editor Python library allows users to open their default text +editor or a specified editor to edit existing files, new files, or +temporary files. It blocks execution while the user edits the text +and then returns the file's contents. + +The library determines the editor to use based on the VISUAL or +EDITOR environment variables, or defaults to 'Notepad' on Windows +and 'vim' otherwise. diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 1f65642f9dd0..2c26f4b74603 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.105.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 2dd3035e125d..febca4eb8b88 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -22,6 +22,7 @@ USES= bison cpe desktop-file-utils gmake \ llvm:min=17,build,noexport localbase \ pkgconfig sdl shebangfix tar:xz USE_GCC= yes +USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine USE_SDL= sdl2 CPE_VENDOR= winehq @@ -55,10 +56,6 @@ CONFIGURE_ARGS+=--verbose \ --without-unwind \ --without-usb CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" -WINELIBDIR= ${PREFIX}/lib -.if !defined(USE_LDCONFIG32) -USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine -.endif SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ tools/winedump/function_grep.pl diff --git a/filesystems/nbd-client-kmod/Makefile b/filesystems/nbd-client-kmod/Makefile index 27d78925a28d..ab4d62f09d4c 100644 --- a/filesystems/nbd-client-kmod/Makefile +++ b/filesystems/nbd-client-kmod/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/ryan-moeller/kernel-nbd-client LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') + USES= kmod ssl uidfix USE_GITHUB= yes GH_ACCOUNT= ryan-moeller diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index c0844d7b6c91..ca25a8a20e2b 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -1,7 +1,7 @@ PORTNAME= aqbanking -PORTVERSION= 6.6.1 +PORTVERSION= 6.6.4 CATEGORIES= finance -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/535/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/548/ MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework diff --git a/finance/aqbanking/distinfo b/finance/aqbanking/distinfo index 3efd998e8964..733fb127b98e 100644 --- a/finance/aqbanking/distinfo +++ b/finance/aqbanking/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754204436 -SHA256 (aqbanking-6.6.1.tar.gz) = 3250fa6d893f816d29c19af35fe5fccb74c080e21753fd9e52579a792dd48567 -SIZE (aqbanking-6.6.1.tar.gz) = 2729954 +TIMESTAMP = 1760583556 +SHA256 (aqbanking-6.6.4.tar.gz) = a25c209538fa163f3749676a084493c9a43d9045a945aeee2db25dfd9a502b7f +SIZE (aqbanking-6.6.4.tar.gz) = 2741409 diff --git a/finance/hs-hledger/Makefile b/finance/hs-hledger/Makefile index 9cb411db988b..283f31970647 100644 --- a/finance/hs-hledger/Makefile +++ b/finance/hs-hledger/Makefile @@ -1,5 +1,5 @@ PORTNAME= hledger -DISTVERSION= 1.42.1 +DISTVERSION= 1.50.2 CATEGORIES= finance haskell MAINTAINER= yuri@FreeBSD.org @@ -17,25 +17,39 @@ USE_CABAL= Decimal-0.5.2 \ Glob-0.10.2_3 \ OneTuple-0.4.2_1 \ Only-0.1_2 \ - QuickCheck-2.15.0.1_1 \ + QuickCheck-2.16.0.0 \ + RSA-2.4.1_2 \ + SHA-1.6.4.4 \ StateVar-1.2.2 \ - aeson-2.2.3.0_3 \ + aeson-2.2.3.0_4 \ aeson-pretty-0.8.10 \ - ansi-terminal-1.1.2 \ - ansi-terminal-types-1.1 \ + ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ + appar-0.1.8 \ + asn1-encoding-0.9.6_2 \ + asn1-parse-0.9.5 \ + asn1-types-0.3.4 \ assoc-1.1.1_1 \ + async-2.2.5_3 \ attoparsec-0.14.4_6 \ attoparsec-aeson-2.2.2.0 \ + authenticate-oauth-1.7_1 \ base-compat-0.14.1 \ base-orphans-0.9.3 \ + base16-bytestring-1.0.2.0_1 \ + base64-bytestring-1.2.1.0_1 \ + basement-0.0.16 \ bifunctors-5.6.2_2 \ - blaze-builder-0.4.2.3 \ + blaze-builder-0.4.4.1 \ blaze-html-0.9.2.0_1 \ blaze-markup-0.8.3.0_2 \ + byteorder-1.0.4 \ call-stack-0.4.0 \ case-insensitive-1.2.1.0 \ - cassava-0.5.3.2_1 \ + cassava-0.5.4.1 \ cassava-megaparsec-2.1.1 \ + cborg-0.2.10.0_3 \ + cereal-0.5.8.3 \ character-ps-0.1 \ clock-0.8.4 \ cmdargs-0.10.22 \ @@ -43,66 +57,99 @@ USE_CABAL= Decimal-0.5.2 \ comonad-5.0.9_1 \ contravariant-1.5.5 \ control-monad-free-0.6.2 \ + cookie-0.5.1 \ + crypto-api-0.13.3_1 \ + crypto-pubkey-types-0.4.3 \ + crypton-1.0.4 \ + crypton-connection-0.4.5 \ + crypton-socks-0.6.2 \ + crypton-x509-1.7.7 \ + crypton-x509-store-1.6.11 \ + crypton-x509-system-1.6.7 \ + crypton-x509-validation-1.6.14 \ csv-0.1.2 \ - data-default-0.8.0.0 \ + data-default-0.8.0.1 \ data-default-class-0.2.0.0 \ data-fix-0.3.4_1 \ distributive-0.6.2.1_1 \ dlist-1.0_2 \ - doclayout-0.5 \ + doclayout-0.5.0.1 \ + ech-config-0.0.1 \ emojis-0.1.4.1 \ - encoding-0.10 \ + encoding-0.10.2 \ + entropy-0.4.1.11 \ extensible-exceptions-0.1.1.4 \ extra-1.8 \ file-embed-0.0.16.0 \ generically-0.1.1_4 \ githash-0.1.7.0 \ + half-0.3.3_1 \ hashable-1.5.0.0_1 \ hashtables-1.4.2 \ - hledger-lib-1.42.1 \ - hsc2hs-0.68.10_3 \ + hledger-lib-1.50.2 \ + hourglass-0.2.12_1 \ + hpke-0.0.0 \ + hsc2hs-0.68.10_4 \ html-1.0.1.2 \ + http-api-data-0.6.2 \ + http-client-0.7.19 \ + http-client-tls-0.3.6.4_2 \ + http-types-0.12.4 \ indexed-traversable-0.1.4_1 \ indexed-traversable-instances-0.1.2_1 \ integer-conversion-0.1.1_1 \ integer-logarithms-1.0.4 \ + iproute-1.7.15 \ lucid-2.11.20250303 \ math-functions-0.3.4.4 \ megaparsec-9.7.0 \ - microlens-0.4.14.0 \ - microlens-th-0.4.3.17 \ - mmorph-1.2.0_3 \ + memory-0.18.0_1 \ + microlens-0.5.0.0 \ + microlens-th-0.4.3.18 \ + mime-types-0.1.2.0 \ + mmorph-1.2.1_1 \ modern-uri-0.3.6.1_3 \ + monad-control-1.0.3.1 \ + mtl-compat-0.2.2 \ + network-3.2.8.0 \ + network-byte-order-0.1.7 \ network-uri-2.6.4.2_1 \ - optparse-applicative-0.18.1.0_1 \ - os-string-2.0.7 \ + old-locale-1.0.0.7_2 \ + old-time-1.1.0.4 \ + optparse-applicative-0.19.0.0 \ + os-string-2.0.8 \ parser-combinators-1.3.0_1 \ - pretty-simple-4.1.3.0 \ + pem-0.2.4 \ + pretty-simple-4.1.4.0 \ prettyprinter-1.7.1 \ prettyprinter-ansi-terminal-1.1.3 \ - primitive-0.9.0.0_2 \ - profunctors-5.6.2_3 \ + primitive-0.9.1.0 \ + profunctors-5.6.3 \ quote-quot-0.2.1.0 \ - random-1.2.1.3 \ + random-1.3.1 \ reflection-2.1.9_1 \ regex-base-0.94.0.3 \ regex-compat-0.95.2.2 \ regex-posix-0.96.0.2 \ - regex-tdfa-1.3.2.3 \ + regex-tdfa-1.3.2.5 \ + req-3.13.4_4 \ + retry-0.9.3.1 \ safe-0.3.21_1 \ scientific-0.3.8.0_2 \ semialign-1.3.1_2 \ semigroupoids-6.0.1_2 \ - shakespeare-2.1.0.1 \ + serialise-0.2.6.1_5 \ + shakespeare-2.1.7.1 \ split-0.2.5 \ - splitmix-0.1.1 \ + splitmix-0.1.3.1 \ + streaming-commons-0.2.3.0 \ strict-0.5.1_1 \ tabular-0.2.2.8_1 \ tagged-0.8.9 \ - tasty-1.5.3_1 \ + tasty-1.5.3_2 \ tasty-hunit-0.10.2 \ temporary-1.3 \ - terminal-size-0.3.4 \ + terminal-size-0.3.4_1 \ text-ansi-0.3.0.1_2 \ text-builder-linear-0.1.3 \ text-iso8601-0.1.1_2 \ @@ -113,15 +160,20 @@ USE_CABAL= Decimal-0.5.2 \ these-1.2.1_2 \ time-compat-1.9.8 \ timeit-2.0_2 \ + tls-2.1.11 \ + transformers-base-0.4.6 \ transformers-compat-0.7.2 \ uglymemo-0.1.0.1 \ - unordered-containers-0.2.20_4 \ + unix-time-0.4.17 \ + unliftio-core-0.2.1.0_4 \ + unordered-containers-0.2.20.1 \ utf8-string-1.0.2 \ utility-ht-0.0.17.2 \ - uuid-types-1.0.6_2 \ - vector-0.13.2.0_1 \ - vector-stream-0.1.0.1_3 \ + uuid-types-1.0.6_3 \ + vector-0.13.2.0_2 \ + vector-stream-0.1.0.1_4 \ witherable-0.5_1 \ - wizards-1.0.3_3 + wizards-1.0.3_3 \ + zlib-0.7.1.1 .include <bsd.port.mk> diff --git a/finance/hs-hledger/distinfo b/finance/hs-hledger/distinfo index 29f88cb906aa..6a0892b32edc 100644 --- a/finance/hs-hledger/distinfo +++ b/finance/hs-hledger/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1741896404 -SHA256 (cabal/hledger-1.42.1/hledger-1.42.1.tar.gz) = 78d88f1541e2fc9aa2a86b2c9cb42cffe41b1697f5e0d94f03698d37d9d88233 -SIZE (cabal/hledger-1.42.1/hledger-1.42.1.tar.gz) = 858638 +TIMESTAMP = 1760566738 +SHA256 (cabal/hledger-1.50.2/hledger-1.50.2.tar.gz) = 1c00c3582549e56f92e018af0955b02f377a5aa9aecca574bf40ef2d581a2c13 +SIZE (cabal/hledger-1.50.2/hledger-1.50.2.tar.gz) = 893974 SHA256 (cabal/Decimal-0.5.2/Decimal-0.5.2.tar.gz) = a37a0220424e4bcb8cae1d38844c7027ee314449758d0d14ff3e2e0a5c8a87a7 SIZE (cabal/Decimal-0.5.2/Decimal-0.5.2.tar.gz) = 9546 SHA256 (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = cd7e26d3d5ebf7f2c1a7525aebe251fbcbffee2a6362db634b4be23b9e354d85 @@ -17,42 +17,74 @@ SHA256 (cabal/Only-0.1/Only-0.1.tar.gz) = ab7aa193e8c257d3bda6b0b3c1cbcf74cdaa85 SIZE (cabal/Only-0.1/Only-0.1.tar.gz) = 1960 SHA256 (cabal/Only-0.1/revision/2.cabal) = c6033d181e0f802e9e8543f683fa9c50aeb01cfdf6c83cd5bb72fb47aa863b07 SIZE (cabal/Only-0.1/revision/2.cabal) = 1398 -SHA256 (cabal/QuickCheck-2.15.0.1/QuickCheck-2.15.0.1.tar.gz) = a3b2216ddbaf481dbc82414b6120f8b726d969db3f0b51f20a7a45425ef36e7f -SIZE (cabal/QuickCheck-2.15.0.1/QuickCheck-2.15.0.1.tar.gz) = 81502 -SHA256 (cabal/QuickCheck-2.15.0.1/revision/1.cabal) = 0cfd337bb9e6fbf09255bd24bb498a156f1d9bcd465396ac8657b25034b9ee31 -SIZE (cabal/QuickCheck-2.15.0.1/revision/1.cabal) = 9046 +SHA256 (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 0b563fa6ea11653d76d57e96625f4a476e02b9fdaeba9c05d2ccc10d8da802c0 +SIZE (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 83903 +SHA256 (cabal/RSA-2.4.1/RSA-2.4.1.tar.gz) = 72c5d8c45ef1013e0e8aff763bb8894df0f022f28e698e33ae87bbdb33d69041 +SIZE (cabal/RSA-2.4.1/RSA-2.4.1.tar.gz) = 14603 +SHA256 (cabal/RSA-2.4.1/revision/2.cabal) = d2e711da52c19e332d374b3c0202a77d3088b59a0ba64abe6107569752fd1e24 +SIZE (cabal/RSA-2.4.1/revision/2.cabal) = 2356 +SHA256 (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 6bd950df6b11a3998bb1452d875d2da043ee43385459afc5f16d471d25178b44 +SIZE (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 2715144 SHA256 (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5e4b39da395656a59827b0280508aafdc70335798b50e5d6fd52596026251825 SIZE (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5048 SHA256 (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = daa25cf428256ad05d21f2bfa44077c1b14d6c784b7930a202ee901f11cc6baa SIZE (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = 340855 -SHA256 (cabal/aeson-2.2.3.0/revision/3.cabal) = 61e559f2bad61a98aac564f2a4fd892d21e9e1712e14e3db93326317aa944a9b -SIZE (cabal/aeson-2.2.3.0/revision/3.cabal) = 6378 +SHA256 (cabal/aeson-2.2.3.0/revision/4.cabal) = 7d48c2395ef168d2c2070fdb02c7998384be27d31a03bb35d1740af4a19a857b +SIZE (cabal/aeson-2.2.3.0/revision/4.cabal) = 6368 SHA256 (cabal/aeson-pretty-0.8.10/aeson-pretty-0.8.10.tar.gz) = 2a21f2cd78adcb149ceba770239ed664519552911e7680172b18ff695cfa7ae5 SIZE (cabal/aeson-pretty-0.8.10/aeson-pretty-0.8.10.tar.gz) = 5894 -SHA256 (cabal/ansi-terminal-1.1.2/ansi-terminal-1.1.2.tar.gz) = a8d04a3e0451e22a6499a92311f0df1196dc65b687df7d10e3f30d92420156b0 -SIZE (cabal/ansi-terminal-1.1.2/ansi-terminal-1.1.2.tar.gz) = 36259 -SHA256 (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = f2e5333eb78da5f4dd330fca0c81a59276cc150c625647cd20f57b7f297a5d25 -SIZE (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = 4746 +SHA256 (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 88d11a165cd709bfd603b4bc36afd5b39d3e9eec69ee466ca4359441d468c092 +SIZE (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 32633 +SHA256 (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 9fc9ce2157f1889bd99a4d22c9f1c64589590be0f797c3efe71c8fa17a11a689 +SIZE (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 8791 +SHA256 (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = c4ceeddc26525b58d82c41b6d3e32141371a200a6794aae185b6266ccc81631f +SIZE (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = 4037 +SHA256 (cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz) = d9f8deabd3b908e5cf83c0d813c08dc0143b3ec1c0d97f660d2cfa02c1c8da0a +SIZE (cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz) = 17343 +SHA256 (cabal/asn1-encoding-0.9.6/revision/2.cabal) = 27ed8f6043aed79630313bb931f7c8e2b510f0b4586cd55c16ae040c7d1ea098 +SIZE (cabal/asn1-encoding-0.9.6/revision/2.cabal) = 2060 +SHA256 (cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz) = 8f1fe1344d30b39dc594d74df2c55209577722af1497204b4c2b6d6e8747f39e +SIZE (cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz) = 2951 +SHA256 (cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz) = 78ee92a251379298ca820fa53edbf4b33c539b9fcd887c86f520c30e3b4e21a8 +SIZE (cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz) = 6472 SHA256 (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 231149b7fef09f5dd95af51228615e3b296dbd0faadeca053e0644a4b13b0ff6 SIZE (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 3158 SHA256 (cabal/assoc-1.1.1/revision/1.cabal) = 0ab39b4d1feb4caca95ac6e314f48782b27a86a6b8d1f5e8dc4be9fbed11185f SIZE (cabal/assoc-1.1.1/revision/1.cabal) = 1420 +SHA256 (cabal/async-2.2.5/async-2.2.5.tar.gz) = 1818473ebab9212afad2ed76297aefde5fae8b5d4404daf36939aece6a8f16f7 +SIZE (cabal/async-2.2.5/async-2.2.5.tar.gz) = 15742 +SHA256 (cabal/async-2.2.5/revision/3.cabal) = b7648c6165729a973d95cb328f9fd874813a81c727707e8b2552b4f03399763b +SIZE (cabal/async-2.2.5/revision/3.cabal) = 3366 SHA256 (cabal/attoparsec-0.14.4/attoparsec-0.14.4.tar.gz) = 3f337fe58624565de12426f607c23e60c7b09c86b4e3adfc827ca188c9979e6c SIZE (cabal/attoparsec-0.14.4/attoparsec-0.14.4.tar.gz) = 160701 SHA256 (cabal/attoparsec-0.14.4/revision/6.cabal) = 35129d0ab1741f000f1a7d2fc839544919ee6fbb8f2d6e7f0a629c41f91035f3 SIZE (cabal/attoparsec-0.14.4/revision/6.cabal) = 5914 SHA256 (cabal/attoparsec-aeson-2.2.2.0/attoparsec-aeson-2.2.2.0.tar.gz) = fe9b2c23a16fe1ff8f41c329940cccc80aca7ac6a9ea314f7a77cf142d8f9edd SIZE (cabal/attoparsec-aeson-2.2.2.0/attoparsec-aeson-2.2.2.0.tar.gz) = 8081 +SHA256 (cabal/authenticate-oauth-1.7/authenticate-oauth-1.7.tar.gz) = 746ff695fec1bd7c7b90f1952847ce3453fadf0f18a31db206753360b3219b78 +SIZE (cabal/authenticate-oauth-1.7/authenticate-oauth-1.7.tar.gz) = 9632 +SHA256 (cabal/authenticate-oauth-1.7/revision/1.cabal) = af2b03698756b2bbb42b8d30236b4d012e31db2b7ce63753158f63d5b0a81da5 +SIZE (cabal/authenticate-oauth-1.7/revision/1.cabal) = 1640 SHA256 (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 74e655541e645e8fc7aade1e6a1b6973561be0bca9369bc1623aa345019a35e9 SIZE (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 32244 SHA256 (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 17a35079c8719014560c028d9805ec1301b900972adf212e00af23fe3ebfabd8 SIZE (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 19923 +SHA256 (cabal/base16-bytestring-1.0.2.0/base16-bytestring-1.0.2.0.tar.gz) = 1d5a91143ef0e22157536093ec8e59d226a68220ec89378d5dcaeea86472c784 +SIZE (cabal/base16-bytestring-1.0.2.0/base16-bytestring-1.0.2.0.tar.gz) = 7219 +SHA256 (cabal/base16-bytestring-1.0.2.0/revision/1.cabal) = a694e88f9ec9fc79f0b03f233d3fea592b68f70a34aac2ddb5bcaecb6562e2fd +SIZE (cabal/base16-bytestring-1.0.2.0/revision/1.cabal) = 2630 +SHA256 (cabal/base64-bytestring-1.2.1.0/base64-bytestring-1.2.1.0.tar.gz) = fbf8ed30edde271eb605352021431d8f1b055f95a56af31fe2eacf6bdfdc49c9 +SIZE (cabal/base64-bytestring-1.2.1.0/base64-bytestring-1.2.1.0.tar.gz) = 13743 +SHA256 (cabal/base64-bytestring-1.2.1.0/revision/1.cabal) = 45305ccf8914c66d385b518721472c7b8c858f1986945377f74f85c1e0d49803 +SIZE (cabal/base64-bytestring-1.2.1.0/revision/1.cabal) = 2502 +SHA256 (cabal/basement-0.0.16/basement-0.0.16.tar.gz) = 7fb77e249aef76ba5aed3059d556800ce02b614597c488ba01f0a16449146300 +SIZE (cabal/basement-0.0.16/basement-0.0.16.tar.gz) = 134837 SHA256 (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 1086a9285061eed0c2c5d3cb65aa223defd52fca6d0515bb69ddf2dbc3d9697a SIZE (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 38193 SHA256 (cabal/bifunctors-5.6.2/revision/2.cabal) = 115a621c4eaaabb07834f9e4dd3371e21f39d034305062f4bd5cd72c2f8880d2 SIZE (cabal/bifunctors-5.6.2/revision/2.cabal) = 3332 -SHA256 (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 66291874236b7342adab033e3cddae414a23a2865dfb44095dfc4e0b9d46703b -SIZE (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 60777 +SHA256 (cabal/blaze-builder-0.4.4.1/blaze-builder-0.4.4.1.tar.gz) = 971d360428ac97af9a4e55e4f2c23649f6cedc0ce5d6e94d520e663f33ea5113 +SIZE (cabal/blaze-builder-0.4.4.1/blaze-builder-0.4.4.1.tar.gz) = 59452 SHA256 (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 65542ef39f7644a3d76afcadeb976d3e334c6947516b7313fcb59165cea1608f SIZE (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 81915 SHA256 (cabal/blaze-html-0.9.2.0/revision/1.cabal) = 85c42f84f4ead2c48844fbe0865069add3bb3bb3322d38607e93d5515a4c9c58 @@ -61,16 +93,22 @@ SHA256 (cabal/blaze-markup-0.8.3.0/blaze-markup-0.8.3.0.tar.gz) = 8606ac8b4a1f7f SIZE (cabal/blaze-markup-0.8.3.0/blaze-markup-0.8.3.0.tar.gz) = 14647 SHA256 (cabal/blaze-markup-0.8.3.0/revision/2.cabal) = 027f218b81d28a7c0a33b93d456c4e5aa92d145e9dcee14834fbad73a39ad7e4 SIZE (cabal/blaze-markup-0.8.3.0/revision/2.cabal) = 2360 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 SHA256 (cabal/call-stack-0.4.0/call-stack-0.4.0.tar.gz) = 430bcf8a3404f7e55319573c0b807b1356946f0c8f289bb3d9afb279c636b87b SIZE (cabal/call-stack-0.4.0/call-stack-0.4.0.tar.gz) = 2757 SHA256 (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 296dc17e0c5f3dfb3d82ced83e4c9c44c338ecde749b278b6eae512f1d04e406 SIZE (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 53609 -SHA256 (cabal/cassava-0.5.3.2/cassava-0.5.3.2.tar.gz) = 3ad25d225d2c0db54ef17372d8bf206356bcb7e02a0e7ff38f7078f141d0a9c9 -SIZE (cabal/cassava-0.5.3.2/cassava-0.5.3.2.tar.gz) = 37741 -SHA256 (cabal/cassava-0.5.3.2/revision/1.cabal) = b2e52282af6ca7b42bdd0fb427079b908a2b2e4b350b77df19cdb45ee4fe7876 -SIZE (cabal/cassava-0.5.3.2/revision/1.cabal) = 4977 +SHA256 (cabal/cassava-0.5.4.1/cassava-0.5.4.1.tar.gz) = d40636f530737a99c0282084322230d04d6e1b445e779a0d0a5005f6285a495f +SIZE (cabal/cassava-0.5.4.1/cassava-0.5.4.1.tar.gz) = 38097 SHA256 (cabal/cassava-megaparsec-2.1.1/cassava-megaparsec-2.1.1.tar.gz) = 4631963337675db145c2bf9752bf27b4bae68b7c48ffcac60b428f557b63e786 SIZE (cabal/cassava-megaparsec-2.1.1/cassava-megaparsec-2.1.1.tar.gz) = 7428 +SHA256 (cabal/cborg-0.2.10.0/cborg-0.2.10.0.tar.gz) = 17fe070c38fc498cab49bcb9d6215b7747d53bedf96502e9bcce9cad73b9c797 +SIZE (cabal/cborg-0.2.10.0/cborg-0.2.10.0.tar.gz) = 92122 +SHA256 (cabal/cborg-0.2.10.0/revision/3.cabal) = 47c044ade185e59433ec301fd3d85c7a1b9709cc752daf8b6388c9190aa618aa +SIZE (cabal/cborg-0.2.10.0/revision/3.cabal) = 5397 +SHA256 (cabal/cereal-0.5.8.3/cereal-0.5.8.3.tar.gz) = 99905220661b26e5bd91130bd9772554938608a5b1d717240a6eb331121e0f6a +SIZE (cabal/cereal-0.5.8.3/cereal-0.5.8.3.tar.gz) = 20166 SHA256 (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 22de71fde38b236d3e9168a832b5e1e75d1fb4f4028667bdf747b3b4c8c1529c SIZE (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 8192 SHA256 (cabal/clock-0.8.4/clock-0.8.4.tar.gz) = 6ae9898afe788a5e334cd5fad5d18a3c2e8e59fa09aaf7b957dbb38a4767df2e @@ -87,10 +125,32 @@ SHA256 (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 062fd66580d7aad0 SIZE (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 13815 SHA256 (cabal/control-monad-free-0.6.2/control-monad-free-0.6.2.tar.gz) = 63c830bd2af23e372ebfee628d9f538a32d8368cf74f897370d839bf8e7b4bc1 SIZE (cabal/control-monad-free-0.6.2/control-monad-free-0.6.2.tar.gz) = 3665 +SHA256 (cabal/cookie-0.5.1/cookie-0.5.1.tar.gz) = 1adde62726e3a3bbe147c02514fe0c4f5f2c5a2ff63842deac10c451a2a6f7a0 +SIZE (cabal/cookie-0.5.1/cookie-0.5.1.tar.gz) = 6680 +SHA256 (cabal/crypto-api-0.13.3/crypto-api-0.13.3.tar.gz) = 298a9ea7ce97c8ccf4bfe46d4864092c3a007a56bede73560070db3bf1ac7aa5 +SIZE (cabal/crypto-api-0.13.3/crypto-api-0.13.3.tar.gz) = 48346 +SHA256 (cabal/crypto-api-0.13.3/revision/1.cabal) = e572c0cdc58ba6773ea200ea5261d6bf5fc116d910b52cf1c671d85b940ed6fc +SIZE (cabal/crypto-api-0.13.3/revision/1.cabal) = 2366 +SHA256 (cabal/crypto-pubkey-types-0.4.3/crypto-pubkey-types-0.4.3.tar.gz) = 7ed9f52281ec4e34021a91818fe45288e33d65bff937f60334a3f45be5a71c60 +SIZE (cabal/crypto-pubkey-types-0.4.3/crypto-pubkey-types-0.4.3.tar.gz) = 11234 +SHA256 (cabal/crypton-1.0.4/crypton-1.0.4.tar.gz) = b4885402206422450823e7001a40d0f6b11d0c603a0cb8bf8ff5a186b7c4011a +SIZE (cabal/crypton-1.0.4/crypton-1.0.4.tar.gz) = 649976 +SHA256 (cabal/crypton-connection-0.4.5/crypton-connection-0.4.5.tar.gz) = bcddb9f095eb7f13526bcbd4c20001b4bec737c1e6b2dcb6939f643fb83225de +SIZE (cabal/crypton-connection-0.4.5/crypton-connection-0.4.5.tar.gz) = 9360 +SHA256 (cabal/crypton-socks-0.6.2/crypton-socks-0.6.2.tar.gz) = a836087e5c277413c79e6d94a7bf346bfb61eaffb2f55555875c76dfeca69f3b +SIZE (cabal/crypton-socks-0.6.2/crypton-socks-0.6.2.tar.gz) = 11908 +SHA256 (cabal/crypton-x509-1.7.7/crypton-x509-1.7.7.tar.gz) = efece48c8c4adfee209979c2967037d90e6ba1b7b4e7bb1081d1d4cd93daf382 +SIZE (cabal/crypton-x509-1.7.7/crypton-x509-1.7.7.tar.gz) = 21547 +SHA256 (cabal/crypton-x509-store-1.6.11/crypton-x509-store-1.6.11.tar.gz) = 03a991cc1241873435761b379eed94a4e899e0c4804df1719ea5b281903b781f +SIZE (cabal/crypton-x509-store-1.6.11/crypton-x509-store-1.6.11.tar.gz) = 12772 +SHA256 (cabal/crypton-x509-system-1.6.7/crypton-x509-system-1.6.7.tar.gz) = a436261e5f5e83d85080f57a5509c8224c9e75a6e56d0c43a7d2967052b634ca +SIZE (cabal/crypton-x509-system-1.6.7/crypton-x509-system-1.6.7.tar.gz) = 3496 +SHA256 (cabal/crypton-x509-validation-1.6.14/crypton-x509-validation-1.6.14.tar.gz) = ed0e394127db59d66a0a8e4bde28fa0b8cc67cc9a810793b54a58e96df4c601d +SIZE (cabal/crypton-x509-validation-1.6.14/crypton-x509-validation-1.6.14.tar.gz) = 19693 SHA256 (cabal/csv-0.1.2/csv-0.1.2.tar.gz) = 8cf43442325faa1368f9b55ad952beccf677d9980cdffa3d70a7f204a23ae600 SIZE (cabal/csv-0.1.2/csv-0.1.2.tar.gz) = 2923 -SHA256 (cabal/data-default-0.8.0.0/data-default-0.8.0.0.tar.gz) = 23f20e3089976fee1670077b745746219a25290bd5e654320c8af6aedf72dd31 -SIZE (cabal/data-default-0.8.0.0/data-default-0.8.0.0.tar.gz) = 4597 +SHA256 (cabal/data-default-0.8.0.1/data-default-0.8.0.1.tar.gz) = ce085de8ec2196f0c1d30af0ad8a517d5737c9edfd4ebfbb49e8687dfc40b6ca +SIZE (cabal/data-default-0.8.0.1/data-default-0.8.0.1.tar.gz) = 5821 SHA256 (cabal/data-default-class-0.2.0.0/data-default-class-0.2.0.0.tar.gz) = 0ae530c4fb0bd6c8a8ba399429ccd9c75f9c7696049117178f4ceeb2bd08d5b4 SIZE (cabal/data-default-class-0.2.0.0/data-default-class-0.2.0.0.tar.gz) = 1589 SHA256 (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 8df052d18c047ab9e9200536a8799b5af3997ebecbbb091a7384b6be8416ab37 @@ -105,12 +165,16 @@ SHA256 (cabal/dlist-1.0/dlist-1.0.tar.gz) = 173d637328bb173fcc365f30d29ff4a94292 SIZE (cabal/dlist-1.0/dlist-1.0.tar.gz) = 18667 SHA256 (cabal/dlist-1.0/revision/2.cabal) = 854727594c5a816ab3d10f15b1bc4fedaf9e3f7d1ef517a2bb9011f29ba261d2 SIZE (cabal/dlist-1.0/revision/2.cabal) = 3942 -SHA256 (cabal/doclayout-0.5/doclayout-0.5.tar.gz) = b030410245d9dea721e5bd75511b95bc0380efe159066f3914916e3ad2af2496 -SIZE (cabal/doclayout-0.5/doclayout-0.5.tar.gz) = 43437 +SHA256 (cabal/doclayout-0.5.0.1/doclayout-0.5.0.1.tar.gz) = 6521d8b04b0b49f5a0d633874c9e5b3b5e2aa4abd94a9bae80f976c0932c7007 +SIZE (cabal/doclayout-0.5.0.1/doclayout-0.5.0.1.tar.gz) = 43467 +SHA256 (cabal/ech-config-0.0.1/ech-config-0.0.1.tar.gz) = b236b6d7ea1385c280b76051edc7d8f6db31c9cb7b35df5c06f5a0bd75b4feba +SIZE (cabal/ech-config-0.0.1/ech-config-0.0.1.tar.gz) = 5423 SHA256 (cabal/emojis-0.1.4.1/emojis-0.1.4.1.tar.gz) = 8000d6197b1d43b9b3cd0711c34f120420f358d0425167d2fb7e616d65470ae5 SIZE (cabal/emojis-0.1.4.1/emojis-0.1.4.1.tar.gz) = 52794 -SHA256 (cabal/encoding-0.10/encoding-0.10.tar.gz) = f2d70b508a25f6f20ee54082a65a4b8a8be3f9a4b0359e5b32b6df9b0451b50c -SIZE (cabal/encoding-0.10/encoding-0.10.tar.gz) = 652997 +SHA256 (cabal/encoding-0.10.2/encoding-0.10.2.tar.gz) = 2fb6ce7fba65414a5fc389cd9a6236c40d34339b5341238358ac88b6e5a6cc1d +SIZE (cabal/encoding-0.10.2/encoding-0.10.2.tar.gz) = 653045 +SHA256 (cabal/entropy-0.4.1.11/entropy-0.4.1.11.tar.gz) = f5dd5a01278f8318d9793ed6071b742f13ce36c7456328baae4acc818e2d92ea +SIZE (cabal/entropy-0.4.1.11/entropy-0.4.1.11.tar.gz) = 9112 SHA256 (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388 SIZE (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 8531 SHA256 (cabal/extra-1.8/extra-1.8.tar.gz) = 2fa4ce5eae50560bba80f1883913cf2ed52b3d87fd290dae27d838c94f5389a1 @@ -123,20 +187,40 @@ SHA256 (cabal/generically-0.1.1/revision/4.cabal) = 3f64278f5c582dd7c6963967b129 SIZE (cabal/generically-0.1.1/revision/4.cabal) = 1203 SHA256 (cabal/githash-0.1.7.0/githash-0.1.7.0.tar.gz) = 1ad5e7c26bd9c9c4e4c3232206694b153845fe11f227e39d214eef0d95f330d4 SIZE (cabal/githash-0.1.7.0/githash-0.1.7.0.tar.gz) = 7661 +SHA256 (cabal/half-0.3.3/half-0.3.3.tar.gz) = f476049628d6ff79722fb073c01e85f2a11b2ef3835fdc3fc21a61f05d17ab02 +SIZE (cabal/half-0.3.3/half-0.3.3.tar.gz) = 8359 +SHA256 (cabal/half-0.3.3/revision/1.cabal) = b5109ef8de7ae45cc8aa1ea89c54e9f94bfcea7898dc0aa675131b7894f941d0 +SIZE (cabal/half-0.3.3/revision/1.cabal) = 2011 SHA256 (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = e58b3a8e18da5f6cd7e937e5fd683e500bb1f8276b3768269759119ca0cddb6a SIZE (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = 89062 SHA256 (cabal/hashable-1.5.0.0/revision/1.cabal) = 2f23146cbe0325029927b221647695a4c7d6e97548ff731110979e34361f58ef SIZE (cabal/hashable-1.5.0.0/revision/1.cabal) = 5914 SHA256 (cabal/hashtables-1.4.2/hashtables-1.4.2.tar.gz) = ca0e299fee6c0c918f45ce0907afbff1c3891998bb792d1717e4d5f12350ef0d SIZE (cabal/hashtables-1.4.2/hashtables-1.4.2.tar.gz) = 58869 -SHA256 (cabal/hledger-lib-1.42.1/hledger-lib-1.42.1.tar.gz) = d4eec36757c783df29ddd4e05e36376d61b023a2f3fe0738dc09209e62dfa930 -SIZE (cabal/hledger-lib-1.42.1/hledger-lib-1.42.1.tar.gz) = 344711 +SHA256 (cabal/hledger-lib-1.50.2/hledger-lib-1.50.2.tar.gz) = 030d825a79ab9dd09cd63186ea1465baccd2cf799b927e00053e5891740607f4 +SIZE (cabal/hledger-lib-1.50.2/hledger-lib-1.50.2.tar.gz) = 365805 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hourglass-0.2.12/revision/1.cabal) = 85c46cb6cd30c84546929926d4402a534f723651198e5945c9e59b9e699a8979 +SIZE (cabal/hourglass-0.2.12/revision/1.cabal) = 3197 +SHA256 (cabal/hpke-0.0.0/hpke-0.0.0.tar.gz) = 7b0b7dfb4f7081beab54c4cb0cb3df3f3c03ce05cb11747f190bab22df19b83c +SIZE (cabal/hpke-0.0.0/hpke-0.0.0.tar.gz) = 25248 SHA256 (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 6f4e34d788fe2ca7091ee0a10307ee8a7c060a1ba890f2bffad16a7d4d5cef76 SIZE (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 40517 -SHA256 (cabal/hsc2hs-0.68.10/revision/3.cabal) = 276325277350cd2c2c88916ed3ae5cd35b2b4f494ec594fbd9534081eb7fb759 -SIZE (cabal/hsc2hs-0.68.10/revision/3.cabal) = 3008 +SHA256 (cabal/hsc2hs-0.68.10/revision/4.cabal) = 725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e +SIZE (cabal/hsc2hs-0.68.10/revision/4.cabal) = 3114 SHA256 (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 SIZE (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 11021 +SHA256 (cabal/http-api-data-0.6.2/http-api-data-0.6.2.tar.gz) = dc84a9ff403922f03bdc497cedee145fdd0058b1bb47be59cf714460eaec8234 +SIZE (cabal/http-api-data-0.6.2/http-api-data-0.6.2.tar.gz) = 20873 +SHA256 (cabal/http-client-0.7.19/http-client-0.7.19.tar.gz) = a02c1be082e8f48c959ac7150a48a405f8d4383e0942639481e84b220f29ad61 +SIZE (cabal/http-client-0.7.19/http-client-0.7.19.tar.gz) = 96836 +SHA256 (cabal/http-client-tls-0.3.6.4/http-client-tls-0.3.6.4.tar.gz) = 7756006fee8ab924c521372e0f9d6705579016b9fab0b0312d1b9a335cfc18a3 +SIZE (cabal/http-client-tls-0.3.6.4/http-client-tls-0.3.6.4.tar.gz) = 7954 +SHA256 (cabal/http-client-tls-0.3.6.4/revision/2.cabal) = efe0a32d59c3a38ea35eb9c1b6e7beffa3592e39b2065a727cb84ccd654d16f3 +SIZE (cabal/http-client-tls-0.3.6.4/revision/2.cabal) = 2135 +SHA256 (cabal/http-types-0.12.4/http-types-0.12.4.tar.gz) = 4d4b1bb0cc817e5fef0c9c76c9647f69f4d300c45a105043493eff86381be549 +SIZE (cabal/http-types-0.12.4/http-types-0.12.4.tar.gz) = 18707 SHA256 (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 58be09afdf3ad5a25c2aa0d2a7df80d602df09f4e76d3abf2b7cdb0e75d03b22 SIZE (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 9465 SHA256 (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 42d9e84a65a0c17c248233cab98ada872ff6140dfa24d109d6eb285204d07e7d @@ -151,56 +235,74 @@ SHA256 (cabal/integer-conversion-0.1.1/revision/1.cabal) = 941d4ae16e2124cbff5de SIZE (cabal/integer-conversion-0.1.1/revision/1.cabal) = 2256 SHA256 (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 6a93c76c2518cbe2d72ab17da6ae46d8cae93cbfb7c5a5ad5783f903c1448f45 SIZE (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 8948 +SHA256 (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18a331a7e0e6f9dc89a2da95577b0d76bd2690b8f832b72b46d6cc9b667b4ba5 +SIZE (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18033 SHA256 (cabal/lucid-2.11.20250303/lucid-2.11.20250303.tar.gz) = bbe62357e944549ce7f45c8f998e82b4d90c5aff6462446fb01cf32cddb744f4 SIZE (cabal/lucid-2.11.20250303/lucid-2.11.20250303.tar.gz) = 21416 SHA256 (cabal/math-functions-0.3.4.4/math-functions-0.3.4.4.tar.gz) = 2441d8dd50eff445356048b2a0cdf88c4a7ba0f56614293d4975e1b081faf8fa SIZE (cabal/math-functions-0.3.4.4/math-functions-0.3.4.4.tar.gz) = 429048 SHA256 (cabal/megaparsec-9.7.0/megaparsec-9.7.0.tar.gz) = b9ed423625bf20ae7a72480d40d2dd16018a67e2ec45afb840a3607aa931ec97 SIZE (cabal/megaparsec-9.7.0/megaparsec-9.7.0.tar.gz) = 67078 -SHA256 (cabal/microlens-0.4.14.0/microlens-0.4.14.0.tar.gz) = 56792a613e4fb0634bdedf54dcb773ac4baae8be0fec8bd88e1bb8b7a649922e -SIZE (cabal/microlens-0.4.14.0/microlens-0.4.14.0.tar.gz) = 28262 -SHA256 (cabal/microlens-th-0.4.3.17/microlens-th-0.4.3.17.tar.gz) = 1d762c027ca332ae906cb031e87a423c2bbedebe3bb9d988188692a5de4c0a94 -SIZE (cabal/microlens-th-0.4.3.17/microlens-th-0.4.3.17.tar.gz) = 24258 -SHA256 (cabal/mmorph-1.2.0/mmorph-1.2.0.tar.gz) = 61338058eb676b466a462ca45d59f436a77a3bd6b816e4268c6d88522b6a4280 -SIZE (cabal/mmorph-1.2.0/mmorph-1.2.0.tar.gz) = 6861 -SHA256 (cabal/mmorph-1.2.0/revision/3.cabal) = df9b213ec18f811cb3137b478d148f3f1680ee43f841cb775835fa282fdb0295 -SIZE (cabal/mmorph-1.2.0/revision/3.cabal) = 1083 +SHA256 (cabal/memory-0.18.0/memory-0.18.0.tar.gz) = fd4eb6f638e24b81b4e6cdd68772a531726f2f67686c8969d3407d82f7862e3e +SIZE (cabal/memory-0.18.0/memory-0.18.0.tar.gz) = 41957 +SHA256 (cabal/memory-0.18.0/revision/1.cabal) = 9f4de967352f80b6f174c9a166f315393dde80b77d7b67e41268ae7dec0319f9 +SIZE (cabal/memory-0.18.0/revision/1.cabal) = 4581 +SHA256 (cabal/microlens-0.5.0.0/microlens-0.5.0.0.tar.gz) = 04608e891112af94eb218b602e5edd5efa58bee9016764df914fa0bdb814bf65 +SIZE (cabal/microlens-0.5.0.0/microlens-0.5.0.0.tar.gz) = 29409 +SHA256 (cabal/microlens-th-0.4.3.18/microlens-th-0.4.3.18.tar.gz) = 417ef41008ceab2a67bb008f364376b96224594e6e999499c083cab081b0ed8b +SIZE (cabal/microlens-th-0.4.3.18/microlens-th-0.4.3.18.tar.gz) = 24271 +SHA256 (cabal/mime-types-0.1.2.0/mime-types-0.1.2.0.tar.gz) = 013ae48a4c1726a4f91a64e882f3fe1fb903a7d4b8c14da51286fe5e4b974f61 +SIZE (cabal/mime-types-0.1.2.0/mime-types-0.1.2.0.tar.gz) = 12044 +SHA256 (cabal/mmorph-1.2.1/mmorph-1.2.1.tar.gz) = 0e59d6028463ec832c908edf85b4e7adba02cfb98ad33cebb55295ecbba74ce6 +SIZE (cabal/mmorph-1.2.1/mmorph-1.2.1.tar.gz) = 6951 +SHA256 (cabal/mmorph-1.2.1/revision/1.cabal) = ea4c137f09d377ad071ff266a5f623c67376ff100094b96c44eedd7d3042ee02 +SIZE (cabal/mmorph-1.2.1/revision/1.cabal) = 1083 SHA256 (cabal/modern-uri-0.3.6.1/modern-uri-0.3.6.1.tar.gz) = 0246f9cfced1227abe3a6403eeacc6b5f79f7e3319759a4dd1fd341c12454fe9 SIZE (cabal/modern-uri-0.3.6.1/modern-uri-0.3.6.1.tar.gz) = 26185 SHA256 (cabal/modern-uri-0.3.6.1/revision/3.cabal) = 1ff00fbd7e695b0695bb325a1fe375cc8c83b55cd7b7c08af083526809a8d76a SIZE (cabal/modern-uri-0.3.6.1/revision/3.cabal) = 3602 +SHA256 (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = ae0baea04d99375ef788140367179994a7178d400a8ce0d9026846546772713c +SIZE (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = 13985 +SHA256 (cabal/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz) = 1955398fe2115674f47f553b2caaf928c6aa3424271a5cd13bc191e54bfe3a9e +SIZE (cabal/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz) = 5128 +SHA256 (cabal/network-3.2.8.0/network-3.2.8.0.tar.gz) = 51788e5eeb7d77264f260acd48df8055a4dbc2477e8d634a8493677bb15c5fc8 +SIZE (cabal/network-3.2.8.0/network-3.2.8.0.tar.gz) = 146148 +SHA256 (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 480ce0ad7f67364ec8d4ce8d815f463d9e4074e3789be22a5722cfdebed08679 +SIZE (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 6402 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 SIZE (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 31309 SHA256 (cabal/network-uri-2.6.4.2/revision/1.cabal) = 6fffb57373962b5651a2db8b0af732098b3bf029a7ced76a9855615de2026588 SIZE (cabal/network-uri-2.6.4.2/revision/1.cabal) = 3217 -SHA256 (cabal/optparse-applicative-0.18.1.0/optparse-applicative-0.18.1.0.tar.gz) = 63811ab4fd26e829b8868364325a88be3acc79819f5bb5005b2dd3b961ecc491 -SIZE (cabal/optparse-applicative-0.18.1.0/optparse-applicative-0.18.1.0.tar.gz) = 60682 -SHA256 (cabal/optparse-applicative-0.18.1.0/revision/1.cabal) = f30973861ac7e7ebff05ff8c7c3d1e4d283a1f3850e1cc14106b0693ec1b6d82 -SIZE (cabal/optparse-applicative-0.18.1.0/revision/1.cabal) = 5289 -SHA256 (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 339c35fd3a290522f23de4e33528423cfd0b0a8f22946b0b9816a817b926cba0 -SIZE (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 44683 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.4/old-time-1.1.0.4.tar.gz) = 1e22eb7f7b924a676f52e317917b3b5eeceee11c74ef4bc609c0bcec624c166f +SIZE (cabal/old-time-1.1.0.4/old-time-1.1.0.4.tar.gz) = 75542 +SHA256 (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = cf16aeefd821730c7738447fa7c6b7ada7ca1c9cc25400d64ef283294d345871 +SIZE (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = 67629 +SHA256 (cabal/os-string-2.0.8/os-string-2.0.8.tar.gz) = 02794279dd30282e7b0d45a860dda50ee26a92b1461f5da4545f62dab4172686 +SIZE (cabal/os-string-2.0.8/os-string-2.0.8.tar.gz) = 44896 SHA256 (cabal/parser-combinators-1.3.0/parser-combinators-1.3.0.tar.gz) = 9310ef0d49f8a8922acda10b1cded9854cbee04dea717effc6ee5983072e4447 SIZE (cabal/parser-combinators-1.3.0/parser-combinators-1.3.0.tar.gz) = 11699 SHA256 (cabal/parser-combinators-1.3.0/revision/1.cabal) = 8659573e0d443d573f5b53f81b81dafbdc988d282b90c11e3da73562b4ea7876 SIZE (cabal/parser-combinators-1.3.0/revision/1.cabal) = 1640 -SHA256 (cabal/pretty-simple-4.1.3.0/pretty-simple-4.1.3.0.tar.gz) = 2aab1db01cdb1cc7847b2d11d915ac80a7df8e12bc0e5567e5331a93b782d00e -SIZE (cabal/pretty-simple-4.1.3.0/pretty-simple-4.1.3.0.tar.gz) = 40919 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/pretty-simple-4.1.4.0/pretty-simple-4.1.4.0.tar.gz) = 3a51aa5c987bba79c2bc75b14b28b2bcba7862f18162431811476512be2dae1f +SIZE (cabal/pretty-simple-4.1.4.0/pretty-simple-4.1.4.0.tar.gz) = 40964 SHA256 (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 5e6ea6903114fa118fcc359633dfb7ecddecb92c06c853d02a77b72b251f0b45 SIZE (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 56907 SHA256 (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 813739308ad6050620578994effe21058a170a341716acf52573fae42b5b1db3 SIZE (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 8879 -SHA256 (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 696d4bd291c94d736142d6182117dca4258d3ef28bfefdb649ac8b5ecd0999c7 -SIZE (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 60580 -SHA256 (cabal/primitive-0.9.0.0/revision/2.cabal) = de20bf4eff1f972088854c8efda6eaca2d3147aff62232c3707f059152638759 -SIZE (cabal/primitive-0.9.0.0/revision/2.cabal) = 3203 -SHA256 (cabal/profunctors-5.6.2/profunctors-5.6.2.tar.gz) = 65955d7b50525a4a3bccdab1d982d2ae342897fd38140d5a94b5ef3800d8c92a -SIZE (cabal/profunctors-5.6.2/profunctors-5.6.2.tar.gz) = 28522 -SHA256 (cabal/profunctors-5.6.2/revision/3.cabal) = e178ba4468982326656626e2089e296f64485e68fdddc9f4476dcd5d612b4f78 -SIZE (cabal/profunctors-5.6.2/revision/3.cabal) = 2484 +SHA256 (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 44b4de41813c7bc5db8a57f87c3612a069b65086946268ba165097252ebd3d76 +SIZE (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 61724 +SHA256 (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = b9c6f427368d2e811e4c48b59005218672458fd2f00a02cbefb8be9c751c0ef3 +SIZE (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = 28146 SHA256 (cabal/quote-quot-0.2.1.0/quote-quot-0.2.1.0.tar.gz) = 67dc25909c5b9bb373c66a9c9c1721d1e73915bd5518f42d1f97b793f42e4df7 SIZE (cabal/quote-quot-0.2.1.0/quote-quot-0.2.1.0.tar.gz) = 6731 -SHA256 (cabal/random-1.2.1.3/random-1.2.1.3.tar.gz) = e9c81926a7d1e40328f645f73592b31efc9c631589669a7f130687b9cc3051dc -SIZE (cabal/random-1.2.1.3/random-1.2.1.3.tar.gz) = 47117 +SHA256 (cabal/random-1.3.1/random-1.3.1.tar.gz) = d840ac83f265b0cfa2a678f8ec78627eb50cf9be2f067c52c8a4239c29b71a35 +SIZE (cabal/random-1.3.1/random-1.3.1.tar.gz) = 63846 SHA256 (cabal/reflection-2.1.9/reflection-2.1.9.tar.gz) = c6a7d5e41ad0ee1a05c660acf4fd34b21f38330eec165d246b7fffb398e59fb3 SIZE (cabal/reflection-2.1.9/reflection-2.1.9.tar.gz) = 17560 SHA256 (cabal/reflection-2.1.9/revision/1.cabal) = eaf28dc9884718a306ed1e0c215a24b36c68b8aa3be425617f66d886d43fe1e0 @@ -211,8 +313,14 @@ SHA256 (cabal/regex-compat-0.95.2.2/regex-compat-0.95.2.2.tar.gz) = e27ed1d8c361 SIZE (cabal/regex-compat-0.95.2.2/regex-compat-0.95.2.2.tar.gz) = 4658 SHA256 (cabal/regex-posix-0.96.0.2/regex-posix-0.96.0.2.tar.gz) = 7e570460c35c5deec54d1ba46305ddb4679c7d4aae84f631dd0c61daaeaa8150 SIZE (cabal/regex-posix-0.96.0.2/regex-posix-0.96.0.2.tar.gz) = 13343 -SHA256 (cabal/regex-tdfa-1.3.2.3/regex-tdfa-1.3.2.3.tar.gz) = 8571bcf85825e503c768d2ffb868fc5ddccced06ad385228f1ed85ee6d32dc6f -SIZE (cabal/regex-tdfa-1.3.2.3/regex-tdfa-1.3.2.3.tar.gz) = 83017 +SHA256 (cabal/regex-tdfa-1.3.2.5/regex-tdfa-1.3.2.5.tar.gz) = 2e3dfb449a548484f7d3b4e2a1b1040b39be26c4f3182a47004dc5eddf028a78 +SIZE (cabal/regex-tdfa-1.3.2.5/regex-tdfa-1.3.2.5.tar.gz) = 83371 +SHA256 (cabal/req-3.13.4/req-3.13.4.tar.gz) = f37fc48d15fb63a6edc546403eaa261310258d72737b42c02ea39d95049d0069 +SIZE (cabal/req-3.13.4/req-3.13.4.tar.gz) = 41953 +SHA256 (cabal/req-3.13.4/revision/4.cabal) = 9354cf9abe2f080a6f2eae53a0ba693e1dc9cfc1dc74acabde8cdf06d9ec2493 +SIZE (cabal/req-3.13.4/revision/4.cabal) = 3831 +SHA256 (cabal/retry-0.9.3.1/retry-0.9.3.1.tar.gz) = 622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6 +SIZE (cabal/retry-0.9.3.1/retry-0.9.3.1.tar.gz) = 18717 SHA256 (cabal/safe-0.3.21/safe-0.3.21.tar.gz) = 2c81fea42bbe79ec488774043c1ec54f30efba059df9a4f3681ce83d85007f01 SIZE (cabal/safe-0.3.21/safe-0.3.21.tar.gz) = 11778 SHA256 (cabal/safe-0.3.21/revision/1.cabal) = b928ea1645876788155b38ce85c7e46d157a1bb41d2b05f5770b13d60bc6a3f7 @@ -229,12 +337,18 @@ SHA256 (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 1d532030862414f5 SIZE (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 36372 SHA256 (cabal/semigroupoids-6.0.1/revision/2.cabal) = bfee06a6d88038a88ddd10fc21c230bf5ee3a14d0584dc6ab7ad54a9252c2c21 SIZE (cabal/semigroupoids-6.0.1/revision/2.cabal) = 7539 -SHA256 (cabal/shakespeare-2.1.0.1/shakespeare-2.1.0.1.tar.gz) = 6cb655f3734de1b920faf67f313d45e31fc7f8fcf0a2e00a45f986d8e107d22f -SIZE (cabal/shakespeare-2.1.0.1/shakespeare-2.1.0.1.tar.gz) = 71698 +SHA256 (cabal/serialise-0.2.6.1/serialise-0.2.6.1.tar.gz) = 63949799ffd10675ef70ea701c1eb63e618629b3b2f7b25f07c5a966e24e77f4 +SIZE (cabal/serialise-0.2.6.1/serialise-0.2.6.1.tar.gz) = 75106 +SHA256 (cabal/serialise-0.2.6.1/revision/5.cabal) = a67f89b5533b1148ad465dc7f24baeed2e2e9e7d81d2a147fc7fa8ff1089ca4d +SIZE (cabal/serialise-0.2.6.1/revision/5.cabal) = 8814 +SHA256 (cabal/shakespeare-2.1.7.1/shakespeare-2.1.7.1.tar.gz) = daaf1c052e9a58628a4b70755080cba54b0042ec71655d2628f4c9393eead119 +SIZE (cabal/shakespeare-2.1.7.1/shakespeare-2.1.7.1.tar.gz) = 74125 SHA256 (cabal/split-0.2.5/split-0.2.5.tar.gz) = 52da404e8397c1ab238354c8d4fd9a7e9c5cac8849cc2ce2e45facc85e74a913 SIZE (cabal/split-0.2.5/split-0.2.5.tar.gz) = 16008 -SHA256 (cabal/splitmix-0.1.1/splitmix-0.1.1.tar.gz) = d678c41a603a62032cf7e5f8336bb8222c93990e4b59c8b291b7ca26c7eb12c7 -SIZE (cabal/splitmix-0.1.1/splitmix-0.1.1.tar.gz) = 21981 +SHA256 (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = b6bcd0d79bd4fe40975c8ebe803be2f3bfbf6006069a59745a325a0df3f86270 +SIZE (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = 21955 +SHA256 (cabal/streaming-commons-0.2.3.0/streaming-commons-0.2.3.0.tar.gz) = 26384af91f5ab9470b0bbdd0ce2172db43fc79730b7c5a3405d89c3663eb1e57 +SIZE (cabal/streaming-commons-0.2.3.0/streaming-commons-0.2.3.0.tar.gz) = 37874 SHA256 (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 77719280c2a86312e748227bfa732eeaae0e7df48d57acc3c2e5b7b07afe2f8b SIZE (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 11798 SHA256 (cabal/strict-0.5.1/revision/1.cabal) = 58c373b7c7748cbb4a5a6c8c15073f99a1c10a9a9bb6894ac33f43a5cdb901f2 @@ -247,14 +361,16 @@ SHA256 (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 6daad88ebb414ba6a556d2898d2cbe SIZE (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 8151 SHA256 (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 54a0c7b644813af871a3726ac8771b5e17b5158c792a7acf8f9e2d3ae9360780 SIZE (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 66548 -SHA256 (cabal/tasty-1.5.3/revision/1.cabal) = 9d56ea9dbc274fc853fc531373b2c91bfe360e21460c2c6a5838897d86e3f6d0 -SIZE (cabal/tasty-1.5.3/revision/1.cabal) = 2923 +SHA256 (cabal/tasty-1.5.3/revision/2.cabal) = 6b5dda3f16db1274a0b3e6c4073ac57172a1e96b1dca05666c5cbd1183639412 +SIZE (cabal/tasty-1.5.3/revision/2.cabal) = 2923 SHA256 (cabal/tasty-hunit-0.10.2/tasty-hunit-0.10.2.tar.gz) = 5af01fa7c1ef98b324da062e36f79986a8b1b83ff0cf6fd53f95d976b41e03f6 SIZE (cabal/tasty-hunit-0.10.2/tasty-hunit-0.10.2.tar.gz) = 7808 SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 SHA256 (cabal/terminal-size-0.3.4/terminal-size-0.3.4.tar.gz) = b0f070d6926cdaacf3a412c5518e5c23afca1e0ed00808a5328c96e468b67f49 SIZE (cabal/terminal-size-0.3.4/terminal-size-0.3.4.tar.gz) = 4457 +SHA256 (cabal/terminal-size-0.3.4/revision/1.cabal) = 21d7f1320eeb86177e860ec07a3d8e7510977b1b415a96ebb62ee4ad72955770 +SIZE (cabal/terminal-size-0.3.4/revision/1.cabal) = 1364 SHA256 (cabal/text-ansi-0.3.0.1/text-ansi-0.3.0.1.tar.gz) = 0078b6e1adfb3fbbb4e241e20116829c3ede02f3906eb292ab4540c9e82f3846 SIZE (cabal/text-ansi-0.3.0.1/text-ansi-0.3.0.1.tar.gz) = 6149 SHA256 (cabal/text-ansi-0.3.0.1/revision/2.cabal) = 10c9db7dc1e914bcf8ef42cad3471109a5f9787e7955f907b8182706098a59ae @@ -287,30 +403,38 @@ SHA256 (cabal/timeit-2.0/timeit-2.0.tar.gz) = a14df4e578db371e5c609f078420914454 SIZE (cabal/timeit-2.0/timeit-2.0.tar.gz) = 2117 SHA256 (cabal/timeit-2.0/revision/2.cabal) = 35d7c3ce64b458bbb1200320203f21281c975c85acc636a634500601c474fded SIZE (cabal/timeit-2.0/revision/2.cabal) = 1197 +SHA256 (cabal/tls-2.1.11/tls-2.1.11.tar.gz) = 059a173398504f03cdcf33543ee33ba45082c3270f52a4d5810f84ddf7f684e3 +SIZE (cabal/tls-2.1.11/tls-2.1.11.tar.gz) = 185047 +SHA256 (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 323bf8689eb691b122661cffa41a25e00fea7a768433fe2dde35d3da7d32cf90 +SIZE (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 2902 SHA256 (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = b62c7304c9f3cbc9463d0739aa85cb9489f217ea092b9d625d417514fbcc9d6a SIZE (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = 46485 SHA256 (cabal/uglymemo-0.1.0.1/uglymemo-0.1.0.1.tar.gz) = fe89ef49c0cb15867c58815b050b33f17d394d4c48a9b7240a39780a5a79b847 SIZE (cabal/uglymemo-0.1.0.1/uglymemo-0.1.0.1.tar.gz) = 887 -SHA256 (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = d9cfb287cf00592d39dc9c3cac8b99627ea08f2c01798e70130fc39f7c90f11d -SIZE (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = 59823 -SHA256 (cabal/unordered-containers-0.2.20/revision/4.cabal) = 233cbcdda6c2698932bb391ce0935fb44f80c115621ee815a21ed33ac8ede422 -SIZE (cabal/unordered-containers-0.2.20/revision/4.cabal) = 3921 +SHA256 (cabal/unix-time-0.4.17/unix-time-0.4.17.tar.gz) = f63a05be5dcc5ac8f72c26c9fef8dcc993638ca9b545b9bd69b8a3924c201f8c +SIZE (cabal/unix-time-0.4.17/unix-time-0.4.17.tar.gz) = 53677 +SHA256 (cabal/unliftio-core-0.2.1.0/unliftio-core-0.2.1.0.tar.gz) = 99384cba8d56d9d61b85e38a313a93ebcdb78be6566367f0930ef580597fe3e3 +SIZE (cabal/unliftio-core-0.2.1.0/unliftio-core-0.2.1.0.tar.gz) = 3865 +SHA256 (cabal/unliftio-core-0.2.1.0/revision/4.cabal) = f6a2736f858b5390d9384dca43d3ea4d96e9ca17217791791ca4951ba6e8072a +SIZE (cabal/unliftio-core-0.2.1.0/revision/4.cabal) = 996 +SHA256 (cabal/unordered-containers-0.2.20.1/unordered-containers-0.2.20.1.tar.gz) = 708a60513d6da61e09b60b9a486106af703a889b5b43472a27c3b60bf35246ab +SIZE (cabal/unordered-containers-0.2.20.1/unordered-containers-0.2.20.1.tar.gz) = 60625 SHA256 (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = ee48deada7600370728c4156cb002441de770d0121ae33a68139a9ed9c19b09a SIZE (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = 10726 SHA256 (cabal/utility-ht-0.0.17.2/utility-ht-0.0.17.2.tar.gz) = 0a8ec081956d18f8ca84f58aacf39a5ab1a7dc08302e2ce28b4ac3768bb0372c SIZE (cabal/utility-ht-0.0.17.2/utility-ht-0.0.17.2.tar.gz) = 33604 SHA256 (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 7e0dd953483d6fd3ca49bcaed6b11f9e3c2787213479b2581e07747836b8357e SIZE (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 11222 -SHA256 (cabal/uuid-types-1.0.6/revision/2.cabal) = 88e78c100b699cb829524af914cea82422bd518ce90625122ebe4c8048aee13d -SIZE (cabal/uuid-types-1.0.6/revision/2.cabal) = 2619 +SHA256 (cabal/uuid-types-1.0.6/revision/3.cabal) = 5ac2b681a8d7676f6a51ac1b113bfdcf18dd7fdbb313034850ed6493eef96da0 +SIZE (cabal/uuid-types-1.0.6/revision/3.cabal) = 2619 SHA256 (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 28f203c786cbf8ac6dc3fea3378ec36f34173d505fb4a1dd60fc8418ad91c423 SIZE (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 185739 -SHA256 (cabal/vector-0.13.2.0/revision/1.cabal) = b736a57b73520d2acf4865e3e2b40030d69782f35f870e376dc717ee2508d81f -SIZE (cabal/vector-0.13.2.0/revision/1.cabal) = 8804 +SHA256 (cabal/vector-0.13.2.0/revision/2.cabal) = 9ac338c8da52d8a37db08434ca4480fef2cea4f9aac240f4f994bb467f5275b4 +SIZE (cabal/vector-0.13.2.0/revision/2.cabal) = 8804 SHA256 (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = d0f507334bdea5431a2f07f525a97f29e76522c32210f5de6d5a2b4f1d42bf7c SIZE (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = 12577 -SHA256 (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 5ac96695212a45ae7dc16d8031dbf5311da53e052c35f7ad4a8e2db7fafb651e -SIZE (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 1642 +SHA256 (cabal/vector-stream-0.1.0.1/revision/4.cabal) = 483be6df13c72169a917640589666f9fece7bea9fa13fcd41d052dab37ea289e +SIZE (cabal/vector-stream-0.1.0.1/revision/4.cabal) = 1642 SHA256 (cabal/witherable-0.5/witherable-0.5.tar.gz) = 48434cc1e465b13cbc0133a90c3ec0d827c93b77ce95807fe0a38b65f4918cd1 SIZE (cabal/witherable-0.5/witherable-0.5.tar.gz) = 10819 SHA256 (cabal/witherable-0.5/revision/1.cabal) = 85bab588ebca37996fc3171b9d8b2e065eb0536c9f44224bcf037c0849a881de @@ -319,3 +443,5 @@ SHA256 (cabal/wizards-1.0.3/wizards-1.0.3.tar.gz) = 05650d7bf6dd0e6b87d0d7da6fb0 SIZE (cabal/wizards-1.0.3/wizards-1.0.3.tar.gz) = 8243 SHA256 (cabal/wizards-1.0.3/revision/3.cabal) = cb7798895ee35e06c00a69eb1cd8a3c45921e3c5fb76ffcf11a76a15fbda4365 SIZE (cabal/wizards-1.0.3/revision/3.cabal) = 3533 +SHA256 (cabal/zlib-0.7.1.1/zlib-0.7.1.1.tar.gz) = bf95ab01ed924be800addea195fba5ca97ec69f378368f6ff466bdc29666c1c1 +SIZE (cabal/zlib-0.7.1.1/zlib-0.7.1.1.tar.gz) = 29324 diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 3c927262bc5f..238b9fefd6ba 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -1,7 +1,6 @@ PORTNAME= trackballs -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org @@ -11,11 +10,14 @@ WWW= https://trackballs.github.io/ LICENSE= GPLv2+ ETHYMONICS LICENSE_COMB= multi +# XXX Trackballs crashes if lang/guile2 is built with THREADS support USES= cmake desktop-file-utils gettext-runtime gl gnome \ guile:2.2,conflicts pkgconfig sdl USE_GL= gl USE_SDL= image2 mixer2 sdl2 ttf2 +LIB_DEPENDS= libgc.so:devel/boehm-gc + LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_ETHYMONICS= ${WRKSRC}/share/music/README LICENSE_NAME_ETHYMONICS= Ethymonics Free Music License diff --git a/games/trackballs/distinfo b/games/trackballs/distinfo index cdc9ac8b40ab..366a90780903 100644 --- a/games/trackballs/distinfo +++ b/games/trackballs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672868933 -SHA256 (trackballs-trackballs-v1.3.4_GH0.tar.gz) = 1276da61bca0d926048071ddf08ad91dc77bdb435b31f688f77137c978e57b2e -SIZE (trackballs-trackballs-v1.3.4_GH0.tar.gz) = 32719091 +TIMESTAMP = 1757445073 +SHA256 (trackballs-trackballs-v1.3.5_GH0.tar.gz) = 431587933e8f01d92a976933fe415aa0b000e5e7ec053b53efac0d8004311acc +SIZE (trackballs-trackballs-v1.3.5_GH0.tar.gz) = 32719056 diff --git a/games/trackballs/files/patch-src-glHelp.h b/games/trackballs/files/patch-src-glHelp.h deleted file mode 100644 index 69080089246e..000000000000 --- a/games/trackballs/files/patch-src-glHelp.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/glHelp.h.orig 2022-12-23 18:52:49 UTC -+++ src/glHelp.h -@@ -27,7 +27,8 @@ - - #include "general.h" - --typedef struct _TTF_Font TTF_Font; -+#include <SDL2/SDL_ttf.h> -+ - typedef struct SDL_Surface SDL_Surface; - class Map; - class Game; diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 33118a3a1e0f..3b43347450b2 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20251008 +PORTVERSION= s20251015 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.17.0-1253-g8176fe3613 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-1267-g95d857f67f # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index d8789159a2f9..46a6623dc307 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1759952259 +TIMESTAMP = 1760557897 SHA256 (rust/crates/ab_glyph-0.2.31.crate) = e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d SIZE (rust/crates/ab_glyph-0.2.31.crate) = 20909 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618 @@ -1925,5 +1925,5 @@ SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43 SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 SHA256 (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = ffc38b7c73cb6419d02a21a3905cd0b00b3a544711230c5b11ef77301b7b9bb2 SIZE (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = 4379268 -SHA256 (veloren-v0.17.0-1253-g8176fe3613.tar.bz2) = db8ad800fb1fb91adc3ff4ee1f0fd642e670718a962eba8fe4f09df59f0ed22d -SIZE (veloren-v0.17.0-1253-g8176fe3613.tar.bz2) = 345070395 +SHA256 (veloren-v0.17.0-1267-g95d857f67f.tar.bz2) = bd3a7b67ca2dae8d73b64f8fb3cbf56bb41aa06c38d87ab31e381158b6f35ea0 +SIZE (veloren-v0.17.0-1267-g95d857f67f.tar.bz2) = 345076938 diff --git a/games/veloren-weekly/files/patch-nodebug b/games/veloren-weekly/files/patch-nodebug index 3215301f5dfc..d6155b9225b5 100644 --- a/games/veloren-weekly/files/patch-nodebug +++ b/games/veloren-weekly/files/patch-nodebug @@ -1,30 +1,30 @@ Don't generate debuginfo as the binaries will be stripped ---- Cargo.toml.orig 2024-02-07 19:13:27 UTC +--- Cargo.toml.orig 2025-10-15 13:35:33 UTC +++ Cargo.toml -@@ -81,25 +81,6 @@ panic = "abort" # don't need unwinding so we +@@ -96,25 +96,6 @@ panic = "abort" # don't need unwinding so we lto = true debug = false panic = "abort" # don't need unwinding so we can skip including the landing pads for that -# line tables so we can have useful backtraces for in-house crates -[profile.release.package."veloren-network"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-network-protocol"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-common"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-common-systems"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-client"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-server"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-server-cli"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-voxygen"] --debug = 1 +-debug = "line-tables-only" -[profile.release.package."veloren-world"] --debug = 1 +-debug = "line-tables-only" - # used for cargo bench - [profile.bench] + [profile.release-thinlto] + inherits = 'release' diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index 492e56d0d38d..0cfc88e77cc1 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -1,6 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.13-23 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \ diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index fb81c00d0923..895fb84ff200 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -1,6 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 7.1.1-45 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics perl5 MASTER_SITES= https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \ https://mirror.dogado.de/imagemagick/releases/ \ diff --git a/graphics/Makefile b/graphics/Makefile index 2bccf42a9ba8..1bc6cbb14a90 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -637,6 +637,8 @@ SUBDIR += nvidia-drm-66-kmod-devel SUBDIR += nvidia-drm-kmod SUBDIR += nvidia-drm-kmod-devel + SUBDIR += nvidia-drm-latest-kmod + SUBDIR += nvidia-drm-latest-kmod-devel SUBDIR += nvidia-texture-tools SUBDIR += ocaml-cairo SUBDIR += ocaml-images diff --git a/graphics/drawio/Makefile b/graphics/drawio/Makefile index 2834724ba6c5..6fe4d0d5dfc8 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 28.0.6 -PORTREVISION= 8 +PORTREVISION= 9 DISTVERSIONPREFIX= x86_64- CATEGORIES= graphics MASTER_SITES= https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/ diff --git a/graphics/frei0r/distinfo b/graphics/frei0r/distinfo index fbbd64e50389..ad3a06785455 100644 --- a/graphics/frei0r/distinfo +++ b/graphics/frei0r/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756953325 -SHA256 (dyne-frei0r-v2.4.0_GH0.tar.gz) = 6b3491ee65c775b251ecd0ba2cb86955ca2469de47c73718170442732cb9ce75 -SIZE (dyne-frei0r-v2.4.0_GH0.tar.gz) = 935395 +TIMESTAMP = 1760584037 +SHA256 (dyne-frei0r-v2.5.0_GH0.tar.gz) = c511aeb51faeb0de2afe47327c30026d5b76ccc910a0b93d286029f07d29c656 +SIZE (dyne-frei0r-v2.5.0_GH0.tar.gz) = 939132 diff --git a/graphics/frei0r/files/patch-src_filter_CMakeLists.txt b/graphics/frei0r/files/patch-src_filter_CMakeLists.txt index 2d6a3fd597e5..b3de8938b99f 100644 --- a/graphics/frei0r/files/patch-src_filter_CMakeLists.txt +++ b/graphics/frei0r/files/patch-src_filter_CMakeLists.txt @@ -1,6 +1,6 @@ - Add logic so slave ports can build without installing base plugins. ---- src/filter/CMakeLists.txt.orig 2025-09-03 14:34:34 UTC +--- src/filter/CMakeLists.txt.orig 2025-10-07 14:15:56 UTC +++ src/filter/CMakeLists.txt @@ -15,6 +15,7 @@ endif (${Cairo_FOUND}) add_subdirectory (mirr0r) @@ -10,7 +10,7 @@ add_subdirectory (3dflippo) add_subdirectory (aech0r) add_subdirectory (alpha0ps) -@@ -101,3 +102,4 @@ add_subdirectory (vignette) +@@ -102,3 +103,4 @@ add_subdirectory (vignette) add_subdirectory (twolay0r) add_subdirectory (vertigo) add_subdirectory (vignette) diff --git a/graphics/frei0r/files/patch-src_filter_heatmap0r_CMakeLists.txt b/graphics/frei0r/files/patch-src_filter_heatmap0r_CMakeLists.txt new file mode 100644 index 000000000000..58f3c3557a18 --- /dev/null +++ b/graphics/frei0r/files/patch-src_filter_heatmap0r_CMakeLists.txt @@ -0,0 +1,10 @@ +Don't forget to install it! + +--- src/filter/heatmap0r/CMakeLists.txt.orig 2025-10-07 14:15:56 UTC ++++ src/filter/heatmap0r/CMakeLists.txt +@@ -9,3 +9,5 @@ set_target_properties (${TARGET} PROPERTIES PREFIX "") + + # No «lib» prefix (name.so instead of libname.so) + set_target_properties (${TARGET} PROPERTIES PREFIX "") ++ ++install (TARGETS ${TARGET} LIBRARY DESTINATION ${LIBDIR}) diff --git a/graphics/frei0r/pkg-plist b/graphics/frei0r/pkg-plist index 43cd158e817b..57124bae10c0 100644 --- a/graphics/frei0r/pkg-plist +++ b/graphics/frei0r/pkg-plist @@ -69,6 +69,7 @@ lib/frei0r-1/glow.so lib/frei0r-1/grain_extract.so lib/frei0r-1/grain_merge.so lib/frei0r-1/hardlight.so +lib/frei0r-1/heatmap0r.so lib/frei0r-1/hue.so lib/frei0r-1/hueshift0r.so lib/frei0r-1/invert0r.so diff --git a/graphics/frei0r/version.mk b/graphics/frei0r/version.mk index 4857de20d005..de7ec6e8b8d6 100644 --- a/graphics/frei0r/version.mk +++ b/graphics/frei0r/version.mk @@ -1 +1 @@ -FREI0R_VERSION= 2.4.0 +FREI0R_VERSION= 2.5.0 diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index fc7f96a308a9..6d7903450e6c 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,6 +1,6 @@ PORTNAME= graphviz -PORTVERSION= 12.2.1 -PORTREVISION= 2 +PORTVERSION= 14.0.1 +PORTREVISION= 0 CATEGORIES= graphics tk MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${PORTVERSION}/ @@ -50,6 +50,7 @@ FIX_TCL_SCRIPT= tclpkg/gdtclft/demo/entities.tcl \ tclpkg/tcldot/demo/gcat.tcl FIX_TK_SCRIPT= tclpkg/tcldot/demo/doted.tcl \ tclpkg/tclpathplan/demo/pathplan.tcl +PLIST_SUB= SH_VERSION_SHORT="8" SH_VERSION_FULL="8.0.1" OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA ICONV NLS ANN GTS \ PANGOCAIRO POPPLER GDK GHOSTSCRIPT DEVIL \ @@ -69,7 +70,7 @@ GDK_DESC= gdk plugin support (requires PANGOCAIRO) GHOSTSCRIPT_DESC=ghostscript plugin (requires PANGOCAIRO) DEVIL_DESC= devil plugin SMYRNA_DESC= SMYRNA graph viewer (GTK2) -GVEDIT_DESC= GVEDIT graph viewer (Qt6) +GVEDIT_DESC= GVEDIT graph viewer (QT6) PERL_DESC= Perl bindings (swig) PHP_DESC= PHP bindings (swig) PYTHON_DESC= Python bindings (swig) diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index d2b99446ff7f..262c4743a53b 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734282718 -SHA256 (graphviz-12.2.1.tar.gz) = 242bc18942eebda6db4039f108f387ec97856fc91ba47f21e89341c34b554df8 -SIZE (graphviz-12.2.1.tar.gz) = 26813453 +TIMESTAMP = 1760174742 +SHA256 (graphviz-14.0.1.tar.gz) = 647e7d6aa60158347d3537aef16415a07b71be86c80df84a49dcafd398f54e76 +SIZE (graphviz-14.0.1.tar.gz) = 26818359 diff --git a/graphics/graphviz/files/patch-configure.ac b/graphics/graphviz/files/patch-configure.ac deleted file mode 100644 index 3e0453ddab3d..000000000000 --- a/graphics/graphviz/files/patch-configure.ac +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.ac.orig 2024-12-06 23:55:56 UTC -+++ configure.ac -@@ -730,13 +730,13 @@ else - for l in "$lua_suffix" "" "54" "5.4" "53" "5.3" "52" "5.2" "51" "5.1" ; do - pkgconfig_lua_found=`$PKG_CONFIG --exists lua$l 2>/dev/null` - if test "$?" = "0" ; then -- LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags lua$l` -+ LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags-only-I lua$l` - LUA_LIBS="$LUA_LFLAGS "`$PKG_CONFIG --libs lua$l` - LUA_INSTALL_DIR="`$PKG_CONFIG --variable=libdir lua$l`/lua" - - pkgconfig_lualib_found=`$PKG_CONFIG --exists lualib$l 2>/dev/null` - if test "$?" = "0"; then -- LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags lualib$l` -+ LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --flags-only-I lualib$l` - LUA_LIBS="$LUA_LFLAGS "`$PKG_CONFIG --libs lualib$l` - fi - break -@@ -1028,6 +1028,7 @@ else - RUBY_CFLAGS="$RUBY_CFLAGS -I`$RUBY $srcdir/config/config_ruby.rb vendorhdrdir`" - RUBY_CFLAGS="$RUBY_CFLAGS -I`$RUBY $srcdir/config/config_ruby.rb sitehdrdir`" - RUBY_CFLAGS="$RUBY_CFLAGS -I`$RUBY $srcdir/config/config_ruby.rb rubyhdrdir`" -+ #RUBY_CFLAGS="${RUBY_CFLAGS} -I`$RUBY $srcdir/config/config_ruby.rb inc`" - RUBY_LIBS="-L`$RUBY $srcdir/config/config_ruby.rb libdir` `$RUBY -rrbconfig -e \"puts RbConfig::CONFIG[['LIBRUBYARG_SHARED']]\"`" - RUBY_INSTALL_DIR="`$RUBY $srcdir/config/config_ruby.rb vendorarchdir`" - if test "$RUBY_INSTALL_DIR" = ""; then diff --git a/graphics/graphviz/pkg-plist b/graphics/graphviz/pkg-plist index 1fa14c56408e..e4384e31fafc 100644 --- a/graphics/graphviz/pkg-plist +++ b/graphics/graphviz/pkg-plist @@ -80,56 +80,56 @@ include/graphviz/xdot.h %%GUILE%%lib/graphviz/guile/libgv_guile.so lib/graphviz/libgvplugin_core.la lib/graphviz/libgvplugin_core.so -lib/graphviz/libgvplugin_core.so.6 -lib/graphviz/libgvplugin_core.so.6.0.0 +lib/graphviz/libgvplugin_core.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_core.so.%%SH_VERSION_FULL%% %%DEVIL%%lib/graphviz/libgvplugin_devil.la %%DEVIL%%lib/graphviz/libgvplugin_devil.so -%%DEVIL%%lib/graphviz/libgvplugin_devil.so.6 -%%DEVIL%%lib/graphviz/libgvplugin_devil.so.6.0.0 +%%DEVIL%%lib/graphviz/libgvplugin_devil.so.%%SH_VERSION_SHORT%% +%%DEVIL%%lib/graphviz/libgvplugin_devil.so.%%SH_VERSION_FULL%% lib/graphviz/libgvplugin_dot_layout.la lib/graphviz/libgvplugin_dot_layout.so -lib/graphviz/libgvplugin_dot_layout.so.6 -lib/graphviz/libgvplugin_dot_layout.so.6.0.0 +lib/graphviz/libgvplugin_dot_layout.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_dot_layout.so.%%SH_VERSION_FULL%% lib/graphviz/libgvplugin_gd.la lib/graphviz/libgvplugin_gd.so -lib/graphviz/libgvplugin_gd.so.6 -lib/graphviz/libgvplugin_gd.so.6.0.0 +lib/graphviz/libgvplugin_gd.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_gd.so.%%SH_VERSION_FULL%% %%GDK%%lib/graphviz/libgvplugin_gdk.la %%GDK%%lib/graphviz/libgvplugin_gdk.so -%%GDK%%lib/graphviz/libgvplugin_gdk.so.6 -%%GDK%%lib/graphviz/libgvplugin_gdk.so.6.0.0 +%%GDK%%lib/graphviz/libgvplugin_gdk.so.%%SH_VERSION_SHORT%% +%%GDK%%lib/graphviz/libgvplugin_gdk.so.%%SH_VERSION_FULL%% %%GHOSTSCRIPT%%lib/graphviz/libgvplugin_gs.la %%GHOSTSCRIPT%%lib/graphviz/libgvplugin_gs.so -%%GHOSTSCRIPT%%lib/graphviz/libgvplugin_gs.so.6 -%%GHOSTSCRIPT%%lib/graphviz/libgvplugin_gs.so.6.0.0 +%%GHOSTSCRIPT%%lib/graphviz/libgvplugin_gs.so.%%SH_VERSION_SHORT%% +%%GHOSTSCRIPT%%lib/graphviz/libgvplugin_gs.so.%%SH_VERSION_FULL%% lib/graphviz/libgvplugin_kitty.la lib/graphviz/libgvplugin_kitty.so -lib/graphviz/libgvplugin_kitty.so.6 -lib/graphviz/libgvplugin_kitty.so.6.0.0 +lib/graphviz/libgvplugin_kitty.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_kitty.so.%%SH_VERSION_FULL%% lib/graphviz/libgvplugin_neato_layout.la lib/graphviz/libgvplugin_neato_layout.so -lib/graphviz/libgvplugin_neato_layout.so.6 -lib/graphviz/libgvplugin_neato_layout.so.6.0.0 +lib/graphviz/libgvplugin_neato_layout.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_neato_layout.so.%%SH_VERSION_FULL%% %%PANGOCAIRO%%lib/graphviz/libgvplugin_pango.la %%PANGOCAIRO%%lib/graphviz/libgvplugin_pango.so -%%PANGOCAIRO%%lib/graphviz/libgvplugin_pango.so.6 -%%PANGOCAIRO%%lib/graphviz/libgvplugin_pango.so.6.0.0 +%%PANGOCAIRO%%lib/graphviz/libgvplugin_pango.so.%%SH_VERSION_SHORT%% +%%PANGOCAIRO%%lib/graphviz/libgvplugin_pango.so.%%SH_VERSION_FULL%% %%POPPLER%%lib/graphviz/libgvplugin_poppler.la %%POPPLER%%lib/graphviz/libgvplugin_poppler.so -%%POPPLER%%lib/graphviz/libgvplugin_poppler.so.6 -%%POPPLER%%lib/graphviz/libgvplugin_poppler.so.6.0.0 +%%POPPLER%%lib/graphviz/libgvplugin_poppler.so.%%SH_VERSION_SHORT%% +%%POPPLER%%lib/graphviz/libgvplugin_poppler.so.%%SH_VERSION_FULL%% lib/graphviz/libgvplugin_vt.la lib/graphviz/libgvplugin_vt.so -lib/graphviz/libgvplugin_vt.so.6 -lib/graphviz/libgvplugin_vt.so.6.0.0 +lib/graphviz/libgvplugin_vt.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_vt.so.%%SH_VERSION_FULL%% lib/graphviz/libgvplugin_webp.la lib/graphviz/libgvplugin_webp.so -lib/graphviz/libgvplugin_webp.so.6 -lib/graphviz/libgvplugin_webp.so.6.0.0 +lib/graphviz/libgvplugin_webp.so.%%SH_VERSION_SHORT%% +lib/graphviz/libgvplugin_webp.so.%%SH_VERSION_FULL%% %%PANGOCAIRO%%%%XPM%%lib/graphviz/libgvplugin_xlib.la %%PANGOCAIRO%%%%XPM%%lib/graphviz/libgvplugin_xlib.so -%%PANGOCAIRO%%%%XPM%%lib/graphviz/libgvplugin_xlib.so.6 -%%PANGOCAIRO%%%%XPM%%lib/graphviz/libgvplugin_xlib.so.6.0.0 +%%PANGOCAIRO%%%%XPM%%lib/graphviz/libgvplugin_xlib.so.%%SH_VERSION_SHORT%% +%%PANGOCAIRO%%%%XPM%%lib/graphviz/libgvplugin_xlib.so.%%SH_VERSION_FULL%% %%LUA%%lib/graphviz/lua/gv.so %%LUA%%lib/graphviz/lua/libgv_lua.la %%LUA%%lib/graphviz/lua/libgv_lua.so @@ -160,24 +160,24 @@ lib/graphviz/libgvplugin_webp.so.6.0.0 %%TCL%%lib/graphviz/tcl/pkgIndex.tcl lib/libcdt.la lib/libcdt.so -lib/libcdt.so.5 -lib/libcdt.so.5.0.0 +lib/libcdt.so.6 +lib/libcdt.so.6.0.0 lib/libcgraph.la lib/libcgraph.so -lib/libcgraph.so.6 -lib/libcgraph.so.6.0.0 +lib/libcgraph.so.%%SH_VERSION_SHORT%% +lib/libcgraph.so.%%SH_VERSION_FULL%% lib/libgvc.la lib/libgvc.so -lib/libgvc.so.6 -lib/libgvc.so.6.0.0 +lib/libgvc.so.7 +lib/libgvc.so.7.0.1 lib/libgvpr.la lib/libgvpr.so lib/libgvpr.so.2 -lib/libgvpr.so.2.0.0 +lib/libgvpr.so.2.0.1 lib/libpathplan.la lib/libpathplan.so lib/libpathplan.so.4 -lib/libpathplan.so.4.0.0 +lib/libpathplan.so.4.0.1 lib/libxdot.la lib/libxdot.so lib/libxdot.so.4 @@ -201,7 +201,7 @@ lib/libxdot.so.4.0.0 %%TCL%%lib/tcl%%TCL_VER%%/graphviz/libtclplan.so %%TCL%%lib/tcl%%TCL_VER%%/graphviz/pkgIndex.tcl @postexec %D/bin/dot -c -@postunexec rm -f %D/lib/graphviz/config6 +@postunexec rm -f %D/lib/graphviz/config%%SH_VERSION_SHORT%% libdata/pkgconfig/libcdt.pc libdata/pkgconfig/libcgraph.pc libdata/pkgconfig/libgvc.pc diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile index c541c99da7a1..0fbbf650db47 100644 --- a/graphics/kgraphviewer/Makefile +++ b/graphics/kgraphviewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= kgraphviewer DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index ebfafd1e4f5a..00526bd5a72c 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.2-branchpoint-4433 -DISTVERSIONSUFFIX= -g07f3b62d59d +DISTVERSION= 25.2-branchpoint-4828 +DISTVERSIONSUFFIX= -g84d8e6824be CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 7f7e31ef4e65..f6f09b851849 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1759959813 -SHA256 (mesa-25.2-branchpoint-4433-g07f3b62d59d.tar.bz2) = 3bf9a8993e6b9c0bd5f1e782c6561d7d20a4e0c92b80335f6f0ea72fe4990bf6 -SIZE (mesa-25.2-branchpoint-4433-g07f3b62d59d.tar.bz2) = 58737590 +TIMESTAMP = 1760569293 +SHA256 (mesa-25.2-branchpoint-4828-g84d8e6824be.tar.bz2) = 16d14453c0a9a801ed47d34474fe05a1d925c7f34b3369313953c5b07a8fd6c6 +SIZE (mesa-25.2-branchpoint-4828-g84d8e6824be.tar.bz2) = 55320540 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (de5cf0a44b50.patch) = c9e02e5eb1fb4e3aa2bc7a7e0a70f28f3ee609835ff0b59e827893a821983851 diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 05cc0ee67ddf..0b4f571c9032 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -1,6 +1,6 @@ PORTNAME= nip2 PORTVERSION= 8.7.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/graphics/nvidia-drm-510-kmod/Makefile b/graphics/nvidia-drm-510-kmod/Makefile index 810db0d9e99a..b3d8e76df8e6 100644 --- a/graphics/nvidia-drm-510-kmod/Makefile +++ b/graphics/nvidia-drm-510-kmod/Makefile @@ -2,7 +2,6 @@ PORTNAME= nvidia-drm-510-kmod PORTREVISION= 0 CATEGORIES= graphics -BUILD_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod CONFLICTS_INSTALL= nvidia-drm-515-kmod* nvidia-drm-61-kmod* nvidia-drm-66-kmod* diff --git a/graphics/nvidia-drm-515-kmod/Makefile b/graphics/nvidia-drm-515-kmod/Makefile index e6649a86bc67..e46a67e19e53 100644 --- a/graphics/nvidia-drm-515-kmod/Makefile +++ b/graphics/nvidia-drm-515-kmod/Makefile @@ -2,7 +2,6 @@ PORTNAME= nvidia-drm-515-kmod PORTREVISION= 0 CATEGORIES= graphics -BUILD_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-515-kmod RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-515-kmod CONFLICTS_INSTALL= nvidia-drm-510-kmod* nvidia-drm-61-kmod* nvidia-drm-66-kmod* diff --git a/graphics/nvidia-drm-61-kmod/Makefile b/graphics/nvidia-drm-61-kmod/Makefile index ce0ccc30308f..0bbc25d2620f 100644 --- a/graphics/nvidia-drm-61-kmod/Makefile +++ b/graphics/nvidia-drm-61-kmod/Makefile @@ -2,7 +2,6 @@ PORTNAME= nvidia-drm-61-kmod PORTREVISION= 0 CATEGORIES= graphics -BUILD_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod CONFLICTS_INSTALL= nvidia-drm-510-kmod* nvidia-drm-515-kmod* nvidia-drm-66-kmod* diff --git a/graphics/nvidia-drm-66-kmod/Makefile b/graphics/nvidia-drm-66-kmod/Makefile index c2c3a1531d42..aa1b9e7cd565 100644 --- a/graphics/nvidia-drm-66-kmod/Makefile +++ b/graphics/nvidia-drm-66-kmod/Makefile @@ -2,7 +2,6 @@ PORTNAME= nvidia-drm-66-kmod PORTREVISION= 0 CATEGORIES= graphics -BUILD_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod CONFLICTS_INSTALL= nvidia-drm-510-kmod* nvidia-drm-515-kmod* nvidia-drm-61-kmod* diff --git a/graphics/nvidia-drm-latest-kmod-devel/Makefile b/graphics/nvidia-drm-latest-kmod-devel/Makefile new file mode 100644 index 000000000000..c1a2360b4868 --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod-devel/Makefile @@ -0,0 +1,7 @@ +NVIDIA_DISTVERSION?= 580.95.05 +# Explicitly set PORTREVISION as it can be overridden by the master port +PORTREVISION= 0 +MASTERDIR= ${.CURDIR}/../nvidia-drm-latest-kmod +PKGNAMESUFFIX= -devel + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/nvidia-drm-latest-kmod-devel/distinfo b/graphics/nvidia-drm-latest-kmod-devel/distinfo new file mode 100644 index 000000000000..c41cc13ddae4 --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod-devel/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1760509612 +SHA256 (NVIDIA-FreeBSD-x86_64-580.95.05.tar.xz) = 6ce64e84ede8b8a3e7c1579e9d08d53e2da9dd50590b398d9a816adc6a00f160 +SIZE (NVIDIA-FreeBSD-x86_64-580.95.05.tar.xz) = 288883876 +SHA256 (freebsd-drm-kmod-drm_v6.9_GH0.tar.gz) = a7599c2124e1fb65a270d5195d8592b0f69d0702a23938b73d097c079501129e +SIZE (freebsd-drm-kmod-drm_v6.9_GH0.tar.gz) = 41511351 diff --git a/graphics/nvidia-drm-latest-kmod/Makefile b/graphics/nvidia-drm-latest-kmod/Makefile new file mode 100644 index 000000000000..b721ea027606 --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/Makefile @@ -0,0 +1,11 @@ +PORTNAME= nvidia-drm-latest-kmod +PORTREVISION= 0 +CATEGORIES= graphics + +RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-latest-kmod +CONFLICTS_INSTALL= nvidia-drm-510-kmod* nvidia-drm-515-kmod* nvidia-drm-61-kmod* nvidia-drm-66-kmod* + +.include "${.CURDIR}/../drm-latest-kmod/Makefile.version" +.include "${.CURDIR}/../nvidia-drm-kmod/Makefile.common" + +.include <bsd.port.mk> diff --git a/graphics/nvidia-drm-latest-kmod/distinfo b/graphics/nvidia-drm-latest-kmod/distinfo new file mode 100644 index 000000000000..82e957ff888b --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1760509263 +SHA256 (NVIDIA-FreeBSD-x86_64-580.95.05.tar.xz) = 6ce64e84ede8b8a3e7c1579e9d08d53e2da9dd50590b398d9a816adc6a00f160 +SIZE (NVIDIA-FreeBSD-x86_64-580.95.05.tar.xz) = 288883876 +SHA256 (freebsd-drm-kmod-drm_v6.9_GH0.tar.gz) = a7599c2124e1fb65a270d5195d8592b0f69d0702a23938b73d097c079501129e +SIZE (freebsd-drm-kmod-drm_v6.9_GH0.tar.gz) = 41511351 diff --git a/graphics/nvidia-drm-latest-kmod/files/20-nvidia-drm-outputclass.conf.in b/graphics/nvidia-drm-latest-kmod/files/20-nvidia-drm-outputclass.conf.in new file mode 100644 index 000000000000..15496138f63a --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/files/20-nvidia-drm-outputclass.conf.in @@ -0,0 +1,8 @@ +Section "OutputClass" + Identifier "nvidia" + MatchDriver "nvidia-drm" + Driver "nvidia" + Option "PrimaryGPU" "yes" + ModulePath "%%LOCALBASE%%/lib/nvidia/xorg" + ModulePath "%%LOCALBASE%%/lib/xorg/modules" +EndSection diff --git a/graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-conftest.h b/graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-conftest.h new file mode 100644 index 000000000000..2c0524341c4d --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-conftest.h @@ -0,0 +1,14 @@ +--- nvidia-drm-conftest.h.orig 2024-02-22 01:03:15 UTC ++++ nvidia-drm-conftest.h +@@ -85,7 +85,11 @@ + + /* For nv_drm_gem_prime_force_fence_signal */ + #ifndef spin_is_locked ++#if ((__FreeBSD_version >= 1500000) && (__FreeBSD_version < 1500018)) || (__FreeBSD_version < 1401501) + #define spin_is_locked(lock) mtx_owned(lock.m) ++#else ++#define spin_is_locked(lock) mtx_owned(lock) ++#endif + #endif + + #ifndef rwsem_is_locked diff --git a/graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-freebsd-lkpi.c b/graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-freebsd-lkpi.c new file mode 100644 index 000000000000..807e95effe74 --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-freebsd-lkpi.c @@ -0,0 +1,54 @@ +--- nvidia-drm-freebsd-lkpi.c.orig 2024-02-22 01:03:15 UTC ++++ nvidia-drm-freebsd-lkpi.c +@@ -115,6 +115,7 @@ int nv_drm_probe_devices(void) + * by the native nvidia.ko by using our devclass. + */ + for (int i = 0; i < NV_MAX_DEVICES; i++) { ++ struct pci_dev *pdev; + nv_gpu_info_t gpu_info; + struct nvidia_softc *sc = devclass_get_softc(nvidia_devclass, i); + if (!sc) { +@@ -124,11 +125,33 @@ int nv_drm_probe_devices(void) + nv_state_t *nv = sc->nv_state; + + /* ++ * Set the ivars for this device if they are not already populated. This ++ * is the bus specific data, and linuxkpi will try to use it. ++ */ ++ if (!device_get_ivars(sc->dev)) { ++ device_t parent = device_get_parent(sc->dev); ++ struct pci_devinfo *dinfo = device_get_ivars(parent); ++ device_set_ivars(sc->dev, dinfo); ++ } ++ ++ /* + * Now we have the state (which gives us the device_t), but what nvidia-drm + * wants is a pci_dev suitable for use with linuxkpi code. We can use +- * lkpinew_pci_dev to fill in a pci_dev struct, ++ * lkpinew_pci_dev to fill in a pci_dev struct, or linux_pci_attach on more ++ * recent kernels (introduced by 253dbe7487705). + */ +- struct pci_dev *pdev = lkpinew_pci_dev(sc->dev); ++#if __FreeBSD_version < 1300093 ++ pdev = lkpinew_pci_dev(sc->dev); ++#else ++ pdev = malloc(sizeof(*pdev), M_DEVBUF, M_WAITOK|M_ZERO); ++ if (!pdev) { ++ return -ENOMEM; ++ } ++ ++ if (linux_pci_attach_device(sc->dev, NULL, NULL, pdev)) { ++ return -ENOMEM; ++ } ++#endif + nv_lkpi_pci_devs[i] = pdev; + + gpu_info.gpu_id = nv->gpu_id; +@@ -148,7 +171,6 @@ MODULE_DEPEND(nvidia_drm, linuxkpi, 1, 1, 1); + LKPI_DRIVER_MODULE(nvidia_drm, nv_drm_init, nv_drm_exit); + LKPI_PNP_INFO(pci, nvidia_drm, nv_module_device_table); + MODULE_DEPEND(nvidia_drm, linuxkpi, 1, 1, 1); +-MODULE_DEPEND(nvidia_drm, linuxkpi_gplv2, 1, 1, 1); + MODULE_DEPEND(nvidia_drm, drmn, 2, 2, 2); + MODULE_DEPEND(nvidia_drm, dmabuf, 1, 1, 1); + MODULE_DEPEND(nvidia_drm, nvidia, 1, 1, 1); diff --git a/graphics/nvidia-drm-latest-kmod/files/patch-nvidia-drm-freebsd-lkpi.c-20250918-01 b/graphics/nvidia-drm-latest-kmod/files/patch-nvidia-drm-freebsd-lkpi.c-20250918-01 new file mode 100644 index 000000000000..c703950a0c88 --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/files/patch-nvidia-drm-freebsd-lkpi.c-20250918-01 @@ -0,0 +1,47 @@ +--- nvidia-drm-freebsd-lkpi.c.orig 2025-08-27 17:59:14 UTC ++++ nvidia-drm-freebsd-lkpi.c +@@ -104,6 +104,35 @@ lkpinew_pci_dev(device_t dev) + * FreeBSD linuxkpi based loading support code. + *************************************************************************/ + ++static int ++dummy_nv_pci_probe(struct pci_dev *pci_dev __unused, ++ const struct pci_device_id *id_table __unused) ++{ ++ return (0); ++} ++ ++static void ++dummy_nv_pci_remove(struct pci_dev *pci_dev __unused) ++{ ++} ++ ++static void ++dummy_nv_pci_shutdown(struct pci_dev *pci_dev __unused) ++{ ++} ++ ++struct pci_driver nv_pci_driver = { ++ .name = "drmn", ++ .id_table = nv_pci_table, ++ .probe = dummy_nv_pci_probe, ++ .remove = dummy_nv_pci_remove, ++ .shutdown = dummy_nv_pci_shutdown, ++#if defined(__FreeBSD__) ++ /* FreeBSD internal/specifc. */ ++ .isdrm = true, ++#endif ++}; ++ + static struct pci_dev *nv_lkpi_pci_devs[NV_MAX_DEVICES]; + + int nv_drm_probe_devices(void) +@@ -153,7 +182,7 @@ int nv_drm_probe_devices(void) + return -ENOMEM; + } + +- if (linux_pci_attach_device(sc->dev, NULL, NULL, pdev)) { ++ if (linux_pci_attach_device(sc->dev, &nv_pci_driver, NULL, pdev)) { + NV_DRM_LOG_ERR("Failed to attach linuxkpi PCI device"); + free(pdev, M_DEVBUF); + return -ENOMEM; diff --git a/graphics/nvidia-drm-latest-kmod/pkg-descr b/graphics/nvidia-drm-latest-kmod/pkg-descr new file mode 100644 index 000000000000..7a6433279b02 --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/pkg-descr @@ -0,0 +1,3 @@ +FreeBSD port of Linux's nvidia-drm.ko Kernel module. + +This version is compatible with drm.ko 6.9. diff --git a/graphics/nvidia-drm-latest-kmod/pkg-message b/graphics/nvidia-drm-latest-kmod/pkg-message new file mode 100644 index 000000000000..c2440d5580aa --- /dev/null +++ b/graphics/nvidia-drm-latest-kmod/pkg-message @@ -0,0 +1,8 @@ +Modesetting must be enabled to use nvidia-drm.ko for graphics. This can be done +by setting the modeset sysctl, the equivalent of the modeset kernel parameter +on Linux. + +hw.nvidiadrm.modeset=1 + +This must be set before loading nvidia-drm.ko, most easily done by placing the +above in /boot/loader.conf. diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile index 81cc787267fe..113fc3587d51 100644 --- a/graphics/openxr/Makefile +++ b/graphics/openxr/Makefile @@ -1,6 +1,6 @@ PORTNAME= openxr DISTVERSIONPREFIX= release- -DISTVERSION= 1.1.52 +DISTVERSION= 1.1.53 CATEGORIES= graphics MAINTAINER= vvd@FreeBSD.org diff --git a/graphics/openxr/distinfo b/graphics/openxr/distinfo index 7529f3c9cc9f..172579776d80 100644 --- a/graphics/openxr/distinfo +++ b/graphics/openxr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758533333 -SHA256 (KhronosGroup-OpenXR-SDK-release-1.1.52_GH0.tar.gz) = 9ace2834c5f86a77df339865bc072e71d766f4348f3914257d8f87ebe64994a9 -SIZE (KhronosGroup-OpenXR-SDK-release-1.1.52_GH0.tar.gz) = 712802 +TIMESTAMP = 1760800000 +SHA256 (KhronosGroup-OpenXR-SDK-release-1.1.53_GH0.tar.gz) = 3ccd6835e213e3226e828660b80b8e2178f1571ba743f16088c942ebce84f6ef +SIZE (KhronosGroup-OpenXR-SDK-release-1.1.53_GH0.tar.gz) = 721366 diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index 699efa6b02b6..1af03557c38f 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -1,6 +1,6 @@ PORTNAME= oyranos PORTVERSION= 0.9.6 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index ffcba1f0e159..30b74ad07dfb 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= Image-ExifTool -DISTVERSION= 13.38 +DISTVERSION= 13.39 CATEGORIES= graphics perl5 MASTER_SITES= https://exiftool.org/ \ SF/exiftool diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index cd8d008acd7c..e17b36cf93a1 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759347329 -SHA256 (Image-ExifTool-13.38.tar.gz) = 0256672ab507662fe42d1ae851ae1b55930a3c8eb69e9d6883c33559e90f5f01 -SIZE (Image-ExifTool-13.38.tar.gz) = 7572486 +TIMESTAMP = 1760586421 +SHA256 (Image-ExifTool-13.39.tar.gz) = 11fbd0657ae43896c4057bad780830b3fe98006d1ab084fa5d43c4b1eee192cd +SIZE (Image-ExifTool-13.39.tar.gz) = 7576475 diff --git a/graphics/py-face_recognition_models/Makefile b/graphics/py-face_recognition_models/Makefile index 18fb832eee6c..988b973bb7e1 100644 --- a/graphics/py-face_recognition_models/Makefile +++ b/graphics/py-face_recognition_models/Makefile @@ -1,6 +1,6 @@ PORTNAME= face_recognition_models PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://pypi.org/project/face_recognition_models/ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils diff --git a/graphics/py-pygraphviz/Makefile b/graphics/py-pygraphviz/Makefile index ffcc65be7ad9..0fb772d2b566 100644 --- a/graphics/py-pygraphviz/Makefile +++ b/graphics/py-pygraphviz/Makefile @@ -1,6 +1,6 @@ PORTNAME= pygraphviz PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/java/jta/Makefile b/java/jta/Makefile index df012488b3b2..7613e0a24886 100644 --- a/java/jta/Makefile +++ b/java/jta/Makefile @@ -14,6 +14,9 @@ LICENSE_NAME= jta LICENSE_TEXT= See the license LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +DEPRECATED= manual download, no users in the ports tree, newer version is at https://github.com/jakartaee/transactions +EXPIRATION_DATE= 2026-01-17 + USES= java zip NO_BUILD= yes diff --git a/java/wildfly/Makefile b/java/wildfly/Makefile index 9aaf495b062d..4ef8e51b040b 100644 --- a/java/wildfly/Makefile +++ b/java/wildfly/Makefile @@ -1,5 +1,5 @@ PORTNAME= wildfly -DISTVERSION= 37.0.1 +DISTVERSION= 38.0.0 CATEGORIES= java www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} diff --git a/java/wildfly/distinfo b/java/wildfly/distinfo index c10a353f8699..b2f8358365b6 100644 --- a/java/wildfly/distinfo +++ b/java/wildfly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757773594 -SHA256 (wildfly-37.0.1.Final.tar.gz) = d89d844112709c970b243884c3c3a2ba569e1ba43e590d70b236a1405c27cb82 -SIZE (wildfly-37.0.1.Final.tar.gz) = 257459781 +TIMESTAMP = 1760696662 +SHA256 (wildfly-38.0.0.Final.tar.gz) = f6dddf4338a6cf872e057dccefbf88285d34a090262eb9b664ce79b13a56c2d0 +SIZE (wildfly-38.0.0.Final.tar.gz) = 257691723 diff --git a/lang/dotnet-host/Makefile b/lang/dotnet-host/Makefile index 62f14ab6c283..54511b0855a4 100644 --- a/lang/dotnet-host/Makefile +++ b/lang/dotnet-host/Makefile @@ -1,6 +1,6 @@ PORTNAME= dotnet-host DISTVERSIONPREFIX= v -DISTVERSION= 9.0.9 +DISTVERSION= 9.0.10 CATEGORIES= lang devel MAINTAINER= arrowd@FreeBSD.org diff --git a/lang/dotnet-host/distinfo b/lang/dotnet-host/distinfo index bd5165cadabe..dc5ebaafb2c4 100644 --- a/lang/dotnet-host/distinfo +++ b/lang/dotnet-host/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758868894 -SHA256 (dotnet-runtime-v9.0.9_GH0.tar.gz) = 356adff6177e050b5f6e55de5e50e937932395c0123009ca4fc9fd9a1d998822 -SIZE (dotnet-runtime-v9.0.9_GH0.tar.gz) = 89550486 +TIMESTAMP = 1760622829 +SHA256 (dotnet-runtime-v9.0.10_GH0.tar.gz) = 7ae9c42f880be8ee8ab89a687a1f257bbecd3172dd1430796dc0eab36a8ff8bd +SIZE (dotnet-runtime-v9.0.10_GH0.tar.gz) = 89551610 diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index b746ef87cbee..0e848dee2bd6 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -1,5 +1,5 @@ PORTNAME= dotnet -DISTVERSION?= ${DOTNETVERSION}.9 +DISTVERSION?= ${DOTNETVERSION}.10 PORTREVISION?= 0 CATEGORIES= lang devel MASTER_SITES= https://github.com/dotnet/dotnet/releases/download/${GH_TAGNAME}/release.json?dummy=/:dotnetmanifest \ @@ -48,9 +48,9 @@ BOOTSTRAP_SOURCEBUILT_ARTIFACTS_DISTNAME= Private.SourceBuilt.Artifacts.${BOOTST BOOTSTRAP_SDK_DISTNAME= dotnet-sdk-${BOOTSTRAP_SDKVERSION}-freebsd-${DOTNET_ARCH} DOTNETVERSION?= 9.0 -SDKVERSION?= ${DOTNETVERSION}.110 -SDKVERSIONSUFFIX?= -servicing.25420.3 -SDKSERVICESUFFIX= -servicing.25421.1 +SDKVERSION?= ${DOTNETVERSION}.111 +SDKVERSIONSUFFIX?= -servicing.25475.17 +SDKSERVICESUFFIX= -servicing.25476.1 MANIFESTSUFFIX= ${DOTNETVERSION}.100 DOTNET_ARCH= ${ARCH:S|amd64|x64|:C|aarch64|arm64|} SDK_DISTNAME?= dotnet-sdk-${SDKVERSION}-${SDK_RID} diff --git a/lang/dotnet/distinfo b/lang/dotnet/distinfo index d58f6bbca1ab..4dee2b718a69 100644 --- a/lang/dotnet/distinfo +++ b/lang/dotnet/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1758978575 -SHA256 (dotnet/release.json-9.0.9) = 13bc9291f6adc341325cf21258f892528d5ce988de6da6b46a4c2b56845002a1 -SIZE (dotnet/release.json-9.0.9) = 275 SHA256 (dotnet/Private.SourceBuilt.Artifacts.9.0.110-servicing.25421.1.freebsd.13-arm64.tar.gz) = 4599ae777acd3a58919ceeeaa07b74668e1a53661c3ebf24b99f877e3c5ebe0e SIZE (dotnet/Private.SourceBuilt.Artifacts.9.0.110-servicing.25421.1.freebsd.13-arm64.tar.gz) = 828079589 SHA256 (dotnet/dotnet-sdk-9.0.110-freebsd-arm64.tar.gz) = 05f3c223c70fa3096a97350cf485eaffdee1ddb2796a71984cbf4760009f40dc SIZE (dotnet/dotnet-sdk-9.0.110-freebsd-arm64.tar.gz) = 505604643 SHA256 (dotnet/Private.SourceBuilt.Artifacts.9.0.110-servicing.25421.1.freebsd.13-x64.tar.gz) = 91239d2dc1197211d7cb8b1d30cfb783035dfc574a593093d56bab885c887a75 SIZE (dotnet/Private.SourceBuilt.Artifacts.9.0.110-servicing.25421.1.freebsd.13-x64.tar.gz) = 837969817 +TIMESTAMP = 1760626696 +SHA256 (dotnet/release.json-9.0.10) = 429d63f3d9d6d10921b6e0784f3343fe7a0676b888e726b1e4a20ff2ae9bbbf5 +SIZE (dotnet/release.json-9.0.10) = 278 SHA256 (dotnet/dotnet-sdk-9.0.110-freebsd-x64.tar.gz) = eb8d675d1a0edc27f4a8b12455dbb13545809b95d80a23536dfea4c94e7a23d2 SIZE (dotnet/dotnet-sdk-9.0.110-freebsd-x64.tar.gz) = 514661886 -SHA256 (dotnet/dotnet-dotnet-9.0.9-v9.0.110_GH0.tar.gz) = 310170a6572f97c6d1437024eb47b1bac5e0a169776631df061754263dcf62d6 -SIZE (dotnet/dotnet-dotnet-9.0.9-v9.0.110_GH0.tar.gz) = 495148389 +SHA256 (dotnet/dotnet-dotnet-9.0.10-v9.0.111_GH0.tar.gz) = a18cbf9a48e58a516c1da3c58f0e46f66dcf1c5e7ef028e87101b1dc246e536a +SIZE (dotnet/dotnet-dotnet-9.0.10-v9.0.111_GH0.tar.gz) = 495176418 diff --git a/lang/dotnet/pkg-plist b/lang/dotnet/pkg-plist index 2daa4eb58191..1c88eb7ce33d 100644 --- a/lang/dotnet/pkg-plist +++ b/lang/dotnet/pkg-plist @@ -12,7 +12,7 @@ %%DATADIR%%/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.DotNetAppHost.%%FULL_DOTNETVERSION%%.nupkg %%DATADIR%%/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.ILAsm.%%FULL_DOTNETVERSION%%.nupkg %%DATADIR%%/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.ILDAsm.%%FULL_DOTNETVERSION%%.nupkg -@comment %%DATADIR%%/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.TestHost.%%FULL_DOTNETVERSION%%-servicing.25419.16.nupkg +@comment %%DATADIR%%/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.TestHost.%%FULL_DOTNETVERSION%%-servicing.25475.15.nupkg %%DATADIR%%/metadata/workloads/%%MANIFESTSUFFIX%%/userlocal %%DATADIR%%/packs/Microsoft.AspNetCore.App.Ref/%%FULL_DOTNETVERSION%%/analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll %%DATADIR%%/packs/Microsoft.AspNetCore.App.Ref/%%FULL_DOTNETVERSION%%/analyzers/dotnet/cs/Microsoft.AspNetCore.App.CodeFixes.dll @@ -1636,6 +1636,7 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/Newtonsoft.Json.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/System.Collections.Immutable.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/System.CommandLine.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/cs/System.CommandLine.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/BuildHost-netcore/de/System.CommandLine.resources.dll @@ -1913,6 +1914,7 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/Newtonsoft.Json.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/System.Collections.Immutable.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/System.CommandLine.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/cs/System.CommandLine.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKSERVICESUFFIX%%/tools/net%%DOTNETVERSION%%/any/BuildHost-netcore/de/System.CommandLine.resources.dll @@ -2433,6 +2435,8 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/Microsoft.CodeAnalysis.CSharp.dll %%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/Microsoft.CodeAnalysis.VisualBasic.dll %%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/Microsoft.CodeAnalysis.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/System.Collections.Immutable.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/System.Reflection.Metadata.dll %%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/VBCSCompiler.deps.json %%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/VBCSCompiler.dll %%DATADIR%%/sdk/%%SDKVERSION%%/Roslyn/bincore/VBCSCompiler.runtimeconfig.json @@ -4568,5 +4572,5 @@ %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.common.itemtemplates.%%SDKVERSION%%.nupkg %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.common.projecttemplates.%%DOTNETVERSION%%.%%SDKVERSION%%.nupkg %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.test.projecttemplates.%%DOTNETVERSION%%.1.1.0-rtm.25262.1.nupkg -%%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.web.itemtemplates.%%FULL_DOTNETVERSION%%.0.9.nupkg -%%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.web.projecttemplates.%%FULL_DOTNETVERSION%%.0.9.nupkg +%%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.web.itemtemplates.%%DOTNETVERSION%%.9.0.10.nupkg +%%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.web.projecttemplates.%%DOTNETVERSION%%.9.0.10.nupkg diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile index 1802432296c1..667f20aafc9b 100644 --- a/lang/gcc13-devel/Makefile +++ b/lang/gcc13-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 13.4.1.s20251002 +PORTVERSION= 13.4.1.s20251009 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo index 93c666b043ff..697faa4616b1 100644 --- a/lang/gcc13-devel/distinfo +++ b/lang/gcc13-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759480335 -SHA256 (gcc-13-20251002.tar.xz) = 1b1e6809e8c18929d43a10f237299347d57d6f4abfa91740b21e097cc441b60c -SIZE (gcc-13-20251002.tar.xz) = 84599604 +TIMESTAMP = 1760084440 +SHA256 (gcc-13-20251009.tar.xz) = acc0dc987313e24da57f5343afec86887cc6dad24f75ff0fdf3320c5479c0568 +SIZE (gcc-13-20251009.tar.xz) = 84593904 diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index e50c4d63bf8a..43af14e156ae 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 14.3.1.s20251003 +PORTVERSION= 14.3.1.s20251010 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo index ebd51d276df5..1ba8ce0d9d5a 100644 --- a/lang/gcc14-devel/distinfo +++ b/lang/gcc14-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759565672 -SHA256 (gcc-14-20251003.tar.xz) = e119c3fa2516107e28b9f48c816362b1fff82ae3373929661f1a73d3054d18b1 -SIZE (gcc-14-20251003.tar.xz) = 88346112 +TIMESTAMP = 1760541538 +SHA256 (gcc-14-20251010.tar.xz) = b9115bb77206c637d379018493fa0ce59681ba92778980c41800effb69065d8a +SIZE (gcc-14-20251010.tar.xz) = 88327164 diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index 54ba1c5db17d..fd46a7ba1797 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.2.1.s20251004 +PORTVERSION= 15.2.1.s20251011 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc15-devel/distinfo b/lang/gcc15-devel/distinfo index 7cc3b9221ab3..df40a24d09fd 100644 --- a/lang/gcc15-devel/distinfo +++ b/lang/gcc15-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759653883 -SHA256 (gcc-15-20251004.tar.xz) = 19ae971850907bb8fbd1e76354dcc5333273dd81942d40fcd0a1a6796cefc289 -SIZE (gcc-15-20251004.tar.xz) = 92342084 +TIMESTAMP = 1760541617 +SHA256 (gcc-15-20251011.tar.xz) = ea14e08ae449d692ddcd38376e8063682d6908f68c463ca7a3a85b94c7f70b4b +SIZE (gcc-15-20251011.tar.xz) = 92333560 diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile index a677854c4914..659fd619f6b2 100644 --- a/lang/gcc16-devel/Makefile +++ b/lang/gcc16-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 16.0.0.s20251005 +PORTVERSION= 16.0.0.s20251012 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc16-devel/distinfo b/lang/gcc16-devel/distinfo index 1b12c8014d93..32c2caceccc4 100644 --- a/lang/gcc16-devel/distinfo +++ b/lang/gcc16-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759824831 -SHA256 (gcc-16-20251005.tar.xz) = e2e3d3a8908840d810a1325e67d818171f741a736857c3678d64509c66e994be -SIZE (gcc-16-20251005.tar.xz) = 95768580 +TIMESTAMP = 1760541708 +SHA256 (gcc-16-20251012.tar.xz) = f2c0913a3540d12423ecc5b70500c80f49c3b79cb61144be4e0d4ca1d85ec193 +SIZE (gcc-16-20251012.tar.xz) = 95852732 diff --git a/lang/gnat13/Makefile b/lang/gnat13/Makefile index 643844174918..89df97f16904 100644 --- a/lang/gnat13/Makefile +++ b/lang/gnat13/Makefile @@ -104,17 +104,23 @@ _OS_LABEL4VERS= [${OPSYS}${_GNAT_ARCH:S/amd//:S/x86_//:S/aarch/\/ARM/:S/i386/32 _PHASE_FILE= ${WRKSRC}/gcc/DEV-PHASE _PKG_PREFIX= ${PREFIX}/${PORTNAME} _PLATFORM= ${OPSYS:tl}${OSREL} -_PREV_ASSET_FILE= gnat-${_GNAT_ARCH}-${OPSYS:tl}.${_PREV_ASSET_OSREL}-${_PREV_ASSET_VER}${_PREV_ASSET_REV} -_PREV_ASSET_GCC= ${PREV_ASSET_VER:R:R} -_PREV_ASSET_OSREL?= ${OSREL:R} -_PREV_ASSET_VER?= 12.2.0 # To be changed to ${DISTVERSION} when 13 assets exist -_PREV_ASSET_REV?= _6 _REV_FILE= ${WRKSRC}/gcc/REVISION _TARGLIB= ${_PKG_PREFIX}/lib ${_PKG_PREFIX}/lib/gcc${_GCC_VER} _TOOLCHAIN_PATHS= /sbin:/bin:/usr/sbin:/usr/bin:${_GNAT12_PATH}:${PREFIX}/bin:${LOCALBASE}/bin .include <bsd.port.options.mk> +_PREV_ASSET_GCC= ${PREV_ASSET_VER:R:R} +_PREV_ASSET_OSREL= ${OSREL:R} +.if ${_PREV_ASSET_OSREL} == 16 +_PREV_ASSET_VER= 12.3.0 +_PREV_ASSET_REV= _1 +.else +_PREV_ASSET_VER= 12.2.0 # To be changed to ${DISTVERSION} when 13 assets exist +_PREV_ASSET_REV= _6 +.endif +_PREV_ASSET_FILE= gnat-${_GNAT_ARCH}-${OPSYS:tl}.${_PREV_ASSET_OSREL}-${_PREV_ASSET_VER}${_PREV_ASSET_REV} + .if ${ARCH} == i386 || ${ARCH} == aarch64 LIB_DIR_32= "" PLIST_SUB+= 64BITS="@comment " @@ -129,7 +135,7 @@ PLIST_SUB+= 32BITS="" . endif .endif .if ${ARCH} == aarch64 -EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar +EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar PLIST_SUB+= ARM="" \ NOARM="@comment " .else diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile index 9cd2473544b9..e320cd53fc72 100644 --- a/lang/go-devel/Makefile +++ b/lang/go-devel/Makefile @@ -45,7 +45,8 @@ SHEBANG_FILES?= misc/wasm/go_js_wasm_exec misc/wasm/go_wasip1_wasm_exec SHEBANG_GLOB= *.bash *.pl *.sh REINPLACE_ARGS= -i'' -PORTSCOUT?= limit:^${DISTVERSION:R:S/./\./g} +# Example: 1.24.2 matches go124, 1.25.2 matches go125, etc. +PORTSCOUT?= limit:^${DISTVERSION:R:S/./\./g}\. # Upstream archive contains files with UTF-8 names EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index 1b3268cabd9e..505151e0e072 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -1,7 +1,6 @@ PORTNAME= pocl DISTVERSIONPREFIX= v -DISTVERSION= 7.0 -PORTREVISION= 1 +DISTVERSION= 7.1 CATEGORIES= lang MAINTAINER= ohartmann@walstatt.org @@ -14,21 +13,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= only tested on ${ONLY_FOR_ARCHS:tW:S/ /, /g} -BUILD_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} \ - opencl>=3:devel/opencl \ - spirv-llvm-translator-llvm${LLVM_VER}>=${LLVM_VER}:devel/spirv-llvm-translator@llvm${LLVM_VER} \ +_BR_DEPENDS= opencl>=3:devel/opencl \ + spirv-llvm-translator-llvm${LLVM_VERSION}>=${LLVM_VERSION}:devel/spirv-llvm-translator@llvm${LLVM_VERSION} \ spirv-tools>0:graphics/spirv-tools - +BUILD_DEPENDS= ${_BR_DEPENDS} LIB_DEPENDS= libhwloc.so:devel/hwloc2 \ - libLLVM-${LLVM_VER}.so:devel/llvm${LLVM_VER} \ libOpenCL.so:devel/ocl-icd -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${_BR_DEPENDS} USES= cmake:noninja gmake localbase:ldflags ncurses pkgconfig python USE_GITHUB= yes USE_LDCONFIG= yes -LLVM_VER= 20 CMAKE_ARGS= ${CMAKE_ARGS_${ARCH}} \ -DENABLE_HOST_CPU_DEVICES=ON \ -DENABLE_HOST_CPU_DEVICES_OPENMP=ON \ @@ -38,30 +34,39 @@ CMAKE_ARGS= ${CMAKE_ARGS_${ARCH}} \ -DENABLE_SPIRV=ON \ -DHAVE_OCL_ICD_30_COMPATIBLE=ON \ -DHOST_COMPILER_SUPPORTS_FLOAT16:BOOL=OFF \ - -DLLVM_CONFIG_LOCATION=${LOCALBASE}/bin/llvm-config${LLVM_VER}/ \ + -DLLVM_CONFIG_LOCATION=${LOCALBASE}/bin/llvm-config${LLVM_VERSION}/ \ -DPOCL_ICD_ABSOLUTE_PATH=ON \ -DPOCL_INSTALL_PKGCONFIG_DIR="${PREFIX}/libdata/pkgconfig" \ - -DWITH_LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VER}/bin/llvm-config" + -DWITH_LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" CMAKE_ARGS_aarch64= -DLLC_HOST_CPU=cortex-a53 CMAKE_ARGS_powerpc64= -DLLC_HOST_CPU=ppc64 CMAKE_ARGS_powerpc64le= -DLLC_HOST_CPU=ppc64le CMAKE_ARGS_amd64= -DKERNELLIB_HOST_CPU_VARIANTS=distro -PLIST_SUB= CONFIGURE_TARGET=${CONFIGURE_TARGET:S/amd64/x86_64/} +PLIST_SUB= CONFIGURE_TARGET=${CONFIGURE_TARGET:S/amd64/x86_64/} OPTIONS_DEFINE= CONFORMANCE DEBUG DOCS DOCS_PDF LTTNG OMP REMOTE \ SHARED_LIBS STATIC_LLVM TESTS -OPTIONS_DEFAULT= OMP SHARED_LIBS TESTS +OPTIONS_DEFAULT= LLVM21 OMP SHARED_LIBS TESTS +OPTIONS_SINGLE= LLVM +OPTIONS_SINGLE_LLVM= LLVM17 LLVM18 LLVM19 LLVM20 LLVM21 LLVMDEFAULT OPTIONS_SUB= yes CONFORMANCE_DESC= Conformant pocl build (defaults to OFF) DEBUG_DESC= Build POCL with DEBUG messages DOCS_DESC= Build documentation (needs textproc/py-sphinx) DOCS_PDF_DESC= Build PDF alongside with standard HTML docs +LLVM17_DESC= Use llvm 17 +LLVM18_DESC= Use llvm 18 +LLVM19_DESC= Use llvm 19 +LLVM20_DESC= Use llvm 20 +LLVM21_DESC= Use llvm 21 +LLVMDEFAULT_DESC= Use default llvm version +LLVM_DESC= LLVM version to choose LTTNG_DESC= Trace both server and client lib with lttng OMP_DESC= Enable OpenMP on CPU driver -REMOTE_DESC= Enable pocld, a remote server +REMOTE_DESC= Enable pocld, a remote server (esperimental) SHARED_LIBS_DESC= Build shared libs STATIC_LLVM_DESC= Have static libLLVM TESTS_DESC= Enable compilation of internal tests @@ -79,6 +84,13 @@ DOCS_CMAKE_OFF= -DENABLE_DOCS=OFF DOCS_PDF_IMPLIES= DOCS DOCS_PDF_BROKEN= TeX error: Unicode character ≈ (U+2248) not set up for use with LaTeX. +LLVM17_USES= llvm:17,build,lib,run +LLVM18_USES= llvm:18,build,lib,run +LLVM19_USES= llvm:19,build,lib,run +LLVM20_USES= llvm:20,build,lib,run +LLVM21_USES= llvm:21,build,lib,run +LLVMDEFAULT_USES= llvm:min=17,max=21,build,lib,run + LTTNG_LIB_DEPENDS= liblttng-ust.so:sysutils/lttng-ust LTTNG_CMAKE_ON= -DENABLE_LTTNG=YES LTTNG_CMAKE_OFF= -DENABLE_LTTNG=NO diff --git a/lang/pocl/distinfo b/lang/pocl/distinfo index 8860b0ec290e..bf0d18ef2e01 100644 --- a/lang/pocl/distinfo +++ b/lang/pocl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748010431 -SHA256 (pocl-pocl-v7.0_GH0.tar.gz) = f55caba8c3ce12bec7b683ce55104c7555e19457fc2ac72c6f035201e362be08 -SIZE (pocl-pocl-v7.0_GH0.tar.gz) = 3766036 +TIMESTAMP = 1760001904 +SHA256 (pocl-pocl-v7.1_GH0.tar.gz) = 1110057cb0736c74819ad65238655a03f7b93403a0ca60cdd8849082f515ca25 +SIZE (pocl-pocl-v7.1_GH0.tar.gz) = 3889905 diff --git a/lang/pocl/pkg-plist b/lang/pocl/pkg-plist index 69b54bb8e7b6..d73eeb8ed328 100644 --- a/lang/pocl/pkg-plist +++ b/lang/pocl/pkg-plist @@ -2,7 +2,7 @@ bin/poclcc etc/OpenCL/vendors/pocl.icd lib/libpocl.so lib/libpocl.so.2 -lib/libpocl.so.2.14.0 +lib/libpocl.so.2.15.0 lib/pocl/libpocl-devices-basic.so lib/pocl/libpocl-devices-pthread.so libdata/pkgconfig/pocl.pc @@ -33,6 +33,7 @@ libdata/pkgconfig/pocl.pc %%PORTDOCS%%%%DOCSDIR%%/html/notes_5_0.html %%PORTDOCS%%%%DOCSDIR%%/html/notes_6_0.html %%PORTDOCS%%%%DOCSDIR%%/html/notes_7_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/notes_7_1.html %%PORTDOCS%%%%DOCSDIR%%/html/opencl_status.html %%PORTDOCS%%%%DOCSDIR%%/html/pocl_binary.html %%PORTDOCS%%%%DOCSDIR%%/html/proxy.html diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index b6bdd4e44218..148382e0d004 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1760232378 +TIMESTAMP = 1760233632 SHA256 (python/python-2.7.18-docs-html.tar.bz2) = 20445e9a571cacdd350f702f0980e4dc559b6ff81f1d69affe9b0a862fef2f0e SIZE (python/python-2.7.18-docs-html.tar.bz2) = 4634932 SHA256 (python/python-2.7.18-docs-pdf-a4.tar.bz2) = dbac6953e48aac341351067ba0938393e415b10bf48ac8cbbc7247deaf13ab67 @@ -11,12 +11,12 @@ SHA256 (python/python-3.10.19-docs-pdf-a4.tar.bz2) = 60a66d9f4d54dfc44a738f0baab SIZE (python/python-3.10.19-docs-pdf-a4.tar.bz2) = 16784042 SHA256 (python/python-3.10.19-docs-text.tar.bz2) = 01a1a9b9f9ecce300b08cbf69fac6e7d0c18c36b852fe5dff1691e33966aaa2c SIZE (python/python-3.10.19-docs-text.tar.bz2) = 2692682 -SHA256 (python/python-3.11.13-docs-html.tar.bz2) = 954bfe769459645fb45802c920bcf59f8881c74c4f94d30922d44edd7a08c542 -SIZE (python/python-3.11.13-docs-html.tar.bz2) = 8003127 -SHA256 (python/python-3.11.13-docs-pdf-a4.tar.bz2) = 46a92e8742de3267e69ea380678e4e6395fdc002fafb7842db25d672a6236e9b -SIZE (python/python-3.11.13-docs-pdf-a4.tar.bz2) = 17604236 -SHA256 (python/python-3.11.13-docs-text.tar.bz2) = b93b9cc1439fea23df90e0ded2c6faadb9f0ec7c773738371e26c1b7e6209300 -SIZE (python/python-3.11.13-docs-text.tar.bz2) = 2836348 +SHA256 (python/python-3.11.14-docs-html.tar.bz2) = 706bc8613eccdc76424d7a590adf36793623f7bfbf480260812a581a575cbae8 +SIZE (python/python-3.11.14-docs-html.tar.bz2) = 8011943 +SHA256 (python/python-3.11.14-docs-pdf-a4.tar.bz2) = a3e54af51981f53ad57b1c9fb27c43f1c2a229c63f02b79beaf4dcf020822daa +SIZE (python/python-3.11.14-docs-pdf-a4.tar.bz2) = 17607647 +SHA256 (python/python-3.11.14-docs-text.tar.bz2) = 7a45f9613a6edbd0c8ced91881c5be40fb218f809c1ea943e16472761956b85c +SIZE (python/python-3.11.14-docs-text.tar.bz2) = 2832948 SHA256 (python/python-3.12.12-docs-html.tar.bz2) = 93d20d849a8931c2e9e1fd1b0d32646c154b867751ca4080c905c810815a4fa9 SIZE (python/python-3.12.12-docs-html.tar.bz2) = 8444609 SHA256 (python/python-3.12.12-docs-pdf-a4.tar.bz2) = 653235601908c3729ba322b9a38a1ebe30d51099ea9c90289901696eb0ddc778 diff --git a/lang/python311/Makefile b/lang/python311/Makefile index afd49583ec74..23c42ce9bfce 100644 --- a/lang/python311/Makefile +++ b/lang/python311/Makefile @@ -1,6 +1,5 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} diff --git a/lang/python311/Makefile.version b/lang/python311/Makefile.version index 9b38b86b4222..c14d63e33bdb 100644 --- a/lang/python311/Makefile.version +++ b/lang/python311/Makefile.version @@ -4,4 +4,4 @@ # 1. Update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" # 2. Remove PORTREVISION in Makefile -PYTHON_DISTVERSION= 3.11.13 +PYTHON_DISTVERSION= 3.11.14 diff --git a/lang/python311/distinfo b/lang/python311/distinfo index 2ad4cdb62efe..75deef2f6da6 100644 --- a/lang/python311/distinfo +++ b/lang/python311/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1749685283 -SHA256 (python/Python-3.11.13.tar.xz) = 8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a -SIZE (python/Python-3.11.13.tar.xz) = 20117496 -SHA256 (python/0c33e5baedf18ebcb04bc41dff7cfc614d5ea5fe.patch) = 2b9857d46cb45cbf0db322a7149f940f8aae8265f66f8ff8f5cd88d2af4015c5 -SIZE (python/0c33e5baedf18ebcb04bc41dff7cfc614d5ea5fe.patch) = 23930 +TIMESTAMP = 1760233094 +SHA256 (python/Python-3.11.14.tar.xz) = 8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78 +SIZE (python/Python-3.11.14.tar.xz) = 20326860 diff --git a/lang/python311/pkg-plist b/lang/python311/pkg-plist index 875480307d58..7384500769bb 100644 --- a/lang/python311/pkg-plist +++ b/lang/python311/pkg-plist @@ -2206,7 +2206,7 @@ lib/libpython%%PYTHON_VER%%%%ABI%%.so.1.0-gdb.py %%PYTHON_LIBDIR%%/ensurepip/__pycache__/_uninstall%%PYTHON_TAG%%.opt-2.pyc %%PYTHON_LIBDIR%%/ensurepip/__pycache__/_uninstall%%PYTHON_TAG%%.pyc %%PYTHON_LIBDIR%%/ensurepip/_bundled/pip-24.0-py3-none-any.whl -%%PYTHON_LIBDIR%%/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl +%%PYTHON_LIBDIR%%/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl %%PYTHON_LIBDIR%%/ensurepip/_uninstall.py %%PYTHON_LIBDIR%%/enum.py %%PYTHON_LIBDIR%%/filecmp.py diff --git a/lang/rizin-cutter/Makefile b/lang/rizin-cutter/Makefile index 270ecb614965..dad7cc23d627 100644 --- a/lang/rizin-cutter/Makefile +++ b/lang/rizin-cutter/Makefile @@ -1,5 +1,6 @@ PORTNAME= cutter PORTVERSION= 2.4.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= lang devel PKGNAMEPREFIX= rizin- diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 87346b998274..7ddfde02a37c 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -1,5 +1,5 @@ PORTNAME= seed7 -DISTVERSION= 05_20250729 +DISTVERSION= 05_20250930 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 25c350a95aed..522970a6dafc 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753863983 -SHA256 (seed7_05_20250729.tgz) = 416a8a54e61b1539f5fbc131827a38d588758415e617b9941af3cd6b0e2105f0 -SIZE (seed7_05_20250729.tgz) = 4386548 +TIMESTAMP = 1760538033 +SHA256 (seed7_05_20250930.tgz) = a0ca3c643d2723254e2db1076ed95e1d992f5e3109ba9126e3d15fb4f4c5ebdf +SIZE (seed7_05_20250930.tgz) = 4412992 diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 89e4c2a26574..89ee3d25a584 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,5 +1,5 @@ PORTNAME= courier-imap -PORTVERSION= 5.2.11 +PORTVERSION= 5.3.0 PORTEPOCH= 2 CATEGORIES= mail MASTER_SITES= SF/courier/imap/${PORTVERSION} diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo index fb0b026e5857..a3aea119155f 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744019947 -SHA256 (courier-imap-5.2.11.tar.bz2) = 49fd73f7f056f4525aba4767cf912999d69f2f5efd757094159e4fc38c783122 -SIZE (courier-imap-5.2.11.tar.bz2) = 3418726 +TIMESTAMP = 1760736758 +SHA256 (courier-imap-5.3.0.tar.bz2) = e5a51e160124ff0baa048af7ea918926080e4f3b3b7d3651b50278718e12e189 +SIZE (courier-imap-5.3.0.tar.bz2) = 3731603 diff --git a/mail/courier-imap/files/patch-libs_rfc2045_rfc2045.h b/mail/courier-imap/files/patch-libs_rfc2045_rfc2045.h new file mode 100644 index 000000000000..af387f7e7dd7 --- /dev/null +++ b/mail/courier-imap/files/patch-libs_rfc2045_rfc2045.h @@ -0,0 +1,11 @@ +--- libs/rfc2045/rfc2045.h.orig 2025-10-06 09:00:02 UTC ++++ libs/rfc2045/rfc2045.h +@@ -3224,7 +3224,7 @@ void rfc822::mime_decoder<out_iter, src_type>::decode( + + if (decode_header) + { +- typename rfc2045::entity::line_iter<crlf>::headers< ++ typename rfc2045::entity::line_iter<crlf>::template headers< + src_type> parser{e, src }; + + parser.name_lc=header_name_lc; diff --git a/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C b/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C new file mode 100644 index 000000000000..649fadc8ea79 --- /dev/null +++ b/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C @@ -0,0 +1,11 @@ +--- libs/rfc2045/testsuitecpp.C.orig 2025-10-04 09:00:06 UTC ++++ libs/rfc2045/testsuitecpp.C +@@ -19,7 +19,7 @@ void testrfc2045line_iter_testset(int &testnum, test_t + auto b=s.begin(); + auto e=s.end(); + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::string_view::iterator, + std::string_view::iterator + > diff --git a/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp2.C b/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp2.C new file mode 100644 index 000000000000..353465b17a71 --- /dev/null +++ b/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp2.C @@ -0,0 +1,29 @@ +--- libs/rfc2045/testsuitecpp2.C.orig 2025-09-10 09:00:05 UTC ++++ libs/rfc2045/testsuitecpp2.C +@@ -217,7 +217,7 @@ void test3() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; +@@ -310,7 +310,7 @@ void test4() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; +@@ -488,7 +488,7 @@ void test5() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 85db96d4e5f1..1f6fd6339464 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,5 +1,5 @@ PORTNAME?= fetchmail -DISTVERSION= 6.5.6 +DISTVERSION= 6.5.7 PORTREVISION?= 0 CATEGORIES= mail # The next line is inherited by the fetchmailconf dependent port, diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index aac30a3bab80..589595a9b276 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759500530 -SHA256 (fetchmail-6.5.6.tar.xz) = ec10e0e0eaa417313559379ede76c74614766d838b39470b66474863aa690dab -SIZE (fetchmail-6.5.6.tar.xz) = 1061804 +TIMESTAMP = 1760796613 +SHA256 (fetchmail-6.5.7.tar.xz) = 73eb6b1d421b5986866ad4a6b777c1140a39005298c63bf847de537976cbfbdb +SIZE (fetchmail-6.5.7.tar.xz) = 1086648 diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index da6a0834dac3..e0f64ae0d4ef 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -5,6 +5,7 @@ share/man/man1/fetchmail.1.gz %%NLS%%share/locale/eo/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/es/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/fr/LC_MESSAGES/fetchmail.mo +%%NLS%%share/locale/it/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/ja/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/pl/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/ro/LC_MESSAGES/fetchmail.mo diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index b3d3a97b9531..7b90c20c6b94 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -13,7 +13,7 @@ # MAILDROP_MBOX_DIR=<dir> Specify DEFAULT mailbox location PORTNAME= maildrop -PORTVERSION= 3.1.8 +PORTVERSION= 3.2.0 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo index 7716020f4d44..412c9cc13d8d 100644 --- a/mail/maildrop/distinfo +++ b/mail/maildrop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722950932 -SHA256 (maildrop-3.1.8.tar.bz2) = 7e826c031917444f1b7ab71c1fcd90383595644846e2b3b260e352b1ce03e950 -SIZE (maildrop-3.1.8.tar.bz2) = 2156016 +TIMESTAMP = 1760737950 +SHA256 (maildrop-3.2.0.tar.bz2) = 2bef33b8fc9104dd1851d04c83052e8e9918394951ef428246c559e8ae9e021b +SIZE (maildrop-3.2.0.tar.bz2) = 2392208 diff --git a/mail/maildrop/files/patch-libs_rfc2045_rfc2045.h b/mail/maildrop/files/patch-libs_rfc2045_rfc2045.h new file mode 100644 index 000000000000..36c6fd96cfb4 --- /dev/null +++ b/mail/maildrop/files/patch-libs_rfc2045_rfc2045.h @@ -0,0 +1,11 @@ +--- libs/rfc2045/rfc2045.h.orig 2025-10-06 09:00:04 UTC ++++ libs/rfc2045/rfc2045.h +@@ -3224,7 +3224,7 @@ void rfc822::mime_decoder<out_iter, src_type>::decode( + + if (decode_header) + { +- typename rfc2045::entity::line_iter<crlf>::headers< ++ typename rfc2045::entity::line_iter<crlf>::template headers< + src_type> parser{e, src }; + + parser.name_lc=header_name_lc; diff --git a/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp.C b/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp.C new file mode 100644 index 000000000000..fedab998a0fa --- /dev/null +++ b/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp.C @@ -0,0 +1,11 @@ +--- libs/rfc2045/testsuitecpp.C.orig 2025-10-17 22:49:54 UTC ++++ libs/rfc2045/testsuitecpp.C +@@ -19,7 +19,7 @@ void testrfc2045line_iter_testset(int &testnum, test_t + auto b=s.begin(); + auto e=s.end(); + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::string_view::iterator, + std::string_view::iterator + > diff --git a/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp2.C b/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp2.C new file mode 100644 index 000000000000..ef489dd14fe0 --- /dev/null +++ b/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp2.C @@ -0,0 +1,29 @@ +--- libs/rfc2045/testsuitecpp2.C.orig 2025-09-10 03:08:09 UTC ++++ libs/rfc2045/testsuitecpp2.C +@@ -217,7 +217,7 @@ void test3() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; +@@ -310,7 +310,7 @@ void test4() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; +@@ -488,7 +488,7 @@ void test5() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 85ceb645669f..f88ef950d2eb 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,5 +1,5 @@ PORTNAME= msmtp -PORTVERSION= 1.8.31 +PORTVERSION= 1.8.32 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index aae37628e473..fce1ba8fec57 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757225396 -SHA256 (msmtp-1.8.31.tar.xz) = c262b11762d8582a3c6d6ca8d8b2cca2b1605497324ca27cc57fdc145a27119f -SIZE (msmtp-1.8.31.tar.xz) = 455820 +TIMESTAMP = 1760543755 +SHA256 (msmtp-1.8.32.tar.xz) = 20cd58b58dd007acf7b937fa1a1e21f3afb3e9ef5bbcfb8b4f5650deadc64db4 +SIZE (msmtp-1.8.32.tar.xz) = 456960 diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index be1cd264570e..fd31ee5df560 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.5.8 +PORTVERSION= 5.5.10 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index 705ed8fe1cab..2b55265f5dc8 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760429923 -SHA256 (nextcloud/mail-v5.5.8.tar.gz) = 85dc8b08805bb217a05fa8932a8b76f849fa74b31ab352e3a9d17ca3e1a5a07d -SIZE (nextcloud/mail-v5.5.8.tar.gz) = 29056695 +TIMESTAMP = 1760615416 +SHA256 (nextcloud/mail-v5.5.10.tar.gz) = 06f8033c28e07391e5f77b9ea1b12b7ee4448668dda1006a3a55d8a5524cf6ea +SIZE (nextcloud/mail-v5.5.10.tar.gz) = 29066869 diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index febacfa08152..a8a5a59b9f30 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,5 +1,5 @@ PORTNAME= thunderbird -DISTVERSION= 144.0 +DISTVERSION= 144.0.1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 6004329f82fe..00bcef6b28be 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760128626 -SHA256 (thunderbird-144.0.source.tar.xz) = 33315b6c6f20a718809e717bd22edc03418581b2f162dc8ab2bbdccdc770556e -SIZE (thunderbird-144.0.source.tar.xz) = 762262852 +TIMESTAMP = 1760631198 +SHA256 (thunderbird-144.0.1.source.tar.xz) = 62dd606308ee0c3298e052c05a8fce321df3a1012628511c7aacdf7ef6b7e965 +SIZE (thunderbird-144.0.1.source.tar.xz) = 774861288 diff --git a/math/Makefile b/math/Makefile index 46cf7c505339..5be7d12943d1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -607,6 +607,7 @@ SUBDIR += octave-forge-joystick SUBDIR += octave-forge-level-set SUBDIR += octave-forge-linear-algebra + SUBDIR += octave-forge-llms SUBDIR += octave-forge-lssa SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index 00a1b5eb526e..fb236552dbec 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= igraph -DISTVERSION= 2.1.4 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +15,7 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig \ - R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-rlang>=1.1.0:devel/R-cran-rlang \ R-cran-vctrs>0:devel/R-cran-vctrs USES= compiler:c++11-lang cran:auto-plist,compiles gnome diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index a4064cc047f7..033535439e21 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737856472 -SHA256 (igraph_2.1.4.tar.gz) = fdced402c9d2e355fd1a5cbd640639fdc97efe50f5b69e9f321a03785a7ab3ed -SIZE (igraph_2.1.4.tar.gz) = 4997408 +TIMESTAMP = 1760721402 +SHA256 (igraph_2.2.0.tar.gz) = caabb4fb1043ede953450e2f5004f2e7d70c78191bc757e4223d09893fd8de8d +SIZE (igraph_2.2.0.tar.gz) = 5127147 diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index c850ac393f25..cd8b13022d31 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -1,6 +1,6 @@ PORTNAME= ggobi DISTVERSION= 2.1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MAINTAINER= rhurlin@FreeBSD.org diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 86304eccd656..399d7eb24c8b 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -1,5 +1,5 @@ PORTNAME= libqalculate -PORTVERSION= 5.7.0 +PORTVERSION= 5.8.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 4cbc8eb21bab..078a64d4de44 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754377124 -SHA256 (libqalculate-5.7.0.tar.gz) = b0aa7e7f6b729ad88f41c3562e81bdc349e072f4df0e62ce152304d979702cfe -SIZE (libqalculate-5.7.0.tar.gz) = 2835670 +TIMESTAMP = 1760528533 +SHA256 (libqalculate-5.8.0.tar.gz) = 5595dc304de252945ee51bd68cef3b5f0dacf3ce1c75bd0a8f6c158c1c723741 +SIZE (libqalculate-5.8.0.tar.gz) = 2664148 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index a61ca69ef777..c400e126afc7 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -16,7 +16,7 @@ include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so lib/libqalculate.so.23 -lib/libqalculate.so.23.3.6 +lib/libqalculate.so.23.3.7 libdata/pkgconfig/libqalculate.pc share/man/man1/qalc.1.gz %%NLS%%share/locale/ca/LC_MESSAGES/libqalculate.mo diff --git a/math/octave-forge-llms/Makefile b/math/octave-forge-llms/Makefile new file mode 100644 index 000000000000..1315b9d1e3b8 --- /dev/null +++ b/math/octave-forge-llms/Makefile @@ -0,0 +1,22 @@ +PORTNAME= octave-forge-llms +DISTVERSIONPREFIX= release- +DISTVERSION= 0.1.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/datatypes.tar.gz:math/octave-forge-datatypes + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= pr0m1th3as +GH_PROJECT= octave-llms + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-llms/distinfo b/math/octave-forge-llms/distinfo new file mode 100644 index 000000000000..12eb43d7d877 --- /dev/null +++ b/math/octave-forge-llms/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760558006 +SHA256 (octave-forge/pr0m1th3as-octave-llms-release-0.1.0_GH0.tar.gz) = 59593d29d8cec165f34b630771cbd319e11f0f9c87e3df6925b734a47f29715c +SIZE (octave-forge/pr0m1th3as-octave-llms-release-0.1.0_GH0.tar.gz) = 335688 diff --git a/math/octave-forge-llms/pkg-descr b/math/octave-forge-llms/pkg-descr new file mode 100644 index 000000000000..406d012ee713 --- /dev/null +++ b/math/octave-forge-llms/pkg-descr @@ -0,0 +1,8 @@ +The octave-forge package is the result of The GNU Octave Repository project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is llms. + + Large Language Models for GNU Octave. diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 3660f1458105..4e8b26c32cee 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.7 +DISTVERSION= 0.6.8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index 6b3a3e79edba..454d67b4b895 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759102778 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.7_GH0.tar.gz) = 3aa52b681b7bbfea65d3999ee92e8bacbef26938b1ce64324590f75b89fb53fb -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.7_GH0.tar.gz) = 162500 +TIMESTAMP = 1760547190 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.8_GH0.tar.gz) = 3aef12b6c4cc5019236eed4d7d05bed6be021bb4f6912ef3d0190b57fb68ded6 +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.8_GH0.tar.gz) = 162955 diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index e019fcf5caa6..ac98489cd213 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge -PORTVERSION= 20251013 +PORTVERSION= 20251015 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -21,7 +21,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ GENERATE_HTML GNUPLOT GSL HDF5OCT IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERNAL_FLUID_FLOW \ INTERVAL IO IRSA JOYSTICK LEVEL_SET \ - LINEAR_ALGEBRA LSSA LTFAT \ + LINEAR_ALGEBRA LLMS LSSA LTFAT \ MAPPING MATGEOM \ MBOCT_FEM_PKG MBOCT_MBDYN_PKG MBOCT_NUMERICAL_PKG \ MBOCT_OCTAVE_PKG MCCABE_THIELE \ diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index ab20fb2d0e04..74b9b74a0248 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,6 +1,5 @@ PORTNAME= qalculate-gtk -PORTVERSION= 5.7.0 -PORTREVISION= 1 +PORTVERSION= 5.8.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo index 393049d4c84a..aee789da32cb 100644 --- a/math/qalculate-gtk/distinfo +++ b/math/qalculate-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754377627 -SHA256 (qalculate-gtk-5.7.0.tar.gz) = dcb3663b36abafdfe32e943644bf4fc64bd685c0225f944a3f1c4a85e70db3b5 -SIZE (qalculate-gtk-5.7.0.tar.gz) = 3074403 +TIMESTAMP = 1760531708 +SHA256 (qalculate-gtk-5.8.0.tar.gz) = fdd74cbf011d5ff88219489033ec207d856aa116d3e16b729ccdbea9277a5d41 +SIZE (qalculate-gtk-5.8.0.tar.gz) = 3089390 diff --git a/math/qalculate-qt/Makefile b/math/qalculate-qt/Makefile index 1c23e9ffb775..d04f8b06a72d 100644 --- a/math/qalculate-qt/Makefile +++ b/math/qalculate-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= qalculate-qt -PORTVERSION= 5.7.0 +PORTVERSION= 5.8.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/qalculate-qt/distinfo b/math/qalculate-qt/distinfo index 31f5530abbcd..152db4a88f6a 100644 --- a/math/qalculate-qt/distinfo +++ b/math/qalculate-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754377968 -SHA256 (qalculate-qt-5.7.0.tar.gz) = 76e03b976a7b1347a6e8779b6be83ea053ab74e8ddeafb0aa62d20b3fadc0b9c -SIZE (qalculate-qt-5.7.0.tar.gz) = 1992166 +TIMESTAMP = 1760531474 +SHA256 (qalculate-qt-5.8.0.tar.gz) = 7c8e3074b709177462ead9b2b36736b18f1cb0f8e88dda3608911b9f7491c8e6 +SIZE (qalculate-qt-5.8.0.tar.gz) = 2016264 diff --git a/math/tlfloat/Makefile b/math/tlfloat/Makefile index bdcc24fc8609..babeeb34186f 100644 --- a/math/tlfloat/Makefile +++ b/math/tlfloat/Makefile @@ -10,6 +10,7 @@ WWW= https://shibatch.github.io/tlfloat-doxygen/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_arm64= error: use of undeclared identifier 'isnanl' BROKEN_armv7= error: use of undeclared identifier 'isnanl' BROKEN_i386= error: undefined symbol: __trunctfdf2 diff --git a/misc/crush/Makefile b/misc/crush/Makefile index 26fa326a6ab8..960e74cf0252 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,7 +1,6 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 -PORTREVISION= 1 +DISTVERSION= 0.11.1 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org diff --git a/misc/crush/distinfo b/misc/crush/distinfo index df6f9b34ce1e..c74b37620eb9 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760432088 -SHA256 (go/misc_crush/crush-v0.11.0/v0.11.0.mod) = 3726515ee279e2c17845581dc346de2360b8476b9ebdc8093c125b032bf14894 -SIZE (go/misc_crush/crush-v0.11.0/v0.11.0.mod) = 8056 -SHA256 (go/misc_crush/crush-v0.11.0/v0.11.0.zip) = 9f945743b9047ce64f5d08850d6de4769b1b045a4a68aecb6e47140505af5cdf -SIZE (go/misc_crush/crush-v0.11.0/v0.11.0.zip) = 765491 +TIMESTAMP = 1760537032 +SHA256 (go/misc_crush/crush-v0.11.1/v0.11.1.mod) = 3726515ee279e2c17845581dc346de2360b8476b9ebdc8093c125b032bf14894 +SIZE (go/misc_crush/crush-v0.11.1/v0.11.1.mod) = 8056 +SHA256 (go/misc_crush/crush-v0.11.1/v0.11.1.zip) = 5655a9ed02ddfa438bebe64ea57cbabe5495206b11fd3ce4bd0b93a31c95f554 +SIZE (go/misc_crush/crush-v0.11.1/v0.11.1.zip) = 765493 diff --git a/misc/gemini-cli/Makefile b/misc/gemini-cli/Makefile index 511011671965..24e2985f1876 100644 --- a/misc/gemini-cli/Makefile +++ b/misc/gemini-cli/Makefile @@ -1,11 +1,11 @@ PORTNAME= gemini-cli -DISTVERSION= 0.8.2 -PORTREVISION= 1 +DISTVERSION= 0.9.0 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Open-source CLI for direct access to Google's Gemini AI model -WWW= https://google-gemini.github.io/gemini-cli/ \ +WWW= https://geminicli.com/ \ + https://google-gemini.github.io/gemini-cli/ \ https://github.com/google-gemini/gemini-cli LICENSE= APACHE20 diff --git a/misc/gemini-cli/distinfo b/misc/gemini-cli/distinfo index 109cfb92e3af..5f14c9fb0dab 100644 --- a/misc/gemini-cli/distinfo +++ b/misc/gemini-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760288629 -SHA256 (gemini-cli-0.8.2.tar.gz) = eb48232ae8d216a253b19a4073ed02c16becc7d4edabd0af16c89fa79a45c815 -SIZE (gemini-cli-0.8.2.tar.gz) = 34531078 +TIMESTAMP = 1760629866 +SHA256 (gemini-cli-0.9.0.tar.gz) = 90973029f270b6e534baf46c382bf14ac1746b004b88ffb218bae0eac15647d1 +SIZE (gemini-cli-0.9.0.tar.gz) = 32614382 diff --git a/misc/gemini-cli/files/package-lock.json b/misc/gemini-cli/files/package-lock.json index 7aea331e96ba..969b1803da7c 100644 --- a/misc/gemini-cli/files/package-lock.json +++ b/misc/gemini-cli/files/package-lock.json @@ -8,15 +8,15 @@ "name": "gemini-cli-installer", "version": "1.0.0", "dependencies": { - "@google/gemini-cli": "^0.8.2" + "@google/gemini-cli": "^0.9.0" } }, "node_modules/@google/gemini-cli": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.8.2.tgz", - "integrity": "sha512-c8E2jTUq1N7+KxjJfatqV3tObxiOL6NakP8cQ/PMn6+QIqmkDi4S15dx5SF5efLxbmJD/lMR36ecrNHK2pa99w==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.9.0.tgz", + "integrity": "sha512-voLzMnHs093VvZgBA8HREN6ViZ8gdROPnmPuj1EFSxjGZRKOzlifzCTNsmBd/dSrbxIyZD3aOpTkaUQbGxX6ig==", "dependencies": { - "@google/gemini-cli-core": "0.8.2", + "@google/gemini-cli-core": "0.9.0", "@google/genai": "1.16.0", "@iarna/toml": "^2.2.5", "@modelcontextprotocol/sdk": "^1.15.1", @@ -34,6 +34,7 @@ "ink-gradient": "^3.0.0", "ink-spinner": "^5.0.0", "lowlight": "^3.3.0", + "mnemonist": "^0.40.3", "open": "^10.1.2", "react": "^19.1.0", "read-package-up": "^11.0.0", @@ -239,9 +240,9 @@ } }, "node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@google/gemini-cli-core/-/gemini-cli-core-0.8.2.tgz", - "integrity": "sha512-BQpwJr+hv3u7UTBo+rkbHQXr7HP115b1xgz+P6acAbfgFgZoMP0uMm58EPBe05vpdHngrzpJ3ckL2AxHSweo/Q==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@google/gemini-cli-core/-/gemini-cli-core-0.9.0.tgz", + "integrity": "sha512-K3zGD8m8j240s3YcFAeJM6oaLhAI5hYBdOgdycO2P2uriJTKezjeAG+FYzaK2AdOBrIVyStLT2dyy6G6ePebSQ==", "dependencies": { "@google-cloud/logging": "^11.2.1", "@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.21.0", @@ -1389,9 +1390,9 @@ "license": "MIT" }, "node_modules/@google/gemini-cli/node_modules/@types/node": { - "version": "24.7.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", - "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", + "version": "24.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.0.tgz", + "integrity": "sha512-5x08bUtU8hfboMTrJ7mEO4CpepS9yBwAqcL52y86SWNmbPX8LVbNs3EP4cNrIZgdjk2NAlP2ahNihozpoZIxSg==", "license": "MIT", "dependencies": { "undici-types": "~7.14.0" @@ -2641,9 +2642,9 @@ "license": "MIT" }, "node_modules/@google/gemini-cli/node_modules/emoji-regex": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz", - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", "license": "MIT" }, "node_modules/@google/gemini-cli/node_modules/encodeurl": { @@ -4236,9 +4237,9 @@ } }, "node_modules/@google/gemini-cli/node_modules/ky": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/ky/-/ky-1.11.0.tgz", - "integrity": "sha512-NEyo0ICpS0cqSuyoJFMCnHOZJILqXsKhIZlHJGDYaH8OB5IFrGzuBpEwyoMZG6gUKMPrazH30Ax5XKaujvD8ag==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/ky/-/ky-1.12.0.tgz", + "integrity": "sha512-YRLmSUHCwOJRBMArtqMRLOmO7fewn3yOoui6aB8ERkRVXupa0UiaQaKbIXteMt4jUElhbdqTMsLFHs8APxxUoQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/misc/gemini-cli/pkg-plist b/misc/gemini-cli/pkg-plist index b83555a901ff..c5a41fbfad64 100644 --- a/misc/gemini-cli/pkg-plist +++ b/misc/gemini-cli/pkg-plist @@ -2,7 +2,6 @@ bin/gemini lib/node_modules/@google/gemini-cli/LICENSE lib/node_modules/@google/gemini-cli/README.md lib/node_modules/@google/gemini-cli/dist/.last_build -lib/node_modules/@google/gemini-cli/dist/google-gemini-cli-0.8.1.tgz lib/node_modules/@google/gemini-cli/dist/index.d.ts lib/node_modules/@google/gemini-cli/dist/index.js lib/node_modules/@google/gemini-cli/dist/index.js.map @@ -316,6 +315,9 @@ lib/node_modules/@google/gemini-cli/dist/src/ui/commands/permissionsCommand.test lib/node_modules/@google/gemini-cli/dist/src/ui/commands/privacyCommand.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/commands/privacyCommand.js lib/node_modules/@google/gemini-cli/dist/src/ui/commands/privacyCommand.js.map +lib/node_modules/@google/gemini-cli/dist/src/ui/commands/profileCommand.d.ts +lib/node_modules/@google/gemini-cli/dist/src/ui/commands/profileCommand.js +lib/node_modules/@google/gemini-cli/dist/src/ui/commands/profileCommand.js.map lib/node_modules/@google/gemini-cli/dist/src/ui/commands/quitCommand.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/commands/quitCommand.js lib/node_modules/@google/gemini-cli/dist/src/ui/commands/quitCommand.js.map @@ -367,6 +369,9 @@ lib/node_modules/@google/gemini-cli/dist/src/ui/components/AsciiArt.js.map lib/node_modules/@google/gemini-cli/dist/src/ui/components/AutoAcceptIndicator.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/components/AutoAcceptIndicator.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/AutoAcceptIndicator.js.map +lib/node_modules/@google/gemini-cli/dist/src/ui/components/CliSpinner.d.ts +lib/node_modules/@google/gemini-cli/dist/src/ui/components/CliSpinner.js +lib/node_modules/@google/gemini-cli/dist/src/ui/components/CliSpinner.js.map lib/node_modules/@google/gemini-cli/dist/src/ui/components/Composer.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/components/Composer.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/Composer.js.map @@ -394,6 +399,9 @@ lib/node_modules/@google/gemini-cli/dist/src/ui/components/ContextUsageDisplay.j lib/node_modules/@google/gemini-cli/dist/src/ui/components/DebugProfiler.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/components/DebugProfiler.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/DebugProfiler.js.map +lib/node_modules/@google/gemini-cli/dist/src/ui/components/DebugProfiler.test.d.ts +lib/node_modules/@google/gemini-cli/dist/src/ui/components/DebugProfiler.test.js +lib/node_modules/@google/gemini-cli/dist/src/ui/components/DebugProfiler.test.js.map lib/node_modules/@google/gemini-cli/dist/src/ui/components/DetailedMessagesDisplay.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/components/DetailedMessagesDisplay.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/DetailedMessagesDisplay.js.map @@ -640,6 +648,12 @@ lib/node_modules/@google/gemini-cli/dist/src/ui/components/shared/text-buffer.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/shared/vim-buffer-actions.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/components/shared/vim-buffer-actions.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/shared/vim-buffer-actions.js.map +lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ChatList.d.ts +lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ChatList.js +lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ChatList.js.map +lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ChatList.test.d.ts +lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ChatList.test.js +lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ChatList.test.js.map lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ExtensionsList.d.ts lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ExtensionsList.js lib/node_modules/@google/gemini-cli/dist/src/ui/components/views/ExtensionsList.js.map @@ -1144,9 +1158,6 @@ lib/node_modules/@google/gemini-cli/dist/src/utils/installationInfo.js.map lib/node_modules/@google/gemini-cli/dist/src/utils/installationInfo.test.d.ts lib/node_modules/@google/gemini-cli/dist/src/utils/installationInfo.test.js lib/node_modules/@google/gemini-cli/dist/src/utils/installationInfo.test.js.map -lib/node_modules/@google/gemini-cli/dist/src/utils/math.d.ts -lib/node_modules/@google/gemini-cli/dist/src/utils/math.js -lib/node_modules/@google/gemini-cli/dist/src/utils/math.js.map lib/node_modules/@google/gemini-cli/dist/src/utils/package.d.ts lib/node_modules/@google/gemini-cli/dist/src/utils/package.js lib/node_modules/@google/gemini-cli/dist/src/utils/package.js.map @@ -1180,6 +1191,18 @@ lib/node_modules/@google/gemini-cli/dist/src/utils/sandbox-macos-restrictive-pro lib/node_modules/@google/gemini-cli/dist/src/utils/sandbox.d.ts lib/node_modules/@google/gemini-cli/dist/src/utils/sandbox.js lib/node_modules/@google/gemini-cli/dist/src/utils/sandbox.js.map +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.d.ts +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.integration.test.d.ts +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.integration.test.js +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.integration.test.js.map +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.js +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.js.map +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.test.d.ts +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.test.js +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionCleanup.test.js.map +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionUtils.d.ts +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionUtils.js +lib/node_modules/@google/gemini-cli/dist/src/utils/sessionUtils.js.map lib/node_modules/@google/gemini-cli/dist/src/utils/settingsUtils.d.ts lib/node_modules/@google/gemini-cli/dist/src/utils/settingsUtils.js lib/node_modules/@google/gemini-cli/dist/src/utils/settingsUtils.js.map @@ -1444,7 +1467,6 @@ lib/node_modules/@google/gemini-cli/node_modules/@google-cloud/promisify/package lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/LICENSE lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/README.md lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/.last_build -lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/google-gemini-cli-core-0.8.1.tgz lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/index.d.ts lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/index.js lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/index.js.map @@ -2060,6 +2082,9 @@ lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/sr lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-error.d.ts lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-error.js lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-error.js.map +lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-names.d.ts +lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-names.js +lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-names.js.map lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-registry.d.ts lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-registry.js lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/tools/tool-registry.js.map @@ -18299,6 +18324,9 @@ lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/options.j lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/timeout.d.ts lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/timeout.js lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/timeout.js.map +lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/type-guards.d.ts +lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/type-guards.js +lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/type-guards.js.map lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/types.d.ts lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/types.js lib/node_modules/@google/gemini-cli/node_modules/ky/distribution/utils/types.js.map diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile index 7332f5386343..f61469a167c9 100644 --- a/misc/github-copilot-cli/Makefile +++ b/misc/github-copilot-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= github-copilot-cli -DISTVERSION= 0.0.340 +DISTVERSION= 0.0.342 CATEGORIES= misc # machine-learning DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} ${NODE_HEADERS}${EXTRACT_SUFX} @@ -37,7 +37,6 @@ do-fetch: do-build: @${SETENV} HOME=${WRKDIR} npm rebuild --prefix ${WRKSRC} -g ${PACKAGE_NAME}@${DISTVERSION} && \ (cd ${WRKSRC}/lib/node_modules/${PACKAGE_NAME}/node_modules/node-pty && ${SETENV} HOME=${WRKDIR} npm_config_tarball=${DISTDIR}/${NODE_HEADERS}${EXTRACT_SUFX} npm run install) && \ - (cd ${WRKSRC}/lib/node_modules/${PACKAGE_NAME}/node_modules/keytar-forked-forked && ${SETENV} HOME=${WRKDIR} npm run install) && \ (cd ${WRKSRC}/lib/node_modules/${PACKAGE_NAME}/node_modules/sharp/src && ${SETENV} HOME=${WRKDIR} PYTHON=${PYTHON_CMD} node-gyp rebuild) && \ ${RM} -rf \ ${WRKSRC}/lib/node_modules/${PACKAGE_NAME}/node_modules/sharp/src/build/Release/obj.target \ diff --git a/misc/github-copilot-cli/distinfo b/misc/github-copilot-cli/distinfo index a5e639e355e0..ce91acee09dc 100644 --- a/misc/github-copilot-cli/distinfo +++ b/misc/github-copilot-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760408506 -SHA256 (github-copilot-cli-0.0.340.tar.gz) = c9dacc035b8e32518f926327be2987400844e792e0a8e98e067f2523d8a2dcaf -SIZE (github-copilot-cli-0.0.340.tar.gz) = 25265033 +TIMESTAMP = 1760642025 +SHA256 (github-copilot-cli-0.0.342.tar.gz) = 6239e81fd5a86b265724a95334ae62cd5911cd68c29f8597aa6e3c4594ee37c6 +SIZE (github-copilot-cli-0.0.342.tar.gz) = 25265578 SHA256 (node-v22.19.0-headers.tar.gz) = 183bdc17092336ad21e01a425d238e85db4ee077ae3caa0547ff1fbda07d9bd8 SIZE (node-v22.19.0-headers.tar.gz) = 8750990 diff --git a/misc/github-copilot-cli/pkg-plist b/misc/github-copilot-cli/pkg-plist index 368c6a6edfe3..b0f8643a1907 100644 --- a/misc/github-copilot-cli/pkg-plist +++ b/misc/github-copilot-cli/pkg-plist @@ -15,50 +15,6 @@ lib/node_modules/@github/copilot/node_modules/detect-libc/lib/elf.js lib/node_modules/@github/copilot/node_modules/detect-libc/lib/filesystem.js lib/node_modules/@github/copilot/node_modules/detect-libc/lib/process.js lib/node_modules/@github/copilot/node_modules/detect-libc/package.json -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/LICENSE.md -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/README.md -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/binding.gyp -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Makefile -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/.deps/Release/keytar.node.d -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/.deps/Release/obj.target/keytar.node.d -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/.deps/Release/obj.target/keytar/src/async.o.d -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/.deps/Release/obj.target/keytar/src/keytar_posix.o.d -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/.deps/Release/obj.target/keytar/src/main.o.d -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/obj.target/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/obj.target/keytar/src/async.o -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/obj.target/keytar/src/keytar_posix.o -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/Release/obj.target/keytar/src/main.o -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/binding.Makefile -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/config.gypi -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/build/keytar.target.mk -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/keytar.d.ts -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/lib/keytar.js -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/package.json -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/darwin-arm64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/darwin-x64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linux-arm/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linux-arm64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linux-armv7l/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linux-ia32/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linux-x64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linuxmusl-arm/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linuxmusl-arm64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/linuxmusl-x64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/win32-arm64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/win32-ia32/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/prebuilds/win32-x64/keytar.node -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/script/cibuild -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/script/download-node-lib-win-arm64.ps1 -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/script/install.js -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/async.cc -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/async.h -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/credentials.h -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/keytar.h -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/keytar_mac.cc -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/keytar_posix.cc -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/keytar_win.cc -lib/node_modules/@github/copilot/node_modules/keytar-forked-forked/src/main.cc lib/node_modules/@github/copilot/node_modules/node-addon-api/LICENSE.md lib/node_modules/@github/copilot/node_modules/node-addon-api/README.md lib/node_modules/@github/copilot/node_modules/node-addon-api/common.gypi @@ -77,6 +33,7 @@ lib/node_modules/@github/copilot/node_modules/node-addon-api/tools/README.md lib/node_modules/@github/copilot/node_modules/node-addon-api/tools/check-napi.js lib/node_modules/@github/copilot/node_modules/node-addon-api/tools/clang-format.js lib/node_modules/@github/copilot/node_modules/node-addon-api/tools/conversion.js +lib/node_modules/@github/copilot/node_modules/node-addon-api/tools/eslint-format.js lib/node_modules/@github/copilot/node_modules/node-pty/LICENSE lib/node_modules/@github/copilot/node_modules/node-pty/README.md lib/node_modules/@github/copilot/node_modules/node-pty/binding.gyp @@ -86,10 +43,6 @@ lib/node_modules/@github/copilot/node_modules/node-pty/build/Release/compile_com lib/node_modules/@github/copilot/node_modules/node-pty/build/Release/pty.node lib/node_modules/@github/copilot/node_modules/node-pty/build/binding.Makefile lib/node_modules/@github/copilot/node_modules/node-pty/build/config.gypi -lib/node_modules/@github/copilot/node_modules/node-pty/build/node_modules/node-addon-api/node_addon_api.Makefile -lib/node_modules/@github/copilot/node_modules/node-pty/build/node_modules/node-addon-api/node_addon_api.target.mk -lib/node_modules/@github/copilot/node_modules/node-pty/build/node_modules/node-addon-api/node_addon_api_except.target.mk -lib/node_modules/@github/copilot/node_modules/node-pty/build/node_modules/node-addon-api/node_addon_api_maybe.target.mk lib/node_modules/@github/copilot/node_modules/node-pty/build/pty.target.mk lib/node_modules/@github/copilot/node_modules/node-pty/deps/.editorconfig lib/node_modules/@github/copilot/node_modules/node-pty/deps/winpty/.drone.yml @@ -307,25 +260,10 @@ lib/node_modules/@github/copilot/node_modules/node-pty/lib/windowsTerminal.test. lib/node_modules/@github/copilot/node_modules/node-pty/lib/windowsTerminal.test.js.map lib/node_modules/@github/copilot/node_modules/node-pty/lib/worker/conoutSocketWorker.js lib/node_modules/@github/copilot/node_modules/node-pty/lib/worker/conoutSocketWorker.js.map -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/LICENSE.md -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/README.md -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/common.gypi -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/except.gypi -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/index.js -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/napi-inl.deprecated.h -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/napi-inl.h -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/napi.h -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/node_addon_api.gyp -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/node_api.gyp -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/noexcept.gypi -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/nothing.c -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/package-support.json -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/package.json -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/tools/README.md -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/tools/check-napi.js -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/tools/clang-format.js -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/tools/conversion.js -lib/node_modules/@github/copilot/node_modules/node-pty/node_modules/node-addon-api/tools/eslint-format.js +lib/node_modules/@github/copilot/node_modules/node-pty/node-addon-api/node_addon_api.Makefile +lib/node_modules/@github/copilot/node_modules/node-pty/node-addon-api/node_addon_api.target.mk +lib/node_modules/@github/copilot/node_modules/node-pty/node-addon-api/node_addon_api_except.target.mk +lib/node_modules/@github/copilot/node_modules/node-pty/node-addon-api/node_addon_api_maybe.target.mk lib/node_modules/@github/copilot/node_modules/node-pty/package.json lib/node_modules/@github/copilot/node_modules/node-pty/prebuilds/darwin-arm64/compile_commands.json lib/node_modules/@github/copilot/node_modules/node-pty/prebuilds/darwin-arm64/pty.node @@ -486,6 +424,19 @@ lib/node_modules/@github/copilot/node_modules/sharp/src/stats.h lib/node_modules/@github/copilot/node_modules/sharp/src/utilities.cc lib/node_modules/@github/copilot/node_modules/sharp/src/utilities.h lib/node_modules/@github/copilot/package.json +lib/node_modules/@github/copilot/prebuilds/darwin-arm64/keytar.node +lib/node_modules/@github/copilot/prebuilds/darwin-x64/keytar.node +lib/node_modules/@github/copilot/prebuilds/linux-arm/keytar.node +lib/node_modules/@github/copilot/prebuilds/linux-arm64/keytar.node +lib/node_modules/@github/copilot/prebuilds/linux-armv7l/keytar.node +lib/node_modules/@github/copilot/prebuilds/linux-ia32/keytar.node +lib/node_modules/@github/copilot/prebuilds/linux-x64/keytar.node +lib/node_modules/@github/copilot/prebuilds/linuxmusl-arm/keytar.node +lib/node_modules/@github/copilot/prebuilds/linuxmusl-arm64/keytar.node +lib/node_modules/@github/copilot/prebuilds/linuxmusl-x64/keytar.node +lib/node_modules/@github/copilot/prebuilds/win32-arm64/keytar.node +lib/node_modules/@github/copilot/prebuilds/win32-ia32/keytar.node +lib/node_modules/@github/copilot/prebuilds/win32-x64/keytar.node lib/node_modules/@github/copilot/sdk/index.d.ts lib/node_modules/@github/copilot/sdk/index.js lib/node_modules/@github/copilot/sdk/index.js.map diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index 8fb751c13be5..d04119bb660a 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -1,6 +1,6 @@ PORTNAME= nn-insight DISTVERSION= 1.0.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index bdce1ce24bdb..f3829086b187 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 4.3.7 +PORTVERSION= 4.3.8 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index d11ae6f3bcc1..2766b6a1bd91 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755848785 -SHA256 (openhab-addons-4.3.7.kar) = f87b4df487a079e534b045163183f063040e99820c96b0e368dd80450cb5c822 -SIZE (openhab-addons-4.3.7.kar) = 452463749 +TIMESTAMP = 1760598868 +SHA256 (openhab-addons-4.3.8.kar) = 7341355c9ff24b0e1dd6214cd590952d6cdc34659b4e2a66240e20f913ebf0a0 +SIZE (openhab-addons-4.3.8.kar) = 453077645 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index 5d79bd4c57f7..afcfa820b0fa 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,7 +1,6 @@ PORTNAME= openhab -PORTVERSION= 4.3.7 +PORTVERSION= 4.3.8 PORTREVISION= 0 -# For those waiting for OpenHAB 5: it has 3rd party components which do an OS check, FreeBSD is not supported CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index dc732f02c737..84a573988869 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755847983 -SHA256 (openhab-4.3.7.zip) = 181f004b0367f5219437466c1fe6833561110d01ce6be315a92c8e433c8c2dfb -SIZE (openhab-4.3.7.zip) = 111527134 +TIMESTAMP = 1760598044 +SHA256 (openhab-4.3.8.zip) = c2e29ac6f564739430bb787c0a8bd31d5632f5926e616470515de5c53c75917c +SIZE (openhab-4.3.8.zip) = 111537227 diff --git a/misc/py-litellm-proxy-extras/Makefile b/misc/py-litellm-proxy-extras/Makefile index 8a592dbf09aa..d2e6c22d1e54 100644 --- a/misc/py-litellm-proxy-extras/Makefile +++ b/misc/py-litellm-proxy-extras/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm-proxy-extras -DISTVERSION= 0.2.25 +DISTVERSION= 0.2.27 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm-proxy-extras/distinfo b/misc/py-litellm-proxy-extras/distinfo index 40206e668abf..a707c4c62d28 100644 --- a/misc/py-litellm-proxy-extras/distinfo +++ b/misc/py-litellm-proxy-extras/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759721647 -SHA256 (litellm_proxy_extras-0.2.25.tar.gz) = 9cf363570a5dc3349bea6ad1fba00ce9aeb90232fc69adc32881e53bec2cbf8f -SIZE (litellm_proxy_extras-0.2.25.tar.gz) = 15884 +TIMESTAMP = 1760529151 +SHA256 (litellm_proxy_extras-0.2.27.tar.gz) = 1b874fd025486647bdae6aef4c8bd2842a98afa2fa748408ff9cd967afdf7f10 +SIZE (litellm_proxy_extras-0.2.27.tar.gz) = 16865 diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index 39123908a3e6..f38713c71031 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.77.7 +DISTVERSION= 1.78.0 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index 54f2d11c9224..9e24f888c5ee 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759717562 -SHA256 (litellm-1.77.7.tar.gz) = e3398fb2575b98726e787c0a1481daed5938d58cafdcd96fbca80c312221af3e -SIZE (litellm-1.77.7.tar.gz) = 10401706 +TIMESTAMP = 1760514012 +SHA256 (litellm-1.78.0.tar.gz) = 020e40e0d6e16009bb3a6b156d4c1d98cb5c33704aa340fdf9ffd014bfd31f3b +SIZE (litellm-1.78.0.tar.gz) = 10684595 diff --git a/misc/py-sigopt/Makefile b/misc/py-sigopt/Makefile index bb28cf457214..d7f974f49da8 100644 --- a/misc/py-sigopt/Makefile +++ b/misc/py-sigopt/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= SigOpt Python API client -WWW= https://sigopt.org/ +WWW= https://sigopt.org/ \ + https://github.com/sigopt/sigopt-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/gstreamer1-editing-services/distinfo b/multimedia/gstreamer1-editing-services/distinfo index c0181100831f..b6c5af281192 100644 --- a/multimedia/gstreamer1-editing-services/distinfo +++ b/multimedia/gstreamer1-editing-services/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228160 -SHA256 (gst-editing-services-1.26.6.tar.xz) = ccab1a5a4ec1b2f21adcd5e44ebbf94627b44f3f64e029193dd473f471947a19 -SIZE (gst-editing-services-1.26.6.tar.xz) = 852260 +TIMESTAMP = 1760597507 +SHA256 (gst-editing-services-1.26.7.tar.xz) = 09e25ab813921a98ee18500ff39440b87ee651d1c08962052b87a1c7e2d0b217 +SIZE (gst-editing-services-1.26.7.tar.xz) = 853960 diff --git a/multimedia/gstreamer1-libav/distinfo b/multimedia/gstreamer1-libav/distinfo index 3d0eeb763420..f1782269f7ba 100644 --- a/multimedia/gstreamer1-libav/distinfo +++ b/multimedia/gstreamer1-libav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228161 -SHA256 (gst-libav-1.26.6.tar.xz) = 6e50a6222d509c52b19143f9a7bd3581e22c745d0c4bc27ddb07e1229bcc11b8 -SIZE (gst-libav-1.26.6.tar.xz) = 204532 +TIMESTAMP = 1760597508 +SHA256 (gst-libav-1.26.7.tar.xz) = 91d4a7a14527d97fe0ce7ccedb3554e8f692b216429ef2b1850944bbf5435c09 +SIZE (gst-libav-1.26.7.tar.xz) = 206008 diff --git a/multimedia/gstreamer1-plugins/distinfo b/multimedia/gstreamer1-plugins/distinfo index b04a955d08d8..70fc79232a52 100644 --- a/multimedia/gstreamer1-plugins/distinfo +++ b/multimedia/gstreamer1-plugins/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1758228183 -SHA256 (gst-plugins-base-1.26.6.tar.xz) = 6e13c83be9f7746d7a5b7dbbb44882f214c3afcf32946c9a1f1bab33cc3da5a1 -SIZE (gst-plugins-base-1.26.6.tar.xz) = 2490720 -SHA256 (gst-plugins-bad-1.26.6.tar.xz) = b3bf4b1ad3017eac1fcf1209eae8a61208f8ef43b9b1ef99b9366acf14d74a79 -SIZE (gst-plugins-bad-1.26.6.tar.xz) = 7778128 -SHA256 (gst-plugins-ugly-1.26.6.tar.xz) = 95032eee4580bb9826c008cbce5a2c3a78b980abb270c96a19b645f77255c491 -SIZE (gst-plugins-ugly-1.26.6.tar.xz) = 229556 -SHA256 (gst-plugins-good-1.26.6.tar.xz) = d0956535c8315856df9ca2de495f7725128b462863b3c7cd357ef64fb4199679 -SIZE (gst-plugins-good-1.26.6.tar.xz) = 2997704 +TIMESTAMP = 1760597526 +SHA256 (gst-plugins-base-1.26.7.tar.xz) = 969e3cbf05dfab92cf37e94840fbe398517d7ba3275331d1c216a2e30a7208d0 +SIZE (gst-plugins-base-1.26.7.tar.xz) = 2492856 +SHA256 (gst-plugins-bad-1.26.7.tar.xz) = a0ab17dddd4c029ecd7a423c30badd5a3c7599ea42707016d1d57545f5723ccf +SIZE (gst-plugins-bad-1.26.7.tar.xz) = 7781264 +SHA256 (gst-plugins-ugly-1.26.7.tar.xz) = 11f2e4f34bb2e841dc60edc95581572bc47be0c11e577d12bed98bb1f80a661b +SIZE (gst-plugins-ugly-1.26.7.tar.xz) = 231032 +SHA256 (gst-plugins-good-1.26.7.tar.xz) = 82af18a1f3e4a060db61d2630fbb975269b80b55bb2fdcfddfab5c6440d30781 +SIZE (gst-plugins-good-1.26.7.tar.xz) = 3000520 diff --git a/multimedia/gstreamer1-rtsp-server/distinfo b/multimedia/gstreamer1-rtsp-server/distinfo index 592b5937ea9a..80a3a88b0619 100644 --- a/multimedia/gstreamer1-rtsp-server/distinfo +++ b/multimedia/gstreamer1-rtsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228162 -SHA256 (gst-rtsp-server-1.26.6.tar.xz) = ce4e0b7dde7f17dc4f39ffb2dd3db64b0222d11d58be1c9820c20d30370d6f90 -SIZE (gst-rtsp-server-1.26.6.tar.xz) = 286848 +TIMESTAMP = 1760597509 +SHA256 (gst-rtsp-server-1.26.7.tar.xz) = 4f234594aea692e3c1bfaa969965039aaf7483bdfc5862b31d614a59e6718abf +SIZE (gst-rtsp-server-1.26.7.tar.xz) = 288536 diff --git a/multimedia/gstreamer1-vaapi/distinfo b/multimedia/gstreamer1-vaapi/distinfo index a3b91f963370..7336e8ace61d 100644 --- a/multimedia/gstreamer1-vaapi/distinfo +++ b/multimedia/gstreamer1-vaapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228165 -SHA256 (gstreamer-vaapi-1.26.6.tar.xz) = d87c57244cecbd17bb030b698dcb67a66225de639f7c5b837391c4a8e5477667 -SIZE (gstreamer-vaapi-1.26.6.tar.xz) = 550912 +TIMESTAMP = 1760597512 +SHA256 (gstreamer-vaapi-1.26.7.tar.xz) = 4885d4a02bb2f17c2af618879b5e77f1acdcedcba859aabd3b970550e2940a38 +SIZE (gstreamer-vaapi-1.26.7.tar.xz) = 556792 diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 7305ad711290..f65febe33bb1 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,6 +1,5 @@ PORTNAME= gstreamer PORTVERSION= ${_GST_VERSION} -PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ PKGNAMESUFFIX= 1 diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index ac9f39ede8fa..d3289f3f25ba 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228156 -SHA256 (gstreamer-1.26.6.tar.xz) = 42cde77277f1eee253449da213cb6e49f7fd2f792308e5579a8294c1518becac -SIZE (gstreamer-1.26.6.tar.xz) = 1887656 +TIMESTAMP = 1760597503 +SHA256 (gstreamer-1.26.7.tar.xz) = 18a5e214114dc501407697dd458514bba62cadd5414c60f793cf70141a4d0bb3 +SIZE (gstreamer-1.26.7.tar.xz) = 1889520 diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index 08a844269f7e..ad31e74c7833 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -1,5 +1,5 @@ PORTNAME= minisatip -PORTVERSION= 2.0.34 +PORTVERSION= 2.0.39 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia diff --git a/multimedia/minisatip/distinfo b/multimedia/minisatip/distinfo index 9cb8efd2e24f..559b5d2b5f03 100644 --- a/multimedia/minisatip/distinfo +++ b/multimedia/minisatip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758621718 -SHA256 (catalinii-minisatip-v2.0.34_GH0.tar.gz) = 0d887945eecbe46df9464df9bd67ef47b3c57bec9cc0174974f73b743c50a9f8 -SIZE (catalinii-minisatip-v2.0.34_GH0.tar.gz) = 1644600 +TIMESTAMP = 1760811795 +SHA256 (catalinii-minisatip-v2.0.39_GH0.tar.gz) = 4ec41f8e27dd82b26e5b20d07ccca3e7e9c70aea4deec262a663652d1eafd88c +SIZE (catalinii-minisatip-v2.0.39_GH0.tar.gz) = 1644697 diff --git a/multimedia/py-gstreamer1/distinfo b/multimedia/py-gstreamer1/distinfo index 6e78323ec93a..aef3b8ac8cc2 100644 --- a/multimedia/py-gstreamer1/distinfo +++ b/multimedia/py-gstreamer1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758228184 -SHA256 (gst-python-1.26.6.tar.xz) = a4b5bfe039b7267fe8cdd48d106ab20cf88cda600f800d84f3d07724079edf1f -SIZE (gst-python-1.26.6.tar.xz) = 129232 +TIMESTAMP = 1760597527 +SHA256 (gst-python-1.26.7.tar.xz) = 7a544b7968b181c2965e979f2ce889db36397790de9a7c312cf468b51d26428c +SIZE (gst-python-1.26.7.tar.xz) = 130736 diff --git a/multimedia/qmmp-plugin-pack-qt6/Makefile b/multimedia/qmmp-plugin-pack-qt6/Makefile index 6d38910185a1..32de83222fc1 100644 --- a/multimedia/qmmp-plugin-pack-qt6/Makefile +++ b/multimedia/qmmp-plugin-pack-qt6/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmmp-plugin-pack -PORTVERSION= 2.2.2 +PORTVERSION= 2.3.0 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/${PORTNAME}/${PORTVERSION:R}/ \ SF/qmmp-dev/${PORTNAME}/${PORTVERSION:R}/ @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqmmpui.so:multimedia/qmmp-qt6 -BUILD_DEPENDS= qmmp-qt6>=2.2:multimedia/qmmp-qt6 +BUILD_DEPENDS= qmmp-qt6>=2.3:multimedia/qmmp-qt6 CONFLICTS= ${PORTNAME}-qt5 PORTSCOUT= limit:^1\..* @@ -32,6 +32,9 @@ OPTIONS_DEFAULT_i386= FFAPASM GOOMASM OPTIONS_DEFINE_amd64= FFAPASM GOOMASM OPTIONS_DEFAULT_amd64= FFAPASM GOOMASM +CMAKE_OFF= USE_MMS \ + USE_MPLAYER + FFAP_DESC= Support APE sound file FFAP_LIB_DEPENDS= libtag.so:audio/taglib FAAP_USES= iconv diff --git a/multimedia/qmmp-plugin-pack-qt6/distinfo b/multimedia/qmmp-plugin-pack-qt6/distinfo index 26994ca374f6..4583613cbd8c 100644 --- a/multimedia/qmmp-plugin-pack-qt6/distinfo +++ b/multimedia/qmmp-plugin-pack-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743346156 -SHA256 (qmmp-plugin-pack-2.2.2.tar.bz2) = 0e85c8290b49aceddb7a52f9452d9c0c008539b6fba4ab2296b59a67d0b0846b -SIZE (qmmp-plugin-pack-2.2.2.tar.bz2) = 248813 +TIMESTAMP = 1760618273 +SHA256 (qmmp-plugin-pack-2.3.0.tar.bz2) = a23c202f90faaf6aebb97a9c02ee21fb3c8164b07755514349ccb3e1acb81ab5 +SIZE (qmmp-plugin-pack-2.3.0.tar.bz2) = 263387 diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile index 6de38c8297dc..4f504a6c32d0 100644 --- a/multimedia/qmmp-qt6/Makefile +++ b/multimedia/qmmp-qt6/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmmp -PORTVERSION= 2.2.8 +PORTVERSION= 2.3.0 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/${PORTNAME}/${DISTVERSION:R}/ \ SF/qmmp-dev/${PORTNAME}/${DISTVERSION:R}/ diff --git a/multimedia/qmmp-qt6/distinfo b/multimedia/qmmp-qt6/distinfo index de7ee1d22b48..1b9e4c4afaea 100644 --- a/multimedia/qmmp-qt6/distinfo +++ b/multimedia/qmmp-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755979402 -SHA256 (qmmp-2.2.8.tar.bz2) = 730a97a063a498eb37da9e2f8198dfe570693e6a6c7f2b210d581bd87dbb938a -SIZE (qmmp-2.2.8.tar.bz2) = 1434188 +TIMESTAMP = 1760618255 +SHA256 (qmmp-2.3.0.tar.bz2) = 01c3e30367c885178cd115594d20f694a47a352fd7e65fcf5722e12ac8333063 +SIZE (qmmp-2.3.0.tar.bz2) = 1422288 diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index ab13839863c3..75039b4b5c3f 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,6 +1,6 @@ PORTNAME= vlc DISTVERSION= 3.0.21 -PORTREVISION= 18 +PORTREVISION= 19 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 30b0af8ea497..ec78134b4e7c 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,6 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.74.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ diff --git a/net-mgmt/prometheus3/Makefile b/net-mgmt/prometheus3/Makefile index a9c32781e16c..9f6a932c6e1b 100644 --- a/net-mgmt/prometheus3/Makefile +++ b/net-mgmt/prometheus3/Makefile @@ -1,7 +1,6 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v -DISTVERSION= 3.6.0 -PORTREVISION= 2 +DISTVERSION= 3.7.1 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui diff --git a/net-mgmt/prometheus3/distinfo b/net-mgmt/prometheus3/distinfo index 6d00c10c303e..88eadf11eada 100644 --- a/net-mgmt/prometheus3/distinfo +++ b/net-mgmt/prometheus3/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1758878297 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.6.0_GH0/go.mod) = 4cacd2221e09a9109e63a8c7fb663ddec3c9462dc5393a85101f0b19c7dd5c3c -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.6.0_GH0/go.mod) = 12171 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.6.0_GH0/prometheus-web-ui-3.6.0.tar.gz) = 970d3decd4c32545a6d9163445483fe5d8cd75b8fe5bd851748685d9c433e01a -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.6.0_GH0/prometheus-web-ui-3.6.0.tar.gz) = 3491191 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.6.0_GH0/prometheus-prometheus-v3.6.0_GH0.tar.gz) = 90586300d083873125b45e25ba68ed1ef2c48202d392405732191fffd5d99d1b -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.6.0_GH0/prometheus-prometheus-v3.6.0_GH0.tar.gz) = 5155788 +TIMESTAMP = 1760691958 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.1_GH0/go.mod) = 5430a63c9a05fb84c90d4ae9485165a637da6e40bc7d101ffa0af8d399c73111 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.1_GH0/go.mod) = 11991 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.1_GH0/prometheus-web-ui-3.7.1.tar.gz) = f3c3cd41f54cf657beda6a8c06af6dcb267ed49fb2968596204e152474824b58 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.1_GH0/prometheus-web-ui-3.7.1.tar.gz) = 3491079 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.1_GH0/prometheus-prometheus-v3.7.1_GH0.tar.gz) = 905261b5a238e4e214198106dd7c50ca50d7860bfdd88fe6030c7dbed7a418f6 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.1_GH0/prometheus-prometheus-v3.7.1_GH0.tar.gz) = 5213310 diff --git a/net-mgmt/unifi9/Makefile b/net-mgmt/unifi9/Makefile index d22f9ec93517..1744580c31d5 100644 --- a/net-mgmt/unifi9/Makefile +++ b/net-mgmt/unifi9/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi9 -PORTVERSION= 9.4.19 +PORTVERSION= 9.5.21 PORTREVISION?= 0 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ diff --git a/net-mgmt/unifi9/distinfo b/net-mgmt/unifi9/distinfo index b237bfd0923b..df2c6d25e701 100644 --- a/net-mgmt/unifi9/distinfo +++ b/net-mgmt/unifi9/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757944665 -SHA256 (unifi9-9.4.19/unifi_sysvinit_all.deb) = 95bbde1c98ce4690116be114e783adbc893bc7558518aaf01562f76fe037e570 -SIZE (unifi9-9.4.19/unifi_sysvinit_all.deb) = 137958618 -SHA256 (unifi9-9.4.19/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi9-9.4.19/javax.activation-api-1.2.0.jar) = 56674 +TIMESTAMP = 1760712389 +SHA256 (unifi9-9.5.21/unifi_sysvinit_all.deb) = 7da1cc9ab1ae0c8f302c242d622ee52f867457a69116b2aa4c13812e756986af +SIZE (unifi9-9.5.21/unifi_sysvinit_all.deb) = 142255902 +SHA256 (unifi9-9.5.21/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi9-9.5.21/javax.activation-api-1.2.0.jar) = 56674 diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 0a2da6201cd6..a9ebfdc614c6 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= libtorrent -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 7bebc5e606c8..2ced4eacf28e 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757101252 -SHA256 (libtorrent-0.16.0.tar.gz) = 623a75e85a23f7471c9531ea67a01bb652165c6b2b6a829a7f1c6117eac938ec -SIZE (libtorrent-0.16.0.tar.gz) = 885568 +TIMESTAMP = 1760641418 +SHA256 (libtorrent-0.16.1.tar.gz) = 1521e77c70fedd28638646766b5e32c7a0b612a7a2cedf75de89c7009ec8e4fe +SIZE (libtorrent-0.16.1.tar.gz) = 888505 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 826b7588ff53..273689f2255a 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -26,15 +26,16 @@ include/torrent/event.h include/torrent/exceptions.h include/torrent/hash_string.h include/torrent/net/address_info.h +include/torrent/net/connection_state.h include/torrent/net/fd.h include/torrent/net/http_get.h include/torrent/net/http_stack.h +include/torrent/net/network_config.h include/torrent/net/resolver.h include/torrent/net/socket_address.h include/torrent/net/socket_address_key.h include/torrent/net/socket_event.h include/torrent/net/types.h -include/torrent/net/utils.h include/torrent/object.h include/torrent/object_raw_bencode.h include/torrent/object_static_map.h @@ -67,9 +68,10 @@ include/torrent/utils/ranges.h include/torrent/utils/resume.h include/torrent/utils/scheduler.h include/torrent/utils/signal_bitfield.h +include/torrent/utils/string_manip.h include/torrent/utils/thread.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.30 -lib/libtorrent.so.30.0.0 +lib/libtorrent.so.31 +lib/libtorrent.so.31.0.0 libdata/pkgconfig/libtorrent.pc diff --git a/net-p2p/py-tremc/Makefile b/net-p2p/py-tremc/Makefile index 2092080abcb1..a2456c6a9bba 100644 --- a/net-p2p/py-tremc/Makefile +++ b/net-p2p/py-tremc/Makefile @@ -1,9 +1,9 @@ PORTNAME= tremc -DISTVERSION= 0.9.4 +DISTVERSION= 0.9.5 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alven@FreeBSD.org COMMENT= Console client for the BitTorrent client Transmission WWW= https://github.com/tremc/tremc @@ -12,11 +12,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= python shebangfix USE_GITHUB= yes + +SHEBANG_FILES= ${PORTNAME} + NO_ARCH= yes NO_BUILD= yes -SHEBANG_FILES= ${PORTNAME} -OPTIONS_DEFINE= ADNS IPY PYPERCLIP +OPTIONS_DEFINE= ADNS IPY PYPERCLIP OPTIONS_DEFAULT= ADNS IPY PYPERCLIP ADNS_DESC= Resolve IPs to host names diff --git a/net-p2p/py-tremc/distinfo b/net-p2p/py-tremc/distinfo index c2f88ac53474..2b72a906a5ca 100644 --- a/net-p2p/py-tremc/distinfo +++ b/net-p2p/py-tremc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751886921 -SHA256 (tremc-tremc-0.9.4_GH0.tar.gz) = f8cd45f2bfc1fa67dc8816659d81beacb9fd7b7a4a4b8402604a71c29836bd6f -SIZE (tremc-tremc-0.9.4_GH0.tar.gz) = 340109 +TIMESTAMP = 1760767641 +SHA256 (tremc-tremc-0.9.5_GH0.tar.gz) = 7fe1a873465c3bbcc9c96c2447bcad56915249cc07b9ee232182d8975b4dfadd +SIZE (tremc-tremc-0.9.5_GH0.tar.gz) = 341206 diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 0d2db49d588b..6d42ed40f1ad 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= rtorrent -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 9d4974b6f14a..bda3b65a2a1c 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757102139 -SHA256 (rtorrent-0.16.0.tar.gz) = fe8f8793f3bae8de157f567d9d89629dfd6fc21bc18d7db4537c4014a23dc1d9 -SIZE (rtorrent-0.16.0.tar.gz) = 854573 +TIMESTAMP = 1760641917 +SHA256 (rtorrent-0.16.1.tar.gz) = b2cdf8898b62f3763b29df94e4ad47d52cea2aa33b76581097a18894dd116073 +SIZE (rtorrent-0.16.1.tar.gz) = 851083 diff --git a/net/asterisk20/Makefile b/net/asterisk20/Makefile index b4bcd9f5b137..ee4a21fdac13 100644 --- a/net/asterisk20/Makefile +++ b/net/asterisk20/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 20.15.2 +DISTVERSION= 20.16.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk20/distinfo b/net/asterisk20/distinfo index 3405efd1031a..8911074bca79 100644 --- a/net/asterisk20/distinfo +++ b/net/asterisk20/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756474539 -SHA256 (asterisk/asterisk-20.15.2.tar.gz) = 4bbe0aaecc0e7294780269a5dc7ff78a85c58cf26ffc63dd63be5406eef0b687 -SIZE (asterisk/asterisk-20.15.2.tar.gz) = 28488062 +TIMESTAMP = 1760631942 +SHA256 (asterisk/asterisk-20.16.0.tar.gz) = 30945737855f47200b6986d917377989fd284fab50bf4d7646c63bda50bbf7b7 +SIZE (asterisk/asterisk-20.16.0.tar.gz) = 28540711 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk22/Makefile b/net/asterisk22/Makefile index b096a2d8b935..ea14c6a80af7 100644 --- a/net/asterisk22/Makefile +++ b/net/asterisk22/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 22.5.2 +DISTVERSION= 22.6.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk22/distinfo b/net/asterisk22/distinfo index f3247adbf965..7a6d7e0f1c8d 100644 --- a/net/asterisk22/distinfo +++ b/net/asterisk22/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756447991 -SHA256 (asterisk/asterisk-22.5.2.tar.gz) = 5061c852fd850b17e6be9d866c8e73298471883fc5e3ccd5a24b3e1364e24218 -SIZE (asterisk/asterisk-22.5.2.tar.gz) = 26374414 +TIMESTAMP = 1760641430 +SHA256 (asterisk/asterisk-22.6.0.tar.gz) = e5b33b9b6fd6fb2bbbe748bd34f517d9c634afbbd6c53bbbdd3214ec8a6a7749 +SIZE (asterisk/asterisk-22.6.0.tar.gz) = 26426677 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/dataplaneapi/Makefile b/net/dataplaneapi/Makefile index 691d9ebfa20e..82f8f6928c9d 100644 --- a/net/dataplaneapi/Makefile +++ b/net/dataplaneapi/Makefile @@ -1,7 +1,6 @@ PORTNAME= dataplaneapi DISTVERSIONPREFIX= v -DISTVERSION= 3.2.4 -PORTREVISION= 2 +DISTVERSION= 3.2.5 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org diff --git a/net/dataplaneapi/distinfo b/net/dataplaneapi/distinfo index 56a7bec3b9fb..abb86f7f3105 100644 --- a/net/dataplaneapi/distinfo +++ b/net/dataplaneapi/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759519276 -SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.4_GH0/go.mod) = 6761ed8f37903bb4eba98092869a75509f9b195eff289c57970a1f516fcbb6a1 -SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.4_GH0/go.mod) = 4886 -SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.4_GH0/haproxytech-dataplaneapi-v3.2.4_GH0.tar.gz) = 13a0ef16151837849f9fb91ad6ff869495688a40e627dbf82ffe31101fdbf110 -SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.4_GH0/haproxytech-dataplaneapi-v3.2.4_GH0.tar.gz) = 1086420 +TIMESTAMP = 1760648211 +SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.5_GH0/go.mod) = 0d14e043e370d3f9112165b3ba948d9cf857d3d8dbe1a569a744e28082b88284 +SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.5_GH0/go.mod) = 4957 +SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.5_GH0/haproxytech-dataplaneapi-v3.2.5_GH0.tar.gz) = ea532a97355c81f9faa12b56fb07ff9caead520bfc6774cf82ab1c8c25c269c4 +SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.5_GH0/haproxytech-dataplaneapi-v3.2.5_GH0.tar.gz) = 1086637 diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 1c025c7e6ffe..56701f941ac9 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 542.0.0 +DISTVERSION= 543.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo index a7eeb9a79365..a17502c23da8 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760114071 -SHA256 (google-cloud-sdk-542.0.0-linux-x86_64.tar.gz) = 6ac032650f507e61cf0b68a462be7e97edc9352cb3b95ce9a0d32cd8a4cfdfd5 -SIZE (google-cloud-sdk-542.0.0-linux-x86_64.tar.gz) = 150484652 +TIMESTAMP = 1760696261 +SHA256 (google-cloud-sdk-543.0.0-linux-x86_64.tar.gz) = 104326b211ae20f60c1121f5fc49a3081dac1ebc53a7c071327dd9909613a375 +SIZE (google-cloud-sdk-543.0.0-linux-x86_64.tar.gz) = 150508847 diff --git a/net/k6/Makefile b/net/k6/Makefile index 37417257d2f7..ad976be3a416 100644 --- a/net/k6/Makefile +++ b/net/k6/Makefile @@ -1,6 +1,6 @@ PORTNAME= k6 DISTVERSIONPREFIX= v -DISTVERSION= 1.2.3 +DISTVERSION= 1.3.0 CATEGORIES= net MAINTAINER= dutra@FreeBSD.org @@ -15,7 +15,7 @@ USES= go:1.23,modules NOT_FOR_ARCHS= armv6 armv7 i386 _BUILD_DATE= $$(date -u +"%FT%T%z") -_BUILD_HASH= e4a5a88 +_BUILD_HASH= 5870e99 GO_MODULE= github.com/grafana/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ diff --git a/net/k6/distinfo b/net/k6/distinfo index 2a05dd134e13..e83319489794 100644 --- a/net/k6/distinfo +++ b/net/k6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757541625 -SHA256 (go/net_k6/k6-v1.2.3/v1.2.3.mod) = 50935e629f9184ccc89cca5576744e7ac1cd5ad144fe6f3aa2f064b5715c81a7 -SIZE (go/net_k6/k6-v1.2.3/v1.2.3.mod) = 4835 -SHA256 (go/net_k6/k6-v1.2.3/v1.2.3.zip) = 7a151262814943519f4d1d659645f550cfce3b280dc056503708bdb07f0e0303 -SIZE (go/net_k6/k6-v1.2.3/v1.2.3.zip) = 2553294 +TIMESTAMP = 1760557943 +SHA256 (go/net_k6/k6-v1.3.0/v1.3.0.mod) = dac3dc7a07dad8f7767c3a583327e514373e48b13b183fab0961c79c038fca94 +SIZE (go/net_k6/k6-v1.3.0/v1.3.0.mod) = 4835 +SHA256 (go/net_k6/k6-v1.3.0/v1.3.0.zip) = 91695773bf588d66288b43ee54b29476bea9d2f81f7172dfd2684bee385a0814 +SIZE (go/net_k6/k6-v1.3.0/v1.3.0.zip) = 2578168 diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile index 3af489c09d3d..6ae618f0ddb6 100644 --- a/net/krakend-ce/Makefile +++ b/net/krakend-ce/Makefile @@ -1,7 +1,6 @@ PORTNAME= krakend-ce DISTVERSIONPREFIX= v -DISTVERSION= 2.11.1 -PORTREVISION= 1 +DISTVERSION= 2.11.2 CATEGORIES= net MAINTAINER= alven@FreeBSD.org diff --git a/net/krakend-ce/distinfo b/net/krakend-ce/distinfo index ea0509cec7ac..befb2b97433a 100644 --- a/net/krakend-ce/distinfo +++ b/net/krakend-ce/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760181073 -SHA256 (go/net_krakend-ce/krakend-ce-v2.11.1/v2.11.1.mod) = ec606399f1bf9d7ba84aba9a0a3208ebc3d825e20a890e20f8e29092425c23c1 -SIZE (go/net_krakend-ce/krakend-ce-v2.11.1/v2.11.1.mod) = 15236 -SHA256 (go/net_krakend-ce/krakend-ce-v2.11.1/v2.11.1.zip) = 333c6ef40204aaa3005e00cec104ef269f86e41aa582832dfbcb88bd402fec9c -SIZE (go/net_krakend-ce/krakend-ce-v2.11.1/v2.11.1.zip) = 143781 +TIMESTAMP = 1760693538 +SHA256 (go/net_krakend-ce/krakend-ce-v2.11.2/v2.11.2.mod) = ec606399f1bf9d7ba84aba9a0a3208ebc3d825e20a890e20f8e29092425c23c1 +SIZE (go/net_krakend-ce/krakend-ce-v2.11.2/v2.11.2.mod) = 15236 +SHA256 (go/net_krakend-ce/krakend-ce-v2.11.2/v2.11.2.zip) = 051a5879f641d10c5ba1978f28d773278e1890b570f8fb8a55e2797af0cc1e33 +SIZE (go/net_krakend-ce/krakend-ce-v2.11.2/v2.11.2.zip) = 143782 diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 801c77a25e91..ef83c4a287d5 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -1,5 +1,5 @@ PORTNAME= liveMedia -DISTVERSION= 2025.09.17 +DISTVERSION= 2025.10.13 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= https://download.videolan.org/contrib/live555/ diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index 526c23a84c28..54e06db28c75 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758386493 -SHA256 (live.2025.09.17.tar.gz) = bc8a449deb7d027d7b16f469e5dd7ecc995e41067dd2b479c7f0b433cac8eb66 -SIZE (live.2025.09.17.tar.gz) = 696969 +TIMESTAMP = 1760751936 +SHA256 (live.2025.10.13.tar.gz) = 44eb6ae4ae02ef68a5028d9fc8b70c45b9ba45c058f846b68bc4d32c74355f49 +SIZE (live.2025.10.13.tar.gz) = 696849 diff --git a/net/liveMedia/pkg-plist b/net/liveMedia/pkg-plist index acd6400c70b6..3356be1aff3e 100644 --- a/net/liveMedia/pkg-plist +++ b/net/liveMedia/pkg-plist @@ -227,5 +227,5 @@ lib/libgroupsock.so lib/libgroupsock.so.30 lib/libgroupsock.so.30.2.0 lib/libliveMedia.so -lib/libliveMedia.so.116 -lib/libliveMedia.so.116.0.7 +lib/libliveMedia.so.117 +lib/libliveMedia.so.117.0.0 diff --git a/net/py-greenstalk/Makefile b/net/py-greenstalk/Makefile index 443dfbec5d55..535440f7412d 100644 --- a/net/py-greenstalk/Makefile +++ b/net/py-greenstalk/Makefile @@ -1,5 +1,5 @@ PORTNAME= greenstalk -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-greenstalk/distinfo b/net/py-greenstalk/distinfo index 63a5d476b055..a29c01f96dea 100644 --- a/net/py-greenstalk/distinfo +++ b/net/py-greenstalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747431511 -SHA256 (greenstalk-2.1.0.tar.gz) = a731ca15bc3b03dfffc438db08c96d0c4e8ce5f472403573e40a1939791c12a7 -SIZE (greenstalk-2.1.0.tar.gz) = 6674 +TIMESTAMP = 1760647336 +SHA256 (greenstalk-2.1.1.tar.gz) = e89b7694ddabbd69562bfe11140fdac1afc9fedcbe2edf6464eaf7c355533ef8 +SIZE (greenstalk-2.1.1.tar.gz) = 6770 diff --git a/net/v2ray/Makefile b/net/v2ray/Makefile index 8ce3667b04f8..2b48750ef44b 100644 --- a/net/v2ray/Makefile +++ b/net/v2ray/Makefile @@ -1,7 +1,6 @@ PORTNAME= v2ray DISTVERSIONPREFIX= v -DISTVERSION= 5.40.0 -PORTREVISION= 1 +DISTVERSION= 5.41.0 CATEGORIES= net MAINTAINER= alven@FreeBSD.org diff --git a/net/v2ray/distinfo b/net/v2ray/distinfo index 649fe5cf7c41..dfc22c95c85b 100644 --- a/net/v2ray/distinfo +++ b/net/v2ray/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760035974 -SHA256 (go/net_v2ray/v2fly-v2ray-core-v5.40.0_GH0/go.mod) = abf7029e13936a598fc44bc02127c14771bd3f1c543d624f86f81f39b4173d63 -SIZE (go/net_v2ray/v2fly-v2ray-core-v5.40.0_GH0/go.mod) = 4253 -SHA256 (go/net_v2ray/v2fly-v2ray-core-v5.40.0_GH0/v2fly-v2ray-core-v5.40.0_GH0.tar.gz) = 14e333c7454781f0b44fe9cba1616e25accfb04cf0d9d31db7acdd33e2e8d0ac -SIZE (go/net_v2ray/v2fly-v2ray-core-v5.40.0_GH0/v2fly-v2ray-core-v5.40.0_GH0.tar.gz) = 1109413 +TIMESTAMP = 1760694314 +SHA256 (go/net_v2ray/v2fly-v2ray-core-v5.41.0_GH0/go.mod) = 60378f52552f4ef94bad96a472ac3fe497559d54694f6b9daaafe1b78835c608 +SIZE (go/net_v2ray/v2fly-v2ray-core-v5.41.0_GH0/go.mod) = 4254 +SHA256 (go/net_v2ray/v2fly-v2ray-core-v5.41.0_GH0/v2fly-v2ray-core-v5.41.0_GH0.tar.gz) = c67caa2d73f35a9562ecaeb5184733c943c9dafb47e8f1cfeacb892a9247e9b5 +SIZE (go/net_v2ray/v2fly-v2ray-core-v5.41.0_GH0/v2fly-v2ray-core-v5.41.0_GH0.tar.gz) = 1109397 diff --git a/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c b/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c new file mode 100644 index 000000000000..13c7bfbd0ac6 --- /dev/null +++ b/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c @@ -0,0 +1,11 @@ +--- epan/dissectors/packet-kerberos.c.orig 2025-10-16 15:54:37 UTC ++++ epan/dissectors/packet-kerberos.c +@@ -3401,7 +3401,7 @@ read_keytab_file(const char *filename) + + /* generate origin string, describing where this key came from */ + for(i=0;i<key.principal->name.name_string.len;i++){ +- wmem_strbuf_append_printf(str_principal, "%s%s",(i?"/":""),key.principal->name.name_string.val[i])); ++ wmem_strbuf_append_printf(str_principal, "%s%s",(i?"/":""),key.principal->name.name_string.val[i]); + } + wmem_strbuf_append_printf(str_principal, "@%s",key.principal->realm); + new_key->key_origin = (char*)wmem_strbuf_get_str(str_principal); diff --git a/net/zapret/Makefile b/net/zapret/Makefile index 0be5ad56507d..1fccb2d123c9 100644 --- a/net/zapret/Makefile +++ b/net/zapret/Makefile @@ -1,6 +1,6 @@ PORTNAME= zapret DISTVERSIONPREFIX= v -DISTVERSION= 72 +DISTVERSION= 72.1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/zapret/distinfo b/net/zapret/distinfo index eab6c2c839d0..d84490dc5aed 100644 --- a/net/zapret/distinfo +++ b/net/zapret/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760343342 -SHA256 (bol-van-zapret-v72_GH0.tar.gz) = 0f36237642ed5e9483aec6e710c647fdffb09b95c03aa6e2d6273fcabc76afb3 -SIZE (bol-van-zapret-v72_GH0.tar.gz) = 549487 +TIMESTAMP = 1760523025 +SHA256 (bol-van-zapret-v72.1_GH0.tar.gz) = 4e5c9fa6bfaf033aae361faf90429e64a6d30b37d4652e73e8d2572a1fd052d7 +SIZE (bol-van-zapret-v72.1_GH0.tar.gz) = 551772 diff --git a/ports-mgmt/poudriere-dsh2dsh/Makefile b/ports-mgmt/poudriere-dsh2dsh/Makefile index e4e02ec839e5..4530f0f5ef5f 100644 --- a/ports-mgmt/poudriere-dsh2dsh/Makefile +++ b/ports-mgmt/poudriere-dsh2dsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20251007 +DISTVERSION= 3.4.99.20251015 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -dsh2dsh diff --git a/ports-mgmt/poudriere-dsh2dsh/distinfo b/ports-mgmt/poudriere-dsh2dsh/distinfo index 8d2baeea73c8..18c9a2bab230 100644 --- a/ports-mgmt/poudriere-dsh2dsh/distinfo +++ b/ports-mgmt/poudriere-dsh2dsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759862161 -SHA256 (dsh2dsh-poudriere-3.4.99.20251007_GH0.tar.gz) = 9aa592dd4794d2c46896d9679c17bac45cc9cec4dbec43a9f8663b04b263d962 -SIZE (dsh2dsh-poudriere-3.4.99.20251007_GH0.tar.gz) = 5779966 +TIMESTAMP = 1760536078 +SHA256 (dsh2dsh-poudriere-3.4.99.20251015_GH0.tar.gz) = b41dfa9ac5a7cdcf9a2d53bad546373b06029454ad2bc0b5848e58bc4d106bbf +SIZE (dsh2dsh-poudriere-3.4.99.20251015_GH0.tar.gz) = 5793004 diff --git a/science/Makefile b/science/Makefile index 240f468caabb..9141575c630d 100644 --- a/science/Makefile +++ b/science/Makefile @@ -315,6 +315,7 @@ SUBDIR += py-cirq-pasqal SUBDIR += py-cirq-web SUBDIR += py-coards + SUBDIR += py-corner SUBDIR += py-dftbplus SUBDIR += py-dftd4 SUBDIR += py-dimod diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index 371fe4129bcb..8c784e4d3808 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -1,5 +1,5 @@ PORTNAME= Epi -PORTVERSION= 2.60 +PORTVERSION= 2.61 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/science/R-cran-Epi/distinfo b/science/R-cran-Epi/distinfo index ec0e369f065d..a39deb708e63 100644 --- a/science/R-cran-Epi/distinfo +++ b/science/R-cran-Epi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752227410 -SHA256 (Epi_2.60.tar.gz) = 29d6d91a7a0f04369852738fce009b3aefa59c65380174b6eec24ba7046aec57 -SIZE (Epi_2.60.tar.gz) = 3976720 +TIMESTAMP = 1760064085 +SHA256 (Epi_2.61.tar.gz) = 66b10d8737b079ed13de874c6023a23256ebabb91f160ae8b916ae5c1002eca3 +SIZE (Epi_2.61.tar.gz) = 5974357 diff --git a/science/ascent/Makefile b/science/ascent/Makefile index a94aa81f952a..700c3175eeba 100644 --- a/science/ascent/Makefile +++ b/science/ascent/Makefile @@ -1,6 +1,6 @@ PORTNAME= ascent DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.5 CATEGORIES= science PKGNAMESUFFIX= -visualizer @@ -52,4 +52,6 @@ OPENMPI_USES= mpi:openmpi OPENMPI_CMAKE_ON= -DENABLE_MPI=ON OPENMPI_BROKEN= still chooses mpich, see https://github.com/Alpine-DAV/ascent/issues/1091 +# tests as of 0.9.5: 100% tests passed, 0 tests failed out of 97 + .include <bsd.port.mk> diff --git a/science/ascent/distinfo b/science/ascent/distinfo index aeca2259461c..a8a71257682d 100644 --- a/science/ascent/distinfo +++ b/science/ascent/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1725897564 -SHA256 (Alpine-DAV-ascent-v0.9.3_GH0.tar.gz) = 69b2129380a89c6dd84ea9deaf4321d2b99cdd33c334c509998b796637f51025 -SIZE (Alpine-DAV-ascent-v0.9.3_GH0.tar.gz) = 148193922 +TIMESTAMP = 1760809604 +SHA256 (Alpine-DAV-ascent-v0.9.5_GH0.tar.gz) = 590ea90c5210af57a01399ac535332823207d78cfc9dc68bdaf42d2bcf12891f +SIZE (Alpine-DAV-ascent-v0.9.5_GH0.tar.gz) = 162734403 SHA256 (Alpine-DAV-spack_configs-26ea412_GH0.tar.gz) = 2d92cf6fa0f0b541f9fb70e897e96230b820c3d93e01e345653cb541a089e1e1 SIZE (Alpine-DAV-spack_configs-26ea412_GH0.tar.gz) = 14097 SHA256 (LLNL-blt-9ff7734_GH0.tar.gz) = 4ab173f8c82c33f31dc066bced2bcf15fe96345a252c59c647ed1940f6426d68 diff --git a/science/ascent/pkg-plist b/science/ascent/pkg-plist index 74e9d3fe74f9..b869941ba019 100644 --- a/science/ascent/pkg-plist +++ b/science/ascent/pkg-plist @@ -41,6 +41,10 @@ include/ascent/ascent_jit_kernel.hpp include/ascent/ascent_jit_math.hpp include/ascent/ascent_jit_topology.hpp include/ascent/ascent_logging.hpp +include/ascent/ascent_logging_config.h +include/ascent/ascent_logging_exports.h +include/ascent/ascent_logging_old.hpp +include/ascent/ascent_logging_timer.hpp include/ascent/ascent_main_runtime.hpp include/ascent/ascent_math.hpp include/ascent/ascent_memory_manager.hpp @@ -58,6 +62,7 @@ include/ascent/ascent_runtime_htg_filters.hpp include/ascent/ascent_runtime_param_check.hpp include/ascent/ascent_runtime_query_filters.hpp include/ascent/ascent_runtime_relay_filters.hpp +include/ascent/ascent_runtime_steering_filters.hpp include/ascent/ascent_runtime_trigger_filters.hpp include/ascent/ascent_runtime_utils.hpp include/ascent/ascent_runtime_vtkh_utils.hpp @@ -92,6 +97,7 @@ lib/cmake/ascent/thirdparty/BLTSetupMPI.cmake lib/libascent.so lib/libascent_flow.so lib/libascent_lodepng.so +lib/libascent_logging.so %%NO_NOMPI%%lib/libascent_mpi.so %%DATADIR%%/ascent_config.mk %%DATADIR%%/web_clients/ascent/index.html diff --git a/science/conduit/Makefile b/science/conduit/Makefile index 782cddcf23f2..fe04ba696b7a 100644 --- a/science/conduit/Makefile +++ b/science/conduit/Makefile @@ -1,6 +1,6 @@ PORTNAME= conduit DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -45,6 +45,6 @@ MPICH_CMAKE_ON= -DENABLE_MPI=ON OPENMPI_USES= mpi:openmpi OPENMPI_CMAKE_ON= -DENABLE_MPI=ON -# 100% tests passed, 0 tests failed out of 3 +# tests as of 0.9.5: 100% tests passed, 0 tests failed out of 3 .include <bsd.port.mk> diff --git a/science/conduit/distinfo b/science/conduit/distinfo index 6494006efe0a..959302ee4603 100644 --- a/science/conduit/distinfo +++ b/science/conduit/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1738037667 -SHA256 (LLNL-conduit-v0.9.3_GH0.tar.gz) = 7315813bcdbf8701d2060dd776ac16a79bfd5fe436d802a46e3f89a223f7bf8f -SIZE (LLNL-conduit-v0.9.3_GH0.tar.gz) = 24469438 +TIMESTAMP = 1760810723 +SHA256 (LLNL-conduit-v0.9.5_GH0.tar.gz) = 1a635050670644ffd3ef55351f96ac0f6bb15789b23643557e7ddacbcbf5460f +SIZE (LLNL-conduit-v0.9.5_GH0.tar.gz) = 107725385 SHA256 (LLNL-blt-058b312_GH0.tar.gz) = 93dd61bf6c52c17ce6a383687ccc7e589c250ab5997608e37623695a772d7e3d SIZE (LLNL-blt-058b312_GH0.tar.gz) = 1281374 SHA256 (Alpine-DAV-spack_configs-26a5d10_GH0.tar.gz) = 16e382c4054a21ddc6acd4319ec14e3f3c68921fe879ee470d011cc96e6a98b1 diff --git a/science/mdynamix/Makefile b/science/mdynamix/Makefile index 7227c210b3f0..fe71bb4d552c 100644 --- a/science/mdynamix/Makefile +++ b/science/mdynamix/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/mdynamix ALL_TARGET= default mpi MAKE_ARGS= FFLAGS="${FFLAGS} -ffast-math" LDFLAGS="${LDFLAGS}" -BINARY_ALIAS= make=gmake gfortran=gfortran${GCC_DEFAULT} +BINARY_ALIAS= make=gmake gfortran=${FC} PLIST_FILES= bin/md bin/mdp @@ -28,7 +28,7 @@ do-install: .include <bsd.port.pre.mk> -.if ${GCC_DEFAULT} >= 10 +.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10 # workaround for Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)). # in theory, this should set FCFLAGS, but the port does not conform FFLAGS+= -fallow-argument-mismatch diff --git a/science/paraview/Makefile b/science/paraview/Makefile index e657e04d7f84..a67c85503fb3 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -1,6 +1,6 @@ PORTNAME= paraview DISTVERSION= ${PARAVIEW_VER}.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${PARAVIEW_VER}/ DISTNAME= ParaView-v${PORTVERSION} diff --git a/science/py-abipy/Makefile b/science/py-abipy/Makefile index 06e725dae361..17fc7722db8c 100644 --- a/science/py-abipy/Makefile +++ b/science/py-abipy/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library for analyzing the results produced by ABINIT -WWW= https://abinit.github.io/abipy/ +WWW= https://abinit.github.io/abipy/ \ + https://github.com/abinit/abipy LICENSE= GPLv2 diff --git a/science/py-corner/Makefile b/science/py-corner/Makefile new file mode 100644 index 000000000000..fc69061b3a5b --- /dev/null +++ b/science/py-corner/Makefile @@ -0,0 +1,31 @@ +PORTNAME= corner +DISTVERSION= 2.2.3 +CATEGORIES= science graphics python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Make some beautiful corner plots +WWW= https://github.com/dfm/corner.py + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1:math/py-matplotlib@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arviz>=0.9:math/py-arviz@${PY_FLAVOR} \ + nox>0:devel/nox \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/tests + +NO_ARCH= yes + +# tests as of 2.2.3: 12 failed, 49 passed in 174.75s (0:02:54) + +.include <bsd.port.mk> diff --git a/science/py-corner/distinfo b/science/py-corner/distinfo new file mode 100644 index 000000000000..8e19b029a15f --- /dev/null +++ b/science/py-corner/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760469512 +SHA256 (corner-2.2.3.tar.gz) = 471b7b63395d8f1dee176bb779348ade38d56abd23404a48802a593607745e1c +SIZE (corner-2.2.3.tar.gz) = 5932840 diff --git a/science/py-corner/pkg-descr b/science/py-corner/pkg-descr new file mode 100644 index 000000000000..3ba0d780bc59 --- /dev/null +++ b/science/py-corner/pkg-descr @@ -0,0 +1,11 @@ +py-corner is a Python library designed to create "corner plots" (also known as +triangle plots or scatterplot matrices) for visualizing high-dimensional data. + +These plots are particularly useful in scientific fields such as astrophysics, +cosmology, and statistics for displaying the marginalized distributions of +parameters from a multi-dimensional sample (e.g., from Markov Chain Monte Carlo +simulations). + +The library generates 1D histograms for individual parameters and 2D histograms +(or scatter plots) for all pairs of parameters, providing a comprehensive +overview of their distributions and correlations. diff --git a/science/py-fresnel/Makefile b/science/py-fresnel/Makefile index 3133b2c1777e..89973e8ef4a6 100644 --- a/science/py-fresnel/Makefile +++ b/science/py-fresnel/Makefile @@ -1,8 +1,6 @@ PORTNAME= fresnel DISTVERSIONPREFIX= v -DISTVERSION= 0.13.4-4 -DISTVERSIONSUFFIX= -g3ba217f -PORTREVISION= 9 +DISTVERSION= 0.13.8 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= pybind11>0:devel/pybind11 -LIB_DEPENDS= libembree3.so:graphics/embree3 \ +LIB_DEPENDS= libembree4.so:graphics/embree \ libqhull_r.so:math/qhull \ libtbb.so:devel/onetbb TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} @@ -25,7 +23,7 @@ USE_GITHUB= yes GH_ACCOUNT= glotzerlab GH_TUPLE= glotzerlab:random123:7f2371b8c597a486cd33fb421a196d78efe08043:glotzerlab_random123/extern/random123 \ - glotzerlab:fresnel-examples:dad005682fc3b5d167861ce7eda23a157baf2ce7:glotzerlab_fresnel_examples/doc/examples \ + glotzerlab:fresnel-examples:edae193:glotzerlab_fresnel_examples/doc/examples \ glotzerlab:qhull:613debeaea72ee66626dace9ba1a2eff11b5d37d:glotzerlab_qhull/extern/qhull do-test: install diff --git a/science/py-fresnel/distinfo b/science/py-fresnel/distinfo index e9eab2d2039d..8c3c9eb135d2 100644 --- a/science/py-fresnel/distinfo +++ b/science/py-fresnel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1642820220 -SHA256 (glotzerlab-fresnel-v0.13.4-4-g3ba217f_GH0.tar.gz) = ac0b4f0e26050cdb4c1f5aa65cca66462127f2e6f2d6e0c97138d510fe5356e6 -SIZE (glotzerlab-fresnel-v0.13.4-4-g3ba217f_GH0.tar.gz) = 11009467 +TIMESTAMP = 1760712135 +SHA256 (glotzerlab-fresnel-v0.13.8_GH0.tar.gz) = b64b5aac2836bb3c30d8e7c8256e5726ff680b52674dcb0286a291f05e9c2241 +SIZE (glotzerlab-fresnel-v0.13.8_GH0.tar.gz) = 11065739 SHA256 (glotzerlab-random123-7f2371b8c597a486cd33fb421a196d78efe08043_GH0.tar.gz) = c96b9240953197387977244858d624c81bef15d74c5badd77a07c8d29cb30a8e SIZE (glotzerlab-random123-7f2371b8c597a486cd33fb421a196d78efe08043_GH0.tar.gz) = 648611 -SHA256 (glotzerlab-fresnel-examples-dad005682fc3b5d167861ce7eda23a157baf2ce7_GH0.tar.gz) = c603a5a48b7b559ae091d11f4a1ccdae2628929ccef721d9da1bd17bb8928e5a -SIZE (glotzerlab-fresnel-examples-dad005682fc3b5d167861ce7eda23a157baf2ce7_GH0.tar.gz) = 8110548 +SHA256 (glotzerlab-fresnel-examples-edae193_GH0.tar.gz) = e6b89dd8a4d15283f645aa206b91b139d0c89feb47e379c25dd37f0a42b8d73a +SIZE (glotzerlab-fresnel-examples-edae193_GH0.tar.gz) = 8109210 SHA256 (glotzerlab-qhull-613debeaea72ee66626dace9ba1a2eff11b5d37d_GH0.tar.gz) = b4504a190dc15c3ae932b998a2eed3cba8c7bdda1ab2a886e7e09d0526ee8143 SIZE (glotzerlab-qhull-613debeaea72ee66626dace9ba1a2eff11b5d37d_GH0.tar.gz) = 1308230 diff --git a/science/py-openpiv/Makefile b/science/py-openpiv/Makefile index 4243feff9291..98b63217ff89 100644 --- a/science/py-openpiv/Makefile +++ b/science/py-openpiv/Makefile @@ -1,35 +1,28 @@ PORTNAME= openpiv -PORTVERSION= 0.23.8 -PORTREVISION= 4 -DISTVERSIONPREFIX= v +PORTVERSION= 0.25.3 CATEGORIES= science python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org COMMENT= Python module for Particle Image Velocimetry -WWW= http://www.openpiv.net/ +WWW= https://github.com/OpenPIV LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12.0:graphics/py-scikit-image@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}imageio>0:graphics/py-imageio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}natsort>0:devel/py-natsort@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= OpenPIV -GH_PROJECT= openpiv-python - +USE_PYTHON= autoplist pep517 NO_ARCH= yes -OPTIONS_DEFINE= EXTRA -EXTRA_DESC= Install additional Python packages (for tutorial/examples) - -EXTRA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}natsort>=0:devel/py-natsort@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} - .include <bsd.port.mk> diff --git a/science/py-openpiv/distinfo b/science/py-openpiv/distinfo index 6d100e8e2475..e36cb9f13e6e 100644 --- a/science/py-openpiv/distinfo +++ b/science/py-openpiv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636128772 -SHA256 (OpenPIV-openpiv-python-v0.23.8_GH0.tar.gz) = ea5121593b0e718af082c22bb2afedd888e32998b4f9a526d65286b2e547028c -SIZE (OpenPIV-openpiv-python-v0.23.8_GH0.tar.gz) = 23930754 +TIMESTAMP = 1758658302 +SHA256 (openpiv-0.25.3.tar.gz) = 94e7588e897c6a5d64831aa9b906d4a9ed2d37a3ec71d668ba917783ddf1947d +SIZE (openpiv-0.25.3.tar.gz) = 37915252 diff --git a/science/py-pymatgen/Makefile b/science/py-pymatgen/Makefile index 666ba10e005f..9a43fc7b1005 100644 --- a/science/py-pymatgen/Makefile +++ b/science/py-pymatgen/Makefile @@ -1,7 +1,6 @@ PORTNAME= pymatgen DISTVERSIONPREFIX= v -DISTVERSION= 2025.6.14 -PORTREVISION= 1 +DISTVERSION= 2025.10.7 CATEGORIES= science python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,8 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bibtexparser>=1.4.0:textproc/py-bibtexparser ${PYTHON_PKGNAMEPREFIX}palettable>=3.3.3:misc/py-palettable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=2:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plotly>=5.0.0:graphics/py-plotly@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pybtex>=0.24.0:textproc/py-pybtex@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.32:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.30:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.13.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spglib>=2.5:science/py-spglib@${PY_FLAVOR} \ @@ -57,7 +55,6 @@ TEST_WRKSRC= ${WRKSRC}/tests post-install: # strip binaries @cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} && ${STRIP_CMD} \ - optimization/linear_assignment*.so \ optimization/neighbors*.so \ util/coord_cython*.so diff --git a/science/py-pymatgen/distinfo b/science/py-pymatgen/distinfo index 8258c6d8ccd7..065d8cf9cafe 100644 --- a/science/py-pymatgen/distinfo +++ b/science/py-pymatgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750130703 -SHA256 (materialsproject-pymatgen-v2025.6.14_GH0.tar.gz) = 5fb34d91889816240e93888a64bdf0b8d17ae23c51b9f6f9dcd5c940a90f47a6 -SIZE (materialsproject-pymatgen-v2025.6.14_GH0.tar.gz) = 272204087 +TIMESTAMP = 1760667421 +SHA256 (materialsproject-pymatgen-v2025.10.7_GH0.tar.gz) = e60338fdd70a3b944737a5379769f9bc892b6b6b7ba91336f01efb9799654624 +SIZE (materialsproject-pymatgen-v2025.10.7_GH0.tar.gz) = 271966495 diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile index dd2255f3a900..4d692df882dc 100644 --- a/science/rdkit/Makefile +++ b/science/rdkit/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt BROKEN_FreeBSD_15_aarch64= clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652 BROKEN_FreeBSD_15_amd64= clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652 BROKEN_FreeBSD_15_i386= clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652 +BROKEN_FreeBSD_16_amd64= clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652 BUILD_DEPENDS= catch>0:devel/catch \ flex:textproc/flex \ diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile index 5c1bb1e17497..daac01dd213e 100644 --- a/science/simgrid/Makefile +++ b/science/simgrid/Makefile @@ -1,7 +1,7 @@ PORTNAME= SimGrid DISTVERSIONPREFIX= v DISTVERSION= 3.35 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/sirius/Makefile b/science/sirius/Makefile index 91683901767c..32d06b9b319e 100644 --- a/science/sirius/Makefile +++ b/science/sirius/Makefile @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_15= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276196 +BROKEN_FreeBSD_16= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276196 LIB_DEPENDS= libcosta.so:math/costa \ libgsl.so:math/gsl \ diff --git a/science/ttk/Makefile b/science/ttk/Makefile index 1b1d123f5933..fa46ea465c0b 100644 --- a/science/ttk/Makefile +++ b/science/ttk/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttk DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/security/aws-c-cal/Makefile b/security/aws-c-cal/Makefile index c20c47ed86bb..f018701e5d62 100644 --- a/security/aws-c-cal/Makefile +++ b/security/aws-c-cal/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-cal DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-cal/distinfo b/security/aws-c-cal/distinfo index c3fa370d9411..e8b721263ad6 100644 --- a/security/aws-c-cal/distinfo +++ b/security/aws-c-cal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758220673 -SHA256 (awslabs-aws-c-cal-v0.9.3_GH0.tar.gz) = 7033e3efecbb1f6eddd0f549bb071b166e1aaca5f8fb4b215d0d0de5cb2e9496 -SIZE (awslabs-aws-c-cal-v0.9.3_GH0.tar.gz) = 1686833 +TIMESTAMP = 1760573923 +SHA256 (awslabs-aws-c-cal-v0.9.4_GH0.tar.gz) = 0c26d3092ecc3b23d41ac411a0c6c8d3f56f38bc1d396e0b40a008db6ae0f63f +SIZE (awslabs-aws-c-cal-v0.9.4_GH0.tar.gz) = 1689214 diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 921f039f43c8..26c8d8071bed 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,7 +1,6 @@ PORTNAME= aws-iam-authenticator -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org diff --git a/security/aws-iam-authenticator/distinfo b/security/aws-iam-authenticator/distinfo index ec330c2dfe00..30287a3b4b50 100644 --- a/security/aws-iam-authenticator/distinfo +++ b/security/aws-iam-authenticator/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757668473 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.7/v0.7.7.mod) = 700630d5d1ea0b410a7666d256ade2002fcf24897c5f2eb70dec1a40f3ef55a7 -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.7/v0.7.7.mod) = 4996 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.7/v0.7.7.zip) = 777328ad14c24fe5bab06f377b75178c5a8159e2cbf511adc3c84a8beb25d84e -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.7/v0.7.7.zip) = 234107 +TIMESTAMP = 1760692813 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.8/v0.7.8.mod) = 4163efce19348a71e733d26c118986834ed5afac48be7cec9dfc9c57d094dae3 +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.8/v0.7.8.mod) = 4788 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.8/v0.7.8.zip) = 499be04fd4aaec4210863e54e653220138fd9f6b7280b785ac90bbbe40594fe9 +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.8/v0.7.8.zip) = 233860 diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 4d6bedecb396..8a8f61eb6e7e 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,5 +1,5 @@ PORTNAME= clamav -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 8b152af4d834..3d7208d2db3a 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759867675 -SHA256 (clamav-1.5.0.tar.gz) = 09026c8b912b6c2a593d325318e99df7d763c9df013fff0d48ef3b2215fb53ee -SIZE (clamav-1.5.0.tar.gz) = 55281972 +TIMESTAMP = 1760651998 +SHA256 (clamav-1.5.1.tar.gz) = 64fe4a16a5622c1d71efe9ed7f2c2fbd37f8f237da9f11ff66b73038df71db91 +SIZE (clamav-1.5.1.tar.gz) = 65638226 diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index f542e393c400..c4a29f7623bb 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,5 +1,5 @@ PORTNAME= courier-authlib -PORTVERSION= 0.72.4 +PORTVERSION= 0.72.5 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= SF/courier/authlib/${PORTVERSION} diff --git a/security/courier-authlib/distinfo b/security/courier-authlib/distinfo index 1b97be6c6ce6..826791c9cc47 100644 --- a/security/courier-authlib/distinfo +++ b/security/courier-authlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744018659 -SHA256 (courier-authlib-0.72.4.tar.bz2) = 2a9d4e4535f1eeae84cc57589e8fdb9b46ae4f695d40e943413dfd6e949e3137 -SIZE (courier-authlib-0.72.4.tar.bz2) = 2290493 +TIMESTAMP = 1760733071 +SHA256 (courier-authlib-0.72.5.tar.bz2) = a94ff34c560f7b338108fe13ba876f1d15b9700bbc26e249da34d4db79d3aa42 +SIZE (courier-authlib-0.72.5.tar.bz2) = 2801834 diff --git a/security/courier-authlib/files/patch-Makefile.in b/security/courier-authlib/files/patch-Makefile.in index 4af934841bf2..f3dc3a55900d 100644 --- a/security/courier-authlib/files/patch-Makefile.in +++ b/security/courier-authlib/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2025-04-06 14:25:31 UTC +--- Makefile.in.orig 2025-10-14 23:04:09 UTC +++ Makefile.in -@@ -95,11 +95,10 @@ host_triplet = @host@ +@@ -97,11 +97,10 @@ host_triplet = @host@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @@ -16,7 +16,7 @@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac -@@ -154,7 +153,7 @@ am__v_lt_0 = --silent +@@ -155,7 +154,7 @@ am__v_lt_0 = --silent AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent @@ -25,10 +25,10 @@ libauthcustom_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libauthcustom_la_LDFLAGS) $(LDFLAGS) \ -@@ -219,6 +218,13 @@ libcourierauth_la_DEPENDENCIES = libs/libhmac/libhmac. - libs/md5/libmd5.la libs/sha1/libsha1.la \ - libs/numlib/libnumlib.la libs/random128/librandom128.la \ - libs/rfc822/libencode.la +@@ -223,6 +222,13 @@ am_libcourierauth_la_OBJECTS = authdaemon.lo authdaemo + am_libcourierauth_la_OBJECTS = authdaemon.lo authdaemonlib.lo \ + preauthdaemon.lo authmoduser2.lo authmoduser3.lo debug.lo \ + authoption.lo +am_libauthvchkpw_la_OBJECTS = authvchkpw.lo authvchkpwlib.lo \ + preauthvchkpw.lo +libauthvchkpw_la_OBJECTS = $(am_libauthvchkpw_la_OBJECTS) @@ -36,10 +36,10 @@ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(libauthvchkpw_la_LDFLAGS) $(LDFLAGS) \ + -o $@ - am_libcourierauth_la_OBJECTS = authdaemon.lo authdaemonlib.lo \ - preauthdaemon.lo authmoduser2.lo authmoduser3.lo debug.lo \ - authoption.lo -@@ -299,11 +305,11 @@ am__v_GEN_0 = @echo " GEN " $@; + libcourierauth_la_OBJECTS = $(am_libcourierauth_la_OBJECTS) + libcourierauth_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ +@@ -300,11 +306,11 @@ am__v_GEN_0 = @echo " GEN " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; @@ -53,7 +53,7 @@ DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles -@@ -335,7 +341,9 @@ am__depfiles_remade = ./$(DEPDIR)/authconfigfile.Plo \ +@@ -336,7 +342,9 @@ am__depfiles_remade = ./$(DEPDIR)/authconfigfile.Plo \ ./$(DEPDIR)/authsqlite.Plo ./$(DEPDIR)/authsqlitelib.Plo \ ./$(DEPDIR)/authsyschangepwd.Plo ./$(DEPDIR)/authsyscommon.Plo \ ./$(DEPDIR)/authtest.Po ./$(DEPDIR)/authuserdb.Plo \ @@ -64,7 +64,7 @@ ./$(DEPDIR)/checkpasswordmd5.Plo \ ./$(DEPDIR)/checkpasswordsha1.Plo ./$(DEPDIR)/cramlib.Plo \ ./$(DEPDIR)/cryptpassword.Plo ./$(DEPDIR)/debug.Plo \ -@@ -343,7 +351,7 @@ am__depfiles_remade = ./$(DEPDIR)/authconfigfile.Plo \ +@@ -344,7 +352,7 @@ am__depfiles_remade = ./$(DEPDIR)/authconfigfile.Plo \ ./$(DEPDIR)/preauthldap.Plo ./$(DEPDIR)/preauthmysql.Plo \ ./$(DEPDIR)/preauthpam.Plo ./$(DEPDIR)/preauthpwd.Plo \ ./$(DEPDIR)/preauthshadow.Plo ./$(DEPDIR)/preauthuserdb.Plo \ @@ -73,7 +73,7 @@ am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -354,7 +362,7 @@ am__v_CC_0 = @echo " CC " $@; +@@ -355,7 +363,7 @@ am__v_CC_0 = @echo " CC " $@; AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; @@ -82,7 +82,7 @@ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -362,7 +370,7 @@ am__v_CCLD_0 = @echo " CCLD " $@; +@@ -363,7 +371,7 @@ am__v_CCLD_0 = @echo " CCLD " $@; AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; @@ -91,7 +91,7 @@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -@@ -372,7 +380,7 @@ am__v_CXX_0 = @echo " CXX " $@; +@@ -373,7 +381,7 @@ am__v_CXX_0 = @echo " CXX " $@; AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; @@ -100,7 +100,7 @@ CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -@@ -380,12 +388,13 @@ am__v_CXXLD_0 = @echo " CXXLD " $@; +@@ -381,12 +389,13 @@ am__v_CXXLD_0 = @echo " CXXLD " $@; AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; @@ -115,7 +115,7 @@ $(libcourierauth_la_SOURCES) \ $(libcourierauthcommon_la_SOURCES) \ $(libcourierauthsasl_la_SOURCES) \ -@@ -399,6 +408,7 @@ DIST_SOURCES = $(libauthcustom_la_SOURCES) $(libauthld +@@ -400,6 +409,7 @@ DIST_SOURCES = $(libauthcustom_la_SOURCES) $(libauthld $(libauthpgsql_la_SOURCES) $(libauthpipe_la_SOURCES) \ $(libauthpwd_la_SOURCES) $(libauthshadow_la_SOURCES) \ $(libauthsqlite_la_SOURCES) $(libauthuserdb_la_SOURCES) \ @@ -123,7 +123,7 @@ $(libcourierauth_la_SOURCES) \ $(libcourierauthcommon_la_SOURCES) \ $(libcourierauthsasl_la_SOURCES) \ -@@ -571,6 +581,7 @@ LIBAUTHUSERDB = @LIBAUTHUSERDB@ +@@ -575,6 +585,7 @@ LIBAUTHUSERDB = @LIBAUTHUSERDB@ LIBAUTHSHADOW = @LIBAUTHSHADOW@ LIBAUTHSQLITE = @LIBAUTHSQLITE@ LIBAUTHUSERDB = @LIBAUTHUSERDB@ @@ -131,19 +131,19 @@ LIBDB = @LIBDB@ LIBDL = @LIBDL@ LIBGDBM = @LIBGDBM@ -@@ -704,7 +715,10 @@ AUTOMAKE_OPTIONS = dist-bzip2 +@@ -710,7 +721,10 @@ AUTOMAKE_OPTIONS = dist-bzip2 userdb = @userdb@ using_systemd = @using_systemd@ AUTOMAKE_OPTIONS = dist-bzip2 --SUBDIRS = libs/gdbmobj libs/bdbobj libs/md5 libs/sha1 libs/libhmac libs/numlib libs/makedat userdb libs/rfc822 libs/random128 libs/liblock liblog +-SUBDIRS = libs/gdbmobj libs/bdbobj libs/md5 libs/sha1 libs/libhmac libs/numlib libs/makedat userdb libs/rfc822 libs/rfc2045 libs/random128 libs/liblock liblog +SUBDIRS = libs/gdbmobj libs/bdbobj libs/md5 libs/sha1 libs/libhmac libs/numlib +@HAVE_USERDB_TRUE@SUBDIRS += libs/makedat userdb -+SUBDIRS += libs/rfc822 libs/random128 ++SUBDIRS += libs/rfc822 libs/rfc2045 libs/random128 +@HAVE_BASE_TRUE@SUBDIRS += libs/liblock liblog AM_CPPFLAGS = -I liblock $(LTDLINCL) BUILT_SOURCES = authdaemonrc.h $(BUILT1) $(GITFILES) \ $(man3:%.3=%.html) $(man1:%.1=%.html) authsqliterc.h \ -@@ -712,16 +726,18 @@ modules = @LIBAUTHUSERDB@ \ +@@ -718,16 +732,18 @@ modules = @LIBAUTHUSERDB@ \ modules = @LIBAUTHUSERDB@ \ @LIBAUTHPAM@ @LIBAUTHPWD@ @LIBAUTHSHADOW@ \ @LIBAUTHPGSQL@ @LIBAUTHLDAP@ @LIBAUTHMYSQL@ @LIBAUTHSQLITE@ \ @@ -166,7 +166,7 @@ libauthpgsql.la \ libauthldap.la \ libauthmysql.la \ -@@ -794,6 +810,13 @@ libauthshadow_la_LDFLAGS = $(commonldflags) +@@ -800,6 +816,13 @@ libauthshadow_la_LDFLAGS = $(commonldflags) libauthshadow_la_LIBADD = $(commonlibadd) $(libauthshadow_t) libauthshadow_la_LDFLAGS = $(commonldflags) @@ -180,7 +180,7 @@ # The authpgsql module libauthpgsql_t = @PGSQL_LIBS@ @LIBM@ @NETLIBS@ libauthpgsql_la_SOURCES = authpgsql.c authpgsqllib.cpp authpgsql.h -@@ -883,8 +906,8 @@ libcourierauthsaslclient_la_LDFLAGS = -export-symbols- +@@ -889,8 +912,8 @@ libcourierauthsaslclient_la_LDFLAGS = -export-symbols- libcourierauthsaslclient_la_LIBADD = libcourierauth.la libcourierauthsaslclient_la_LDFLAGS = -export-symbols-regex '^auth_sasl_client$$' -version-info @LIBVERSION_INFO@ @@ -191,7 +191,7 @@ courierauthconfig_SOURCES = authinfo.c authpasswd_SOURCES = authpasswd.c -@@ -901,7 +924,7 @@ authenumerate_LDADD = libcourierauth.la \ +@@ -907,7 +930,7 @@ authenumerate_LDADD = libcourierauth.la \ authenumerate_LDADD = libcourierauth.la \ libs/numlib/libnumlib.la @@ -200,7 +200,7 @@ # # The main daemon. -@@ -932,7 +955,7 @@ extraman3 = auth_generic_meta.3 auth_login_meta.3 auth +@@ -938,7 +961,7 @@ extraman3 = auth_generic_meta.3 auth_login_meta.3 auth extraman3 = auth_generic_meta.3 auth_login_meta.3 auth_getuserinfo_meta.3 \ auth_sasl_ex.3 @@ -209,18 +209,18 @@ man_MANS = $(man1) $(man3) $(extraman3) BUILT1 = authlib.html authldaprc.h authmysqlrc.h authpgsqlrc.h authpiperc.h \ authdaemonrc.h packageversion.h \ -@@ -990,7 +1013,7 @@ stamp-h1: $(srcdir)/courier_auth_config.h.in $(top_bui +@@ -996,7 +1019,7 @@ stamp-h1: $(srcdir)/courier_auth_config.h.in $(top_bui stamp-h1: $(srcdir)/courier_auth_config.h.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status courier_auth_config.h + $(AM_V_at)rm -f stamp-h1 + $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status courier_auth_config.h -$(srcdir)/courier_auth_config.h.in: $(am__configure_deps) +$(srcdir)/courier_auth_config.h.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ -@@ -1162,73 +1185,76 @@ clean-pkglibLTLIBRARIES: - rm -f $${locs}; \ - } + $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + $(AM_V_at)rm -f stamp-h1 + $(AM_V_at)touch $@ +@@ -1151,73 +1174,76 @@ clean-pkglibLTLIBRARIES: + echo rm -f $${locs}; \ + $(am__rm_f) $${locs} -libauthcustom.la: $(libauthcustom_la_OBJECTS) $(libauthcustom_la_DEPENDENCIES) $(EXTRA_libauthcustom_la_DEPENDENCIES) +libauthcustom.la: $(libauthcustom_la_OBJECTS) $(libauthcustom_la_DEPENDENCIES) $(EXTRA_libauthcustom_la_DEPENDENCIES) @@ -316,7 +316,7 @@ @rm -f courierauthconfig$(EXEEXT) $(AM_V_CCLD)$(LINK) $(courierauthconfig_OBJECTS) $(courierauthconfig_LDADD) $(LIBS) install-pkglibexecSCRIPTS: $(pkglibexec_SCRIPTS) -@@ -1355,6 +1381,8 @@ distclean-compile: +@@ -1344,6 +1370,8 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authtest.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdb.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdbpwd.Plo@am__quote@ # am--include-marker @@ -325,7 +325,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpassword.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordmd5.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordsha1.Plo@am__quote@ # am--include-marker -@@ -1370,6 +1398,7 @@ distclean-compile: +@@ -1359,6 +1387,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthshadow.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdb.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdbcommon.Plo@am__quote@ # am--include-marker @@ -333,7 +333,7 @@ $(am__depfiles_remade): @$(MKDIR_P) $(@D) -@@ -1939,6 +1968,8 @@ distclean: distclean-recursive +@@ -1928,6 +1957,8 @@ distclean: distclean-recursive -rm -f ./$(DEPDIR)/authtest.Po -rm -f ./$(DEPDIR)/authuserdb.Plo -rm -f ./$(DEPDIR)/authuserdbpwd.Plo @@ -342,7 +342,7 @@ -rm -f ./$(DEPDIR)/checkpassword.Plo -rm -f ./$(DEPDIR)/checkpasswordmd5.Plo -rm -f ./$(DEPDIR)/checkpasswordsha1.Plo -@@ -1954,6 +1985,7 @@ distclean: distclean-recursive +@@ -1943,6 +1974,7 @@ distclean: distclean-recursive -rm -f ./$(DEPDIR)/preauthshadow.Plo -rm -f ./$(DEPDIR)/preauthuserdb.Plo -rm -f ./$(DEPDIR)/preauthuserdbcommon.Plo @@ -350,7 +350,7 @@ -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags -@@ -1970,18 +2002,26 @@ info-am: +@@ -1959,18 +1991,26 @@ info-am: info-am: @@ -385,7 +385,7 @@ install-html: install-html-recursive install-html-am: -@@ -2124,13 +2164,16 @@ uninstall-man: uninstall-man1 uninstall-man3 +@@ -2113,13 +2153,16 @@ uninstall-man: uninstall-man1 uninstall-man3 .PRECIOUS: Makefile @@ -404,7 +404,7 @@ @HAVE_AUTHPGSQL_TRUE@uninstall-authpgsqlrc: @HAVE_AUTHPGSQL_TRUE@ rm -f $(DESTDIR)@authpgsqlrc@.dist -@@ -2148,8 +2191,6 @@ authpgsqlrc.h: +@@ -2137,8 +2180,6 @@ authpgsqlrc.h: @HAVE_LDAP_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authldaprc@` || : @HAVE_LDAP_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authldaprc \ @HAVE_LDAP_TRUE@ $(DESTDIR)@authldaprc@.dist @@ -413,7 +413,7 @@ @HAVE_LDAP_TRUE@uninstall-authldaprc: @HAVE_LDAP_TRUE@ rm -f $(DESTDIR)@authldaprc@.dist -@@ -2160,6 +2201,18 @@ authpgsqlrc.h: +@@ -2149,6 +2190,18 @@ authpgsqlrc.h: @HAVE_LDAP_FALSE@uninstall-authldaprc: @HAVE_LDAP_FALSE@ @: @@ -432,7 +432,7 @@ authldaprc.h: echo "#define AUTHLDAPRC \"@authldaprc@\"" >authldaprc.h -@@ -2167,8 +2220,6 @@ authldaprc.h: +@@ -2156,8 +2209,6 @@ authldaprc.h: @HAVE_AUTHMYSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authmysqlrc@` || : @HAVE_AUTHMYSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authmysqlrc \ @HAVE_AUTHMYSQL_TRUE@ $(DESTDIR)@authmysqlrc@.dist @@ -441,7 +441,7 @@ @HAVE_AUTHMYSQL_TRUE@uninstall-authmysqlrc: @HAVE_AUTHMYSQL_TRUE@ rm -f $(DESTDIR)@authmysqlrc@.dist -@@ -2186,8 +2237,6 @@ authmysqlrc.h: +@@ -2175,8 +2226,6 @@ authmysqlrc.h: @HAVE_AUTHSQLITE_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authsqliterc@` || : @HAVE_AUTHSQLITE_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authsqliterc \ @HAVE_AUTHSQLITE_TRUE@ $(DESTDIR)@authsqliterc@.dist @@ -450,7 +450,7 @@ @HAVE_AUTHSQLITE_TRUE@uninstall-authsqliterc: @HAVE_AUTHSQLITE_TRUE@ rm -f $(DESTDIR)@authsqliterc@.dist -@@ -2206,17 +2255,21 @@ authpiperc.h: +@@ -2195,17 +2244,21 @@ authpiperc.h: authpiperc.h: echo "#define PIPE_PROGRAM \"@authProg@\"" >authpiperc.h @@ -481,7 +481,7 @@ authdaemonrc.h: echo "#define AUTHDAEMONRC \"@authdaemonrc@\"" >authdaemonrc.h echo "#define AUTHDAEMONVAR \"@authdaemonvar@\"" >>authdaemonrc.h -@@ -2272,24 +2325,24 @@ install-data-hook: install-authdaemonrc install-authpg +@@ -2261,24 +2314,24 @@ install-data-hook: install-authdaemonrc install-authpg # automake still a bit stupid... install-data-hook: install-authdaemonrc install-authpgsqlrc \ @@ -518,7 +518,7 @@ $(INSTALL_SCRIPT) userdb/pw2userdb \ $(DESTDIR)$(sbindir)/pw2userdb ; \ $(INSTALL_SCRIPT) userdb/makeuserdb \ -@@ -2300,9 +2353,10 @@ uninstall-hook: uninstall-authldaprc uninstall-authdae +@@ -2289,9 +2342,10 @@ uninstall-hook: uninstall-authldaprc uninstall-authdae $(DESTDIR)$(sbindir)/userdbpw uninstall-hook: uninstall-authldaprc uninstall-authdaemonrc uninstall-authmysqlrc uninstall-authpgsqlrc uninstall-authsqliterc @@ -530,7 +530,7 @@ $(DESTDIR)$(sbindir)/pw2userdb \ $(DESTDIR)$(sbindir)/makeuserdb \ $(DESTDIR)$(sbindir)/userdb \ -@@ -2312,7 +2366,7 @@ authlib.3: authlib.3.in +@@ -2301,7 +2355,7 @@ authlib.3: authlib.3.in $(SHELL) ./config.status --file=authlib.html authlib.3: authlib.3.in diff --git a/security/courier-authlib/files/patch-libs_rfc2045_rfc2045.h b/security/courier-authlib/files/patch-libs_rfc2045_rfc2045.h new file mode 100644 index 000000000000..af387f7e7dd7 --- /dev/null +++ b/security/courier-authlib/files/patch-libs_rfc2045_rfc2045.h @@ -0,0 +1,11 @@ +--- libs/rfc2045/rfc2045.h.orig 2025-10-06 09:00:02 UTC ++++ libs/rfc2045/rfc2045.h +@@ -3224,7 +3224,7 @@ void rfc822::mime_decoder<out_iter, src_type>::decode( + + if (decode_header) + { +- typename rfc2045::entity::line_iter<crlf>::headers< ++ typename rfc2045::entity::line_iter<crlf>::template headers< + src_type> parser{e, src }; + + parser.name_lc=header_name_lc; diff --git a/security/courier-authlib/files/patch-libs_rfc2045_testsuitecpp.C b/security/courier-authlib/files/patch-libs_rfc2045_testsuitecpp.C new file mode 100644 index 000000000000..649fadc8ea79 --- /dev/null +++ b/security/courier-authlib/files/patch-libs_rfc2045_testsuitecpp.C @@ -0,0 +1,11 @@ +--- libs/rfc2045/testsuitecpp.C.orig 2025-10-04 09:00:06 UTC ++++ libs/rfc2045/testsuitecpp.C +@@ -19,7 +19,7 @@ void testrfc2045line_iter_testset(int &testnum, test_t + auto b=s.begin(); + auto e=s.end(); + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::string_view::iterator, + std::string_view::iterator + > diff --git a/security/courier-authlib/files/patch-libs_rfc2045_testsuitecpp2.C b/security/courier-authlib/files/patch-libs_rfc2045_testsuitecpp2.C new file mode 100644 index 000000000000..353465b17a71 --- /dev/null +++ b/security/courier-authlib/files/patch-libs_rfc2045_testsuitecpp2.C @@ -0,0 +1,29 @@ +--- libs/rfc2045/testsuitecpp2.C.orig 2025-09-10 09:00:05 UTC ++++ libs/rfc2045/testsuitecpp2.C +@@ -217,7 +217,7 @@ void test3() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; +@@ -310,7 +310,7 @@ void test4() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; +@@ -488,7 +488,7 @@ void test5() + auto b=std::istreambuf_iterator<char>{ss}; + auto e=std::istreambuf_iterator<char>{}; + +- typename rfc2045::entity::line_iter<crlf>::iter< ++ typename rfc2045::entity::line_iter<crlf>::template iter< + std::istreambuf_iterator<char>, + std::istreambuf_iterator<char> + > iter{b, e}; diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index a8fecc23c2db..8c2148891e31 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,6 +1,6 @@ PORTNAME= keepassxc DISTVERSION= 2.7.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -25,7 +25,7 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ USES= cmake compiler:c++17-lang desktop-file-utils minizip \ pkgconfig qt:5 readline shared-mime-info tar:xz xorg -USE_QT= concurrent core dbus gui network svg widgets x11extras \ +USE_QT= concurrent core dbus gui network svg wayland widgets x11extras \ buildtools:build linguisttools:build qmake:build testlib:build USE_XORG= x11 diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index b90c18b1308e..daa464c11003 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= libressl -PORTVERSION= 4.1.1 +PORTVERSION= 4.2.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel @@ -50,12 +50,12 @@ LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=56 \ - LIBCRYPTO_SHLIBFULL=56.0.0 \ - LIBSSL_SHLIBMAJ=59 \ - LIBSSL_SHLIBFULL=59.0.1 \ - LIBTLS_SHLIBMAJ=32 \ - LIBTLS_SHLIBFULL=32.0.1 +PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=57 \ + LIBCRYPTO_SHLIBFULL=57.0.1 \ + LIBSSL_SHLIBMAJ=60 \ + LIBSSL_SHLIBFULL=60.0.1 \ + LIBTLS_SHLIBMAJ=33 \ + LIBTLS_SHLIBFULL=33.0.1 post-patch-MAN3-off: ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index 62e0fcbe19c7..6971a8021c4e 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759303143 -SHA256 (libressl-4.1.1.tar.gz) = c7ff7a7d675d5f57730940e5ccff1dbe2dcd5b7405b5397e0f7ffd66a5ed5679 -SIZE (libressl-4.1.1.tar.gz) = 9202355 +TIMESTAMP = 1760545157 +SHA256 (libressl-4.2.0.tar.gz) = 0f7dba44d7cb8df8d53f2cfbf1955254bc128e0089595f1aba2facfaee8408b2 +SIZE (libressl-4.2.0.tar.gz) = 9147132 diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist index c73e0cb9c35a..30505e613b0c 100644 --- a/security/libressl-devel/pkg-plist +++ b/security/libressl-devel/pkg-plist @@ -38,6 +38,7 @@ include/openssl/kdf.h include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h +include/openssl/mlkem.h include/openssl/modes.h include/openssl/obj_mac.h include/openssl/objects.h diff --git a/security/libressl-devel/version.mk b/security/libressl-devel/version.mk index a43395b52412..2fe40b3646a5 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 56 +OPENSSL_SHLIBVER?= 57 diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 749ae4315dc1..21673f97c719 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,5 +1,5 @@ PORTNAME= libressl -PORTVERSION= 4.1.1 +PORTVERSION= 4.2.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -49,12 +49,12 @@ LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=56 \ - LIBCRYPTO_SHLIBFULL=56.0.0 \ - LIBSSL_SHLIBMAJ=59 \ - LIBSSL_SHLIBFULL=59.0.1 \ - LIBTLS_SHLIBMAJ=32 \ - LIBTLS_SHLIBFULL=32.0.1 +PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=57 \ + LIBCRYPTO_SHLIBFULL=57.0.1 \ + LIBSSL_SHLIBMAJ=60 \ + LIBSSL_SHLIBFULL=60.0.1 \ + LIBTLS_SHLIBMAJ=33 \ + LIBTLS_SHLIBFULL=33.0.1 post-patch-MAN3-off: ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 62e0fcbe19c7..6971a8021c4e 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759303143 -SHA256 (libressl-4.1.1.tar.gz) = c7ff7a7d675d5f57730940e5ccff1dbe2dcd5b7405b5397e0f7ffd66a5ed5679 -SIZE (libressl-4.1.1.tar.gz) = 9202355 +TIMESTAMP = 1760545157 +SHA256 (libressl-4.2.0.tar.gz) = 0f7dba44d7cb8df8d53f2cfbf1955254bc128e0089595f1aba2facfaee8408b2 +SIZE (libressl-4.2.0.tar.gz) = 9147132 diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index c73e0cb9c35a..30505e613b0c 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/pkg-plist @@ -38,6 +38,7 @@ include/openssl/kdf.h include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h +include/openssl/mlkem.h include/openssl/modes.h include/openssl/obj_mac.h include/openssl/objects.h diff --git a/security/libressl/version.mk b/security/libressl/version.mk index a43395b52412..2fe40b3646a5 100644 --- a/security/libressl/version.mk +++ b/security/libressl/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 56 +OPENSSL_SHLIBVER?= 57 diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile index fb390e30f5e8..989cdea1c8ce 100644 --- a/security/nextcloud-end_to_end_encryption/Makefile +++ b/security/nextcloud-end_to_end_encryption/Makefile @@ -1,5 +1,5 @@ PORTNAME= end_to_end_encryption -PORTVERSION= 1.17.0 +PORTVERSION= 1.18.0 DISTVERSIONPREFIX= v CATEGORIES= security @@ -9,7 +9,7 @@ WWW= https://apps.nextcloud.com/apps/end_to_end_encryption LICENSE_FILE= ${WRKSRC}/LICENSE -NEXTCLOUD_RUN_DEPENDS= 31 +NEXTCLOUD_RUN_DEPENDS= 32 USES= nextcloud php:flavors diff --git a/security/nextcloud-end_to_end_encryption/distinfo b/security/nextcloud-end_to_end_encryption/distinfo index 7c3128388436..5a29084e41e2 100644 --- a/security/nextcloud-end_to_end_encryption/distinfo +++ b/security/nextcloud-end_to_end_encryption/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740558340 -SHA256 (nextcloud/end_to_end_encryption-v1.17.0.tar.gz) = 5a88effd4cc34fdbfd6d5682f0aec6a9a4185531381a8446db3b4700b664b4b9 -SIZE (nextcloud/end_to_end_encryption-v1.17.0.tar.gz) = 1864255 +TIMESTAMP = 1760546414 +SHA256 (nextcloud/end_to_end_encryption-v1.18.0.tar.gz) = 3426b9b7e92c6c778184bd18a448c3e26e5d8f4c0040891ce98adea409f4f133 +SIZE (nextcloud/end_to_end_encryption-v1.18.0.tar.gz) = 1899150 diff --git a/security/py-ropgadget/Makefile b/security/py-ropgadget/Makefile index e50dc8d424fc..b0e7412db90b 100644 --- a/security/py-ropgadget/Makefile +++ b/security/py-ropgadget/Makefile @@ -1,13 +1,13 @@ PORTNAME= ropgadget -PORTVERSION= 7.6 -PORTREVISION= 1 +PORTVERSION= 7.7 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to search gadgets to facilitate ROP exploitation -WWW= https://pypi.org/project/ropgadget/ +WWW= https://pypi.org/project/ropgadget/ \ + https://github.com/JonathanSalwan/ROPgadget LICENSE= BSD3CLAUSE diff --git a/security/py-ropgadget/distinfo b/security/py-ropgadget/distinfo index 754e25afc7e8..ab707c4247d9 100644 --- a/security/py-ropgadget/distinfo +++ b/security/py-ropgadget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738402494 -SHA256 (ropgadget-7.6.tar.gz) = 8883c54e4627073a2ce7cd8adbaf7ef72478442c0a5da1308c3c2e37641174c3 -SIZE (ropgadget-7.6.tar.gz) = 25848 +TIMESTAMP = 1760594765 +SHA256 (ropgadget-7.7.tar.gz) = 8aa7db0ce48ae6b09707fecc40bdd88ee5f76afd64249885ef3c9feab5bd9cfb +SIZE (ropgadget-7.7.tar.gz) = 26077 diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile index 6c3692766307..af0428348488 100644 --- a/security/py-yubikey-manager/Makefile +++ b/security/py-yubikey-manager/Makefile @@ -1,5 +1,5 @@ PORTNAME= yubikey-manager -PORTVERSION= 5.2.0 +PORTVERSION= 5.7.2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-yubikey-manager/distinfo b/security/py-yubikey-manager/distinfo index 222bb2ba71c4..31053ff43246 100644 --- a/security/py-yubikey-manager/distinfo +++ b/security/py-yubikey-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693744660 -SHA256 (yubikey_manager-5.2.0.tar.gz) = 45e0f09e3cee2375b6f930dd5d89c1d3a7ca5d5cccb599b16a12f8f7d989fd36 -SIZE (yubikey_manager-5.2.0.tar.gz) = 184873 +TIMESTAMP = 1758393581 +SHA256 (yubikey_manager-5.7.2.tar.gz) = 9aeb4035dcff8f6cb792e83f36e6a9152a9b5b65ac2c2e25e5f20d53c6064e62 +SIZE (yubikey_manager-5.7.2.tar.gz) = 222299 diff --git a/security/su-exec/Makefile b/security/su-exec/Makefile index 78174b9f1690..051ae374a935 100644 --- a/security/su-exec/Makefile +++ b/security/su-exec/Makefile @@ -1,6 +1,6 @@ PORTNAME= su-exec DISTVERSIONPREFIX= v -DISTVERSION= 0.2 +DISTVERSION= 0.3 CATEGORIES= security MAINTAINER= dtxdf@FreeBSD.org diff --git a/security/su-exec/distinfo b/security/su-exec/distinfo index bb9ae6f6cb03..c45c08386870 100644 --- a/security/su-exec/distinfo +++ b/security/su-exec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690896135 -SHA256 (ncopa-su-exec-v0.2_GH0.tar.gz) = ec4acbd8cde6ceeb2be67eda1f46c709758af6db35cacbcde41baac349855e25 -SIZE (ncopa-su-exec-v0.2_GH0.tar.gz) = 2426 +TIMESTAMP = 1760647029 +SHA256 (ncopa-su-exec-v0.3_GH0.tar.gz) = 1de7479857879b6d14772792375290a87eac9a37b0524d39739a4a0739039620 +SIZE (ncopa-su-exec-v0.3_GH0.tar.gz) = 3921 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index b1213c676ae1..6af76ff19af5 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,266 @@ + <vuln vid="20840621-ab82-11f0-b961-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>144.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.4.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>140.4.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1983838%2C1987624%2C1988244%2C1988912%2C1989734%2C1990085%2C1991899"> + <p>Memory safety bugs present in Firefox ESR 140.3, Thunderbird ESR + 140.3, Firefox 143 and Thunderbird 143. Some of these bugs showed + evidence of memory corruption and we presume that with enough effort + some of these could have been exploited to run arbitrary code. This + vulnerability affects Firefox < 144, Firefox ESR < 140.4, + Thunderbird < 144, and Thunderbird < 140.4.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-11715</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-11715</url> + </references> + <dates> + <discovery>2025-10-14</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="ed132d42-ab81-11f0-b961-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>144.0.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>144.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1986816"> + <p>Memory safety bug. This bug showed evidence of memory + corruption and we presume that with enough effort this could + have been exploited to run arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-11721</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-11721</url> + </references> + <dates> + <discovery>2025-10-14</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="f3550d26-ab7d-11f0-b961-b42e991fc52e"> + <topic>Firefox -- Sandbox escape</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>143.0.3,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1987246"> + <p>Sandbox excape due to integer overflow in the Graphics: + Canvas2D component</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-11152</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-11152</url> + </references> + <dates> + <discovery>2025-09-30</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="7b9a8247-ab7b-11f0-b961-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>142.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.2.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>142.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1938220%2C1980730%2C1981280%2C1981283%2C1984505%2C1985067"> + <p>Some of these bugs showed evidence of memory corruption + and we presume that with enough effort some of these could + have been exploited to run arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-10537</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-10537</url> + </references> + <dates> + <discovery>2025-09-16</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="4fe6f98e-ab7b-11f0-b961-b42e991fc52e"> + <topic>Mozilla -- Information disclosure</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>143.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.3.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>143.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1981502"> + <p>This vulnerability affects Firefox < 143, Firefox ESR < 140.3, + Thunderbird < 143, and Thunderbird < 140.3.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-10536</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-10536</url> + </references> + <dates> + <discovery>2025-09-16</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="1e8a6581-ab7b-11f0-b961-b42e991fc52e"> + <topic>Mozilla -- spoofing</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>143.0.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>143.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1665334"> + <p>Spoofing issue in the Site Permission component</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-10534</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-10534</url> + </references> + <dates> + <discovery>2025-09-16</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="c7383de4-ab7a-11f0-b961-b42e991fc52e"> + <topic>Mozilla -- integer overflow</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>143.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.28.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>143.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1980788"> + <p>Integer overflow in the SVG component</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-10533</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-10533</url> + </references> + <dates> + <discovery>2025-09-16</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + + <vuln vid="511f5aac-ab46-11f0-9446-f02f7497ecda"> + <topic>minio -- Privilege Escalation via Session Policy Bypass in Service Accounts and STS</topic> + <affects> + <package> + <name>minio</name> + <range><lt>RELEASE.2025-10-15T17-29-55Z</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>mino reports:</p> + <blockquote cite="https://github.com/minio/minio/security/advisories/GHSA-jjjj-jwhf-8rgr"> + <p>A privilege escalation vulnerability allows service accounts and STS + (Security Token Service) accounts with restricted session policies to + bypass their inline policy restrictions when performing "own" account + operations, specifically when creating new service accounts for the same + user.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-62506</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-62506</url> + </references> + <dates> + <discovery>2025-10-17</discovery> + <entry>2025-10-17</entry> + </dates> + </vuln> + <vuln vid="50fd6a75-0587-4987-bef2-bb933cd78ea1"> <topic>zeek -- information leak vulnerability</topic> <affects> diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 378d33f5ae68..fbdd47952775 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,5 @@ PORTNAME= zeek -DISTVERSION= 8.0.2 +DISTVERSION= 8.0.3 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ diff --git a/security/zeek/distinfo b/security/zeek/distinfo index fe5b893c7586..8d3fd5d0c12e 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760391181 -SHA256 (zeek-8.0.2.tar.gz) = 140d2e570812a8281e2e228a479da499a8c34260d44b9ba237aab0077f96a45c -SIZE (zeek-8.0.2.tar.gz) = 99610790 +TIMESTAMP = 1760556081 +SHA256 (zeek-8.0.3.tar.gz) = c178a85e502835cef9584e9a5cb049b4a6abc00bd2bd3c07d4bc3466e5df6eee +SIZE (zeek-8.0.3.tar.gz) = 99613493 diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6563d2230266..f320b9b85148 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bash PATCHLEVEL= 3 PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -83,6 +83,7 @@ post-patch: ${TOUCH} ${WRKSRC}/parse.y ${RM} ${WRKSRC}/y.tab.c @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ + -e "s|\(/etc/profile\)|${PREFIX}\1|g" \ ${WRKSRC}/doc/bash.1 .if ${PORT_OPTIONS:MSYSLOG} @${REINPLACE_CMD} \ diff --git a/sysutils/Makefile b/sysutils/Makefile index 67a7d9cb0002..7341fe812938 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 @@ -473,6 +475,7 @@ SUBDIR += gobi_loader SUBDIR += gomi SUBDIR += gomplate + SUBDIR += gonzo SUBDIR += google-compute-engine-oslogin SUBDIR += gotop SUBDIR += govmomi 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/eksctl/Makefile b/sysutils/eksctl/Makefile index f2d628d7dea3..2b3d895ecaec 100644 --- a/sysutils/eksctl/Makefile +++ b/sysutils/eksctl/Makefile @@ -1,7 +1,6 @@ PORTNAME= eksctl -PORTVERSION= 0.214.0 +PORTVERSION= 0.215.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -12,13 +11,13 @@ LICENSE= APACHE20 RUN_DEPENDS= kubectl:sysutils/kubectl -USES= go:modules +USES= go:1.25,modules PLIST_FILES= bin/${PORTNAME} GO_MODULE= github.com/eksctl-io/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} -GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=c191958aae0a \ +GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=1df868edbf06 \ -X github.com/weaveworks/eksctl/pkg/version.buildDate=$$(date +%Y-%m-%dT%H:%M:%SZ)" .include <bsd.port.mk> diff --git a/sysutils/eksctl/distinfo b/sysutils/eksctl/distinfo index 153fb82f49b6..95afd7fbbcf9 100644 --- a/sysutils/eksctl/distinfo +++ b/sysutils/eksctl/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756634542 -SHA256 (go/sysutils_eksctl/eksctl-v0.214.0/v0.214.0.mod) = 7ee36810fc140771a8470707b127a9dad0691fea8cc2c6ce810b2b1f828e20c2 -SIZE (go/sysutils_eksctl/eksctl-v0.214.0/v0.214.0.mod) = 24744 -SHA256 (go/sysutils_eksctl/eksctl-v0.214.0/v0.214.0.zip) = 6671da6930fc8427c799958aeddf90889fd00b1ea8438a154c9f546b4c418c99 -SIZE (go/sysutils_eksctl/eksctl-v0.214.0/v0.214.0.zip) = 13795254 +TIMESTAMP = 1760695276 +SHA256 (go/sysutils_eksctl/eksctl-v0.215.0/v0.215.0.mod) = 4fa9274c61b52a662d0b5eb052c5f6e376f8dac7b16e969e0f779e95f62ed81d +SIZE (go/sysutils_eksctl/eksctl-v0.215.0/v0.215.0.mod) = 24938 +SHA256 (go/sysutils_eksctl/eksctl-v0.215.0/v0.215.0.zip) = 9962812ee84cc57a41ee53f9f933aa0a2031c60dd9f6e775c75f2f81f8c443cb +SIZE (go/sysutils_eksctl/eksctl-v0.215.0/v0.215.0.zip) = 13867354 diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index 1c4c21894ba2..ebd602a9a4ae 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,7 +1,7 @@ PORTNAME= elephant DISTVERSIONPREFIX= v DISTVERSION= 2.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org @@ -64,6 +64,10 @@ WEBSEARCH_PLIST_FILES= etc/xdg/elephant/providers/websearch.so ENABLED_PROVIDERS= ${SELECTED_OPTIONS:NDOCS:tl} +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${GO_WRKSRC}/vendor/github.com/adrg/xdg/paths_unix.go + post-build: .for provider in ${ENABLED_PROVIDERS} @${ECHO_MSG} "===> Building ${provider} from ./internal/providers/${provider}" 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/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 79918d9a50cd..9096bead6fb1 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -1,6 +1,6 @@ PORTNAME= fluent-bit DISTVERSIONPREFIX= v -DISTVERSION= 4.1.0 +DISTVERSION= 4.1.1 CATEGORIES= sysutils MAINTAINER= girgen@FreeBSD.org diff --git a/sysutils/fluent-bit/distinfo b/sysutils/fluent-bit/distinfo index 5731d05d0353..7af0002e6f8b 100644 --- a/sysutils/fluent-bit/distinfo +++ b/sysutils/fluent-bit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759132467 -SHA256 (fluent-fluent-bit-v4.1.0_GH0.tar.gz) = 2ce0b5d30433f2cde54ce81685ab9a7cfea7851e0c65b3554462df1d7065a45f -SIZE (fluent-fluent-bit-v4.1.0_GH0.tar.gz) = 37596937 +TIMESTAMP = 1760702026 +SHA256 (fluent-fluent-bit-v4.1.1_GH0.tar.gz) = c28a88c492473f43016ced0f21be1f5e3083a31af42c17eae0360c4917ac084d +SIZE (fluent-fluent-bit-v4.1.1_GH0.tar.gz) = 37603431 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..e9d7692f6683 --- /dev/null +++ b/sysutils/fwupd/Makefile @@ -0,0 +1,73 @@ +PORTNAME= fwupd +DISTVERSION= 2.0.16 +PORTREVISION= 3 +CATEGORIES= sysutils + +MAINTAINER= decke@FreeBSD.org +COMMENT= Update firmware automatically, safely, and reliably + +LICENSE= LGPL21 + +BROKEN_FreeBSD_13= requires at least FreeBSD 14 + +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.options.mk> + +# FreeBSD 14.x needs extra libinotify dependency +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 +LIB_DEPENDS+= libinotify.so:devel/libinotify +EXTRA_PATCHES= ${PATCHDIR}/extrapatch14-meson.build +.endif + +.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/extrapatch14-meson.build b/sysutils/fwupd/files/extrapatch14-meson.build new file mode 100644 index 000000000000..3065b094040c --- /dev/null +++ b/sysutils/fwupd/files/extrapatch14-meson.build @@ -0,0 +1,10 @@ +--- meson.build.orig 2025-09-12 09:55:19 UTC ++++ meson.build +@@ -484,6 +484,7 @@ if get_option('default_library') != 'static' + endif + if host_machine.system() == 'freebsd' + platform_deps += dependency('efivar') ++ platform_deps += dependency('libinotify') + endif + endif + 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..f9dd35f3b471 --- /dev/null +++ b/sysutils/fwupd/pkg-message @@ -0,0 +1,15 @@ +[ +{ type: install + message: <<EOM + + Warning: fwupd is highly experimental and DANGEROUS + + PLEASE do not attempt to flash any devices yet! + + If you want to help testing use those non-destructive commands: + + fwupdmgr get-devices + fwupdmgr verify [DEVICE-ID|GUID] +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/gonzo/Makefile b/sysutils/gonzo/Makefile new file mode 100644 index 000000000000..43d454db4d1e --- /dev/null +++ b/sysutils/gonzo/Makefile @@ -0,0 +1,45 @@ +PORTNAME= gonzo +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.1 +CATEGORIES= sysutils + +MAINTAINER= dutra@FreeBSD.org +COMMENT= TUI for log analysis +WWW= https://www.controltheory.com/gonzo/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:1.23,modules + +#NOT_FOR_ARCHS= armv6 armv7 i386 + +_BUILD_DATE= $$(date -u +"%FT%T%z") +_BUILD_HASH= 6d2d1ad + +GO_MODULE= github.com/control-theory/${PORTNAME} +GO_TARGET= ./cmd/${PORTNAME} +GO_BUILDFLAGS= -ldflags "\ + -s -w \ + -X main.version=${DISTVERSION} \ + -X main.buildTime=${_BUILD_DATE} \ + -X main.commit=${_BUILD_HASH}" + +PLIST_FILES= bin/${PORTNAME} +_DOCS= CONTRIBUTING.md README.md USAGE_GUIDE.md +PORTDOCS= ${_DOCS:T} +PORTEXAMPLES= * + +OPTIONS_DEFINE= DOCS EXAMPLES + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} ${_DOCS} \ + ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> diff --git a/sysutils/gonzo/distinfo b/sysutils/gonzo/distinfo new file mode 100644 index 000000000000..1b4d37b03617 --- /dev/null +++ b/sysutils/gonzo/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1760669775 +SHA256 (go/sysutils_gonzo/gonzo-v0.2.1/v0.2.1.mod) = 49e027b45c4d8cd1d84fd02602e7a1cdafc0a6d264b0ab789eb8fc1024d6e156 +SIZE (go/sysutils_gonzo/gonzo-v0.2.1/v0.2.1.mod) = 2668 +SHA256 (go/sysutils_gonzo/gonzo-v0.2.1/v0.2.1.zip) = ca3911448994fbf5c2ce5f205c03f210a20b867553b7392198bb682d0a518ed0 +SIZE (go/sysutils_gonzo/gonzo-v0.2.1/v0.2.1.zip) = 48369554 diff --git a/sysutils/gonzo/pkg-descr b/sysutils/gonzo/pkg-descr new file mode 100644 index 000000000000..409e36db6f30 --- /dev/null +++ b/sysutils/gonzo/pkg-descr @@ -0,0 +1,3 @@ +A powerful, real-time log analysis terminal UI inspired by k9s. +Analyze log streams with beautiful charts, AI-powered insights +and advanced filtering - all from your terminal. diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index f69c8f95cca4..cf6a48885e90 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,5 +1,5 @@ PORTNAME= httm -DISTVERSION= 0.48.1 +DISTVERSION= 0.48.2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/httm/Makefile.crates b/sysutils/httm/Makefile.crates index 17ce1e90da3d..49e2922a9754 100644 --- a/sysutils/httm/Makefile.crates +++ b/sysutils/httm/Makefile.crates @@ -1,34 +1,34 @@ CARGO_CRATES= ahash-0.3.8 \ aho-corasick-1.1.3 \ ansi_term-0.12.1 \ - anstream-0.6.18 \ - anstyle-1.0.8 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.6 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ arrayvec-0.7.6 \ atty-0.2.14 \ - autocfg-1.1.0 \ + autocfg-1.4.0 \ bitflags-1.3.2 \ - bitflags-2.9.0 \ + bitflags-2.9.1 \ blake2-0.9.2 \ - bumpalo-3.16.0 \ + bumpalo-3.17.0 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ clap-2.34.0 \ clap-4.5.39 \ clap_builder-4.5.39 \ clap_lex-0.7.4 \ - colorchoice-1.0.3 \ - console-0.15.5 \ + colorchoice-1.0.4 \ + console-0.15.11 \ crossbeam-channel-0.5.15 \ - crossbeam-deque-0.8.3 \ - crossbeam-epoch-0.9.14 \ - crossbeam-utils-0.8.19 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ crypto-mac-0.8.0 \ - darling-0.20.10 \ - darling_core-0.20.10 \ - darling_macro-0.20.10 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ deranged-0.4.0 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ @@ -36,65 +36,63 @@ CARGO_CRATES= ahash-0.3.8 \ digest-0.9.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ - either-1.9.0 \ - encode_unicode-0.3.6 \ + either-1.15.0 \ + encode_unicode-1.0.0 \ env_home-0.1.0 \ env_logger-0.7.1 \ - equivalent-1.0.1 \ - errno-0.3.10 \ + equivalent-1.0.2 \ + errno-0.3.12 \ exacl-0.12.0 \ fnv-1.0.7 \ foldhash-0.1.5 \ fuzzy-muff-0.4.8 \ generic-array-0.14.7 \ - getrandom-0.2.9 \ + getrandom-0.2.16 \ hashbrown-0.8.2 \ - hashbrown-0.14.5 \ hashbrown-0.15.3 \ hermit-abi-0.1.19 \ humantime-1.3.0 \ ident_case-1.0.1 \ - indexmap-2.2.3 \ + indexmap-2.9.0 \ indicatif-0.15.0 \ is_terminal_polyfill-1.70.1 \ itertools-0.14.0 \ - itoa-1.0.6 \ - js-sys-0.3.76 \ + itoa-1.0.15 \ + js-sys-0.3.77 \ lazy_static-1.5.0 \ libc-0.2.172 \ - linux-raw-sys-0.9.2 \ + libredox-0.1.3 \ + linux-raw-sys-0.9.4 \ lms-0.4.0 \ - log-0.4.26 \ + log-0.4.27 \ lscolors-0.20.0 \ memchr-2.7.4 \ - memoffset-0.8.0 \ nix-0.24.3 \ nix-0.30.1 \ nu-ansi-term-0.50.1 \ num-conv-0.1.0 \ - num_threads-0.1.6 \ + num_threads-0.1.7 \ number_prefix-0.3.0 \ - number_prefix-0.4.0 \ - once_cell-1.19.0 \ - opaque-debug-0.3.0 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ + opaque-debug-0.3.1 \ partition-identity-0.3.0 \ - portable-atomic-1.5.1 \ + portable-atomic-1.11.0 \ powerfmt-0.2.0 \ - proc-macro2-1.0.92 \ + proc-macro2-1.0.95 \ proc-mounts-0.3.0 \ quick-error-1.2.3 \ - quote-1.0.35 \ + quote-1.0.40 \ rayon-1.10.0 \ rayon-core-1.12.1 \ realpath-ext-0.1.3 \ - redox_syscall-0.2.16 \ - redox_users-0.4.3 \ + redox_users-0.4.6 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ - rustix-1.0.5 \ - rustversion-1.0.12 \ - ryu-1.0.16 \ + rustix-1.0.7 \ + rustversion-1.0.21 \ + ryu-1.0.20 \ scopeguard-1.2.0 \ seahash-4.1.0 \ serde-1.0.219 \ @@ -102,63 +100,54 @@ CARGO_CRATES= ahash-0.3.8 \ serde_json-1.0.140 \ strsim-0.8.0 \ strsim-0.11.1 \ - subtle-2.5.0 \ - syn-1.0.109 \ - syn-2.0.90 \ + subtle-2.6.1 \ + syn-2.0.101 \ term-0.7.0 \ - termcolor-1.4.0 \ + termcolor-1.4.1 \ terminal_size-0.4.2 \ textwrap-0.11.0 \ - thiserror-1.0.39 \ - thiserror-impl-1.0.39 \ + thiserror-1.0.69 \ + thiserror-impl-1.0.69 \ thread_local-1.1.8 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ tuikit-0.5.0 \ - two_percent-0.12.14 \ - typenum-1.17.0 \ - unicode-ident-1.0.8 \ - unicode-width-0.1.13 \ + two_percent-0.12.15 \ + typenum-1.18.0 \ + unicode-ident-1.0.18 \ + unicode-width-0.1.14 \ unicode-width-0.2.0 \ unit-prefix-0.5.1 \ - utf8parse-0.2.1 \ - uuid-1.7.0 \ + utf8parse-0.2.2 \ + uuid-1.17.0 \ vec_map-0.8.2 \ - version_check-0.9.4 \ + version_check-0.9.5 \ vte-0.15.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.99 \ - wasm-bindgen-backend-0.2.99 \ - wasm-bindgen-macro-0.2.99 \ - wasm-bindgen-macro-support-0.2.99 \ - wasm-bindgen-shared-0.2.99 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ web-time-1.1.0 \ - which-7.0.3 \ + which-8.0.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.42.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-targets-0.52.6 \ - windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.52.6 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.52.6 \ winsafe-0.0.19 \ xattr-1.5.0 \ yaml-rust-0.3.5 \ - indicatif@git+https://github.com/console-rs/indicatif\#458e4dc391c1b001937e502bd450a0bfc8b4d9f6 + indicatif@git+https://github.com/kimono-koans/indicatif?branch=switch_to_unit_prefix\#372c22c92dc93b2a22d6b51335fcca4682597568 diff --git a/sysutils/httm/distinfo b/sysutils/httm/distinfo index 9dffd03e057a..6371b4afe2e2 100644 --- a/sysutils/httm/distinfo +++ b/sysutils/httm/distinfo @@ -1,34 +1,34 @@ -TIMESTAMP = 1760454115 +TIMESTAMP = 1760697531 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 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b -SIZE (rust/crates/anstream-0.6.18.crate) = 29681 -SHA256 (rust/crates/anstyle-1.0.8.crate) = 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 -SIZE (rust/crates/anstyle-1.0.8.crate) = 15771 -SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 -SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 -SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c -SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.6.crate) = 2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125 -SIZE (rust/crates/anstyle-wincon-3.0.6.crate) = 12271 +SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/blake2-0.9.2.crate) = 0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174 SIZE (rust/crates/blake2-0.9.2.crate) = 48035 -SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c -SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 @@ -41,26 +41,26 @@ SHA256 (rust/crates/clap_builder-4.5.39.crate) = 89cc6392a1f72bbeb820d71f32108f6 SIZE (rust/crates/clap_builder-4.5.39.crate) = 169142 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 -SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 -SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 -SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60 -SIZE (rust/crates/console-0.15.5.crate) = 34788 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 +SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 +SIZE (rust/crates/console-0.15.11.crate) = 37822 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 -SHA256 (rust/crates/crossbeam-deque-0.8.3.crate) = ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef -SIZE (rust/crates/crossbeam-deque-0.8.3.crate) = 21746 -SHA256 (rust/crates/crossbeam-epoch-0.9.14.crate) = 46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695 -SIZE (rust/crates/crossbeam-epoch-0.9.14.crate) = 48524 -SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 -SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 +SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crypto-mac-0.8.0.crate) = b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab SIZE (rust/crates/crypto-mac-0.8.0.crate) = 9115 -SHA256 (rust/crates/darling-0.20.10.crate) = 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 -SIZE (rust/crates/darling-0.20.10.crate) = 32031 -SHA256 (rust/crates/darling_core-0.20.10.crate) = 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 -SIZE (rust/crates/darling_core-0.20.10.crate) = 65015 -SHA256 (rust/crates/darling_macro-0.20.10.crate) = d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 -SIZE (rust/crates/darling_macro-0.20.10.crate) = 1874 +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/derive_builder-0.20.2.crate) = 507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947 @@ -75,18 +75,18 @@ SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690 SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 -SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 -SIZE (rust/crates/either-1.9.0.crate) = 16660 -SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f -SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/env_home-0.1.0.crate) = c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe SIZE (rust/crates/env_home-0.1.0.crate) = 9006 SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 SIZE (rust/crates/env_logger-0.7.1.crate) = 32281 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 SHA256 (rust/crates/exacl-0.12.0.crate) = 22be12de19decddab85d09f251ec8363f060ccb22ec9c81bc157c0c8433946d8 SIZE (rust/crates/exacl-0.12.0.crate) = 64506 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -97,12 +97,10 @@ SHA256 (rust/crates/fuzzy-muff-0.4.8.crate) = dfc268608d2ba6de99eb5c49c9845f77ea SIZE (rust/crates/fuzzy-muff-0.4.8.crate) = 20058 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.9.crate) = c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4 -SIZE (rust/crates/getrandom-0.2.9.crate) = 34457 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/hashbrown-0.8.2.crate) = e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25 SIZE (rust/crates/hashbrown-0.8.2.crate) = 75830 -SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 -SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 @@ -111,34 +109,34 @@ SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70 SIZE (rust/crates/humantime-1.3.0.crate) = 17020 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.2.3.crate) = 233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177 -SIZE (rust/crates/indexmap-2.2.3.crate) = 79019 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/indicatif-0.15.0.crate) = 7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4 SIZE (rust/crates/indicatif-0.15.0.crate) = 28897 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 SIZE (rust/crates/itertools-0.14.0.crate) = 152715 -SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 -SIZE (rust/crates/itoa-1.0.6.crate) = 10410 -SHA256 (rust/crates/js-sys-0.3.76.crate) = 6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7 -SIZE (rust/crates/js-sys-0.3.76.crate) = 54420 +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.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa SIZE (rust/crates/libc-0.2.172.crate) = 791646 -SHA256 (rust/crates/linux-raw-sys-0.9.2.crate) = 6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9 -SIZE (rust/crates/linux-raw-sys-0.9.2.crate) = 2297426 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +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/lms-0.4.0.crate) = 164b6100e88b387adf64d289e247bebae8f77810566f58159f119d0be90ed958 SIZE (rust/crates/lms-0.4.0.crate) = 81697 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/lscolors-0.20.0.crate) = 61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab SIZE (rust/crates/lscolors-0.20.0.crate) = 26382 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1 -SIZE (rust/crates/memoffset-0.8.0.crate) = 8912 SHA256 (rust/crates/nix-0.24.3.crate) = fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069 SIZE (rust/crates/nix-0.24.3.crate) = 266843 SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 @@ -147,52 +145,50 @@ SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094 SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 -SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 +SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 +SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 SHA256 (rust/crates/number_prefix-0.3.0.crate) = 17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a SIZE (rust/crates/number_prefix-0.3.0.crate) = 6291 -SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 -SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 -SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 +SIZE (rust/crates/opaque-debug-0.3.1.crate) = 7066 SHA256 (rust/crates/partition-identity-0.3.0.crate) = 9fa925f9becb532d758b0014b472c576869910929cf4c3f8054b386f19ab9e21 SIZE (rust/crates/partition-identity-0.3.0.crate) = 6711 -SHA256 (rust/crates/portable-atomic-1.5.1.crate) = 3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b -SIZE (rust/crates/portable-atomic-1.5.1.crate) = 140771 +SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e +SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0 -SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/proc-mounts-0.3.0.crate) = 0d652f8435d0ab70bf4f3590a6a851d59604831a458086541b95238cc51ffcf2 SIZE (rust/crates/proc-mounts-0.3.0.crate) = 8363 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 SHA256 (rust/crates/realpath-ext-0.1.3.crate) = 692f72862a0d532b44a0f4965fb10f17e7659eaedf24d2ce3c989ca778bd092f SIZE (rust/crates/realpath-ext-0.1.3.crate) = 19481 -SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a -SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b -SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 +SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 +SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 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/rustix-1.0.5.crate) = d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf -SIZE (rust/crates/rustix-1.0.5.crate) = 414160 -SHA256 (rust/crates/rustversion-1.0.12.crate) = 4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06 -SIZE (rust/crates/rustversion-1.0.12.crate) = 17278 -SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c -SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b @@ -207,24 +203,22 @@ SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878 SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc -SIZE (rust/crates/subtle-2.5.0.crate) = 13909 -SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 -SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.90.crate) = 919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31 -SIZE (rust/crates/syn-2.0.90.crate) = 290584 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 SHA256 (rust/crates/term-0.7.0.crate) = c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f SIZE (rust/crates/term-0.7.0.crate) = 37082 -SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 -SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/terminal_size-0.4.2.crate) = 45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed SIZE (rust/crates/terminal_size-0.4.2.crate) = 9976 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thiserror-1.0.39.crate) = a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c -SIZE (rust/crates/thiserror-1.0.39.crate) = 18729 -SHA256 (rust/crates/thiserror-impl-1.0.39.crate) = 5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e -SIZE (rust/crates/thiserror-impl-1.0.39.crate) = 15057 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 @@ -235,88 +229,72 @@ SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3 SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tuikit-0.5.0.crate) = 5e19c6ab038babee3d50c8c12ff8b910bdb2196f62278776422f50390d8e53d8 SIZE (rust/crates/tuikit-0.5.0.crate) = 46855 -SHA256 (rust/crates/two_percent-0.12.14.crate) = 07426e23fc767f356690e57db0e9767aabcceb87d5449ee39772a051f5517a74 -SIZE (rust/crates/two_percent-0.12.14.crate) = 134877 -SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 -SIZE (rust/crates/typenum-1.17.0.crate) = 42849 -SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 -SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 -SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d -SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228 +SHA256 (rust/crates/two_percent-0.12.15.crate) = d3f87f04451f927ebdeaddfcdf9e25f803057eaecca4861876258023d838f47b +SIZE (rust/crates/two_percent-0.12.15.crate) = 135128 +SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f +SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af +SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/unit-prefix-0.5.1.crate) = 323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817 SIZE (rust/crates/unit-prefix-0.5.1.crate) = 7627 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.7.0.crate) = f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a -SIZE (rust/crates/uuid-1.7.0.crate) = 42627 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 -SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f -SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/vte-0.15.0.crate) = a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd SIZE (rust/crates/vte-0.15.0.crate) = 57487 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.99.crate) = a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396 -SIZE (rust/crates/wasm-bindgen-0.2.99.crate) = 46136 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.99.crate) = 5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79 -SIZE (rust/crates/wasm-bindgen-backend-0.2.99.crate) = 30928 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.99.crate) = 2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe -SIZE (rust/crates/wasm-bindgen-macro-0.2.99.crate) = 7011 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.99.crate) = 30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.99.crate) = 22800 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.99.crate) = 943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6 -SIZE (rust/crates/wasm-bindgen-shared-0.2.99.crate) = 7773 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/which-7.0.3.crate) = 24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762 -SIZE (rust/crates/which-7.0.3.crate) = 18872 +SHA256 (rust/crates/which-8.0.0.crate) = d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d +SIZE (rust/crates/which-8.0.0.crate) = 26209 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.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 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-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 -SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 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_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 -SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 -SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f -SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 -SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 -SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 -SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 -SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 -SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 -SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 -SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 @@ -325,7 +303,7 @@ SHA256 (rust/crates/xattr-1.5.0.crate) = 0d65cbf2f12c15564212d48f4e3dfb87923d25d SIZE (rust/crates/xattr-1.5.0.crate) = 14694 SHA256 (rust/crates/yaml-rust-0.3.5.crate) = e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992 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.1_GH0.tar.gz) = 314f11b400fb87f50d47dc341448d71f44e62d2117a7ccb2f2b948e6983f45dc -SIZE (kimono-koans-httm-0.48.1_GH0.tar.gz) = 138542 +SHA256 (kimono-koans-indicatif-372c22c92dc93b2a22d6b51335fcca4682597568_GH0.tar.gz) = 5b4ad8a9cd3789721938ae7e9baa365b2d7930dab1d27c1b5b4f4cd87f44e524 +SIZE (kimono-koans-indicatif-372c22c92dc93b2a22d6b51335fcca4682597568_GH0.tar.gz) = 1400376 +SHA256 (kimono-koans-httm-0.48.2_GH0.tar.gz) = 53c844925ebf9fb034590e957281a1f3dd4d13fea26c9666aa9d54e72e664565 +SIZE (kimono-koans-httm-0.48.2_GH0.tar.gz) = 137245 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/kops/Makefile b/sysutils/kops/Makefile index c561c8e57f46..173a0ef085b0 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/kubernetes/kops LICENSE= APACHE20 +BROKEN_i386= linking fails: mapping output file failed: cannot allocate memory + BUILD_DEPENDS= go-bindata:devel/go-bindata USES= go:modules diff --git a/sysutils/openvox-agent8/Makefile b/sysutils/openvox-agent8/Makefile index e3d149d4cb56..b2ac6deb045f 100644 --- a/sysutils/openvox-agent8/Makefile +++ b/sysutils/openvox-agent8/Makefile @@ -26,6 +26,8 @@ RUN_DEPENDS= rubygem-base64>=0.1:converters/rubygem-base64 \ rubygem-ruby-augeas>=0:textproc/rubygem-ruby-augeas \ rubygem-scanf>=1.0:devel/rubygem-scanf \ rubygem-semantic_puppet>=1.0:devel/rubygem-semantic_puppet +# Ruby 3.4 support +RUN_DEPENDS+= rubygem-syslog>=0.3:devel/rubygem-syslog USES= cpe ruby USE_GITHUB= yes diff --git a/sysutils/puppet-lint/Makefile b/sysutils/puppet-lint/Makefile index 333fcc8415bf..e7b98b0f5468 100644 --- a/sysutils/puppet-lint/Makefile +++ b/sysutils/puppet-lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppet-lint -PORTVERSION= 4.2.4 +PORTVERSION= 5.1.0 PORTEPOCH= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/puppet-lint/distinfo b/sysutils/puppet-lint/distinfo index 79fb8d896a1a..ec25d814e7ce 100644 --- a/sysutils/puppet-lint/distinfo +++ b/sysutils/puppet-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709278927 -SHA256 (rubygem/puppet-lint-4.2.4.gem) = 49a0f6277901b7d5227df968c6553ebbd8479479e47075181cc306d9b97357d8 -SIZE (rubygem/puppet-lint-4.2.4.gem) = 82432 +TIMESTAMP = 1759188547 +SHA256 (rubygem/puppet-lint-5.1.0.gem) = 90561b677368115a0b40f37d9c0a65c08be7602c1371c165f7d81c6c286bcc96 +SIZE (rubygem/puppet-lint-5.1.0.gem) = 84480 diff --git a/sysutils/puppet8/Makefile b/sysutils/puppet8/Makefile index d59aac4e0629..10fd5e97a0ae 100644 --- a/sysutils/puppet8/Makefile +++ b/sysutils/puppet8/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= rubygem-concurrent-ruby>1.0:devel/rubygem-concurrent-ruby \ rubygem-ruby-augeas>=0:textproc/rubygem-ruby-augeas \ rubygem-scanf>=1.0:devel/rubygem-scanf \ rubygem-semantic_puppet>=1.0:devel/rubygem-semantic_puppet +# Ruby 3.4 support +RUN_DEPENDS+= rubygem-syslog>0:devel/rubygem-syslog USES= cpe ruby USE_GITHUB= yes 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-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index eb60a60bef73..7ec8897dd147 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bolt PORTVERSION= 3.30.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bolt/files/patch-bolt.gemspec b/sysutils/rubygem-bolt/files/patch-bolt.gemspec index 3feae9b3776e..4eeb42964778 100644 --- a/sysutils/rubygem-bolt/files/patch-bolt.gemspec +++ b/sysutils/rubygem-bolt/files/patch-bolt.gemspec @@ -1,4 +1,4 @@ ---- bolt.gemspec.orig 2024-08-09 15:24:36 UTC +--- bolt.gemspec.orig 2025-10-18 03:48:23 UTC +++ bolt.gemspec @@ -27,10 +27,10 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q<CFPropertyList>.freeze, [">= 2.2".freeze]) @@ -13,13 +13,15 @@ s.add_runtime_dependency(%q<net-scp>.freeze, [">= 1.2".freeze, "< 5.0".freeze]) s.add_runtime_dependency(%q<net-ssh>.freeze, [">= 4.0".freeze, "< 8.0".freeze]) s.add_runtime_dependency(%q<net-ssh-krb>.freeze, ["~> 0.5".freeze]) -@@ -39,8 +39,8 @@ Gem::Specification.new do |s| +@@ -38,9 +38,9 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q<puppet>.freeze, [">= 6.18.0".freeze]) s.add_runtime_dependency(%q<puppetfile-resolver>.freeze, [">= 0.6.2".freeze, "< 1.0".freeze]) s.add_runtime_dependency(%q<puppet-resource_api>.freeze, [">= 1.8.1".freeze]) - s.add_runtime_dependency(%q<puppet-strings>.freeze, [">= 2.3.0".freeze, "< 5.0".freeze]) +- s.add_runtime_dependency(%q<puppet-strings>.freeze, [">= 2.3.0".freeze, "< 5.0".freeze]) - s.add_runtime_dependency(%q<r10k>.freeze, ["~> 3.10".freeze]) - s.add_runtime_dependency(%q<ruby_smb>.freeze, ["~> 1.0".freeze]) -+ s.add_runtime_dependency(%q<r10k>.freeze, [">= 3.10".freeze, "< 5.0".freeze]) ++ s.add_runtime_dependency(%q<puppet-strings>.freeze, [">= 2.3.0".freeze]) ++ s.add_runtime_dependency(%q<r10k>.freeze, [">= 3.10".freeze]) + s.add_runtime_dependency(%q<ruby_smb>.freeze, [">= 1.0".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q<terminal-table>.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q<winrm>.freeze, ["~> 2.0".freeze]) diff --git a/sysutils/rubygem-facter/Makefile b/sysutils/rubygem-facter/Makefile index e43601c63a7e..53b976cac0ce 100644 --- a/sysutils/rubygem-facter/Makefile +++ b/sysutils/rubygem-facter/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS+= rubygem-ruby-augeas>0:textproc/rubygem-ruby-augeas \ rubygem-ffi>=1.0:devel/rubygem-ffi \ rubygem-rexml>0:textproc/rubygem-rexml \ rubygem-sys-filesystem>0:sysutils/rubygem-sys-filesystem +# Ruby 3.4 support +RUN_DEPENDS+= rubygem-base64>0:converters/rubygem-base64 USES= cpe gem CPE_VENDOR= puppet diff --git a/sysutils/rubygem-hiera-eyaml/Makefile b/sysutils/rubygem-hiera-eyaml/Makefile index 1605f12f961e..f0c0040de3e1 100644 --- a/sysutils/rubygem-hiera-eyaml/Makefile +++ b/sysutils/rubygem-hiera-eyaml/Makefile @@ -1,5 +1,5 @@ PORTNAME= hiera-eyaml -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-hiera-eyaml/distinfo b/sysutils/rubygem-hiera-eyaml/distinfo index 8085760690ce..0e348c57306f 100644 --- a/sysutils/rubygem-hiera-eyaml/distinfo +++ b/sysutils/rubygem-hiera-eyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730781890 -SHA256 (rubygem/hiera-eyaml-4.2.0.gem) = 9285e71bb4861d81cb48f961330ea45126d3a9fe88e8310ddbe7bdc2161ff4b3 -SIZE (rubygem/hiera-eyaml-4.2.0.gem) = 41472 +TIMESTAMP = 1759188565 +SHA256 (rubygem/hiera-eyaml-4.3.0.gem) = 19eba2ea9d70b2d56de064df9e3242860d8070d47ff9c9a6348b7fe94708ab0a +SIZE (rubygem/hiera-eyaml-4.3.0.gem) = 41472 diff --git a/sysutils/rubygem-puppetserver-ca/Makefile b/sysutils/rubygem-puppetserver-ca/Makefile index b6e9a152e261..852c6b75ae91 100644 --- a/sysutils/rubygem-puppetserver-ca/Makefile +++ b/sysutils/rubygem-puppetserver-ca/Makefile @@ -1,5 +1,6 @@ PORTNAME= puppetserver-ca PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,6 +11,8 @@ WWW= https://github.com/puppetlabs/puppetserver-ca-cli/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= rubygem-facter>=2.0.1:sysutils/rubygem-facter + USES= gem CONFLICTS_INSTALL= rubygem-openvoxserver-ca diff --git a/sysutils/stackit/Makefile b/sysutils/stackit/Makefile index f0b18632620c..be67f0bb4b4e 100644 --- a/sysutils/stackit/Makefile +++ b/sysutils/stackit/Makefile @@ -1,7 +1,6 @@ PORTNAME= stackit DISTVERSIONPREFIX= v -DISTVERSION= 0.44.0 -PORTREVISION= 1 +DISTVERSION= 0.44.1 CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com diff --git a/sysutils/stackit/distinfo b/sysutils/stackit/distinfo index b8a11573992f..dde909082fb1 100644 --- a/sysutils/stackit/distinfo +++ b/sysutils/stackit/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760361014 -SHA256 (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.mod) = d01643fd9026430b5940e6a6847bbf6eb35e127259f932918c7d9634ef45b63e -SIZE (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.mod) = 13041 -SHA256 (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.zip) = 730574ae4de0531194265ee09bfcc44f34c071c95c0982aedaaafd9f09b1d759 -SIZE (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.zip) = 2165408 +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/textproc/Makefile b/textproc/Makefile index 2c582e0f6f12..6cd87a5de4c1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1414,6 +1414,7 @@ SUBDIR += py-hexdump SUBDIR += py-hieroglyph SUBDIR += py-hjson + SUBDIR += py-html-text SUBDIR += py-html2json SUBDIR += py-html2text SUBDIR += py-htmlmin2 @@ -1471,6 +1472,7 @@ SUBDIR += py-mdx_wikilink_plus SUBDIR += py-meilisearch SUBDIR += py-merge3 + SUBDIR += py-mf2py SUBDIR += py-mike SUBDIR += py-misaka SUBDIR += py-mistletoe @@ -1534,6 +1536,7 @@ SUBDIR += py-pscript SUBDIR += py-pss SUBDIR += py-pyPEG2 + SUBDIR += py-pyRdfa3 SUBDIR += py-pyahocorasick SUBDIR += py-pyaml SUBDIR += py-pybtex diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 65fc1965c50a..829651cc02de 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,32 +1,33 @@ PORTNAME= gtk-doc -DISTVERSION= 1.33.2 -PORTREVISION= 3 +DISTVERSION= 1.35.1 CATEGORIES= textproc MASTER_SITES= GNOME +DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org -COMMENT= Code documentation system, originally for GTK -WWW= https://www.gtk.org/ +COMMENT= Documentation generator for GLib/GTK based code +WWW= https://gitlab.gnome.org/GNOME/gtk-doc -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ docbook-xml>0:textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ - itstool:textproc/itstool \ - yelp-tools>=0:textproc/yelp-tools \ - xsltproc:textproc/libxslt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ + docbook-xsl>0:textproc/docbook-xsl +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ docbook-xml>0:textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ - xsltproc:textproc/libxslt + docbook-xsl>0:textproc/docbook-xsl +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} -USES= gettext-tools meson python pkgconfig tar:xz +USES= gnome meson python pkgconfig tar:xz +USE_GNOME= glib20 libxslt -MESON_ARGS= -Dtests=false +MESON_ARGS= -Dyelp_manual=false +BINARY_ALIAS= python3=${PYTHON_CMD} NO_ARCH= yes +TEST_ENV= CC=${CC} post-install: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ diff --git a/textproc/gtk-doc/distinfo b/textproc/gtk-doc/distinfo index f942cdfd553d..514620d4dd2f 100644 --- a/textproc/gtk-doc/distinfo +++ b/textproc/gtk-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611398512 -SHA256 (gtk-doc-1.33.2.tar.xz) = cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43 -SIZE (gtk-doc-1.33.2.tar.xz) = 507852 +TIMESTAMP = 1759575111 +SHA256 (gnome/gtk-doc-1.35.1.tar.xz) = 611c9f24edd6d88a8ae9a79d73ab0dc63c89b81e90ecc31d6b9005c5f05b25e2 +SIZE (gnome/gtk-doc-1.35.1.tar.xz) = 538008 diff --git a/textproc/gtk-doc/files/patch-meson.build b/textproc/gtk-doc/files/patch-meson.build index f9f92a6a8e19..c436ad75abe2 100644 --- a/textproc/gtk-doc/files/patch-meson.build +++ b/textproc/gtk-doc/files/patch-meson.build @@ -1,20 +1,20 @@ ---- meson.build.orig 2020-11-17 13:56:44 UTC +--- meson.build.orig 2024-03-05 18:09:52 UTC +++ meson.build -@@ -7,7 +7,7 @@ project('gtk-doc', 'c', +@@ -7,7 +7,7 @@ python = import('python') gnome = import('gnome') - python = import('python') # Meson new Python module https://mesonbuild.com/Python-module.html + python = import('python') --python3 = python.find_installation('python3') -+python3 = python.find_installation() +-python3 = python.find_installation('python3', modules: ['pygments']) ++python3 = python.find_installation(python.find_installation().full_path(), modules: ['pygments']) - version = meson.project_version() - package_name = meson.project_name() -@@ -163,7 +163,7 @@ configure_file( + # Paths + srcdir = meson.current_source_dir() +@@ -134,7 +134,7 @@ configure_file( output: 'gtk-doc.pc', configuration: gtkdoc_pc, install: true, -- install_dir: pkgconfigdir, -+ install_dir: join_paths(libdir, 'pkgconfig'), +- install_dir: get_option('datadir') / 'pkgconfig', ++ install_dir: join_paths(get_option('prefix'), 'libdata', 'pkgconfig'), ) subdir('help') diff --git a/textproc/gtk-doc/pkg-plist b/textproc/gtk-doc/pkg-plist index 4bcaf8b8934a..9eeb7b27cea9 100644 --- a/textproc/gtk-doc/pkg-plist +++ b/textproc/gtk-doc/pkg-plist @@ -32,38 +32,38 @@ share/aclocal/gtk-doc.m4 %%DATADIR%%/data/up.png %%DATADIR%%/data/version-greater-or-equal.xsl %%DATADIR%%/python/gtkdoc/__init__.py -%%DATADIR%%/python/gtkdoc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/check.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/check.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/common.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/common.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/config_data.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/config_data.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/fixxref.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/fixxref.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/highlight.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/highlight.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/md_to_db.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/md_to_db.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkdb.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkdb.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml2.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkman.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkman.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkpdf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/mkpdf.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/rebase.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/rebase.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/scan.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/scan.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/scangobj.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/python/gtkdoc/__pycache__/scangobj.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/check%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/check%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/common%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/common%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/config%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/config%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/config_data%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/config_data%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/fixxref%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/fixxref%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/highlight%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/highlight%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/md_to_db%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/md_to_db%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkdb%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkdb%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml2%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkhtml2%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkman%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkman%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkpdf%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/mkpdf%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/rebase%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/rebase%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/scan%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/scan%%PYTHON_TAG%%.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/scangobj%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/python/gtkdoc/__pycache__/scangobj%%PYTHON_TAG%%.pyc %%DATADIR%%/python/gtkdoc/check.py %%DATADIR%%/python/gtkdoc/common.py %%DATADIR%%/python/gtkdoc/config.py @@ -79,35 +79,3 @@ share/aclocal/gtk-doc.m4 %%DATADIR%%/python/gtkdoc/rebase.py %%DATADIR%%/python/gtkdoc/scan.py %%DATADIR%%/python/gtkdoc/scangobj.py -share/help/C/gtk-doc-manual/fdl-appendix.xml -share/help/C/gtk-doc-manual/index.docbook -share/help/bn_IN/gtk-doc-manual/fdl-appendix.xml -share/help/bn_IN/gtk-doc-manual/index.docbook -share/help/cs/gtk-doc-manual/fdl-appendix.xml -share/help/cs/gtk-doc-manual/index.docbook -share/help/de/gtk-doc-manual/fdl-appendix.xml -share/help/de/gtk-doc-manual/index.docbook -share/help/el/gtk-doc-manual/fdl-appendix.xml -share/help/el/gtk-doc-manual/index.docbook -share/help/en_GB/gtk-doc-manual/fdl-appendix.xml -share/help/en_GB/gtk-doc-manual/index.docbook -share/help/es/gtk-doc-manual/fdl-appendix.xml -share/help/es/gtk-doc-manual/index.docbook -share/help/fr/gtk-doc-manual/fdl-appendix.xml -share/help/fr/gtk-doc-manual/index.docbook -share/help/gl/gtk-doc-manual/fdl-appendix.xml -share/help/gl/gtk-doc-manual/index.docbook -share/help/gu/gtk-doc-manual/fdl-appendix.xml -share/help/gu/gtk-doc-manual/index.docbook -share/help/pt_BR/gtk-doc-manual/fdl-appendix.xml -share/help/pt_BR/gtk-doc-manual/index.docbook -share/help/sl/gtk-doc-manual/fdl-appendix.xml -share/help/sl/gtk-doc-manual/index.docbook -share/help/sv/gtk-doc-manual/fdl-appendix.xml -share/help/sv/gtk-doc-manual/index.docbook -share/help/ta/gtk-doc-manual/fdl-appendix.xml -share/help/ta/gtk-doc-manual/index.docbook -share/help/te/gtk-doc-manual/fdl-appendix.xml -share/help/te/gtk-doc-manual/index.docbook -share/help/zh_CN/gtk-doc-manual/fdl-appendix.xml -share/help/zh_CN/gtk-doc-manual/index.docbook diff --git a/textproc/harper/Makefile b/textproc/harper/Makefile index e33f46aecd4f..501cab06e0cf 100644 --- a/textproc/harper/Makefile +++ b/textproc/harper/Makefile @@ -1,6 +1,6 @@ PORTNAME= harper DISTVERSIONPREFIX= v -DISTVERSION= 0.67.0 +DISTVERSION= 0.68.0 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/harper/Makefile.crates b/textproc/harper/Makefile.crates index 1fd0a7863671..9050b6eb4021 100644 --- a/textproc/harper/Makefile.crates +++ b/textproc/harper/Makefile.crates @@ -470,7 +470,7 @@ CARGO_CRATES= addr2line-0.24.2 \ unicode-script-0.5.7 \ unicode-segmentation-1.12.0 \ unicode-width-0.1.14 \ - unicode-width-0.2.1 \ + unicode-width-0.2.2 \ unicode-xid-0.2.6 \ unscanny-0.1.0 \ unty-0.0.4 \ diff --git a/textproc/harper/distinfo b/textproc/harper/distinfo index 68a5fe461f58..03b9dd7bf01f 100644 --- a/textproc/harper/distinfo +++ b/textproc/harper/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1759787267 +TIMESTAMP = 1760620074 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 @@ -943,8 +943,8 @@ SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec9 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 -SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c -SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 +SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 +SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 SHA256 (rust/crates/unscanny-0.1.0.crate) = e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47 @@ -1117,5 +1117,5 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zip-1.1.4.crate) = 9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164 SIZE (rust/crates/zip-1.1.4.crate) = 77910 -SHA256 (Automattic-harper-v0.67.0_GH0.tar.gz) = bbdb0235ab6214923c740defb1b4f2e2bf6e414e941c725f1a76ca49feb78e5b -SIZE (Automattic-harper-v0.67.0_GH0.tar.gz) = 7402102 +SHA256 (Automattic-harper-v0.68.0_GH0.tar.gz) = 0ea869450f516558a8ae905af9270505503621b3cb1071bba8d24c2b8056b1d7 +SIZE (Automattic-harper-v0.68.0_GH0.tar.gz) = 7409856 diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile index c88c4116df61..ce144a644143 100644 --- a/textproc/obsidian/Makefile +++ b/textproc/obsidian/Makefile @@ -8,6 +8,7 @@ PORTNAME= obsidian PORTVERSION= 1.9.14 +PORTREVISION= 1 CATEGORIES= textproc # Icon is taken from the Nix build recipe # https://github.com/NixOS/nixpkgs/blob/de5448dab588ad41aef40f8c7c0c230981656698/pkgs/applications/misc/obsidian/default.nix#L31-L34 diff --git a/textproc/otree/Makefile b/textproc/otree/Makefile index 912b45e91643..af25fea2a9df 100644 --- a/textproc/otree/Makefile +++ b/textproc/otree/Makefile @@ -1,7 +1,6 @@ PORTNAME= otree DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 -PORTREVISION= 1 +DISTVERSION= 0.6.2 CATEGORIES= textproc MAINTAINER= olgeni@FreeBSD.org @@ -17,27 +16,27 @@ GH_ACCOUNT= fioncat CARGO_CRATES= aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ - anstream-0.6.20 \ - anstyle-1.0.11 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ anstyle-parse-0.2.7 \ anstyle-query-1.1.4 \ anstyle-wincon-3.0.10 \ - anyhow-1.0.99 \ - autocfg-1.5.0 \ + anyhow-1.0.100 \ bitflags-1.3.2 \ - bitflags-2.9.3 \ - camino-1.1.11 \ + bitflags-2.9.4 \ + camino-1.2.1 \ cargo-platform-0.1.9 \ cargo_metadata-0.19.2 \ cassowary-0.3.0 \ castaway-0.2.4 \ - cfg-if-1.0.3 \ - clap-4.5.45 \ - clap_builder-4.5.44 \ - clap_derive-4.5.45 \ - clap_lex-0.7.5 \ + cfg-if-1.0.4 \ + clap-4.5.49 \ + clap_builder-4.5.49 \ + clap_derive-4.5.49 \ + clap_lex-0.7.6 \ colorchoice-1.0.4 \ compact_str-0.8.1 \ + console-0.16.1 \ convert_case-0.7.1 \ crossterm-0.28.1 \ crossterm-0.29.0 \ @@ -45,7 +44,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ - deranged-0.4.0 \ + deranged-0.5.4 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ derive_builder_macro-0.20.2 \ @@ -55,21 +54,23 @@ CARGO_CRATES= aho-corasick-1.1.3 \ dirs-sys-0.5.0 \ document-features-0.2.11 \ either-1.15.0 \ + encode_unicode-1.0.0 \ equivalent-1.0.2 \ - errno-0.3.13 \ + errno-0.3.14 \ filedescriptor-0.8.3 \ fnv-1.0.7 \ foldhash-0.1.5 \ fsevent-sys-4.1.0 \ getrandom-0.2.16 \ hashbrown-0.15.5 \ - hcl-edit-0.9.1 \ - hcl-primitives-0.1.9 \ - hcl-rs-0.19.2 \ + hashbrown-0.16.0 \ + hcl-edit-0.9.3 \ + hcl-primitives-0.1.11 \ + hcl-rs-0.19.4 \ heck-0.5.0 \ humansize-2.1.3 \ ident_case-1.0.1 \ - indexmap-2.11.0 \ + indexmap-2.11.4 \ indoc-2.0.6 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ @@ -80,57 +81,59 @@ CARGO_CRATES= aho-corasick-1.1.3 \ kqueue-1.1.1 \ kqueue-sys-1.0.4 \ kstring-2.0.2 \ - libc-0.2.175 \ + libc-0.2.177 \ libm-0.2.15 \ - libredox-0.1.9 \ + libredox-0.1.10 \ libyml-0.0.5 \ linux-raw-sys-0.4.15 \ - linux-raw-sys-0.9.4 \ + linux-raw-sys-0.11.0 \ litrs-0.4.2 \ - lock_api-0.4.13 \ - log-0.4.27 \ + lock_api-0.4.14 \ + log-0.4.28 \ lru-0.12.5 \ - memchr-2.7.5 \ + memchr-2.7.6 \ mio-1.0.4 \ notify-8.2.0 \ notify-types-2.0.0 \ ntapi-0.4.1 \ num-conv-0.1.0 \ num_threads-0.1.7 \ - objc2-core-foundation-0.3.1 \ + objc2-core-foundation-0.3.2 \ + once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ option-ext-0.2.0 \ - parking_lot-0.12.4 \ - parking_lot_core-0.9.11 \ + parking_lot-0.12.5 \ + parking_lot_core-0.9.12 \ paste-1.0.15 \ powerfmt-0.2.0 \ pratt-0.4.0 \ proc-macro2-1.0.101 \ quick-xml-0.38.3 \ - quote-1.0.40 \ + quote-1.0.41 \ ratatui-0.29.0 \ - redox_syscall-0.5.17 \ + redox_syscall-0.5.18 \ redox_users-0.5.2 \ - regex-1.11.2 \ - regex-automata-0.4.10 \ - regex-syntax-0.8.6 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ + regex-syntax-0.8.8 \ rustc_version-0.4.1 \ 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 \ scopeguard-1.2.0 \ - semver-1.0.26 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ - serde_json-1.0.143 \ - serde_spanned-1.0.0 \ + semver-1.0.27 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.145 \ + serde_spanned-1.0.3 \ serde_yml-0.0.12 \ signal-hook-0.3.18 \ signal-hook-mio-0.2.4 \ signal-hook-registry-1.4.6 \ - simple-error-0.3.1 \ + simple-error-0.3.2 \ smallvec-1.15.1 \ static_assertions-1.1.0 \ strsim-0.11.1 \ @@ -139,25 +142,25 @@ CARGO_CRATES= aho-corasick-1.1.3 \ syn-2.0.106 \ sysinfo-0.34.2 \ thiserror-1.0.69 \ - thiserror-2.0.16 \ + thiserror-2.0.17 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.16 \ - time-0.3.41 \ - time-core-0.1.4 \ - time-macros-0.2.22 \ - toml-0.9.5 \ - toml_datetime-0.7.0 \ - toml_parser-1.0.2 \ - toml_writer-1.0.2 \ + thiserror-impl-2.0.17 \ + time-0.3.44 \ + time-core-0.1.6 \ + time-macros-0.2.24 \ + toml-0.9.8 \ + toml_datetime-0.7.3 \ + toml_parser-1.0.4 \ + toml_writer-1.0.4 \ tui-textarea-0.7.0 \ tui-tree-widget-0.23.1 \ - 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-width-0.2.0 \ utf8parse-0.2.2 \ - vecmap-rs-0.2.3 \ + vecmap-rs-0.2.4 \ vergen-9.0.6 \ vergen-lib-0.1.6 \ version_check-0.9.5 \ @@ -165,34 +168,35 @@ CARGO_CRATES= aho-corasick-1.1.3 \ wasi-0.11.1+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.10 \ + winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.57.0 \ windows-core-0.57.0 \ windows-implement-0.57.0 \ windows-interface-0.57.0 \ - windows-link-0.1.3 \ + windows-link-0.2.1 \ windows-result-0.1.2 \ windows-sys-0.59.0 \ windows-sys-0.60.2 \ + windows-sys-0.61.2 \ windows-targets-0.52.6 \ - windows-targets-0.53.3 \ + windows-targets-0.53.5 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_gnullvm-0.53.1 \ windows_aarch64_msvc-0.52.6 \ - windows_aarch64_msvc-0.53.0 \ + windows_aarch64_msvc-0.53.1 \ windows_i686_gnu-0.52.6 \ - windows_i686_gnu-0.53.0 \ + windows_i686_gnu-0.53.1 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_gnullvm-0.53.0 \ + windows_i686_gnullvm-0.53.1 \ windows_i686_msvc-0.52.6 \ - windows_i686_msvc-0.53.0 \ + windows_i686_msvc-0.53.1 \ windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnu-0.53.1 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_gnullvm-0.53.1 \ windows_x86_64_msvc-0.52.6 \ - windows_x86_64_msvc-0.53.0 \ + windows_x86_64_msvc-0.53.1 \ winnow-0.7.13 PLIST_FILES= bin/otree diff --git a/textproc/otree/distinfo b/textproc/otree/distinfo index a41c5f0b3c5a..50e3e6f90ce2 100644 --- a/textproc/otree/distinfo +++ b/textproc/otree/distinfo @@ -1,28 +1,26 @@ -TIMESTAMP = 1757117593 +TIMESTAMP = 1760592641 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 -SHA256 (rust/crates/anstream-0.6.20.crate) = 3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192 -SIZE (rust/crates/anstream-0.6.20.crate) = 28797 -SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd -SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 SHA256 (rust/crates/anstyle-query-1.1.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2 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/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 -SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 +SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.3.crate) = 34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d -SIZE (rust/crates/bitflags-2.9.3.crate) = 47777 -SHA256 (rust/crates/camino-1.1.11.crate) = 5d07aa9a93b00c76f71bc35d598bed923f6d4f3a9ca5c24b7737ae1a292841c0 -SIZE (rust/crates/camino-1.1.11.crate) = 43862 +SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 +SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 +SHA256 (rust/crates/camino-1.2.1.crate) = 276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609 +SIZE (rust/crates/camino-1.2.1.crate) = 41364 SHA256 (rust/crates/cargo-platform-0.1.9.crate) = e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea SIZE (rust/crates/cargo-platform-0.1.9.crate) = 12010 SHA256 (rust/crates/cargo_metadata-0.19.2.crate) = dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba @@ -31,20 +29,22 @@ SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40 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.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 -SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 -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_derive-4.5.45.crate) = 14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6 -SIZE (rust/crates/clap_derive-4.5.45.crate) = 33545 -SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 -SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 +SHA256 (rust/crates/clap-4.5.49.crate) = f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f +SIZE (rust/crates/clap-4.5.49.crate) = 62007 +SHA256 (rust/crates/clap_builder-4.5.49.crate) = 0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730 +SIZE (rust/crates/clap_builder-4.5.49.crate) = 170616 +SHA256 (rust/crates/clap_derive-4.5.49.crate) = 2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671 +SIZE (rust/crates/clap_derive-4.5.49.crate) = 33559 +SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d +SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 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/console-0.16.1.crate) = b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4 +SIZE (rust/crates/console-0.16.1.crate) = 39129 SHA256 (rust/crates/convert_case-0.7.1.crate) = bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7 SIZE (rust/crates/convert_case-0.7.1.crate) = 23816 SHA256 (rust/crates/crossterm-0.28.1.crate) = 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 @@ -59,8 +59,8 @@ SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8b 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/deranged-0.5.4.crate) = a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071 +SIZE (rust/crates/deranged-0.5.4.crate) = 24461 SHA256 (rust/crates/derive_builder-0.20.2.crate) = 507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947 SIZE (rust/crates/derive_builder-0.20.2.crate) = 36661 SHA256 (rust/crates/derive_builder_core-0.20.2.crate) = 2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8 @@ -79,10 +79,12 @@ SHA256 (rust/crates/document-features-0.2.11.crate) = 95249b50c6c185bee49034bcb3 SIZE (rust/crates/document-features-0.2.11.crate) = 14640 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 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/filedescriptor-0.8.3.crate) = e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d SIZE (rust/crates/filedescriptor-0.8.3.crate) = 12635 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -95,20 +97,22 @@ SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 -SHA256 (rust/crates/hcl-edit-0.9.1.crate) = 95f32dc8e2ac2efd3726a759c0e1cd91315465d75a191468dcd8f885f384cad0 -SIZE (rust/crates/hcl-edit-0.9.1.crate) = 66718 -SHA256 (rust/crates/hcl-primitives-0.1.9.crate) = f097693bfc799cc5043956e93a28c51ca4e72f2c3daa21f65a5b0a28510df1f2 -SIZE (rust/crates/hcl-primitives-0.1.9.crate) = 16977 -SHA256 (rust/crates/hcl-rs-0.19.2.crate) = 87112599bbc3476dc61061583cc6c0d4f305f0820d4cf3e4cda46199248dd781 -SIZE (rust/crates/hcl-rs-0.19.2.crate) = 107530 +SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d +SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 +SHA256 (rust/crates/hcl-edit-0.9.3.crate) = 3ab35d988dc879e293759e29b430a4ba9e6125965eec6fd0dfab0cb349e172d7 +SIZE (rust/crates/hcl-edit-0.9.3.crate) = 66831 +SHA256 (rust/crates/hcl-primitives-0.1.11.crate) = 829a11d304c89e2cfe0dbb494a686bbe2b48ade17705c62cd1957b04aa4630f6 +SIZE (rust/crates/hcl-primitives-0.1.11.crate) = 17017 +SHA256 (rust/crates/hcl-rs-0.19.4.crate) = 5914e8caacb6e224944a8181bebd79bf81ad4999a36689f0a3158e555b49040d +SIZE (rust/crates/hcl-rs-0.19.4.crate) = 107533 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 SIZE (rust/crates/humansize-2.1.3.crate) = 11953 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.11.0.crate) = f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9 -SIZE (rust/crates/indexmap-2.11.0.crate) = 99851 +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/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 @@ -129,28 +133,28 @@ SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac36 SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 SHA256 (rust/crates/kstring-2.0.2.crate) = 558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1 SIZE (rust/crates/kstring-2.0.2.crate) = 23044 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 -SHA256 (rust/crates/libredox-0.1.9.crate) = 391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3 -SIZE (rust/crates/libredox-0.1.9.crate) = 7281 +SHA256 (rust/crates/libredox-0.1.10.crate) = 416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb +SIZE (rust/crates/libredox-0.1.10.crate) = 7332 SHA256 (rust/crates/libyml-0.0.5.crate) = 3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980 SIZE (rust/crates/libyml-0.0.5.crate) = 97931 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/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/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 +SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 +SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 +SIZE (rust/crates/log-0.4.28.crate) = 51131 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 -SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/notify-8.2.0.crate) = 4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3 @@ -163,16 +167,18 @@ SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 -SHA256 (rust/crates/objc2-core-foundation-0.3.1.crate) = 1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166 -SIZE (rust/crates/objc2-core-foundation-0.3.1.crate) = 178121 +SHA256 (rust/crates/objc2-core-foundation-0.3.2.crate) = 2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536 +SIZE (rust/crates/objc2-core-foundation-0.3.2.crate) = 180804 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad 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/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/parking_lot-0.12.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a +SIZE (rust/crates/parking_lot-0.12.5.crate) = 46735 +SHA256 (rust/crates/parking_lot_core-0.9.12.crate) = 2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1 +SIZE (rust/crates/parking_lot_core-0.9.12.crate) = 34110 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -183,26 +189,26 @@ SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f3 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/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 +SIZE (rust/crates/quote-1.0.41.crate) = 31408 SHA256 (rust/crates/ratatui-0.29.0.crate) = eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b SIZE (rust/crates/ratatui-0.29.0.crate) = 543514 -SHA256 (rust/crates/redox_syscall-0.5.17.crate) = 5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77 -SIZE (rust/crates/redox_syscall-0.5.17.crate) = 30002 +SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d +SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 SHA256 (rust/crates/redox_users-0.5.2.crate) = a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac SIZE (rust/crates/redox_users-0.5.2.crate) = 17280 -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/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 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 @@ -211,16 +217,18 @@ SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 -SIZE (rust/crates/semver-1.0.26.crate) = 31303 -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_json-1.0.143.crate) = d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a -SIZE (rust/crates/serde_json-1.0.143.crate) = 155342 -SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 -SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 +SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 +SIZE (rust/crates/semver-1.0.27.crate) = 30081 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 +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.3.crate) = e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392 +SIZE (rust/crates/serde_spanned-1.0.3.crate) = 11011 SHA256 (rust/crates/serde_yml-0.0.12.crate) = 59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd SIZE (rust/crates/serde_yml-0.0.12.crate) = 125859 SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 @@ -229,8 +237,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/simple-error-0.3.1.crate) = 7e2accd2c41a0e920d2abd91b2badcfa1da784662f54fbc47e0e3a51f1e2e1cf -SIZE (rust/crates/simple-error-0.3.1.crate) = 9862 +SHA256 (rust/crates/simple-error-0.3.2.crate) = 69da7c8ef9e55986dcaa55dd095bbf7d321e80cc91644f25ce26a83dbe9e7f14 +SIZE (rust/crates/simple-error-0.3.2.crate) = 10581 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -247,32 +255,32 @@ SHA256 (rust/crates/sysinfo-0.34.2.crate) = a4b93974b3d3aeaa036504b8eefd4c039dce SIZE (rust/crates/sysinfo-0.34.2.crate) = 204750 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.16.crate) = 3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0 -SIZE (rust/crates/thiserror-2.0.16.crate) = 29095 +SHA256 (rust/crates/thiserror-2.0.17.crate) = f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8 +SIZE (rust/crates/thiserror-2.0.17.crate) = 28857 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.16.crate) = 6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960 -SIZE (rust/crates/thiserror-impl-2.0.16.crate) = 21214 -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/toml-0.9.5.crate) = 75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8 -SIZE (rust/crates/toml-0.9.5.crate) = 56833 -SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 -SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 -SHA256 (rust/crates/toml_parser-1.0.2.crate) = b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10 -SIZE (rust/crates/toml_parser-1.0.2.crate) = 35241 -SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 -SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 +SHA256 (rust/crates/thiserror-impl-2.0.17.crate) = 3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913 +SIZE (rust/crates/thiserror-impl-2.0.17.crate) = 21344 +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/toml-0.9.8.crate) = f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8 +SIZE (rust/crates/toml-0.9.8.crate) = 56104 +SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 +SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 +SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e +SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 +SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 +SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 SHA256 (rust/crates/tui-textarea-0.7.0.crate) = 0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae SIZE (rust/crates/tui-textarea-0.7.0.crate) = 67947 SHA256 (rust/crates/tui-tree-widget-0.23.1.crate) = c14c4488e071617f5b5922222193cdf6725835e492c6229557af85d3c1a4e903 SIZE (rust/crates/tui-tree-widget-0.23.1.crate) = 22330 -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 @@ -283,8 +291,8 @@ SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b819 SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/vecmap-rs-0.2.3.crate) = 67cfc542f75493f412a51c02af26f58f710ab0e2204d264135054377244276be -SIZE (rust/crates/vecmap-rs-0.2.3.crate) = 35738 +SHA256 (rust/crates/vecmap-rs-0.2.4.crate) = f9758649b51083aa8008666f41c23f05abca1766aad4cc447b195dd83ef1297b +SIZE (rust/crates/vecmap-rs-0.2.4.crate) = 35943 SHA256 (rust/crates/vergen-9.0.6.crate) = 6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777 SIZE (rust/crates/vergen-9.0.6.crate) = 33160 SHA256 (rust/crates/vergen-lib-0.1.6.crate) = 9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166 @@ -299,8 +307,8 @@ SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe9399 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.10.crate) = 0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22 -SIZE (rust/crates/winapi-util-0.1.10.crate) = 13370 +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.57.0.crate) = 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 @@ -311,51 +319,53 @@ SHA256 (rust/crates/windows-implement-0.57.0.crate) = 9107ddc059d5b6fbfbffdfa7a7 SIZE (rust/crates/windows-implement-0.57.0.crate) = 10470 SHA256 (rust/crates/windows-interface-0.57.0.crate) = 29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7 SIZE (rust/crates/windows-interface-0.57.0.crate) = 10931 -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.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-result-0.1.2.crate) = 5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8 SIZE (rust/crates/windows-result-0.1.2.crate) = 10601 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.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 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-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 +SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 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 -SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 -SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c -SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 +SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 -SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 -SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +SHA256 (rust/crates/windows_i686_gnu-0.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 +SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 -SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 -SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c +SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 -SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d -SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_i686_msvc-0.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 +SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 -SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba -SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 +SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 -SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec 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/windows_x86_64_msvc-0.53.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 +SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf SIZE (rust/crates/winnow-0.7.13.crate) = 174454 -SHA256 (fioncat-otree-v0.6.1_GH0.tar.gz) = 1c95f78c1b432b4a62392c971bc28eda8bc6754ec53e0701de1c42417c058bdf -SIZE (fioncat-otree-v0.6.1_GH0.tar.gz) = 200631 +SHA256 (fioncat-otree-v0.6.2_GH0.tar.gz) = d5126b1231b00fe6c8bfb0ecb94e86d328090c1e33261922f54e79ef647aed42 +SIZE (fioncat-otree-v0.6.2_GH0.tar.gz) = 202460 diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile index 3922da6d4323..0cc7f0c417d3 100644 --- a/textproc/p5-PPIx-Regexp/Makefile +++ b/textproc/p5-PPIx-Regexp/Makefile @@ -1,5 +1,5 @@ PORTNAME= PPIx-Regexp -DISTVERSION= 0.090 +DISTVERSION= 0.091 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT diff --git a/textproc/p5-PPIx-Regexp/distinfo b/textproc/p5-PPIx-Regexp/distinfo index 1525b2f0c83d..7faa76650202 100644 --- a/textproc/p5-PPIx-Regexp/distinfo +++ b/textproc/p5-PPIx-Regexp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758541771 -SHA256 (PPIx-Regexp-0.090.tar.gz) = 41b13c6474cc19e9c604ff8ef0881e21866948b6d55c2f5c666279f8d9649352 -SIZE (PPIx-Regexp-0.090.tar.gz) = 257520 +TIMESTAMP = 1760735652 +SHA256 (PPIx-Regexp-0.091.tar.gz) = e72ec79eff640297b087227d6a7708fca871c6de09997149585a98fe65ed942f +SIZE (PPIx-Regexp-0.091.tar.gz) = 258091 diff --git a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c deleted file mode 100644 index e43842597c5c..000000000000 --- a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lexbor/selectors-adapted/selectors.c.orig 2025-10-10 16:58:42 UTC -+++ lexbor/selectors-adapted/selectors.c -@@ -13,7 +13,7 @@ - #include <Zend/zend_API.h> - #include <php.h> - --#include "selectors.h" -+#include "ext/dom/lexbor/selectors-adapted/selectors.h" - #include "../../namespace_compat.h" - #include "../../domexception.h" - #include "../../php_dom.h" diff --git a/textproc/py-html-text/Makefile b/textproc/py-html-text/Makefile new file mode 100644 index 000000000000..8abdc85e2e2a --- /dev/null +++ b/textproc/py-html-text/Makefile @@ -0,0 +1,26 @@ +PORTNAME= html-text +DISTVERSION= 0.7.1 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Extract text from HTML +WWW= https://github.com/zytedata/html-text + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml-html-clean>0:devel/py-lxml-html-clean@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +NO_ARCH= yes + +# tests as of 0.7.1: 58 passed, 4 skipped, 1 xfailed, 5 errors in 4.68s + +.include <bsd.port.mk> diff --git a/textproc/py-html-text/distinfo b/textproc/py-html-text/distinfo new file mode 100644 index 000000000000..6355c5461e17 --- /dev/null +++ b/textproc/py-html-text/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760676184 +SHA256 (html_text-0.7.1.tar.gz) = 87fd194310a9f54be32c7b18a70180dfa72a6b4d01cca35ac813c4d2b2b2ed8b +SIZE (html_text-0.7.1.tar.gz) = 54423 diff --git a/textproc/py-html-text/pkg-descr b/textproc/py-html-text/pkg-descr new file mode 100644 index 000000000000..3ded2dd0baf6 --- /dev/null +++ b/textproc/py-html-text/pkg-descr @@ -0,0 +1,7 @@ +Extract text from HTML. + +html_text is a library for extracting text from HTML, with a few handy +features: +- It removes leading and trailing whitespace +- It handles HTML entities +- It uses lxml for parsing diff --git a/textproc/py-mf2py/Makefile b/textproc/py-mf2py/Makefile new file mode 100644 index 000000000000..1aa63bcd009d --- /dev/null +++ b/textproc/py-mf2py/Makefile @@ -0,0 +1,24 @@ +PORTNAME= mf2py +DISTVERSION= 2.0.1 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Microformats parser +WWW= https://github.com/microformats/mf2py + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=1.1:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.28.2:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-mf2py/distinfo b/textproc/py-mf2py/distinfo new file mode 100644 index 000000000000..13f71e0bb0c5 --- /dev/null +++ b/textproc/py-mf2py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760676217 +SHA256 (mf2py-2.0.1.tar.gz) = 1380924633413b8d72e704b5c86b4382c4b1371699edecc907b01cd21138d7cd +SIZE (mf2py-2.0.1.tar.gz) = 21843 diff --git a/textproc/py-mf2py/pkg-descr b/textproc/py-mf2py/pkg-descr new file mode 100644 index 000000000000..c2fb6a0add0d --- /dev/null +++ b/textproc/py-mf2py/pkg-descr @@ -0,0 +1,5 @@ +mf2py is a Python library for parsing microformats2, +microformats1, and experimental metaformats from HTML documents. +It provides a robust and flexible way to extract structured data +from web pages, enabling applications to understand and utilize +semantic information embedded in web content. diff --git a/textproc/py-pyRdfa3/Makefile b/textproc/py-pyRdfa3/Makefile new file mode 100644 index 000000000000..c7b4d01a5416 --- /dev/null +++ b/textproc/py-pyRdfa3/Makefile @@ -0,0 +1,28 @@ +PORTNAME= pyRdfa3 +DISTVERSION= 3.6.4 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= RDFa parser library +WWW= https://github.com/RDFLib/pyrdfa3 + +LICENSE= W3C +LICENSE_NAME= W3C Software License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rdflib>=7.0.0:textproc/py-rdflib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>=1.1:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-pyRdfa3/distinfo b/textproc/py-pyRdfa3/distinfo new file mode 100644 index 000000000000..0de39c19b236 --- /dev/null +++ b/textproc/py-pyRdfa3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760676288 +SHA256 (pyrdfa3-3.6.4.tar.gz) = 64712d1a4bf21829652b39715bada6e7c03bcf19cb49f962c190a38f46172243 +SIZE (pyrdfa3-3.6.4.tar.gz) = 84506 diff --git a/textproc/py-pyRdfa3/files/patch-pyproject.toml b/textproc/py-pyRdfa3/files/patch-pyproject.toml new file mode 100644 index 000000000000..4c9e1c948982 --- /dev/null +++ b/textproc/py-pyRdfa3/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-10-16 21:47:24 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=71.1.0"] ++requires = ["setuptools>=63.1.0"] + build-backend = "setuptools.build_meta" + + [project] diff --git a/textproc/py-pyRdfa3/pkg-descr b/textproc/py-pyRdfa3/pkg-descr new file mode 100644 index 000000000000..4e3d3b3ea823 --- /dev/null +++ b/textproc/py-pyRdfa3/pkg-descr @@ -0,0 +1,5 @@ +RDFa parser library. + +pyRdfa is a Python library for parsing RDFa (Resource Description Framework +in Attributes) data from HTML and XML documents. It implements the RDFa 1.0 +and 1.1 specifications. diff --git a/textproc/py-readchar/Makefile b/textproc/py-readchar/Makefile index ac4007269a7e..82d33773f4d1 100644 --- a/textproc/py-readchar/Makefile +++ b/textproc/py-readchar/Makefile @@ -1,17 +1,18 @@ PORTNAME= readchar DISTVERSIONPREFIX= v -DISTVERSION= 3.1.0 -PORTREVISION= 1 +DISTVERSION= 4.2.1 CATEGORIES= textproc devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= 0mp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python library to read characters and key strokes WWW= https://github.com/magmax/python-readchar LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/README.rst +LICENSE_FILE= ${WRKSRC}/LICENCE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ @@ -19,14 +20,14 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= dos2unix localbase python -DOS2UNIX_GLOB= *.py -# PYPI does not seem to work so far. +USE_PYTHON= autoplist pep517 pytest + USE_GITHUB= yes GH_ACCOUNT= magmax GH_PROJECT= python-${PORTNAME} -USE_PYTHON= autoplist distutils -do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) +DOS2UNIX_GLOB= *.py + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-readchar/distinfo b/textproc/py-readchar/distinfo index 6c7eeb569e07..1133b8838a8e 100644 --- a/textproc/py-readchar/distinfo +++ b/textproc/py-readchar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697272359 -SHA256 (magmax-python-readchar-v3.1.0_GH0.tar.gz) = 3b517e754f49421439cd1ae8fa31f9304d6c19603af47339b1b15a7ff25331f6 -SIZE (magmax-python-readchar-v3.1.0_GH0.tar.gz) = 7027 +TIMESTAMP = 1760642705 +SHA256 (magmax-python-readchar-v4.2.1_GH0.tar.gz) = 2c3a6eb9a41c228ab8324b7abaff7a91ec5c8c450b5b81f0853b6f0855b9e692 +SIZE (magmax-python-readchar-v4.2.1_GH0.tar.gz) = 13314 diff --git a/textproc/py-readchar/files/patch-readchar_readchar.py b/textproc/py-readchar/files/patch-readchar_readchar.py deleted file mode 100644 index f4fde27214fc..000000000000 --- a/textproc/py-readchar/files/patch-readchar_readchar.py +++ /dev/null @@ -1,11 +0,0 @@ ---- readchar/readchar.py.orig 2021-04-15 14:19:54 UTC -+++ readchar/readchar.py -@@ -6,6 +6,8 @@ import sys - - if sys.platform.startswith("linux"): - from .readchar_linux import readchar -+elif sys.platform.startswith("freebsd"): -+ from .readchar_linux import readchar - elif sys.platform == "darwin": - from .readchar_linux import readchar - elif sys.platform in ("win32", "cygwin"): diff --git a/textproc/py-readchar/pkg-descr b/textproc/py-readchar/pkg-descr index 6f746d6d8023..e4ace71b8df1 100644 --- a/textproc/py-readchar/pkg-descr +++ b/textproc/py-readchar/pkg-descr @@ -1,2 +1,2 @@ -Library to easily read single chars and key strokes. The idea is to have a +Library to easily read single chars and key strokes. The idea is to have a portable way to read single characters and key-strokes. diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile index f0d42440baef..2bb1f452ce31 100644 --- a/textproc/rubygem-puppet-strings/Makefile +++ b/textproc/rubygem-puppet-strings/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppet-strings -PORTVERSION= 4.1.3 +PORTVERSION= 5.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-puppet-strings/distinfo b/textproc/rubygem-puppet-strings/distinfo index a20c0be4328b..4d8211b88fad 100644 --- a/textproc/rubygem-puppet-strings/distinfo +++ b/textproc/rubygem-puppet-strings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726270030 -SHA256 (rubygem/puppet-strings-4.1.3.gem) = 9cd19e0027f50f75290ef66d4e20521276fc23ad8ffc86d76756ae34b808ca3e -SIZE (rubygem/puppet-strings-4.1.3.gem) = 61440 +TIMESTAMP = 1759188603 +SHA256 (rubygem/puppet-strings-5.0.0.gem) = 9f93221dab4d9c7441d0c7e4d9b5066e65dc325209487e6638b5cb3b7056fa8b +SIZE (rubygem/puppet-strings-5.0.0.gem) = 61952 diff --git a/textproc/rubygem-puppet-strings/files/patch-gemspec b/textproc/rubygem-puppet-strings/files/patch-gemspec deleted file mode 100644 index 8bb174ebe4f1..000000000000 --- a/textproc/rubygem-puppet-strings/files/patch-gemspec +++ /dev/null @@ -1,10 +0,0 @@ ---- puppet-strings.gemspec.orig 2024-10-19 15:55:24 UTC -+++ puppet-strings.gemspec -@@ -22,6 +22,6 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - s.add_runtime_dependency(%q<rgen>.freeze, ["~> 0.9".freeze]) -- s.add_runtime_dependency(%q<yard>.freeze, ["~> 0.9".freeze, "< 0.9.37".freeze]) -+ s.add_runtime_dependency(%q<yard>.freeze, ["~> 0.9".freeze]) - end - diff --git a/www/Makefile b/www/Makefile index 3a49b4b2d084..b402998e0907 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1517,6 +1517,7 @@ SUBDIR += py-cachelib SUBDIR += py-caldav SUBDIR += py-calibreweb + SUBDIR += py-chalice SUBDIR += py-channels SUBDIR += py-channels-redis SUBDIR += py-cheroot @@ -1731,6 +1732,7 @@ SUBDIR += py-dtflickr SUBDIR += py-enmerkar SUBDIR += py-essentials-openapi + SUBDIR += py-extruct SUBDIR += py-fake-useragent SUBDIR += py-falcon SUBDIR += py-fastapi diff --git a/www/angie-module-auth-spnego/Makefile b/www/angie-module-auth-spnego/Makefile index ff16edb9069a..41803c80b2d9 100644 --- a/www/angie-module-auth-spnego/Makefile +++ b/www/angie-module-auth-spnego/Makefile @@ -1,5 +1,4 @@ PORTNAME= angie-module-auth-spnego -PORTREVISION= 1 GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:v1.1.3:module COMMENT= Angie auth-spnego dynamic module diff --git a/www/angie-module-cache-purge/Makefile b/www/angie-module-cache-purge/Makefile index e8628c6de22b..b7bdee160341 100644 --- a/www/angie-module-cache-purge/Makefile +++ b/www/angie-module-cache-purge/Makefile @@ -1,5 +1,5 @@ PORTNAME= angie-module-cache-purge -GH_TUPLE= nginx-modules:ngx_cache_purge:2.5.3:module +GH_TUPLE= nginx-modules:ngx_cache_purge:2.5.4:module COMMENT= Angie cache_purge dynamic module diff --git a/www/angie/Makefile b/www/angie/Makefile index ea14558b38e0..7ac5e95fde80 100644 --- a/www/angie/Makefile +++ b/www/angie/Makefile @@ -1,5 +1,6 @@ PORTNAME?= angie DISTVERSION= 1.10.2 +PORTREVISION= 1 CATEGORIES+= www MASTER_SITES+= https://download.angie.software/files/:angie DISTNAME= angie-${DISTVERSIONFULL} diff --git a/www/angie/distinfo b/www/angie/distinfo index 294edb6fa170..b44d89695378 100644 --- a/www/angie/distinfo +++ b/www/angie/distinfo @@ -9,8 +9,8 @@ SHA256 (stnoonan-spnego-http-auth-nginx-module-v1.1.3_GH0.tar.gz) = 0e1e54f8ab7d SIZE (stnoonan-spnego-http-auth-nginx-module-v1.1.3_GH0.tar.gz) = 32975 SHA256 (google-ngx_brotli-v1.0.0rc_GH0.tar.gz) = c85cdcfd76703c95aa4204ee4c2e619aa5b075cac18f428202f65552104add3b SIZE (google-ngx_brotli-v1.0.0rc_GH0.tar.gz) = 16207 -SHA256 (nginx-modules-ngx_cache_purge-2.5.3_GH0.tar.gz) = 43158a75bbc8d4ba66ec9c60a1ec13a792803a36b62ffc3fa01088d8675108e0 -SIZE (nginx-modules-ngx_cache_purge-2.5.3_GH0.tar.gz) = 17156 +SHA256 (nginx-modules-ngx_cache_purge-2.5.4_GH0.tar.gz) = 5bd04373d818b1aa0f3ba0b31b54149207a17815b026f222c537daf587b0cbda +SIZE (nginx-modules-ngx_cache_purge-2.5.4_GH0.tar.gz) = 17174 SHA256 (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = d2499d94d82d4e4eac8425d799e52883131ae86a956524040ff2fd230ef9f859 SIZE (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = 14558 SHA256 (openresty-echo-nginx-module-v0.63_GH0.tar.gz) = 8af374d29592ef95baee53c91959c7b04927f11304c318a94f0ee140760515a4 diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 8acd68512735..640fd9af652f 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,7 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.151.0 -PORTREVISION= 2 +DISTVERSION= 0.151.2 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 36dadc11d0d8..428ee463fda2 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759415347 -SHA256 (go/www_gohugo/hugo-v0.151.0/v0.151.0.mod) = cef8105f154d565f966cd074c891a16116c160f4b1e7be392c32652b3820f0d9 -SIZE (go/www_gohugo/hugo-v0.151.0/v0.151.0.mod) = 9341 -SHA256 (go/www_gohugo/hugo-v0.151.0/v0.151.0.zip) = f757614a877f43530bc4237633969819a86781a1ad3064306382751cfb41b445 -SIZE (go/www_gohugo/hugo-v0.151.0/v0.151.0.zip) = 5767352 +TIMESTAMP = 1760647453 +SHA256 (go/www_gohugo/hugo-v0.151.2/v0.151.2.mod) = 0cf696a433368c56df8664270db733251a34eee19541b7e2306005efd09b7c1a +SIZE (go/www_gohugo/hugo-v0.151.2/v0.151.2.mod) = 9329 +SHA256 (go/www_gohugo/hugo-v0.151.2/v0.151.2.zip) = 7b0f0015b6f2a53241f8bc96b177d950b8fd86649e0debe7e0f2ceefe72f6c5d +SIZE (go/www_gohugo/hugo-v0.151.2/v0.151.2.zip) = 5768692 diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 92432d6f751e..8c510b5ac902 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,5 @@ PORTNAME= librewolf -DISTVERSION= 143.0.4 +DISTVERSION= 144.0 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source CATEGORIES= www wayland @@ -13,7 +13,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.115.1:security/nss \ + nss>=3.116:security/nss \ icu>=76.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index e1fd1a0bc553..2bdf585e2f8f 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759655628 -SHA256 (librewolf-143.0.4-1.source.tar.gz) = c40d149016c578d39f7a9f25f28cf31960c6009ca81782675145c5c976b63360 -SIZE (librewolf-143.0.4-1.source.tar.gz) = 1023308761 +TIMESTAMP = 1760530679 +SHA256 (librewolf-144.0-1.source.tar.gz) = 7dbf8ebee436fd3efc5895b5151af0e23063ef1d3a47ff3da6d55dfcc1b047c6 +SIZE (librewolf-144.0-1.source.tar.gz) = 1029294199 diff --git a/www/librewolf/files/patch-libwebrtc-generated b/www/librewolf/files/patch-libwebrtc-generated index 5621fe23cf21..36653d2767b8 100644 --- a/www/librewolf/files/patch-libwebrtc-generated +++ b/www/librewolf/files/patch-libwebrtc-generated @@ -1,7 +1,7 @@ -commit b9b52a94471b7d6930b5c295c16ccf1512e6c86b +commit 0eb76f55073b3e60ff23c617561d9ec3fe7d3587 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> - regenerate FreeBSD libwebrtc patch for gecko 143 + regenerate FreeBSD libwebrtc patch for gecko 144 diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build index 536af3b634ce..8dd2dcdb638b 100644 @@ -5522,7 +5522,7 @@ index 2925c9a25583..0dc3b552177f 100644 Library("audio_encoder_multiopus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build -index e7cd0bcd8f5d..ccf44f091517 100644 +index 9c1242829070..ccf44f091517 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build @@ -13,14 +13,23 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" @@ -5549,7 +5549,7 @@ index e7cd0bcd8f5d..ccf44f091517 100644 FINAL_LIBRARY = "xul" -@@ -52,83 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,98 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5568,6 +5568,10 @@ index e7cd0bcd8f5d..ccf44f091517 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -5590,6 +5594,10 @@ index e7cd0bcd8f5d..ccf44f091517 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -5630,11 +5638,18 @@ index e7cd0bcd8f5d..ccf44f091517 100644 - DEFINES["_WINDOWS"] = True - DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": -@@ -136,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -151,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -5692,10 +5707,10 @@ index e7cd0bcd8f5d..ccf44f091517 100644 - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": - -- CXXFLAGS += [ -- "-msse2" -- ] -- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -5706,10 +5721,10 @@ index e7cd0bcd8f5d..ccf44f091517 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - - CXXFLAGS += [ - "-msse2" - ] - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["_GNU_SOURCE"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10986,7 +11001,7 @@ index 6d6d33ace75b..01573acc86d3 100644 - Library("network_state_predictor_api_gn") diff --git third_party/libwebrtc/api/priority_gn/moz.build third_party/libwebrtc/api/priority_gn/moz.build -index 76aeb17bde7f..5e74263cf88f 100644 +index d219a201e21e..e294583198c9 100644 --- third_party/libwebrtc/api/priority_gn/moz.build +++ third_party/libwebrtc/api/priority_gn/moz.build @@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" @@ -11012,7 +11027,7 @@ index 76aeb17bde7f..5e74263cf88f 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,87 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11101,12 +11116,16 @@ index 76aeb17bde7f..5e74263cf88f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -135,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -11127,10 +11146,12 @@ index 76aeb17bde7f..5e74263cf88f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -11151,6 +11172,12 @@ index 76aeb17bde7f..5e74263cf88f 100644 - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -11161,12 +11188,19 @@ index 76aeb17bde7f..5e74263cf88f 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["_GNU_SOURCE"] = True +- CXXFLAGS += [ +- "-msse2" +- ] - +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + Library("priority_gn") diff --git third_party/libwebrtc/api/ref_count_gn/moz.build third_party/libwebrtc/api/ref_count_gn/moz.build index 4d11702ac95b..098a60790f04 100644 @@ -54040,6 +54074,219 @@ index f01e58d04ef2..7777cb881169 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("ns_gn") +diff --git third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build +index 899fcaea523b..a51a44f0c956 100644 +--- third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build ++++ third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" + DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -47,98 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + +@@ -146,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_HAS_NEON"] = True + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + + Library("post_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build index cff5be834af7..21c086b8c9b0 100644 --- third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build @@ -70163,10 +70410,10 @@ index f57a0a7e568b..9a78b83fbd8c 100644 Library("webrtc_vp9_helpers_gn") diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build -index 84cfd37b7351..a14de2b579ed 100644 +index addff5313714..c70b3c2a5742 100644 --- third_party/libwebrtc/moz.build +++ third_party/libwebrtc/moz.build -@@ -289,6 +289,8 @@ DIRS += [ +@@ -290,6 +290,8 @@ DIRS += [ "/third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn", "/third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn", "/third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn", @@ -70175,7 +70422,7 @@ index 84cfd37b7351..a14de2b579ed 100644 "/third_party/libwebrtc/modules/module_api_gn", "/third_party/libwebrtc/modules/module_api_public_gn", "/third_party/libwebrtc/modules/module_fec_api_gn", -@@ -512,137 +514,30 @@ DIRS += [ +@@ -516,137 +518,30 @@ DIRS += [ "/third_party/libwebrtc/webrtc_gn" ] @@ -70317,7 +70564,7 @@ index 84cfd37b7351..a14de2b579ed 100644 DIRS += [ "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -650,13 +545,11 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -654,13 +549,11 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn", "/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", @@ -70332,7 +70579,7 @@ index 84cfd37b7351..a14de2b579ed 100644 DIRS += [ "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -664,73 +557,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -668,73 +561,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn", "/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", @@ -80395,6 +80642,215 @@ index 290fa237597c..95fee876429c 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("copy_on_write_buffer_gn") +diff --git third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build +index 1029f0836bfe..6a114014c1f4 100644 +--- third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build ++++ third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" + DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -47,94 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + +@@ -142,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_HAS_NEON"] = True + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + + Library("cpu_info_gn") diff --git third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build index d19a77f5a18b..95b1a36564bc 100644 --- third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build @@ -80597,6 +81053,208 @@ index d19a77f5a18b..95b1a36564bc 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("criticalsection_gn") +diff --git third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build +index ee63503765bb..288cd082cad6 100644 +--- third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build ++++ third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" + DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -47,87 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + +@@ -135,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_HAS_NEON"] = True + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + + Library("denormal_disabler_gn") diff --git third_party/libwebrtc/rtc_base/divide_round_gn/moz.build third_party/libwebrtc/rtc_base/divide_round_gn/moz.build index 6d17c8740b6c..4081536caf3a 100644 --- third_party/libwebrtc/rtc_base/divide_round_gn/moz.build @@ -89301,6 +89959,219 @@ index 0687c3138dae..8d218bfe7cff 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("rtc_numerics_gn") +diff --git third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build +index f1b154f22252..55a35cb2bd5f 100644 +--- third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" + DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -47,98 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + +@@ -146,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_HAS_NEON"] = True + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + + Library("rtp_to_ntp_estimator_gn") diff --git third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build index c93abdb78469..bf32218de21a 100644 --- third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build @@ -96869,208 +97740,6 @@ index 74abd1c954a5..000000000000 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - -Library("videoframebuffer_objc_gn") -diff --git third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -index f830168572e6..2f90855b915f 100644 ---- third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -+DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -47,87 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True -- DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - -@@ -135,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": - DEFINES["WEBRTC_HAS_NEON"] = True - DEFINES["__ARM_NEON__"] = "1" - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "loongarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- -- CXXFLAGS += [ -- "-msse2" -- ] -- -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - - Library("denormal_disabler_gn") diff --git third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build index 42b21364766f..efc6c5ca191e 100644 --- third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build @@ -97483,7 +98152,7 @@ index 36c9baa62823..b243d3d58410 100644 Library("metrics_gn") diff --git third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -index 9587725536ca..538b68bd36cb 100644 +index ac00b2932e82..467d3c380ea3 100644 --- third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build +++ third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build @@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" @@ -97509,7 +98178,7 @@ index 9587725536ca..538b68bd36cb 100644 FINAL_LIBRARY = "xul" -@@ -51,108 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,108 +57,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97619,7 +98288,7 @@ index 9587725536ca..538b68bd36cb 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -160,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -157,82 +65,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -99192,6 +99861,148 @@ index bed86c31bdb2..776ccac7a804 100644 - DEFINES["_GNU_SOURCE"] = True - Library("yuv_gn") +diff --git third_party/libwebrtc/third_party/opus/opus_gn/moz.build third_party/libwebrtc/third_party/opus/opus_gn/moz.build +index 2540ef87e331..66d74b90d631 100644 +--- third_party/libwebrtc/third_party/opus/opus_gn/moz.build ++++ third_party/libwebrtc/third_party/opus/opus_gn/moz.build +@@ -9,7 +9,14 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] + AllowCompilerWarnings() + ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -32,121 +39,10 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips32": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("opus_gn") diff --git third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build index ad14c77a3fe2..fe9a03bdf63c 100644 --- third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build diff --git a/www/librewolf/files/patch-memory_mozalloc_throw__gcc.h b/www/librewolf/files/patch-memory_mozalloc_throw__gcc.h deleted file mode 100644 index 81a511179852..000000000000 --- a/www/librewolf/files/patch-memory_mozalloc_throw__gcc.h +++ /dev/null @@ -1,69 +0,0 @@ ---- memory/mozalloc/throw_gcc.h.orig 2022-02-02 17:33:38 UTC -+++ memory/mozalloc/throw_gcc.h -@@ -74,50 +74,66 @@ __throw_bad_function_call(void) { - mozalloc_abort("fatal: STL threw bad_function_call"); - } - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_logic_error( - const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_domain_error( - const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void - __throw_invalid_argument(const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_length_error( - const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_out_of_range( - const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_runtime_error( - const char* msg) { - mozalloc_abort(msg); - } - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_range_error( - const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void - __throw_overflow_error(const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - -+#if !defined(_LIBCPP_VERSION) - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void - __throw_underflow_error(const char* msg) { - mozalloc_abort(msg); - } -+#endif // _LIBCPP_VERSION - - MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_ios_failure( - const char* msg) { diff --git a/www/librewolf/files/patch-python_sites_mach.txt b/www/librewolf/files/patch-python_sites_mach.txt index dc2caf9bdfc6..706f285b0731 100644 --- a/www/librewolf/files/patch-python_sites_mach.txt +++ b/www/librewolf/files/patch-python_sites_mach.txt @@ -15,4 +15,4 @@ index 6e3db1c848f7..10ba12c2f13b 100644 # support down to the oldest locally-installed version (5.4.2). -pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data +pypi-optional:psutil>=5.4.2,<=7.0.0:telemetry will be missing some data - pypi-optional:zstandard>=0.11.1,<=0.23.0:zstd archives will not be possible to extract + pypi-optional:zstandard>=0.11.1,<=0.24.0:zstd archives will not be possible to extract diff --git a/www/linux-freetube/Makefile b/www/linux-freetube/Makefile index 86e34fbd1332..8d2f2ac79571 100644 --- a/www/linux-freetube/Makefile +++ b/www/linux-freetube/Makefile @@ -1,6 +1,6 @@ PORTNAME= freetube DISTVERSIONPREFIX= v -DISTVERSION= 0.23.9-beta +DISTVERSION= 0.23.12-beta PORTREVISION= 0 CATEGORIES= www MASTER_SITES= https://github.com/FreeTubeApp/FreeTube/releases/download/${DISTVERSIONFULL}/ \ diff --git a/www/linux-freetube/distinfo b/www/linux-freetube/distinfo index 7a30825bf706..763acf6ca4da 100644 --- a/www/linux-freetube/distinfo +++ b/www/linux-freetube/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1758180236 -SHA256 (freetube-0.23.9-beta-linux-x64-portable.zip) = 113ec430bf2f1176f83fda129b331d6639816a3f6cfc59d3faa586791a12ee58 -SIZE (freetube-0.23.9-beta-linux-x64-portable.zip) = 104150779 +TIMESTAMP = 1760609060 +SHA256 (freetube-0.23.12-beta-linux-x64-portable.zip) = a1b0a67ab0d8f01df37e9effd3bd88763fbdd7dbceffc376c345f03b3cfe3cd1 +SIZE (freetube-0.23.12-beta-linux-x64-portable.zip) = 104159469 SHA256 (linux-freetube-icons-0.1.3.zip) = d76906cce52ac5cc730113a6d8598009467480d70a11e7ad81cbe9655bbd941e SIZE (linux-freetube-icons-0.1.3.zip) = 10580 diff --git a/www/minio/Makefile b/www/minio/Makefile index d13d87bd3dd0..76ccd51a9fa2 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,6 +1,5 @@ PORTNAME= minio DISTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 2 CATEGORIES= www DIST_SUBDIR= minio @@ -11,11 +10,11 @@ WWW= https://minio.io/ LICENSE= AGPLv3 USES= compiler cpe go:modules -GH_TAGNAME= RELEASE.2025-09-07T16-13-09Z +GH_TAGNAME= RELEASE.2025-10-15T17-29-55Z CPE_VERSION= ${GH_TAGNAME} USE_RC_SUBR= ${PORTNAME} -COMMIT_ID= 07c3a429bfed433e49018cb0f78a52145d4bedeb +COMMIT_ID= 9e49d5e7a648f00e26f2246f4dc28e6b07f8c84a GO_MODULE= github.com/minio/minio@v0.0.0-${DISTVERSION:S/.//g}-${COMMIT_ID:C/^(.{12}).*/\1/} GO_BUILDFLAGS= -ldflags=' \ diff --git a/www/minio/distinfo b/www/minio/distinfo index bbe177258593..cb1c05cf0feb 100644 --- a/www/minio/distinfo +++ b/www/minio/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757405368 -SHA256 (go/www_minio/minio-2025.09.07.16.13.09/v0.0.0-20250907161309-07c3a429bfed.mod) = e362dbf17ddb50992fe199e0d777b3da147ec398e6db9e590fef2a573060acb1 -SIZE (go/www_minio/minio-2025.09.07.16.13.09/v0.0.0-20250907161309-07c3a429bfed.mod) = 12569 -SHA256 (go/www_minio/minio-2025.09.07.16.13.09/v0.0.0-20250907161309-07c3a429bfed.zip) = ec6f45516ef6915e4b5035d7e332c9af0519a3f27fa80d0111aa79780c909ed9 -SIZE (go/www_minio/minio-2025.09.07.16.13.09/v0.0.0-20250907161309-07c3a429bfed.zip) = 25343993 +TIMESTAMP = 1760697741 +SHA256 (go/www_minio/minio-2025.10.15.17.29.55/v0.0.0-20251015172955-9e49d5e7a648.mod) = 673f06144e90bc045f0a20050d2874c52e551be5bfbd70dff6e76b66da0db702 +SIZE (go/www_minio/minio-2025.10.15.17.29.55/v0.0.0-20251015172955-9e49d5e7a648.mod) = 12539 +SHA256 (go/www_minio/minio-2025.10.15.17.29.55/v0.0.0-20251015172955-9e49d5e7a648.zip) = b137c35bf9708b4032a6a8301495a2563cab25111c28b80fd609812a3252a2f8 +SIZE (go/www_minio/minio-2025.10.15.17.29.55/v0.0.0-20251015172955-9e49d5e7a648.zip) = 25342606 diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile index 41af6f4b14a3..f965c723deee 100644 --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -1,5 +1,5 @@ PORTNAME= appointments -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/ DISTVERSIONPREFIX= v diff --git a/www/nextcloud-appointments/distinfo b/www/nextcloud-appointments/distinfo index 6e26f66d5e38..448eb656c0d7 100644 --- a/www/nextcloud-appointments/distinfo +++ b/www/nextcloud-appointments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759904980 -SHA256 (nextcloud/appointments-2.6.0/appointments.tar.gz) = 36f554bf96cd85b8f5cd41ab7ece2b5aa5c57cefbbaa460825935653d7991a44 -SIZE (nextcloud/appointments-2.6.0/appointments.tar.gz) = 2302606 +TIMESTAMP = 1760546227 +SHA256 (nextcloud/appointments-2.6.1/appointments.tar.gz) = 075403d7b0518c9403281fbca3d9a32e21b57c2294bd9612d1e1ea75cb50e5b4 +SIZE (nextcloud/appointments-2.6.1/appointments.tar.gz) = 2303824 diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 30e1428cbbbe..06a78ea99f44 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index 427e975aca9c..7de6d1e7c582 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760035361 -SHA256 (nextcloud/calendar-v6.0.1.tar.gz) = cf53bd2794794128ac82971eed2b9dcce6244afb27ff38db5c258ddd3a31a68e -SIZE (nextcloud/calendar-v6.0.1.tar.gz) = 20095727 +TIMESTAMP = 1760546269 +SHA256 (nextcloud/calendar-v6.0.2.tar.gz) = b7de175e7d0a29edf6eb65dbd244aee4c5352b2987acedb67a93a19f66c094ec +SIZE (nextcloud/calendar-v6.0.2.tar.gz) = 20098114 diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index 96306f8963bc..845e3e87ff7e 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= contacts -PORTVERSION= 8.0.3 +PORTVERSION= 8.0.4 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-contacts/distinfo b/www/nextcloud-contacts/distinfo index f3ebc2e11468..71151f279bd0 100644 --- a/www/nextcloud-contacts/distinfo +++ b/www/nextcloud-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759905052 -SHA256 (nextcloud/contacts-v8.0.3.tar.gz) = e67819d911c9c72d19305b63d4f6e789f32e013f36f146217e2ee87ddbb433d6 -SIZE (nextcloud/contacts-v8.0.3.tar.gz) = 4591413 +TIMESTAMP = 1760546302 +SHA256 (nextcloud/contacts-v8.0.4.tar.gz) = 19322c2f9a18e8a6fc19aefd54bed6183e75966c54bc4d9c1cddfc6a7bf27fac +SIZE (nextcloud/contacts-v8.0.4.tar.gz) = 4604720 diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile index f0c82c9d0837..fc82e5ea0923 100644 --- a/www/nextcloud-groupfolders/Makefile +++ b/www/nextcloud-groupfolders/Makefile @@ -1,5 +1,5 @@ PORTNAME= groupfolders -PORTVERSION= 20.1.1 +PORTVERSION= 20.1.2 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-groupfolders/distinfo b/www/nextcloud-groupfolders/distinfo index 386e5d9bad55..7e3aa25cb283 100644 --- a/www/nextcloud-groupfolders/distinfo +++ b/www/nextcloud-groupfolders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759345089 -SHA256 (nextcloud/groupfolders-v20.1.1.tar.gz) = bfd10c2dc0f681597204aac388e44afd519e36f23868a097a27ba7471c2a9ee4 -SIZE (nextcloud/groupfolders-v20.1.1.tar.gz) = 5683323 +TIMESTAMP = 1760546349 +SHA256 (nextcloud/groupfolders-v20.1.2.tar.gz) = 6861366f0ab9a616474e163112ba95ffcc181809ad5554f5ff8466a3ccdc2146 +SIZE (nextcloud/groupfolders-v20.1.2.tar.gz) = 5691424 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4b8cf4072709..ae280e855b9c 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://nginx.org/download/ \ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= joneum@FreeBSD.org COMMENT?= Robust and small WWW server WWW= https://nginx.com/ diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 7a2e6ff69090..456a3620162e 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -1,5 +1,5 @@ PORTNAME= http -DISTVERSION= 4.3.0 +DISTVERSION= 4.3.1 CATEGORIES= www DISTNAME= pecl_${PORTNAME}-${PORTVERSION} diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 84d2684479eb..88fc0733678c 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760458634 -SHA256 (PECL/pecl_http-4.3.0.tgz) = 6fe3cf9f50688e5ab202a1bcce2f18dab52d7a37b4717255b45188cc2b2cbe73 -SIZE (PECL/pecl_http-4.3.0.tgz) = 224502 +TIMESTAMP = 1760696466 +SHA256 (PECL/pecl_http-4.3.1.tgz) = 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263 +SIZE (PECL/pecl_http-4.3.1.tgz) = 224532 diff --git a/www/py-chalice/Makefile b/www/py-chalice/Makefile new file mode 100644 index 000000000000..b0506af8a184 --- /dev/null +++ b/www/py-chalice/Makefile @@ -0,0 +1,29 @@ +PORTNAME= chalice +DISTVERSION= 1.32.0 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Microframework for AWS Lambda +WWW= https://github.com/aws/chalice + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.14.0:devel/py-botocore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}inquirer>=3.0.0:devel/py-inquirer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jmespath>=0.9.3:devel/py-jmespath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pip>=9:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.3.1:devel/py-pyyaml@${PY_FLAVOR} \ + ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist concurrent + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-chalice/distinfo b/www/py-chalice/distinfo new file mode 100644 index 000000000000..9b6fcf4a210c --- /dev/null +++ b/www/py-chalice/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760469070 +SHA256 (chalice-1.32.0.tar.gz) = c1d469316747ef8850b4b286c60bcf8c53da3bab1a2042d7551284aa8be06af2 +SIZE (chalice-1.32.0.tar.gz) = 256997 diff --git a/www/py-chalice/pkg-descr b/www/py-chalice/pkg-descr new file mode 100644 index 000000000000..6deba26ae67f --- /dev/null +++ b/www/py-chalice/pkg-descr @@ -0,0 +1,7 @@ +Chalice is a microframework for writing serverless applications in Python. +It allows you to quickly create and deploy applications that use AWS +Lambda and Amazon API Gateway. + +Chalice provides a command-line interface for creating, deploying, and +managing your application. It also provides a simple, declarative API +for defining your application's resources. diff --git a/www/py-dj52-django-stubs-ext/Makefile b/www/py-dj52-django-stubs-ext/Makefile index 6c90418d499c..25d977dbd71d 100644 --- a/www/py-dj52-django-stubs-ext/Makefile +++ b/www/py-dj52-django-stubs-ext/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-stubs-ext -PORTVERSION= 5.2.5 +PORTVERSION= 5.2.7 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- @@ -12,7 +12,7 @@ WWW= https://github.com/typeddjango/django-stubs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0:devel/py-uv-build@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=0:www/py-django52@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} diff --git a/www/py-dj52-django-stubs-ext/distinfo b/www/py-dj52-django-stubs-ext/distinfo index 400c6df11805..4e13fb7cf2b0 100644 --- a/www/py-dj52-django-stubs-ext/distinfo +++ b/www/py-dj52-django-stubs-ext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757827529 -SHA256 (django_stubs_ext-5.2.5.tar.gz) = ecc628df29d36cede638567c4e33ff485dd7a99f1552ad0cece8c60e9c3a8872 -SIZE (django_stubs_ext-5.2.5.tar.gz) = 6489 +TIMESTAMP = 1760650698 +SHA256 (django_stubs_ext-5.2.7.tar.gz) = b690655bd4cb8a44ae57abb314e0995dc90414280db8f26fff0cb9fb367d1cac +SIZE (django_stubs_ext-5.2.7.tar.gz) = 6524 diff --git a/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml b/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml new file mode 100644 index 000000000000..a8dfa7f5477c --- /dev/null +++ b/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-10-16 21:46:00 UTC ++++ pyproject.toml +@@ -40,7 +40,7 @@ Funding = "https://github.com/sponsors/typeddjango" + "Release notes" = "https://github.com/typeddjango/django-stubs/releases" + + [build-system] +-requires = ["uv_build>=0.8.22,<0.9.0"] ++requires = ["uv_build"] + build-backend = "uv_build" + + [tool.uv.build-backend] diff --git a/www/py-extruct/Makefile b/www/py-extruct/Makefile new file mode 100644 index 000000000000..36c385831c20 --- /dev/null +++ b/www/py-extruct/Makefile @@ -0,0 +1,39 @@ +PORTNAME= extruct +DISTVERSIONPREFIX= v +DISTVERSION= 0.18.0 +CATEGORIES= www python +#MASTER_SITES= PYPI # no tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Extract embedded metadata from HTML markup +WWW= https://github.com/scrapinghub/extruct + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml-html-clean>=0:devel/py-lxml-html-clean@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rdflib>=6.0.0:textproc/py-rdflib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyRdfa3>0:textproc/py-pyRdfa3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mf2py>0:textproc/py-mf2py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}w3lib>0:www/py-w3lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html-text>=0.5.1:textproc/py-html-text@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jstyleson>0:devel/py-jstyleson@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist concurrent pytest + +USE_GITHUB= yes +GH_ACCOUNT= scrapinghub + +NO_ARCH= yes + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -rs -v tests/ + +# tests as of 0.18.0: 70 passed in 7.17s + +.include <bsd.port.mk> diff --git a/www/py-extruct/distinfo b/www/py-extruct/distinfo new file mode 100644 index 000000000000..b74d885b5cde --- /dev/null +++ b/www/py-extruct/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760684775 +SHA256 (scrapinghub-extruct-v0.18.0_GH0.tar.gz) = 0a9b8703159e89fa0d7b87d7c40c12ba609f61c31a42aa87e9027e774a78a3cb +SIZE (scrapinghub-extruct-v0.18.0_GH0.tar.gz) = 492330 diff --git a/www/py-extruct/pkg-descr b/www/py-extruct/pkg-descr new file mode 100644 index 000000000000..392bb8f29bc7 --- /dev/null +++ b/www/py-extruct/pkg-descr @@ -0,0 +1,10 @@ +Extract embedded metadata from HTML markup. + +extruct is a library for extracting embedded metadata from HTML markup. +It currently supports: +- W3C's HTML Microdata +- Embedded JSON-LD +- Microformats via mf2py +- RDFa via pyrdfa3 +- Dublin Core Metadata (DC-HTML-2003) +- Open Graph Protocol (OGP) diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 06ccc376ea8a..8562dd11a4bc 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-api-python-client -DISTVERSION= 2.184.0 +DISTVERSION= 2.185.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-co ${PYTHON_PKGNAMEPREFIX}google-auth>=1.32:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.19.0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR} -# tests: 317 passed, 1 skipped, 3 deselected +# tests: 309 passed, 9 skipped, 3 deselected TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.2.0:security/py-google-auth-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=1.32:security/py-google-auth@${PY_FLAVOR} \ diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 9b9095d385c7..6ad889a5a15b 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759397698 -SHA256 (google_api_python_client-2.184.0.tar.gz) = ef2a3330ad058cdfc8a558d199c051c3356f6ed012436c3ad3d08b67891b039f -SIZE (google_api_python_client-2.184.0.tar.gz) = 13694120 +TIMESTAMP = 1760714189 +SHA256 (google_api_python_client-2.185.0.tar.gz) = aa1b338e4bb0f141c2df26743f6b46b11f38705aacd775b61971cbc51da089c3 +SIZE (google_api_python_client-2.185.0.tar.gz) = 13885609 diff --git a/www/py-granian/Makefile b/www/py-granian/Makefile index c804d6282ac6..ffe2d81e907b 100644 --- a/www/py-granian/Makefile +++ b/www/py-granian/Makefile @@ -1,6 +1,5 @@ PORTNAME= granian -PORTVERSION= 2.5.4 -PORTREVISION= 1 +PORTVERSION= 2.5.5 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-granian/distinfo b/www/py-granian/distinfo index 736bab6019a1..f228c24ef9cd 100644 --- a/www/py-granian/distinfo +++ b/www/py-granian/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1759151368 -SHA256 (granian-2.5.4.tar.gz) = 85989a08052f1bbb174fd73759e1ae505e50b4c0690af366ca6ba844203dd463 -SIZE (granian-2.5.4.tar.gz) = 112016 +TIMESTAMP = 1760518635 +SHA256 (granian-2.5.5.tar.gz) = da785fae71cb45e92ce3fbb8633dc48b12f6a5055a7358226d78176967a5d2c9 +SIZE (granian-2.5.5.tar.gz) = 112143 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 diff --git a/www/py-httpx-aiohttp/Makefile b/www/py-httpx-aiohttp/Makefile index 4b7bacc9e4aa..70c821188175 100644 --- a/www/py-httpx-aiohttp/Makefile +++ b/www/py-httpx-aiohttp/Makefile @@ -1,5 +1,5 @@ PORTNAME= httpx-aiohttp -DISTVERSION= 0.1.8 +DISTVERSION= 0.1.9 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +16,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.10.0<4:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0:www/py-httpx@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.24.0:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio>=0.27.0:net/py-trio@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes diff --git a/www/py-httpx-aiohttp/distinfo b/www/py-httpx-aiohttp/distinfo index f6bd48c61f87..11f7b839d7ec 100644 --- a/www/py-httpx-aiohttp/distinfo +++ b/www/py-httpx-aiohttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751698327 -SHA256 (httpx_aiohttp-0.1.8.tar.gz) = 756c5e74cdb568c3248ba63fe82bfe8bbe64b928728720f7eaac64b3cf46f308 -SIZE (httpx_aiohttp-0.1.8.tar.gz) = 25401 +TIMESTAMP = 1760796176 +SHA256 (httpx_aiohttp-0.1.9.tar.gz) = 4ee8b22e6f2e7c80cd03be29eff98bfe7d89bd77f021ce0b578ee76b73b4bfe6 +SIZE (httpx_aiohttp-0.1.9.tar.gz) = 206023 diff --git a/www/py-httpx-retries/Makefile b/www/py-httpx-retries/Makefile index f1ebfa0c72d6..3632ac2f3da3 100644 --- a/www/py-httpx-retries/Makefile +++ b/www/py-httpx-retries/Makefile @@ -1,5 +1,5 @@ PORTNAME= httpx-retries -DISTVERSION= 0.4.2 +DISTVERSION= 0.4.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-httpx-retries/distinfo b/www/py-httpx-retries/distinfo index a5dfc02794df..afe2b257ddba 100644 --- a/www/py-httpx-retries/distinfo +++ b/www/py-httpx-retries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756942183 -SHA256 (httpx_retries-0.4.2.tar.gz) = 8c32b781cf18dc9d67fc380792bf465cde107831ec1c1c504a7df6c80f06536c -SIZE (httpx_retries-0.4.2.tar.gz) = 12607 +TIMESTAMP = 1760650405 +SHA256 (httpx_retries-0.4.3.tar.gz) = 7c3c9c7b0b6d630a0f01423d7aca8e539bee963bfdf2f1acbe9826e8698b39fc +SIZE (httpx_retries-0.4.3.tar.gz) = 12764 diff --git a/www/py-multidict/Makefile b/www/py-multidict/Makefile index fc19d3b129f1..966365dfd6ec 100644 --- a/www/py-multidict/Makefile +++ b/www/py-multidict/Makefile @@ -1,5 +1,5 @@ PORTNAME= multidict -PORTVERSION= 6.6.4 +PORTVERSION= 6.7.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-multidict/distinfo b/www/py-multidict/distinfo index 4ce648823154..acd692a33e02 100644 --- a/www/py-multidict/distinfo +++ b/www/py-multidict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755020630 -SHA256 (multidict-6.6.4.tar.gz) = d2d4e4787672911b48350df02ed3fa3fffdc2f2e8ca06dd6afdf34189b76a9dd -SIZE (multidict-6.6.4.tar.gz) = 101843 +TIMESTAMP = 1760555808 +SHA256 (multidict-6.7.0.tar.gz) = c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305e9e6f5 +SIZE (multidict-6.7.0.tar.gz) = 101834 diff --git a/www/py-requests-gssapi/Makefile b/www/py-requests-gssapi/Makefile index d7d93592c079..7945ec8e2b12 100644 --- a/www/py-requests-gssapi/Makefile +++ b/www/py-requests-gssapi/Makefile @@ -1,8 +1,9 @@ PORTNAME= requests-gssapi -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GSSAPI authentication handler for python-requests diff --git a/www/py-requests-gssapi/distinfo b/www/py-requests-gssapi/distinfo index 69d5e6ce7fa1..872e9d9d57db 100644 --- a/www/py-requests-gssapi/distinfo +++ b/www/py-requests-gssapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708077942 -SHA256 (requests-gssapi-1.3.0.tar.gz) = 4d52bf8c2aa2a829130efcca85c14943fdd0aa75455aab985b2b8726159c20ca -SIZE (requests-gssapi-1.3.0.tar.gz) = 18681 +TIMESTAMP = 1760714380 +SHA256 (requests_gssapi-1.4.0.tar.gz) = ba27eb329f4840d965bc8fa5d360c627c74349efa6156ca501ad89afc6a134f4 +SIZE (requests_gssapi-1.4.0.tar.gz) = 19090 diff --git a/www/py-requests-gssapi/files/patch-pyproject.toml b/www/py-requests-gssapi/files/patch-pyproject.toml new file mode 100644 index 000000000000..683830f4de11 --- /dev/null +++ b/www/py-requests-gssapi/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-16 04:05:19 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools >= 77.0.0", # Support for SPDX license expressions ++ "setuptools >= 63", # Support for SPDX license expressions + ] + build-backend = "setuptools.build_meta" + +@@ -9,7 +9,7 @@ requires-python = ">=3.8" + description = "A GSSAPI authentication handler for python-requests" + readme = "README.rst" + requires-python = ">=3.8" +-license = "ISC" ++license = { text = "ISC" } + authors = [ + { name = "Robbie Harwood", email = "rharwood@redhat.com" }, + { name = "Ian Cordasco" }, diff --git a/www/radicale/Makefile b/www/radicale/Makefile index 98ae9c0fa147..17210c3656ac 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -1,5 +1,5 @@ PORTNAME= radicale -PORTVERSION= 3.5.6 +PORTVERSION= 3.5.7 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/radicale/distinfo b/www/radicale/distinfo index 997c0fd8b169..f54496fe7120 100644 --- a/www/radicale/distinfo +++ b/www/radicale/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758623573 -SHA256 (radicale-3.5.6.tar.gz) = 312c12c99c34983c2b90a2cb1a5f7eb4e2fd06cc339ccb90ab7602fed313c646 -SIZE (radicale-3.5.6.tar.gz) = 181654 +TIMESTAMP = 1759925436 +SHA256 (radicale-3.5.7.tar.gz) = 8c3e1dcf24e092177ffea456f1081ebd1e1ebde77d9f4104a8a695f68a518654 +SIZE (radicale-3.5.7.tar.gz) = 181838 diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 44e4f202c6b7..9f466a68286e 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -1,5 +1,5 @@ PORTNAME= thunar -DISTVERSION= 4.20.5 +DISTVERSION= 4.20.6 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/x11-fm/thunar/distinfo b/x11-fm/thunar/distinfo index 48d637589376..3e5949a617cc 100644 --- a/x11-fm/thunar/distinfo +++ b/x11-fm/thunar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757880670 -SHA256 (xfce4/thunar-4.20.5.tar.bz2) = da299babd233a079a443e527fa38cba3899b6131ef056593de9451178d812f2a -SIZE (xfce4/thunar-4.20.5.tar.bz2) = 4515591 +TIMESTAMP = 1760597013 +SHA256 (xfce4/thunar-4.20.6.tar.bz2) = e815e034c073d634d0e77566837e1d9417b65c886924e3678e3325d5466c784d +SIZE (xfce4/thunar-4.20.6.tar.bz2) = 4528554 diff --git a/x11-fonts/py-FindSystemFontsFilename/Makefile b/x11-fonts/py-FindSystemFontsFilename/Makefile index 3edc40c312e0..c522f89fbd86 100644 --- a/x11-fonts/py-FindSystemFontsFilename/Makefile +++ b/x11-fonts/py-FindSystemFontsFilename/Makefile @@ -1,5 +1,5 @@ PORTNAME= FindSystemFontsFilename -DISTVERSION= 0.3.2 +DISTVERSION= 0.3.3 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,11 @@ USE_PYTHON= autoplist pep517 NO_ARCH= yes +# fix build with devel/py-setuptools < 77.0.0 +post-patch: + @${REINPLACE_CMD} -e 's,^\(license = \)\("MIT"\),\1{ text = \2 },1' \ + -e 's,\(setuptools>=\)77.0.0,\163.1.0,1' \ + -e '/^license-files/d' \ + ${WRKSRC}/pyproject.toml + .include <bsd.port.mk> diff --git a/x11-fonts/py-FindSystemFontsFilename/distinfo b/x11-fonts/py-FindSystemFontsFilename/distinfo index 9bdb587ef6fc..ff171700d2ca 100644 --- a/x11-fonts/py-FindSystemFontsFilename/distinfo +++ b/x11-fonts/py-FindSystemFontsFilename/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750495456 -SHA256 (findsystemfontsfilename-0.3.2.tar.gz) = d2d9bad5156bb5f97c1f64d185a3fc40f83b27a95b4421e65f7bbe518e177c20 -SIZE (findsystemfontsfilename-0.3.2.tar.gz) = 20481 +TIMESTAMP = 1760712472 +SHA256 (findsystemfontsfilename-0.3.3.tar.gz) = c5b238da1690ea50676f318ba365d127b3b591aafd51834600160a242ab68498 +SIZE (findsystemfontsfilename-0.3.3.tar.gz) = 20639 diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile index bfdc8272476d..a9b376ba5d6b 100644 --- a/x11-wm/cosmic-comp/Makefile +++ b/x11-wm/cosmic-comp/Makefile @@ -1,7 +1,6 @@ PORTNAME= cosmic-comp DISTVERSIONPREFIX= epoch- -DISTVERSION= 1.0.0-beta.1.1 -PORTREVISION= 1 +DISTVERSION= 1.0.0-beta.2 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -25,7 +24,7 @@ USE_GITHUB= yes USE_GL= gbm USE_XORG= pixman GH_ACCOUNT= pop-os -GH_TUPLE= pop-os:iced:0.4.2-3044-g13134181:iced/../${WRKSRC_crate_iced:T}/iced +GH_TUPLE= pop-os:iced:0.4.2-3049-gd0508750:iced/../${WRKSRC_crate_iced:T}/iced CARGO_FEATURES= --no-default-features # disable systemd PLIST_FILES= bin/${PORTNAME} \ share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults/keybindings.ron \ diff --git a/x11-wm/cosmic-comp/Makefile.crates b/x11-wm/cosmic-comp/Makefile.crates index babcbbf99621..3916cd15d9b8 100644 --- a/x11-wm/cosmic-comp/Makefile.crates +++ b/x11-wm/cosmic-comp/Makefile.crates @@ -8,9 +8,8 @@ CARGO_CRATES= ab_glyph-0.2.31 \ almost-0.2.0 \ android-activity-0.6.0 \ android-properties-0.2.2 \ - android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anyhow-1.0.99 \ + anyhow-1.0.100 \ appendlist-1.4.0 \ apply-0.3.0 \ approx-0.4.0 \ @@ -22,12 +21,12 @@ CARGO_CRATES= ab_glyph-0.2.31 \ ash-0.38.0+1.3.281 \ async-broadcast-0.7.2 \ async-channel-2.5.0 \ - async-executor-1.13.2 \ - async-io-2.5.0 \ + async-executor-1.13.3 \ + async-io-2.6.0 \ async-lock-3.4.1 \ - async-process-2.4.0 \ + async-process-2.5.0 \ async-recursion-1.1.1 \ - async-signal-0.2.12 \ + async-signal-0.2.13 \ async-task-4.7.1 \ async-trait-0.1.89 \ atomic-waker-1.1.2 \ @@ -41,7 +40,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ bit-set-0.6.0 \ bit-vec-0.7.0 \ bitflags-1.3.2 \ - bitflags-2.9.1 \ + bitflags-2.9.4 \ block-0.1.6 \ block-buffer-0.10.4 \ block2-0.5.1 \ @@ -55,14 +54,15 @@ CARGO_CRATES= ab_glyph-0.2.31 \ calloop-0.13.0 \ calloop-0.14.3 \ calloop-wayland-source-0.3.0 \ - cc-1.2.32 \ + calloop-wayland-source-0.4.1 \ + cc-1.2.38 \ cesu8-1.1.0 \ - cfg-expr-0.20.2 \ - cfg-if-1.0.1 \ + cfg-expr-0.20.3 \ + cfg-if-1.0.3 \ cfg_aliases-0.1.1 \ cfg_aliases-0.2.1 \ cgmath-0.18.0 \ - chrono-0.4.41 \ + chrono-0.4.42 \ clap_lex-0.7.5 \ clipboard-win-5.4.1 \ cocoa-0.25.0 \ @@ -90,10 +90,13 @@ CARGO_CRATES= ab_glyph-0.2.31 \ cursor-icon-1.2.0 \ d3d12-22.0.0 \ darling-0.20.11 \ + darling-0.21.3 \ darling_core-0.20.11 \ + darling_core-0.21.3 \ darling_macro-0.20.11 \ - data-url-0.3.1 \ - deranged-0.4.0 \ + darling_macro-0.21.3 \ + data-url-0.3.2 \ + deranged-0.5.3 \ derive_setters-0.1.8 \ derive_utils-0.15.0 \ digest-0.10.7 \ @@ -130,7 +133,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ epaint-0.31.1 \ epaint_default_fonts-0.31.1 \ equivalent-1.0.2 \ - errno-0.3.13 \ + errno-0.3.14 \ error-code-3.3.2 \ etagere-0.2.15 \ euclid-0.22.11 \ @@ -140,6 +143,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ fastrand-2.3.0 \ fdeflate-0.3.7 \ find-crate-0.6.3 \ + find-msvc-tools-0.1.2 \ flate2-1.1.2 \ float-cmp-0.9.0 \ float_next_after-1.0.0 \ @@ -156,7 +160,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ - form_urlencoded-1.2.1 \ + form_urlencoded-1.2.2 \ fsevent-sys-4.1.0 \ futures-0.3.31 \ futures-channel-0.3.31 \ @@ -170,9 +174,9 @@ CARGO_CRATES= ab_glyph-0.2.31 \ futures-util-0.3.31 \ gbm-0.18.0 \ gbm-sys-0.4.0 \ - generator-0.8.5 \ + generator-0.8.7 \ generic-array-0.14.7 \ - gethostname-0.4.3 \ + gethostname-1.0.2 \ getrandom-0.2.16 \ getrandom-0.3.3 \ gif-0.13.3 \ @@ -190,8 +194,10 @@ CARGO_CRATES= ab_glyph-0.2.31 \ grid-0.11.0 \ guillotiere-0.6.2 \ half-2.6.0 \ + harfrust-0.2.1 \ hashbrown-0.12.3 \ hashbrown-0.15.5 \ + hashbrown-0.16.0 \ hassle-rs-0.11.0 \ heck-0.4.1 \ heck-0.5.0 \ @@ -205,7 +211,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ i18n-embed-0.16.0 \ i18n-embed-fl-0.10.0 \ i18n-embed-impl-0.8.4 \ - iana-time-zone-0.1.63 \ + iana-time-zone-0.1.64 \ iana-time-zone-haiku-0.1.2 \ icu_collections-2.0.0 \ icu_locale_core-2.0.0 \ @@ -215,12 +221,12 @@ CARGO_CRATES= ab_glyph-0.2.31 \ icu_properties_data-2.0.1 \ icu_provider-2.0.0 \ ident_case-1.0.1 \ - idna-1.0.3 \ + idna-1.1.0 \ idna_adapter-1.2.1 \ - image-0.25.6 \ + image-0.25.8 \ imagesize-0.12.0 \ indexmap-1.9.3 \ - indexmap-2.10.0 \ + indexmap-2.11.4 \ ini_core-0.2.0 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ @@ -230,15 +236,15 @@ CARGO_CRATES= ab_glyph-0.2.31 \ intl-memoizer-0.5.3 \ intl_pluralrules-7.0.2 \ io-lifetimes-1.0.11 \ - io-uring-0.7.9 \ + io-uring-0.7.10 \ itoa-1.0.15 \ jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.33 \ + jobserver-0.1.34 \ jpeg-decoder-0.3.2 \ - js-sys-0.3.77 \ + js-sys-0.3.80 \ kamadak-exif-0.5.5 \ - kdl-6.3.4 \ + kdl-6.5.0 \ keyframe-1.1.1 \ khronos-egl-6.0.0 \ khronos_api-3.1.0 \ @@ -249,48 +255,48 @@ CARGO_CRATES= ab_glyph-0.2.31 \ kurbo-0.10.4 \ kurbo-0.11.3 \ lazy_static-1.5.0 \ - libc-0.2.175 \ + libc-0.2.176 \ libdisplay-info-0.3.0 \ libdisplay-info-derive-0.1.1 \ libdisplay-info-sys-0.3.0 \ - libloading-0.8.8 \ + libloading-0.8.9 \ libm-0.2.15 \ - libredox-0.1.9 \ + libredox-0.1.10 \ libseat-0.2.3 \ libseat-sys-0.1.9 \ libsystemd-0.7.2 \ libudev-sys-0.1.4 \ + linebender_resource_handle-0.1.1 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.6.5 \ - linux-raw-sys-0.9.4 \ + linux-raw-sys-0.11.0 \ litemap-0.8.0 \ litrs-0.4.2 \ lock_api-0.4.13 \ - log-0.4.27 \ + log-0.4.28 \ log-panics-2.1.0 \ logind-zbus-5.3.2 \ loom-0.7.2 \ lru-0.12.5 \ - lyon-1.0.1 \ - lyon_algorithms-1.0.5 \ - lyon_geom-1.0.6 \ - lyon_path-1.0.7 \ - lyon_tessellation-1.0.15 \ + lyon-1.0.16 \ + lyon_algorithms-1.0.16 \ + lyon_geom-1.0.17 \ + lyon_path-1.0.16 \ + lyon_tessellation-1.0.16 \ malloc_buf-0.0.6 \ - matchers-0.1.0 \ + matchers-0.2.0 \ memchr-2.7.5 \ - memmap2-0.8.0 \ - memmap2-0.9.7 \ + memmap2-0.9.8 \ memoffset-0.9.1 \ metal-0.29.0 \ miette-7.6.0 \ - miette-derive-7.6.0 \ mime-0.3.17 \ mime_guess2-2.3.1 \ miniz_oxide-0.8.9 \ mint-0.5.9 \ mio-1.0.4 \ - mutate_once-0.1.1 \ + moxcms-0.7.5 \ + mutate_once-0.1.2 \ naga-22.1.0 \ ndk-0.9.0 \ ndk-context-0.1.1 \ @@ -302,7 +308,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ nom-8.0.0 \ notify-8.2.0 \ notify-types-2.0.0 \ - nu-ansi-term-0.46.0 \ + nu-ansi-term-0.50.1 \ num-0.4.3 \ num-bigint-0.4.6 \ num-complex-0.4.6 \ @@ -343,7 +349,6 @@ CARGO_CRATES= ab_glyph-0.2.31 \ ordered-stream-0.2.0 \ ouroboros-0.18.5 \ ouroboros_macro-0.18.5 \ - overload-0.1.1 \ owned_ttf_parser-0.25.1 \ palette-0.7.6 \ palette_derive-0.7.6 \ @@ -353,7 +358,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ parking_lot_core-0.8.6 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ - percent-encoding-2.3.1 \ + percent-encoding-2.3.2 \ phf-0.11.3 \ phf_generator-0.11.3 \ phf_macros-0.11.3 \ @@ -368,18 +373,20 @@ CARGO_CRATES= ab_glyph-0.2.31 \ pixman-sys-0.1.0 \ pkg-config-0.3.32 \ png-0.17.16 \ - polling-3.10.0 \ - potential_utf-0.1.2 \ + png-0.18.0 \ + polling-3.11.0 \ + potential_utf-0.1.3 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ presser-0.3.1 \ - proc-macro-crate-3.3.0 \ + proc-macro-crate-3.4.0 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ - proc-macro2-1.0.97 \ + proc-macro2-1.0.101 \ proc-macro2-diagnostics-0.10.1 \ profiling-1.0.17 \ profiling-procmacros-1.0.17 \ + pxfm-0.1.24 \ quick-xml-0.37.5 \ quote-1.0.40 \ r-efi-5.3.0 \ @@ -393,6 +400,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ raw-window-handle-0.6.2 \ rctree-0.5.0 \ read-fonts-0.29.3 \ + read-fonts-0.34.0 \ redox_syscall-0.2.16 \ redox_syscall-0.4.1 \ redox_syscall-0.5.17 \ @@ -400,11 +408,9 @@ CARGO_CRATES= ab_glyph-0.2.31 \ redox_users-0.5.2 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ - regex-1.11.1 \ - regex-automata-0.1.10 \ - regex-automata-0.4.9 \ - regex-syntax-0.6.29 \ - regex-syntax-0.8.5 \ + regex-1.11.2 \ + regex-automata-0.4.10 \ + regex-syntax-0.8.6 \ reis-0.5.0 \ renderdoc-sys-1.1.0 \ resvg-0.37.0 \ @@ -422,7 +428,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ rustix-0.38.44 \ - rustix-1.0.8 \ + rustix-1.1.2 \ rustversion-1.0.22 \ rustybuzz-0.14.1 \ ryu-1.0.20 \ @@ -433,15 +439,16 @@ CARGO_CRATES= ab_glyph-0.2.31 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ self_cell-1.2.0 \ - semver-1.0.26 \ + semver-1.0.27 \ sendfd-0.4.4 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ - serde_json-1.0.142 \ + serde-1.0.226 \ + serde_core-1.0.226 \ + serde_derive-1.0.226 \ + serde_json-1.0.145 \ serde_repr-0.1.20 \ serde_spanned-0.6.9 \ - serde_with-3.14.0 \ - serde_with_macros-3.14.0 \ + serde_with-3.14.1 \ + serde_with_macros-3.14.1 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ @@ -451,10 +458,12 @@ CARGO_CRATES= ab_glyph-0.2.31 \ siphasher-0.3.11 \ siphasher-1.0.1 \ skrifa-0.31.3 \ + skrifa-0.36.0 \ slab-0.4.11 \ slotmap-1.0.7 \ smallvec-1.15.1 \ smithay-client-toolkit-0.19.2 \ + smithay-client-toolkit-0.20.0 \ smithay-egui-0.2.0 \ smol_str-0.2.2 \ snowflake-1.3.0 \ @@ -469,38 +478,41 @@ CARGO_CRATES= ab_glyph-0.2.31 \ svgtypes-0.15.3 \ swash-0.2.5 \ syn-1.0.109 \ - syn-2.0.105 \ + syn-2.0.106 \ synstructure-0.13.2 \ sys-locale-0.3.2 \ system-deps-7.0.5 \ target-lexicon-0.13.2 \ - tempfile-3.20.0 \ + tempfile-3.23.0 \ termcolor-1.4.1 \ thiserror-1.0.69 \ - thiserror-2.0.14 \ + thiserror-2.0.16 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.14 \ + thiserror-impl-2.0.16 \ thread_local-1.1.9 \ - time-0.3.41 \ - time-core-0.1.4 \ - time-macros-0.2.22 \ + time-0.3.44 \ + time-core-0.1.6 \ + time-macros-0.2.24 \ tiny-skia-0.11.4 \ tiny-skia-path-0.11.4 \ tiny-xlib-0.2.4 \ tinystr-0.8.1 \ - tinyvec-1.9.0 \ + tinyvec-1.10.0 \ tinyvec_macros-0.1.1 \ tokio-1.47.1 \ toml-0.5.11 \ toml-0.8.23 \ toml_datetime-0.6.11 \ + toml_datetime-0.7.2 \ toml_edit-0.22.27 \ + toml_edit-0.23.6 \ + toml_parser-1.0.3 \ tracing-0.1.41 \ tracing-attributes-0.1.30 \ tracing-core-0.1.34 \ tracing-journald-0.3.1 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.19 \ + tracing-subscriber-0.3.20 \ tracy-client-0.18.2 \ tracy-client-sys-0.26.1 \ ttf-parser-0.21.1 \ @@ -515,7 +527,7 @@ CARGO_CRATES= ab_glyph-0.2.31 \ unicode-bidi-0.3.18 \ unicode-bidi-mirroring-0.2.0 \ unicode-ccc-0.2.0 \ - unicode-ident-1.0.18 \ + unicode-ident-1.0.19 \ unicode-linebreak-0.1.5 \ unicode-properties-0.1.3 \ unicode-script-0.5.7 \ @@ -523,25 +535,26 @@ CARGO_CRATES= ab_glyph-0.2.31 \ unicode-vo-0.1.0 \ unicode-width-0.1.14 \ unicode-xid-0.2.6 \ - url-2.5.4 \ + url-2.5.7 \ usvg-0.37.0 \ usvg-0.42.0 \ usvg-parser-0.37.0 \ usvg-tree-0.37.0 \ utf8_iter-1.0.4 \ - uuid-1.18.0 \ + uuid-1.18.1 \ valuable-0.1.1 \ version-compare-0.2.0 \ version_check-0.9.5 \ walkdir-2.5.0 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasi-0.14.2+wasi-0.2.4 \ - wasm-bindgen-0.2.100 \ - wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-futures-0.4.50 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ + wasi-0.14.7+wasi-0.2.4 \ + wasip2-1.0.1+wasi-0.2.4 \ + wasm-bindgen-0.2.103 \ + wasm-bindgen-backend-0.2.103 \ + wasm-bindgen-futures-0.4.53 \ + wasm-bindgen-macro-0.2.103 \ + wasm-bindgen-macro-support-0.2.103 \ + wasm-bindgen-shared-0.2.103 \ wasm-timer-0.2.5 \ wayland-backend-0.3.11 \ wayland-client-0.31.11 \ @@ -549,13 +562,14 @@ CARGO_CRATES= ab_glyph-0.2.31 \ wayland-cursor-0.31.11 \ wayland-egl-0.32.8 \ wayland-protocols-0.32.9 \ + wayland-protocols-experimental-20250721.0.1 \ wayland-protocols-misc-0.3.9 \ wayland-protocols-plasma-0.3.9 \ wayland-protocols-wlr-0.3.9 \ wayland-scanner-0.31.7 \ wayland-server-0.31.10 \ wayland-sys-0.31.7 \ - web-sys-0.3.77 \ + web-sys-0.3.80 \ web-time-1.1.0 \ weezl-0.1.10 \ wgpu-22.1.0 \ @@ -565,25 +579,30 @@ CARGO_CRATES= ab_glyph-0.2.31 \ widestring-1.2.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.52.0 \ windows-0.61.3 \ windows-collections-0.2.0 \ windows-core-0.52.0 \ windows-core-0.61.2 \ + windows-core-0.62.0 \ windows-future-0.2.1 \ 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-result-0.3.4 \ + windows-result-0.4.0 \ windows-strings-0.4.2 \ + windows-strings-0.5.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-sys-0.60.2 \ + windows-sys-0.61.0 \ windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ @@ -621,17 +640,16 @@ CARGO_CRATES= ab_glyph-0.2.31 \ windows_x86_64_msvc-0.53.0 \ winit-0.30.12 \ winnow-0.6.24 \ - winnow-0.7.12 \ - wit-bindgen-rt-0.39.0 \ + winnow-0.7.13 \ + wit-bindgen-0.46.0 \ writeable-0.6.1 \ x11-dl-2.21.0 \ - x11rb-0.13.1 \ - x11rb-protocol-0.13.1 \ + x11rb-0.13.2 \ + x11rb-protocol-0.13.2 \ xcursor-0.3.10 \ xdg-2.5.2 \ xdg-3.0.0 \ xdg-user-0.2.1 \ - xkbcommon-0.7.0 \ xkbcommon-0.8.0 \ xkbcommon-0.9.0 \ xkbcommon-dl-0.4.2 \ @@ -642,33 +660,34 @@ CARGO_CRATES= ab_glyph-0.2.31 \ yazi-0.2.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zbus-5.9.0 \ - zbus_macros-5.9.0 \ + zbus-5.11.0 \ + zbus_macros-5.11.0 \ zbus_names-4.2.0 \ zeno-0.3.3 \ - zerocopy-0.8.26 \ - zerocopy-derive-0.8.26 \ + zerocopy-0.8.27 \ + zerocopy-derive-0.8.27 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.2 \ zerovec-0.11.4 \ zerovec-derive-0.11.1 \ zune-core-0.4.12 \ - zune-jpeg-0.4.20 \ - zvariant-5.6.0 \ - zvariant_derive-5.6.0 \ - zvariant_utils-3.2.0 \ + zune-jpeg-0.4.21 \ + zvariant-5.7.0 \ + zvariant_derive-5.7.0 \ + zvariant_utils-3.2.1 \ taffy@git+https://github.com/DioxusLabs/taffy?rev=7781c70\#7781c70241f7f572130c13106f2a869a9cf80885 \ + cosmic-settings-config,cosmic-settings-daemon-config@git+https://github.com/pop-os/cosmic-settings-daemon\#181e8f9c6269253f173f1bbcdd1385f23c78c598 \ smithay@git+https://github.com/smithay/smithay.git?rev=eb45814\#eb45814725597a7f0db07eccf4bd473d87c730bc \ atomicwrites@git+https://github.com/jackpot51/rust-atomicwrites\#043ab4859d53ffd3d55334685303d8df39c9f768 \ - cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#f7033bb0433f6a9ba109007027781ba46ea9ba27 \ iced_glyphon@git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev\#6ef9d12a20cfd0f7bdf38136a26ded9f7459ec8b \ + cosmic-settings-daemon@git+https://github.com/pop-os/dbus-settings-bindings\#3b86984332be2c930a3536ab714b843c851fa8ca \ cosmic-freedesktop-icons@git+https://github.com/pop-os/freedesktop-icons\#8a05c322c482ff3c69cf34bacfee98907ac45307 \ clipboard_macos,clipboard_wayland,clipboard_x11,dnd,mime,window_clipboard@git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2\#6b9faab87bea9cebec6ae036906fd67fed254f5f \ - softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#6e75b1ad7e98397d37cb187886d05969bc480995 \ - cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?branch=main\#8e84152fedf350d2756a2c1c90e07313acb9cdf6 \ cosmic-randr-shell@git+https://github.com/pop-os/cosmic-randr/\#bce9cdf2d447508d4e2d54a2be4fcd738ab51df5 \ - cosmic-settings-config,cosmic-settings-daemon-config@git+https://github.com/pop-os/cosmic-settings-daemon\#8b3343794fb572e86fb835ec3b81648d67502288 \ smithay-clipboard@git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5\#5a3007def49eb678d1144850c9ee04b80707c56a \ - id_tree@git+https://github.com/Drakulix/id-tree.git?branch=feature%2Fcopy_clone\#632a57d6d49160e18d7300fa7edae52281ec5482 \ - cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#8412dd593913b85618ec30e8b92a58aaa0ad6bb8 + cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#e04bfd098f58958b09f0cf5e14a67f87e49dbaec \ + softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#a3f77e251e7422803f693df6e3fc313c010c4dcb \ + cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?branch=main\#d0e95be25e423cfe523b11111a3666ed7aaf0dc4 \ + cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#9ccade723a3f5d4438b16d5ad5ace927b903e794 \ + id_tree@git+https://github.com/Drakulix/id-tree.git?branch=feature%2Fcopy_clone\#632a57d6d49160e18d7300fa7edae52281ec5482 diff --git a/x11-wm/cosmic-comp/distinfo b/x11-wm/cosmic-comp/distinfo index e3d3420c4fc0..39ee7a0b7ed1 100644 --- a/x11-wm/cosmic-comp/distinfo +++ b/x11-wm/cosmic-comp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1758557230 +TIMESTAMP = 1760532319 SHA256 (rust/crates/ab_glyph-0.2.31.crate) = e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d SIZE (rust/crates/ab_glyph-0.2.31.crate) = 20909 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618 @@ -19,12 +19,10 @@ SHA256 (rust/crates/android-activity-0.6.0.crate) = ef6978589202a00cd7e118380c44 SIZE (rust/crates/android-activity-0.6.0.crate) = 258597 SHA256 (rust/crates/android-properties-0.2.2.crate) = fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04 SIZE (rust/crates/android-properties-0.2.2.crate) = 4563 -SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 -SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -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/appendlist-1.4.0.crate) = e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2 SIZE (rust/crates/appendlist-1.4.0.crate) = 7252 SHA256 (rust/crates/apply-0.3.0.crate) = f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9 @@ -47,18 +45,18 @@ SHA256 (rust/crates/async-broadcast-0.7.2.crate) = 435a87a52755b8f27fcf321ac4f04 SIZE (rust/crates/async-broadcast-0.7.2.crate) = 22746 SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2 SIZE (rust/crates/async-channel-2.5.0.crate) = 18624 -SHA256 (rust/crates/async-executor-1.13.2.crate) = bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa -SIZE (rust/crates/async-executor-1.13.2.crate) = 28392 -SHA256 (rust/crates/async-io-2.5.0.crate) = 19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca -SIZE (rust/crates/async-io-2.5.0.crate) = 50545 +SHA256 (rust/crates/async-executor-1.13.3.crate) = 497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8 +SIZE (rust/crates/async-executor-1.13.3.crate) = 29126 +SHA256 (rust/crates/async-io-2.6.0.crate) = 456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc +SIZE (rust/crates/async-io-2.6.0.crate) = 51062 SHA256 (rust/crates/async-lock-3.4.1.crate) = 5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc SIZE (rust/crates/async-lock-3.4.1.crate) = 40981 -SHA256 (rust/crates/async-process-2.4.0.crate) = 65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00 -SIZE (rust/crates/async-process-2.4.0.crate) = 26871 +SHA256 (rust/crates/async-process-2.5.0.crate) = fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75 +SIZE (rust/crates/async-process-2.5.0.crate) = 27552 SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 -SHA256 (rust/crates/async-signal-0.2.12.crate) = f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1 -SIZE (rust/crates/async-signal-0.2.12.crate) = 16790 +SHA256 (rust/crates/async-signal-0.2.13.crate) = 43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c +SIZE (rust/crates/async-signal-0.2.13.crate) = 17015 SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de SIZE (rust/crates/async-task-4.7.1.crate) = 38077 SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb @@ -85,8 +83,8 @@ SHA256 (rust/crates/bit-vec-0.7.0.crate) = d2c54ff287cfc0a34f38a6b832ea1bd8e448a SIZE (rust/crates/bit-vec-0.7.0.crate) = 23206 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-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.crate) = 4077 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 @@ -113,22 +111,24 @@ SHA256 (rust/crates/calloop-0.14.3.crate) = cb9f6e1368bd4621d2c86baa7e37de77a938 SIZE (rust/crates/calloop-0.14.3.crate) = 78158 SHA256 (rust/crates/calloop-wayland-source-0.3.0.crate) = 95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20 SIZE (rust/crates/calloop-wayland-source-0.3.0.crate) = 11300 -SHA256 (rust/crates/cc-1.2.32.crate) = 2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e -SIZE (rust/crates/cc-1.2.32.crate) = 111531 +SHA256 (rust/crates/calloop-wayland-source-0.4.1.crate) = 138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa +SIZE (rust/crates/calloop-wayland-source-0.4.1.crate) = 11247 +SHA256 (rust/crates/cc-1.2.38.crate) = 80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9 +SIZE (rust/crates/cc-1.2.38.crate) = 90139 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 -SHA256 (rust/crates/cfg-expr-0.20.2.crate) = c8d458d63f0f0f482c8da9b7c8b76c21bd885a02056cc94c6404d861ca2b8206 -SIZE (rust/crates/cfg-expr-0.20.2.crate) = 44758 -SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 -SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/cfg-expr-0.20.3.crate) = 1a2c5f3bf25ec225351aa1c8e230d04d880d3bd89dea133537dafad4ae291e5c +SIZE (rust/crates/cfg-expr-0.20.3.crate) = 44845 +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/cgmath-0.18.0.crate) = 1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317 SIZE (rust/crates/cgmath-0.18.0.crate) = 64802 -SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d -SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/chrono-0.4.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 +SIZE (rust/crates/chrono-0.4.42.crate) = 238174 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/clipboard-win-5.4.1.crate) = bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4 @@ -183,14 +183,20 @@ SHA256 (rust/crates/d3d12-22.0.0.crate) = bdbd1f579714e3c809ebd822c81ef148b1ceae SIZE (rust/crates/d3d12-22.0.0.crate) = 16716 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 +SHA256 (rust/crates/darling-0.21.3.crate) = 9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0 +SIZE (rust/crates/darling-0.21.3.crate) = 41398 SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_core-0.21.3.crate) = 1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4 +SIZE (rust/crates/darling_core-0.21.3.crate) = 74471 SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 -SHA256 (rust/crates/data-url-0.3.1.crate) = 5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a -SIZE (rust/crates/data-url-0.3.1.crate) = 21109 -SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e -SIZE (rust/crates/deranged-0.4.0.crate) = 23235 +SHA256 (rust/crates/darling_macro-0.21.3.crate) = d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81 +SIZE (rust/crates/darling_macro-0.21.3.crate) = 2535 +SHA256 (rust/crates/data-url-0.3.2.crate) = be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376 +SIZE (rust/crates/data-url-0.3.2.crate) = 23862 +SHA256 (rust/crates/deranged-0.5.3.crate) = d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc +SIZE (rust/crates/deranged-0.5.3.crate) = 24353 SHA256 (rust/crates/derive_setters-0.1.8.crate) = ae5c625eda104c228c06ecaf988d1c60e542176bd7a490e60eeda3493244c0c9 SIZE (rust/crates/derive_setters-0.1.8.crate) = 11918 SHA256 (rust/crates/derive_utils-0.15.0.crate) = ccfae181bab5ab6c5478b2ccb69e4c68a02f8c3ec72f6616bfec9dbc599d2ee0 @@ -263,8 +269,8 @@ SHA256 (rust/crates/epaint_default_fonts-0.31.1.crate) = fc7e7a64c02cf7a5b51e745 SIZE (rust/crates/epaint_default_fonts-0.31.1.crate) = 783923 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/error-code-3.3.2.crate) = dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59 SIZE (rust/crates/error-code-3.3.2.crate) = 8516 SHA256 (rust/crates/etagere-0.2.15.crate) = fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342 @@ -283,6 +289,8 @@ SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956 SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 SHA256 (rust/crates/find-crate-0.6.3.crate) = 59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2 SIZE (rust/crates/find-crate-0.6.3.crate) = 12092 +SHA256 (rust/crates/find-msvc-tools-0.1.2.crate) = 1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959 +SIZE (rust/crates/find-msvc-tools-0.1.2.crate) = 30461 SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 @@ -315,8 +323,8 @@ SHA256 (rust/crates/foreign-types-macros-0.2.3.crate) = 1a5c6c585bc94aaf2c7b51dd SIZE (rust/crates/foreign-types-macros-0.2.3.crate) = 7635 SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 -SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 -SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf +SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 @@ -343,12 +351,12 @@ SHA256 (rust/crates/gbm-0.18.0.crate) = ce852e998d3ca5e4a97014fb31c940dc5ef344ec SIZE (rust/crates/gbm-0.18.0.crate) = 11893 SHA256 (rust/crates/gbm-sys-0.4.0.crate) = c13a5f2acc785d8fb6bf6b7ab6bfb0ef5dad4f4d97e8e70bb8e470722312f76f SIZE (rust/crates/gbm-sys-0.4.0.crate) = 7647 -SHA256 (rust/crates/generator-0.8.5.crate) = d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827 -SIZE (rust/crates/generator-0.8.5.crate) = 37018 +SHA256 (rust/crates/generator-0.8.7.crate) = 605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2 +SIZE (rust/crates/generator-0.8.7.crate) = 37332 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/gethostname-0.4.3.crate) = 0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818 -SIZE (rust/crates/gethostname-0.4.3.crate) = 9336 +SHA256 (rust/crates/gethostname-1.0.2.crate) = fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55 +SIZE (rust/crates/gethostname-1.0.2.crate) = 9914 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 @@ -383,10 +391,14 @@ SHA256 (rust/crates/guillotiere-0.6.2.crate) = b62d5865c036cb1393e23c50693df631d SIZE (rust/crates/guillotiere-0.6.2.crate) = 18116 SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/harfrust-0.2.1.crate) = 75a4c970f1a00edc1626f1e3cc039492b15b73df28b9fff70f95404a571b4fae +SIZE (rust/crates/harfrust-0.2.1.crate) = 308937 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 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/hassle-rs-0.11.0.crate) = af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890 SIZE (rust/crates/hassle-rs-0.11.0.crate) = 27178 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 @@ -413,8 +425,8 @@ SHA256 (rust/crates/i18n-embed-fl-0.10.0.crate) = e598ed73b67db92f61e04672e599ee SIZE (rust/crates/i18n-embed-fl-0.10.0.crate) = 18641 SHA256 (rust/crates/i18n-embed-impl-0.8.4.crate) = 0f2cc0e0523d1fe6fc2c6f66e5038624ea8091b3e7748b5e8e0c84b1698db6c2 SIZE (rust/crates/i18n-embed-impl-0.8.4.crate) = 4830 -SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 -SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 +SHA256 (rust/crates/iana-time-zone-0.1.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb +SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 @@ -433,18 +445,18 @@ SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276 SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 -SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e -SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de +SIZE (rust/crates/idna-1.1.0.crate) = 148747 SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/image-0.25.6.crate) = db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a -SIZE (rust/crates/image-0.25.6.crate) = 242367 +SHA256 (rust/crates/image-0.25.8.crate) = 529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7 +SIZE (rust/crates/image-0.25.8.crate) = 292229 SHA256 (rust/crates/imagesize-0.12.0.crate) = 029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284 SIZE (rust/crates/imagesize-0.12.0.crate) = 15747 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -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/ini_core-0.2.0.crate) = 7a467a31a9f439b5262fa99c17084537bff57f24703d5a09a2b5c9657ec73a61 SIZE (rust/crates/ini_core-0.2.0.crate) = 8081 SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 @@ -463,24 +475,24 @@ SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac87 SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201 SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 -SHA256 (rust/crates/io-uring-0.7.9.crate) = d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4 -SIZE (rust/crates/io-uring-0.7.9.crate) = 99792 +SHA256 (rust/crates/io-uring-0.7.10.crate) = 046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b +SIZE (rust/crates/io-uring-0.7.10.crate) = 103070 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 -SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a -SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/jobserver-0.1.34.crate) = 9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33 +SIZE (rust/crates/jobserver-0.1.34.crate) = 29013 SHA256 (rust/crates/jpeg-decoder-0.3.2.crate) = 00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07 SIZE (rust/crates/jpeg-decoder-0.3.2.crate) = 745371 -SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f -SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/js-sys-0.3.80.crate) = 852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e +SIZE (rust/crates/js-sys-0.3.80.crate) = 56202 SHA256 (rust/crates/kamadak-exif-0.5.5.crate) = ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077 SIZE (rust/crates/kamadak-exif-0.5.5.crate) = 54457 -SHA256 (rust/crates/kdl-6.3.4.crate) = 12661358400b02cbbf1fbd05f0a483335490e8a6bd1867620f2eeb78f304a22f -SIZE (rust/crates/kdl-6.3.4.crate) = 110341 +SHA256 (rust/crates/kdl-6.5.0.crate) = 81a29e7b50079ff44549f68c0becb1c73d7f6de2a4ea952da77966daf3d4761e +SIZE (rust/crates/kdl-6.5.0.crate) = 113273 SHA256 (rust/crates/keyframe-1.1.1.crate) = 60708bf7981518d09095d6f5673ce5cf6a64f1e0d9708b554f670e6d9d2bd9a9 SIZE (rust/crates/keyframe-1.1.1.crate) = 33573 SHA256 (rust/crates/khronos-egl-6.0.0.crate) = 6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76 @@ -501,20 +513,20 @@ SHA256 (rust/crates/kurbo-0.11.3.crate) = c62026ae44756f8a599ba21140f350303d4f08 SIZE (rust/crates/kurbo-0.11.3.crate) = 137586 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/libc-0.2.176.crate) = 58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174 +SIZE (rust/crates/libc-0.2.176.crate) = 790040 SHA256 (rust/crates/libdisplay-info-0.3.0.crate) = 59fd96dbb2381ff31f314f07accbdf8550febdcc5cd8761ecaf7c1763361c359 SIZE (rust/crates/libdisplay-info-0.3.0.crate) = 40051 SHA256 (rust/crates/libdisplay-info-derive-0.1.1.crate) = 8dc2c710cf5819e91220a446d9e64acc6814386cc22c509c3f0df83c0b874a98 SIZE (rust/crates/libdisplay-info-derive-0.1.1.crate) = 4048 SHA256 (rust/crates/libdisplay-info-sys-0.3.0.crate) = 26590d55b8819f9c6b0d95d9d12dc9edbfd1f2413e88814a33b631ac049bb51f SIZE (rust/crates/libdisplay-info-sys-0.3.0.crate) = 79126 -SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 -SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 +SIZE (rust/crates/libloading-0.8.9.crate) = 30222 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 -SHA256 (rust/crates/libredox-0.1.9.crate) = 391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3 -SIZE (rust/crates/libredox-0.1.9.crate) = 7281 +SHA256 (rust/crates/libredox-0.1.10.crate) = 416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb +SIZE (rust/crates/libredox-0.1.10.crate) = 7332 SHA256 (rust/crates/libseat-0.2.3.crate) = c23a245bbd5790c690791c4fe6eefafe4c75851226288a71cb657601135aa00c SIZE (rust/crates/libseat-0.2.3.crate) = 6699 SHA256 (rust/crates/libseat-sys-0.1.9.crate) = 134621e50557e8698a96ccff3eadbc6f4b449d5d12f8aa48fcef8d40b4b02725 @@ -523,20 +535,22 @@ SHA256 (rust/crates/libsystemd-0.7.2.crate) = 19c97a761fc86953c5b885422b22c891db SIZE (rust/crates/libsystemd-0.7.2.crate) = 36581 SHA256 (rust/crates/libudev-sys-0.1.4.crate) = 3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324 SIZE (rust/crates/libudev-sys-0.1.4.crate) = 6177 +SHA256 (rust/crates/linebender_resource_handle-0.1.1.crate) = d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4 +SIZE (rust/crates/linebender_resource_handle-0.1.1.crate) = 10920 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.6.5.crate) = 2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7 SIZE (rust/crates/linux-raw-sys-0.6.5.crate) = 1892120 -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/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 +SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 SIZE (rust/crates/litemap-0.8.0.crate) = 34344 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/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 +SIZE (rust/crates/log-0.4.28.crate) = 51131 SHA256 (rust/crates/log-panics-2.1.0.crate) = 68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f SIZE (rust/crates/log-panics-2.1.0.crate) = 9464 SHA256 (rust/crates/logind-zbus-5.3.2.crate) = 469c962578b549a82f3d0cc72d0f77d1123780fa7121e2b03d78b0780f6ccac6 @@ -545,34 +559,30 @@ SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb767 SIZE (rust/crates/loom-0.7.2.crate) = 73989 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/lyon-1.0.1.crate) = 91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f -SIZE (rust/crates/lyon-1.0.1.crate) = 3837 -SHA256 (rust/crates/lyon_algorithms-1.0.5.crate) = f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08 -SIZE (rust/crates/lyon_algorithms-1.0.5.crate) = 32527 -SHA256 (rust/crates/lyon_geom-1.0.6.crate) = 8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570 -SIZE (rust/crates/lyon_geom-1.0.6.crate) = 52820 -SHA256 (rust/crates/lyon_path-1.0.7.crate) = 0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25 -SIZE (rust/crates/lyon_path-1.0.7.crate) = 36881 -SHA256 (rust/crates/lyon_tessellation-1.0.15.crate) = 579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c -SIZE (rust/crates/lyon_tessellation-1.0.15.crate) = 183620 +SHA256 (rust/crates/lyon-1.0.16.crate) = dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352 +SIZE (rust/crates/lyon-1.0.16.crate) = 5294 +SHA256 (rust/crates/lyon_algorithms-1.0.16.crate) = f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647 +SIZE (rust/crates/lyon_algorithms-1.0.16.crate) = 33626 +SHA256 (rust/crates/lyon_geom-1.0.17.crate) = 4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7 +SIZE (rust/crates/lyon_geom-1.0.17.crate) = 54270 +SHA256 (rust/crates/lyon_path-1.0.16.crate) = 1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb +SIZE (rust/crates/lyon_path-1.0.16.crate) = 37012 +SHA256 (rust/crates/lyon_tessellation-1.0.16.crate) = f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353 +SIZE (rust/crates/lyon_tessellation-1.0.16.crate) = 185669 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 -SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 -SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 +SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 SIZE (rust/crates/memchr-2.7.5.crate) = 97603 -SHA256 (rust/crates/memmap2-0.8.0.crate) = 43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed -SIZE (rust/crates/memmap2-0.8.0.crate) = 30990 -SHA256 (rust/crates/memmap2-0.9.7.crate) = 483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28 -SIZE (rust/crates/memmap2-0.9.7.crate) = 33915 +SHA256 (rust/crates/memmap2-0.9.8.crate) = 843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7 +SIZE (rust/crates/memmap2-0.9.8.crate) = 34478 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/metal-0.29.0.crate) = 7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21 SIZE (rust/crates/metal-0.29.0.crate) = 3033188 SHA256 (rust/crates/miette-7.6.0.crate) = 5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7 SIZE (rust/crates/miette-7.6.0.crate) = 114499 -SHA256 (rust/crates/miette-derive-7.6.0.crate) = db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b -SIZE (rust/crates/miette-derive-7.6.0.crate) = 17249 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/mime_guess2-2.3.1.crate) = 1706dc14a2e140dec0a7a07109d9a3d5890b81e85bd6c60b906b249a77adf0ca @@ -583,8 +593,10 @@ SHA256 (rust/crates/mint-0.5.9.crate) = e53debba6bda7a793e5f99b8dacf19e626084f52 SIZE (rust/crates/mint-0.5.9.crate) = 8399 SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c SIZE (rust/crates/mio-1.0.4.crate) = 104212 -SHA256 (rust/crates/mutate_once-0.1.1.crate) = 16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b -SIZE (rust/crates/mutate_once-0.1.1.crate) = 4276 +SHA256 (rust/crates/moxcms-0.7.5.crate) = ddd32fa8935aeadb8a8a6b6b351e40225570a37c43de67690383d87ef170cd08 +SIZE (rust/crates/moxcms-0.7.5.crate) = 184232 +SHA256 (rust/crates/mutate_once-0.1.2.crate) = 13d2233c9842d08cfe13f9eac96e207ca6a2ea10b80259ebe8ad0268be27d2af +SIZE (rust/crates/mutate_once-0.1.2.crate) = 4508 SHA256 (rust/crates/naga-22.1.0.crate) = 8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad SIZE (rust/crates/naga-22.1.0.crate) = 592289 SHA256 (rust/crates/ndk-0.9.0.crate) = c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4 @@ -607,8 +619,8 @@ SHA256 (rust/crates/notify-8.2.0.crate) = 4d3d07927151ff8575b7087f245456e549fea6 SIZE (rust/crates/notify-8.2.0.crate) = 39067 SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 -SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 -SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 +SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 SIZE (rust/crates/num-0.4.3.crate) = 9575 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 @@ -689,8 +701,6 @@ SHA256 (rust/crates/ouroboros-0.18.5.crate) = 1e0f050db9c44b97a94723127e6be766ac SIZE (rust/crates/ouroboros-0.18.5.crate) = 11678 SHA256 (rust/crates/ouroboros_macro-0.18.5.crate) = 3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0 SIZE (rust/crates/ouroboros_macro-0.18.5.crate) = 22021 -SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 -SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owned_ttf_parser-0.25.1.crate) = 36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b SIZE (rust/crates/owned_ttf_parser-0.25.1.crate) = 8989 SHA256 (rust/crates/palette-0.7.6.crate) = 4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6 @@ -709,8 +719,8 @@ SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575df 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/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e -SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 SIZE (rust/crates/phf-0.11.3.crate) = 23231 SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d @@ -739,30 +749,34 @@ SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c1 SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 SHA256 (rust/crates/png-0.17.16.crate) = 82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526 SIZE (rust/crates/png-0.17.16.crate) = 117975 -SHA256 (rust/crates/polling-3.10.0.crate) = b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829 -SIZE (rust/crates/polling-3.10.0.crate) = 60095 -SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 -SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/png-0.18.0.crate) = 97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0 +SIZE (rust/crates/png-0.18.0.crate) = 118041 +SHA256 (rust/crates/polling-3.11.0.crate) = 5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218 +SIZE (rust/crates/polling-3.11.0.crate) = 59387 +SHA256 (rust/crates/potential_utf-0.1.3.crate) = 84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a +SIZE (rust/crates/potential_utf-0.1.3.crate) = 9698 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/presser-0.3.1.crate) = e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa SIZE (rust/crates/presser-0.3.1.crate) = 20946 -SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 -SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 +SHA256 (rust/crates/proc-macro-crate-3.4.0.crate) = 219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983 +SIZE (rust/crates/proc-macro-crate-3.4.0.crate) = 12690 SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 -SHA256 (rust/crates/proc-macro2-1.0.97.crate) = d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1 -SIZE (rust/crates/proc-macro2-1.0.97.crate) = 52865 +SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de +SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 SHA256 (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8 SIZE (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = 12219 SHA256 (rust/crates/profiling-1.0.17.crate) = 3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773 SIZE (rust/crates/profiling-1.0.17.crate) = 13493 SHA256 (rust/crates/profiling-procmacros-1.0.17.crate) = 52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b SIZE (rust/crates/profiling-procmacros-1.0.17.crate) = 5895 +SHA256 (rust/crates/pxfm-0.1.24.crate) = 83f9b339b02259ada5c0f4a389b7fb472f933aa17ce176fd2ad98f28bb401fde +SIZE (rust/crates/pxfm-0.1.24.crate) = 867020 SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d @@ -789,6 +803,8 @@ SHA256 (rust/crates/rctree-0.5.0.crate) = 3b42e27ef78c35d3998403c1d26f3efd9e135d SIZE (rust/crates/rctree-0.5.0.crate) = 8298 SHA256 (rust/crates/read-fonts-0.29.3.crate) = 04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d SIZE (rust/crates/read-fonts-0.29.3.crate) = 395959 +SHA256 (rust/crates/read-fonts-0.34.0.crate) = 8941f8e9d5f8ad3aebea330d01ac68c0167600eb31a86ecd86e97be4d13b51f5 +SIZE (rust/crates/read-fonts-0.34.0.crate) = 416028 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa @@ -803,16 +819,12 @@ 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.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -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.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 -SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -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/reis-0.5.0.crate) = 00939c5c526a1b4054ef8d9d96b3f92227f08ca355965e986741b556eda6d289 SIZE (rust/crates/reis-0.5.0.crate) = 72601 SHA256 (rust/crates/renderdoc-sys-1.1.0.crate) = 19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832 @@ -847,8 +859,8 @@ SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b6 SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 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/rustybuzz-0.14.1.crate) = cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c @@ -869,24 +881,26 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/self_cell-1.2.0.crate) = 0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749 SIZE (rust/crates/self_cell-1.2.0.crate) = 16883 -SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 -SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 +SIZE (rust/crates/semver-1.0.27.crate) = 30081 SHA256 (rust/crates/sendfd-0.4.4.crate) = b183bfd5b1bc64ab0c1ef3ee06b008a9ef1b68a7d3a99ba566fbfe7a7c6d745b SIZE (rust/crates/sendfd-0.4.4.crate) = 13046 -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_json-1.0.142.crate) = 030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7 -SIZE (rust/crates/serde_json-1.0.142.crate) = 155363 +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_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c +SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 -SHA256 (rust/crates/serde_with-3.14.0.crate) = f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5 -SIZE (rust/crates/serde_with-3.14.0.crate) = 192177 -SHA256 (rust/crates/serde_with_macros-3.14.0.crate) = de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f -SIZE (rust/crates/serde_with_macros-3.14.0.crate) = 39066 +SHA256 (rust/crates/serde_with-3.14.1.crate) = c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e +SIZE (rust/crates/serde_with-3.14.1.crate) = 193025 +SHA256 (rust/crates/serde_with_macros-3.14.1.crate) = 327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e +SIZE (rust/crates/serde_with_macros-3.14.1.crate) = 39432 SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 @@ -905,6 +919,8 @@ SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42 SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 SHA256 (rust/crates/skrifa-0.31.3.crate) = dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607 SIZE (rust/crates/skrifa-0.31.3.crate) = 276317 +SHA256 (rust/crates/skrifa-0.36.0.crate) = 37004372610e83ee2a4c69c7d896b41f33da6a3dc1a4fe07dd9b2629a549b1dc +SIZE (rust/crates/skrifa-0.36.0.crate) = 282755 SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/slotmap-1.0.7.crate) = dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a @@ -913,6 +929,8 @@ SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smithay-client-toolkit-0.19.2.crate) = 3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016 SIZE (rust/crates/smithay-client-toolkit-0.19.2.crate) = 131504 +SHA256 (rust/crates/smithay-client-toolkit-0.20.0.crate) = 0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0 +SIZE (rust/crates/smithay-client-toolkit-0.20.0.crate) = 142597 SHA256 (rust/crates/smithay-egui-0.2.0.crate) = 6794c95b83518f9f91ae8c2faee52302d521c0d541d016b4ed632374041d9c42 SIZE (rust/crates/smithay-egui-0.2.0.crate) = 28130 SHA256 (rust/crates/smol_str-0.2.2.crate) = dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead @@ -941,8 +959,8 @@ SHA256 (rust/crates/swash-0.2.5.crate) = f745de914febc7c9ab4388dfaf94bbc87e69f57 SIZE (rust/crates/swash-0.2.5.crate) = 237646 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.105.crate) = 7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619 -SIZE (rust/crates/syn-2.0.105.crate) = 299882 +SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 +SIZE (rust/crates/syn-2.0.106.crate) = 301514 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/sys-locale-0.3.2.crate) = 8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4 @@ -951,26 +969,26 @@ SHA256 (rust/crates/system-deps-7.0.5.crate) = e4be53aa0cba896d2dc615bd42bbc130a SIZE (rust/crates/system-deps-7.0.5.crate) = 28669 SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 -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/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 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/thiserror-impl-2.0.16.crate) = 6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960 +SIZE (rust/crates/thiserror-impl-2.0.16.crate) = 21214 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 -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/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/tiny-skia-0.11.4.crate) = 83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab SIZE (rust/crates/tiny-skia-0.11.4.crate) = 201082 SHA256 (rust/crates/tiny-skia-path-0.11.4.crate) = 9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93 @@ -979,8 +997,8 @@ SHA256 (rust/crates/tiny-xlib-0.2.4.crate) = 0324504befd01cab6e0c994f34b2ffa2578 SIZE (rust/crates/tiny-xlib-0.2.4.crate) = 17760 SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 -SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 -SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 +SHA256 (rust/crates/tinyvec-1.10.0.crate) = bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa +SIZE (rust/crates/tinyvec-1.10.0.crate) = 51996 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/tokio-1.47.1.crate) = 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 @@ -991,8 +1009,14 @@ SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d7 SIZE (rust/crates/toml-0.8.23.crate) = 36050 SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +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.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +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/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 @@ -1003,8 +1027,8 @@ SHA256 (rust/crates/tracing-journald-0.3.1.crate) = fc0b4143302cf1022dac868d521e SIZE (rust/crates/tracing-journald-0.3.1.crate) = 14416 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 -SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 +SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 SHA256 (rust/crates/tracy-client-0.18.2.crate) = ef54005d3d760186fd662dad4b7bb27ecd5531cdef54d1573ebd3f20a9205ed7 SIZE (rust/crates/tracy-client-0.18.2.crate) = 31607 SHA256 (rust/crates/tracy-client-sys-0.26.1.crate) = 319c70195101a93f56db4c74733e272d720768e13471f400c78406a326b172b0 @@ -1033,8 +1057,8 @@ SHA256 (rust/crates/unicode-bidi-mirroring-0.2.0.crate) = 23cb788ffebc92c5948d0e SIZE (rust/crates/unicode-bidi-mirroring-0.2.0.crate) = 8166 SHA256 (rust/crates/unicode-ccc-0.2.0.crate) = 1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656 SIZE (rust/crates/unicode-ccc-0.2.0.crate) = 8872 -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-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 SHA256 (rust/crates/unicode-properties-0.1.3.crate) = e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0 @@ -1049,8 +1073,8 @@ SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 -SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 -SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/url-2.5.7.crate) = 08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b +SIZE (rust/crates/url-2.5.7.crate) = 87907 SHA256 (rust/crates/usvg-0.37.0.crate) = 38b0a51b72ab80ca511d126b77feeeb4fb1e972764653e61feac30adc161a756 SIZE (rust/crates/usvg-0.37.0.crate) = 32083 SHA256 (rust/crates/usvg-0.42.0.crate) = b84ea542ae85c715f07b082438a4231c3760539d902e11d093847a0b22963032 @@ -1061,8 +1085,8 @@ SHA256 (rust/crates/usvg-tree-0.37.0.crate) = 8ee3d202ebdb97a6215604b8f5b4d6ef90 SIZE (rust/crates/usvg-tree-0.37.0.crate) = 20519 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 -SHA256 (rust/crates/uuid-1.18.0.crate) = f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be -SIZE (rust/crates/uuid-1.18.0.crate) = 59782 +SHA256 (rust/crates/uuid-1.18.1.crate) = 2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2 +SIZE (rust/crates/uuid-1.18.1.crate) = 60468 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b @@ -1073,20 +1097,22 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 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.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 -SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 -SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 -SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 -SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 -SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 -SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d -SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +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.103.crate) = ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819 +SIZE (rust/crates/wasm-bindgen-0.2.103.crate) = 47309 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.103.crate) = 0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c +SIZE (rust/crates/wasm-bindgen-backend-0.2.103.crate) = 32238 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.53.crate) = a0b221ff421256839509adbb55998214a70d829d3a28c69b4a6672e9d2a42f67 +SIZE (rust/crates/wasm-bindgen-futures-0.4.53.crate) = 16321 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.103.crate) = fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0 +SIZE (rust/crates/wasm-bindgen-macro-0.2.103.crate) = 9382 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.103.crate) = ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.103.crate) = 26418 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.103.crate) = 293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf +SIZE (rust/crates/wasm-bindgen-shared-0.2.103.crate) = 9060 SHA256 (rust/crates/wasm-timer-0.2.5.crate) = be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f SIZE (rust/crates/wasm-timer-0.2.5.crate) = 21668 SHA256 (rust/crates/wayland-backend-0.3.11.crate) = 673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35 @@ -1101,6 +1127,8 @@ SHA256 (rust/crates/wayland-egl-0.32.8.crate) = d36232ee23ba3ea34a6835d68ca1af91 SIZE (rust/crates/wayland-egl-0.32.8.crate) = 6026 SHA256 (rust/crates/wayland-protocols-0.32.9.crate) = efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901 SIZE (rust/crates/wayland-protocols-0.32.9.crate) = 155404 +SHA256 (rust/crates/wayland-protocols-experimental-20250721.0.1.crate) = 40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1 +SIZE (rust/crates/wayland-protocols-experimental-20250721.0.1.crate) = 30502 SHA256 (rust/crates/wayland-protocols-misc-0.3.9.crate) = 2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c SIZE (rust/crates/wayland-protocols-misc-0.3.9.crate) = 16234 SHA256 (rust/crates/wayland-protocols-plasma-0.3.9.crate) = a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032 @@ -1113,8 +1141,8 @@ SHA256 (rust/crates/wayland-server-0.31.10.crate) = fcbd4f3aba6c9fba70445ad2a484 SIZE (rust/crates/wayland-server-0.31.10.crate) = 56154 SHA256 (rust/crates/wayland-sys-0.31.7.crate) = 34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142 SIZE (rust/crates/wayland-sys-0.31.7.crate) = 10106 -SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 -SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/web-sys-0.3.80.crate) = fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc +SIZE (rust/crates/web-sys-0.3.80.crate) = 641763 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 SHA256 (rust/crates/weezl-0.1.10.crate) = a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3 @@ -1133,8 +1161,8 @@ SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe9399 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.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be @@ -1147,6 +1175,8 @@ SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838c SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 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-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 @@ -1155,12 +1185,18 @@ SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf 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-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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 @@ -1171,6 +1207,8 @@ SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b3 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.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c @@ -1245,18 +1283,18 @@ SHA256 (rust/crates/winit-0.30.12.crate) = c66d4b9ed69c4009f6321f762d6e61ad8a238 SIZE (rust/crates/winit-0.30.12.crate) = 604631 SHA256 (rust/crates/winnow-0.6.24.crate) = c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a SIZE (rust/crates/winnow-0.6.24.crate) = 165680 -SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 -SIZE (rust/crates/winnow-0.7.12.crate) = 174403 -SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 -SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf +SIZE (rust/crates/winnow-0.7.13.crate) = 174454 +SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 +SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/x11-dl-2.21.0.crate) = 38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f SIZE (rust/crates/x11-dl-2.21.0.crate) = 66823 -SHA256 (rust/crates/x11rb-0.13.1.crate) = 5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12 -SIZE (rust/crates/x11rb-0.13.1.crate) = 223916 -SHA256 (rust/crates/x11rb-protocol-0.13.1.crate) = ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d -SIZE (rust/crates/x11rb-protocol-0.13.1.crate) = 508522 +SHA256 (rust/crates/x11rb-0.13.2.crate) = 9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414 +SIZE (rust/crates/x11rb-0.13.2.crate) = 220549 +SHA256 (rust/crates/x11rb-protocol-0.13.2.crate) = ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd +SIZE (rust/crates/x11rb-protocol-0.13.2.crate) = 514069 SHA256 (rust/crates/xcursor-0.3.10.crate) = bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b SIZE (rust/crates/xcursor-0.3.10.crate) = 7768 SHA256 (rust/crates/xdg-2.5.2.crate) = 213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546 @@ -1265,8 +1303,6 @@ SHA256 (rust/crates/xdg-3.0.0.crate) = 2fb433233f2df9344722454bc7e96465c9d03bff9 SIZE (rust/crates/xdg-3.0.0.crate) = 15821 SHA256 (rust/crates/xdg-user-0.2.1.crate) = a1d5cd803f28ce5a488c8b129858222998c0a06bbec81f9d1b71faed1f9f9f0e SIZE (rust/crates/xdg-user-0.2.1.crate) = 9538 -SHA256 (rust/crates/xkbcommon-0.7.0.crate) = 13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e -SIZE (rust/crates/xkbcommon-0.7.0.crate) = 58896 SHA256 (rust/crates/xkbcommon-0.8.0.crate) = 8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9 SIZE (rust/crates/xkbcommon-0.8.0.crate) = 59098 SHA256 (rust/crates/xkbcommon-0.9.0.crate) = a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d @@ -1287,18 +1323,18 @@ SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f659 SIZE (rust/crates/yoke-0.8.0.crate) = 28726 SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 -SHA256 (rust/crates/zbus-5.9.0.crate) = 4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad -SIZE (rust/crates/zbus-5.9.0.crate) = 165564 -SHA256 (rust/crates/zbus_macros-5.9.0.crate) = ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659 -SIZE (rust/crates/zbus_macros-5.9.0.crate) = 36903 +SHA256 (rust/crates/zbus-5.11.0.crate) = 2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7 +SIZE (rust/crates/zbus-5.11.0.crate) = 167028 +SHA256 (rust/crates/zbus_macros-5.11.0.crate) = 57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca +SIZE (rust/crates/zbus_macros-5.11.0.crate) = 37505 SHA256 (rust/crates/zbus_names-4.2.0.crate) = 7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97 SIZE (rust/crates/zbus_names-4.2.0.crate) = 17015 SHA256 (rust/crates/zeno-0.3.3.crate) = 6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524 SIZE (rust/crates/zeno-0.3.3.crate) = 46042 -SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f -SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 -SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 -SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 +SHA256 (rust/crates/zerocopy-0.8.27.crate) = 0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c +SIZE (rust/crates/zerocopy-0.8.27.crate) = 252663 +SHA256 (rust/crates/zerocopy-derive-0.8.27.crate) = 88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831 +SIZE (rust/crates/zerocopy-derive-0.8.27.crate) = 89827 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 @@ -1311,43 +1347,45 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 -SHA256 (rust/crates/zune-jpeg-0.4.20.crate) = fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089 -SIZE (rust/crates/zune-jpeg-0.4.20.crate) = 67723 -SHA256 (rust/crates/zvariant-5.6.0.crate) = d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f -SIZE (rust/crates/zvariant-5.6.0.crate) = 90550 -SHA256 (rust/crates/zvariant_derive-5.6.0.crate) = 3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208 -SIZE (rust/crates/zvariant_derive-5.6.0.crate) = 14278 -SHA256 (rust/crates/zvariant_utils-3.2.0.crate) = e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34 -SIZE (rust/crates/zvariant_utils-3.2.0.crate) = 14779 +SHA256 (rust/crates/zune-jpeg-0.4.21.crate) = 29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713 +SIZE (rust/crates/zune-jpeg-0.4.21.crate) = 68268 +SHA256 (rust/crates/zvariant-5.7.0.crate) = 999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db +SIZE (rust/crates/zvariant-5.7.0.crate) = 90643 +SHA256 (rust/crates/zvariant_derive-5.7.0.crate) = 6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e +SIZE (rust/crates/zvariant_derive-5.7.0.crate) = 14214 +SHA256 (rust/crates/zvariant_utils-3.2.1.crate) = c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599 +SIZE (rust/crates/zvariant_utils-3.2.1.crate) = 14678 SHA256 (DioxusLabs-taffy-7781c70241f7f572130c13106f2a869a9cf80885_GH0.tar.gz) = e1a8e5cd37d8bb34badfd3c3e03a6948893a2ae6f789143162253f1f8e11fd4a SIZE (DioxusLabs-taffy-7781c70241f7f572130c13106f2a869a9cf80885_GH0.tar.gz) = 389939 +SHA256 (pop-os-cosmic-settings-daemon-181e8f9c6269253f173f1bbcdd1385f23c78c598_GH0.tar.gz) = f72636014cd2c5cdccf988a50782997cc630146b987ce677759ff028bcd39822 +SIZE (pop-os-cosmic-settings-daemon-181e8f9c6269253f173f1bbcdd1385f23c78c598_GH0.tar.gz) = 106335 SHA256 (smithay-smithay-eb45814725597a7f0db07eccf4bd473d87c730bc_GH0.tar.gz) = ee1b884c5b1718dd5aadac626c7b69934078a8da0b6f15074ac4e8617a7e55d5 SIZE (smithay-smithay-eb45814725597a7f0db07eccf4bd473d87c730bc_GH0.tar.gz) = 794089 SHA256 (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 95ce4266b50ce6470ba74a5a9ce718bbfba45bf5ab43786db05be1682f6f0db1 SIZE (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 6787 -SHA256 (pop-os-cosmic-text-f7033bb0433f6a9ba109007027781ba46ea9ba27_GH0.tar.gz) = d42d4ad0b9b69dc6d2867c980ee003e493fcbbbf8f47fc6ba912e91cf0392d7c -SIZE (pop-os-cosmic-text-f7033bb0433f6a9ba109007027781ba46ea9ba27_GH0.tar.gz) = 2890733 SHA256 (pop-os-glyphon-iced-0.14-dev_GH0.tar.gz) = ec5f82cdbf5f5c0a7313cad64de78365d51c196d3bb54f645c9f186b08eac74b SIZE (pop-os-glyphon-iced-0.14-dev_GH0.tar.gz) = 183465 +SHA256 (pop-os-dbus-settings-bindings-3b86984332be2c930a3536ab714b843c851fa8ca_GH0.tar.gz) = b4287d22cc6987dcd74a94ae18c20c56cfcea16d79ea9a190ab831788530d88a +SIZE (pop-os-dbus-settings-bindings-3b86984332be2c930a3536ab714b843c851fa8ca_GH0.tar.gz) = 58223 SHA256 (pop-os-freedesktop-icons-8a05c322c482ff3c69cf34bacfee98907ac45307_GH0.tar.gz) = 401e64639e4a897ed5c658db7b210c75d328af7a3b100874cbb8a4ee5a472f93 SIZE (pop-os-freedesktop-icons-8a05c322c482ff3c69cf34bacfee98907ac45307_GH0.tar.gz) = 10860 SHA256 (pop-os-window_clipboard-pop-0.13-2_GH0.tar.gz) = 2181c53f2fe5d373cedfa7fe826bab04cbdd39fdbcb77920bbcc9f41a9cca79c SIZE (pop-os-window_clipboard-pop-0.13-2_GH0.tar.gz) = 24227 -SHA256 (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 980f30eb5afc07acdec43f181a9e745cb7a887a6dff7e06dc9199748b2487569 -SIZE (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 165853 -SHA256 (pop-os-cosmic-protocols-8e84152fedf350d2756a2c1c90e07313acb9cdf6_GH0.tar.gz) = b62a379a62435aa5bace0bb6e296cb572ea8535231f476e8d838035b0d507c82 -SIZE (pop-os-cosmic-protocols-8e84152fedf350d2756a2c1c90e07313acb9cdf6_GH0.tar.gz) = 49590 SHA256 (pop-os-cosmic-randr-bce9cdf2d447508d4e2d54a2be4fcd738ab51df5_GH0.tar.gz) = fdd6a3f5532a956900d690305b7685b24fa0fdc8699c4d1c8d18ec4026f0caf0 SIZE (pop-os-cosmic-randr-bce9cdf2d447508d4e2d54a2be4fcd738ab51df5_GH0.tar.gz) = 35872 -SHA256 (pop-os-cosmic-settings-daemon-8b3343794fb572e86fb835ec3b81648d67502288_GH0.tar.gz) = 5e3ecd07400e953774e9073cc803db02687f9c260f33f4b4d1d80c7afb996139 -SIZE (pop-os-cosmic-settings-daemon-8b3343794fb572e86fb835ec3b81648d67502288_GH0.tar.gz) = 106307 SHA256 (pop-os-smithay-clipboard-pop-dnd-5_GH0.tar.gz) = 5e871e450991b94b8c09bc08994d6173e9bbb0f80b19ea7e3a126527d765bc90 SIZE (pop-os-smithay-clipboard-pop-dnd-5_GH0.tar.gz) = 22877 +SHA256 (pop-os-cosmic-text-e04bfd098f58958b09f0cf5e14a67f87e49dbaec_GH0.tar.gz) = daad121d29468c81caadd4c838f9f90cdb1c5e9713d418305276cfe0b257191e +SIZE (pop-os-cosmic-text-e04bfd098f58958b09f0cf5e14a67f87e49dbaec_GH0.tar.gz) = 2892556 +SHA256 (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 980f30eb5afc07acdec43f181a9e745cb7a887a6dff7e06dc9199748b2487569 +SIZE (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 165853 +SHA256 (pop-os-cosmic-protocols-d0e95be25e423cfe523b11111a3666ed7aaf0dc4_GH0.tar.gz) = 8b802e07e033f8550ec87f93154c871ef844fb628208f3fe1296ea61ca3f4aed +SIZE (pop-os-cosmic-protocols-d0e95be25e423cfe523b11111a3666ed7aaf0dc4_GH0.tar.gz) = 44738 +SHA256 (pop-os-libcosmic-9ccade723a3f5d4438b16d5ad5ace927b903e794_GH0.tar.gz) = fabde760cd65734d546af3fa90d361a24db7335cade1244f2effb522589aa590 +SIZE (pop-os-libcosmic-9ccade723a3f5d4438b16d5ad5ace927b903e794_GH0.tar.gz) = 1400326 SHA256 (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 8393b1b94f1f2d00c916b677e898332579420d8cf3781a68d1866c1b9bc8685d SIZE (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 29608 -SHA256 (pop-os-libcosmic-8412dd593913b85618ec30e8b92a58aaa0ad6bb8_GH0.tar.gz) = e2f3cb80aa0c4da254ac950de83575280f2f711a1a0b5a424b1a0f1237804819 -SIZE (pop-os-libcosmic-8412dd593913b85618ec30e8b92a58aaa0ad6bb8_GH0.tar.gz) = 1397346 -SHA256 (pop-os-cosmic-comp-epoch-1.0.0-beta.1.1_GH0.tar.gz) = 3ba4f6d94f6c0717ebbefd6c888c0e0a43038cdc02414d6cc51f9a4d7014c1c2 -SIZE (pop-os-cosmic-comp-epoch-1.0.0-beta.1.1_GH0.tar.gz) = 465159 -SHA256 (pop-os-iced-0.4.2-3044-g13134181_GH0.tar.gz) = 9fa5bee4e96628e2e300d8f3b4598e4d231fc782317a203783247edcf8f082c0 -SIZE (pop-os-iced-0.4.2-3044-g13134181_GH0.tar.gz) = 5273784 +SHA256 (pop-os-cosmic-comp-epoch-1.0.0-beta.2_GH0.tar.gz) = b8d97b9d6e444f7b7cfa309fd982fb78ff25f1b5de1f2b161987872d6e3be0d4 +SIZE (pop-os-cosmic-comp-epoch-1.0.0-beta.2_GH0.tar.gz) = 472087 +SHA256 (pop-os-iced-0.4.2-3049-gd0508750_GH0.tar.gz) = 94852a405015b9ecb04c9768775dd3ecf976b1d003bfbb62952e30bb9f4f3164 +SIZE (pop-os-iced-0.4.2-3049-gd0508750_GH0.tar.gz) = 5278008 diff --git a/x11-wm/cosmic-comp/files/patch-libdisplay-info-0.3 b/x11-wm/cosmic-comp/files/patch-libdisplay-info-0.3 index fb2f1a87c873..2c80d517cbfe 100644 --- a/x11-wm/cosmic-comp/files/patch-libdisplay-info-0.3 +++ b/x11-wm/cosmic-comp/files/patch-libdisplay-info-0.3 @@ -1,8 +1,8 @@ https://github.com/Smithay/libdisplay-info-rs/pull/17 ---- Cargo.lock.orig 2025-04-24 10:45:50 UTC +--- Cargo.lock.orig 2025-10-15 12:45:19 UTC +++ Cargo.lock -@@ -2900,9 +2900,9 @@ name = "libdisplay-info" +@@ -3005,9 +3005,9 @@ name = "libdisplay-info" [[package]] name = "libdisplay-info" @@ -12,21 +12,9 @@ https://github.com/Smithay/libdisplay-info-rs/pull/17 -checksum = "4210cfe93a0dc37228e08105e3c13171e5af816f7bd39e00e3d3adcf2b487a2b" +checksum = "59fd96dbb2381ff31f314f07accbdf8550febdcc5cd8761ecaf7c1763361c359" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.4", "libc", -@@ -2913,9 +2913,9 @@ name = "libdisplay-info-derive" - - [[package]] - name = "libdisplay-info-derive" --version = "0.1.0" -+version = "0.1.1" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "ea1cd31036b732a546d845f9485c56b1b606b5e476b0821c680dd66c8cd6fcee" -+checksum = "8dc2c710cf5819e91220a446d9e64acc6814386cc22c509c3f0df83c0b874a98" - dependencies = [ - "proc-macro2", - "quote", -@@ -2924,9 +2924,9 @@ name = "libdisplay-info-sys" +@@ -3029,9 +3029,9 @@ name = "libdisplay-info-sys" [[package]] name = "libdisplay-info-sys" @@ -38,7 +26,7 @@ https://github.com/Smithay/libdisplay-info-rs/pull/17 dependencies = [ "semver", "system-deps", ---- Cargo.toml.orig 2025-09-19 13:33:10 UTC +--- Cargo.toml.orig 2025-10-15 12:45:19 UTC +++ Cargo.toml @@ -32,7 +32,7 @@ cosmic-text = { git = "https://github.com/pop-os/cosmi cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", features = [ @@ -49,12 +37,14 @@ https://github.com/Smithay/libdisplay-info-rs/pull/17 egui = { version = "0.31.0", optional = true } egui_plot = { version = "0.31.0", optional = true } i18n-embed = { version = "0.16", features = [ ---- cosmic-comp-config/Cargo.toml.orig 2025-04-24 10:45:50 UTC +--- cosmic-comp-config/Cargo.toml.orig 2025-10-15 12:45:19 UTC +++ cosmic-comp-config/Cargo.toml -@@ -6,5 +6,5 @@ input = "0.9.0" - [dependencies] +@@ -7,7 +7,7 @@ input = "0.9.0" cosmic-config = { git = "https://github.com/pop-os/libcosmic/" } + cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", optional = true } input = "0.9.0" -libdisplay-info = { version = "0.2.0", optional = true } +libdisplay-info = { version = "0.3.0", optional = true } serde = { version = "1", features = ["derive"] } + ron = { version = "0.9.0-alpha.0", optional = true } + tracing = { version = "0.1.37", features = [ diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 6b19c95072c7..8669899d28b2 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.24.0 +DISTVERSION= 1.25.0 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 1a6d718ef28b..805ce442e40c 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757665113 -SHA256 (foot-1.24.0.tar.gz) = db2266f1a541662187ded46648a52feb0f8761b26ef7a8360bf3ac8315321bef -SIZE (foot-1.24.0.tar.gz) = 616432 +TIMESTAMP = 1760597218 +SHA256 (foot-1.25.0.tar.gz) = 442a42d576ec72dd50f2d3faea8a664230a47bac79dc1eb6e7c9125ee76c130f +SIZE (foot-1.25.0.tar.gz) = 621078 |